body.home {
  background: #111827 !important;
}

.home .fbr-home-page {
  position: relative;
  --fbr-swoosh-lift: 98px;
  --fbr-hero-portrait-right: 96px;
  --fbr-hero-portrait-bottom: 62px;
  --fbr-hero-portrait-width: 900px;
}

.home .fbr-hero,
.home .fbr-hero * {
  box-sizing: border-box;
}

.home .fbr-hero {
  background: linear-gradient(to left, rgba(23, 32, 51, 0.8), rgba(23, 32, 51, 0.8));
  align-self: stretch;
  flex-shrink: 0;
  height: 1117px;
  position: relative;
  overflow: hidden;
}

.home .fbr-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(var(--fbr-swoosh-lift) + 0.52px);
  background: #ffffff;
  z-index: 1;
}

.home .fbr-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 850ms ease;
}

.home .fbr-hero__video--layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 850ms ease;
}

.home .fbr-hero__video.is-active,
.home .fbr-hero__video--layer.is-active {
  opacity: 1;
}

.home .fbr-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 51, 0.8);
  z-index: 0;
}

.home .fbr-hero__portrait {
  position: absolute;
  right: var(--fbr-hero-portrait-right);
  bottom: calc(var(--fbr-swoosh-lift) + var(--fbr-hero-portrait-bottom));
  width: var(--fbr-hero-portrait-width);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .home .fbr-home-page {
    --fbr-hero-portrait-right: 12px;
    --fbr-hero-portrait-width: 920px;
  }
}

.home .fbr-hero__portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.home .fbr-hero__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1700px, calc(100% - (clamp(24px, 4.2vw, 72px) * 2)));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(20px, 2.2vw, 36px);
  z-index: 4;
}

.home .fbr-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: min(860px, calc(100% - 468px));
  transform: translateY(-72px);
}

.home .fbr-hero__eyebrow {
  background: rgba(230, 214, 184, 0.2);
  border-radius: 50px;
  border: 1px solid #e6d6b8;
  padding: 8px 24px;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.home .fbr-hero__eyebrow-dot {
  background: #e6d6b8;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.home .fbr-hero__eyebrow span {
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.home .content-block--home-bio {
  background: #eef2f5 !important;
  padding: 96px 0;
}

.home .content-block--home-bio .content-block__inner {
  width: min(1234px, 100%);
  margin: 0 auto;
  padding: 0;
}

.home .home-bio-card {
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  min-height: 594px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.home .home-bio-card__media {
  width: 519px;
  height: 592px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  background: #c4c4c4;
}

.home .home-bio-card__media img {
  --home-bio-image-scale: 1.12;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(var(--home-bio-image-scale));
  transform-origin: center top;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home .home-bio-card__image-fallback {
  width: 100%;
  height: 100%;
  background: #c4c4c4;
}

.home .home-bio-card__content {
  width: 741px;
  min-height: 543px;
  padding: 59px 38px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home .home-bio-card__eyebrow {
  background: rgba(182, 138, 69, 0.2);
  border-radius: 50px;
  border: 1px solid #b68a45;
  padding: 8px 24px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}

.home .home-bio-card__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b68a45;
}

.home .home-bio-card__eyebrow span:last-child {
  color: #172033;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.home .content-block--home-bio .content-block__h2,
.home .content-block--home-bio .content-block h2,
.home .home-bio-card__title {
  margin: 0;
  color: #3b5875 !important;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home .home-bio-card__text,
.home .home-bio-card__text p {
  margin: 0;
  color: #29333d;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.home .home-bio-card__text {
  width: 100%;
  max-width: 598px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.home .fbr-hero__title {
  color: #ffffff;
  text-align: left;
  font-family: Newsreader, Georgia, serif;
  font-size: 82.56px;
  line-height: 1.1;
  font-weight: 400;
  width: 100%;
  max-width: 860px;
  margin: 0;
}

.home .fbr-hero__desc {
  color: #ffffff;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  width: 100%;
  max-width: 860px;
  margin: 0;
}

.home .fbr-hero__highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.home .fbr-hero__highlights li {
  color: #f2f6fb;
  font-family: Inter, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  text-shadow: 0 1px 10px rgba(10, 20, 36, 0.42);
}

.home .fbr-hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6d6b8;
}

.home .fbr-hero__highlights strong {
  color: #ffffff;
  font-weight: 700;
}

.home .fbr-hero__note {
  margin: -2px 0 0;
  color: rgba(226, 234, 244, 0.92);
  font-family: Inter, Arial, sans-serif;
  font-size: 14.4px;
  line-height: 1.55;
}

.home .fbr-hero__cta {
  background: #b68a45;
  padding: 24px 32px;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  color: #fff;
  text-decoration: none;
  margin-left: 0;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background-color 220ms var(--ease-out);
}

.home .fbr-hero__cta-icon {
  width: 24px;
  height: 24px;
  position: relative;
}

.home .fbr-hero__cta-icon .wifi-calling-bar-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform-origin: 40% 58%;
  transition: transform 280ms var(--ease-out);
}

.home .fbr-hero__cta span:last-child {
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
}

.home .fbr-hero__form {
  position: relative;
  z-index: 6;
  width: 420px;
  margin-top: 330px;
  min-height: 0;
  background: #eef2f5;
  border: 4px solid rgba(229, 231, 235, 0.9);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  backdrop-filter: blur(4px);
}

.home .fbr-hero__form h2 {
  margin: 0;
  text-align: center;
  color: #172033;
  font-family: Literata, Georgia, serif;
  font-size: 27.65px;
  line-height: 1.1;
  font-weight: 400;
  width: 100%;
  max-width: 356px;
  align-self: center;
}

.home .fbr-hero__form p {
  margin: 0;
  text-align: center;
  color: #5f6b76;
  margin-top: 0;
  font-size: 13.33px;
  line-height: 1.6;
  width: 100%;
  max-width: 356px;
  align-self: center;
}

.home .fbr-hero__form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .fbr-hero__form .wpcf7,
.home .fbr-hero__form .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .fbr-hero__form .wpcf7 p {
  margin: 0;
}

.home .fbr-hero__form .wpcf7-form-control-wrap {
  display: block;
}

.home .fbr-hero__form-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home .fbr-hero__form input:not([type='submit']),
.home .fbr-hero__form textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #5c6b78;
  border-radius: 16px;
  padding: 14px 14px 8px;
  background: #ffffff;
  color: #5c6b78;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.home .fbr-hero__form textarea {
  min-height: 0;
  resize: none;
  overflow: hidden;
}

.home .fbr-hero__form input::placeholder,
.home .fbr-hero__form textarea::placeholder {
  color: #5c6b78;
  opacity: 1;
}

.home .fbr-hero__form button,
.home .fbr-hero__form input[type='submit'] {
  margin-top: 0;
  border: 0;
  background: #b68a45;
  color: #fff;
  min-height: 58px;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), background-color 220ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .home .fbr-hero__cta:hover {
    transform: translateY(-3px);
    background: #c2954d;
    box-shadow: 0 14px 24px rgba(7, 17, 30, 0.22);
  }

  .home .fbr-hero__cta:hover .fbr-hero__cta-icon .wifi-calling-bar-1 {
    animation: hero-phone-wiggle 900ms ease-in-out;
  }

  .home .fbr-hero__form button:hover,
  .home .fbr-hero__form input[type='submit']:hover {
    transform: translateY(-3px);
    background: #c2954d;
    box-shadow: 0 14px 24px rgba(7, 17, 30, 0.22);
  }
}

@keyframes hero-phone-wiggle {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-14deg);
  }

  40% {
    transform: rotate(12deg);
  }

  60% {
    transform: rotate(-8deg);
  }

  80% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.home .fbr-hero__form .wpcf7-spinner {
  display: none;
}

.home .fbr-hero__form .wpcf7-response-output {
  margin: 0;
  padding: 8px 12px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.home .fbr-hero__form-cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.home .fbr-hero__form-cta-icon .wifi-calling-bar-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home .fbr-hero__form-note {
  margin-top: 0;
  text-align: center;
  color: #5f6b76;
  font-family: Inter, Arial, sans-serif;
  font-size: 13.33px;
  line-height: 1.5;
  width: 100%;
  max-width: 356px;
  align-self: center;
}

.home .fbr-hero__form-note a {
  color: #2f5f7c;
  text-decoration: none;
}

.home .fbr-hero__swoosh {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(calc(-1 * var(--fbr-swoosh-lift)));
  pointer-events: none;
  z-index: 3;
}

.home #main-content,
.home .content-page-h1-section,
.home .content-block--home {
  background: #f8fafc !important;
  color: #172033;
  border-top: 0 !important;
  box-shadow: none !important;
  outline: 0;
}

.home .content-page-h1-section,
.home .content-block--home {
  padding: 48px 24px;
}

.home .content-page-h1-section {
  position: relative;
  z-index: 5;
}

.home #employment-law-practice-areas.content-block--home {
  position: relative;
  overflow: hidden;
  margin-top: calc(-1 * var(--fbr-swoosh-lift));
  padding-top: calc(5px + var(--fbr-swoosh-lift));
  padding-bottom: 96px;
  min-height: calc(320px + var(--fbr-swoosh-lift));
}

/* Full-bleed dark underlay and fixed inverse swoosh for this section */
.home #employment-law-practice-areas.content-block--home::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: calc(5px + var(--fbr-swoosh-lift));
  bottom: 0;
  background: #111827;
  pointer-events: none;
  z-index: 0;
}

.home #employment-law-practice-areas.content-block--home::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 125vw;
  top: calc(200px + var(--fbr-swoosh-lift));
  height: 15.45vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='267' viewBox='0 0 1728 267' fill='none' preserveAspectRatio='none'%3E%3Cpath d='M1728 265.249C1102 277.649 471 137.5 0 0H1728V265.249Z' fill='%23EEF2F5' fill-opacity='0.9'/%3E%3Cpath d='M1728 255.382C1100.18 267.788 314.243 90.3805 0 0.000167847L1728 0.000152588V255.382Z' fill='white'/%3E%3C/svg%3E");
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.home #employment-law-practice-areas.content-block--home .content-block__inner {
  position: relative;
  z-index: 2;
}

.home .content-block__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.home .content-block__h2,
.home .content-block__h2.h1,
.home .content-block__h2.h2,
.home .content-block h1,
.home .content-block h2,
.home .content-block h3 {
  color: #172033;
}

.home .content-block__text,
.home .content-block__text p,
.home .content-block p,
.home .content-block li,
.home .accordion__main-content,
.home .accordion__main-content p {
  color: #334155;
}

.home .content-block__divider {
  background: #b68a45;
  opacity: 0.4;
}

.home .content-block__divider-rule {
  display: none;
}

.home .content-block__accordions .accordion {
  border-color: #ffffff;
}

.home .content-block--home-intro .content-block__inner {
  width: min(1290px, 100%);
}

.home .home-intro-bar {
  position: relative;
  z-index: 2;
  background: #ffffff;
  height: 100%;
  min-height: 0;
  padding: 6px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}

.home .home-intro-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: #ffffff;
  pointer-events: none;
  z-index: -1;
}

.home .home-intro-bar__eyebrow {
  background: rgba(182, 138, 69, 0.2);
  border-radius: 50px;
  border: 1px solid #b68a45;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home .home-intro-bar__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b68a45;
}

.home .home-intro-bar__eyebrow span:last-child {
  color: #172033;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.home .home-intro-bar__title {
  margin: 0;
  width: min(1290px, 100%);
  color: #172033;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 57.33px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 400;
}

.home .home-intro-bar__lead {
  margin: 0;
  width: min(740px, 100%);
  color: #5f6b76;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 19.2px;
  line-height: 1.6;
  font-weight: 400;
}

.home .home-practice-grid {
  position: relative;
  z-index: 0;
  background: none;
  padding: 8px;
  margin-top: -1.75vw;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, 132px);
  grid-auto-rows: 132px;
  gap: 10px;
}

.home .home-practice-tile {
  appearance: none;
  border: 1px solid #6ea0c3;
  background-color: #2f5f7c;
  background-image: linear-gradient(0deg, rgba(47, 95, 124, 0.84), rgba(47, 95, 124, 0.84)), var(--tile-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  padding: 20px 14px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out), filter 220ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .home .home-practice-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 226, 245, 0.9);
    box-shadow: 0 14px 28px rgba(6, 22, 43, 0.25);
    filter: saturate(1.08);
  }

  .home .home-process-card,
  .home #what-clients-say .accordion__item,
  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button {
    transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), border-color 240ms var(--ease-out), background-color 240ms var(--ease-out);
  }

  .home #what-clients-say .accordion__item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 51, 0.08);
  }

  .home #what-clients-say .accordion__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, rgba(182, 138, 69, 0.08), rgba(182, 138, 69, 0));
    opacity: 0;
    transition: opacity 240ms var(--ease-out);
    pointer-events: none;
  }

  .home #what-clients-say .accordion__question-text,
  .home #what-clients-say .home-testimonial__badge,
  .home #what-clients-say .home-testimonial__name,
  .home #what-clients-say .home-testimonial__role {
    transition: transform 240ms var(--ease-out), color 240ms var(--ease-out), background-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
  }

  .home #what-clients-say .accordion__item:hover {
    transform: translateY(-6px);
    border-color: rgba(182, 138, 69, 0.45);
    box-shadow: 0 22px 36px rgba(10, 25, 41, 0.2);
  }

  .home #what-clients-say .accordion__item:hover::after {
    opacity: 1;
  }

  .home #what-clients-say .accordion__item:hover .accordion__question-text {
    color: #2d3c4e;
    transform: translateY(-1px);
  }

  .home #what-clients-say .accordion__item:hover .home-testimonial__badge {
    background: #b68a45;
    color: #172033;
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 10px 18px rgba(23, 32, 51, 0.18);
  }

  .home #what-clients-say .accordion__item:hover .home-testimonial__name {
    color: #111827;
  }

  .home #what-clients-say .accordion__item:hover .home-testimonial__role {
    color: #3f4f61;
  }

  .home .home-process-card {
    border: 1px solid transparent;
  }

  .home .home-process-card__icon {
    transition: transform 260ms var(--ease-out), border-color 260ms var(--ease-out), background-color 260ms var(--ease-out);
  }

  .home .home-process-card:hover {
    transform: translateY(-4px) scale(1.015);
    border-color: rgba(209, 213, 219, 0.45);
    background: #13243a;
    box-shadow: none;
  }

  .home .home-process-card:hover .home-process-card__icon {
    transform: translateY(-2px) scale(1.06);
    border-color: rgba(230, 214, 184, 0.75);
    background: #1d3049;
  }

  .home .home-bio-card__media:hover img {
    --home-bio-image-scale: 1.18;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(7, 17, 30, 0.22);
    color: #111827;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:hover::before,
  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:focus-visible::before {
    transform: scaleX(1);
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:hover .home-primary-cta__icon .wifi-calling-bar-1,
  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:focus-visible .home-primary-cta__icon .wifi-calling-bar-1 {
    animation: home-primary-phone-ring 900ms ease-in-out;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(7, 17, 30, 0.22);
    color: #111827;
    outline: none;
  }

  .home #serving-akron-summit-county .home-serving__cta:hover,
  .home #serving-akron-summit-county .home-serving__tour:hover,
  .home #serving-akron-summit-county .home-serving__area:hover {
    transform: translateY(-1px);
  }

  .home #serving-akron-summit-county .home-serving__tour:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .home #serving-akron-summit-county .home-serving__area:hover {
    border-color: rgba(183, 131, 59, 0.55);
    box-shadow: 0 10px 22px rgba(20, 26, 45, 0.07);
  }
}

@keyframes home-primary-phone-ring {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-13deg);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-6deg);
  }

  80% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .fbr-hero__cta,
  .home .fbr-hero__form button,
  .home .fbr-hero__form input[type='submit'] {
    transition: none !important;
  }

  .home .fbr-hero__cta-icon .wifi-calling-bar-1 {
    animation: none !important;
    transition: none !important;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__icon .wifi-calling-bar-1 {
    animation: none !important;
    transition: none !important;
  }

  .home #serving-akron-summit-county .home-serving__radius,
  .home #serving-akron-summit-county .home-serving__map-layer,
  .home #serving-akron-summit-county .home-serving__node-dot,
  .home #serving-akron-summit-county .home-serving__node-label,
  .home #serving-akron-summit-county .home-serving__area,
  .home #serving-akron-summit-county .home-serving__cta,
  .home #serving-akron-summit-county .home-serving__tour {
    animation: none !important;
    transition: none !important;
  }

  .home .home-practice-tile,
  .home .home-process-card,
  .home #what-clients-say .accordion__item,
  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button {
    transition: none !important;
  }

  .home .home-process-card__icon {
    transition: none !important;
  }

  .home .home-bio-card__media img {
    transition: none !important;
  }
}

.home .home-practice-tile__title {
  font-family: Literata, Georgia, serif;
  font-size: 27.65px;
  line-height: 1.1;
  font-weight: 400;
}

.home .home-practice-tile:nth-child(1) {
  --tile-image: url('/wp-content/uploads/2026/06/wrongful-termination.jpg');
  grid-column: 1;
  grid-row: 1 / span 2;
}

.home .home-practice-tile:nth-child(2) {
  --tile-image: url('/wp-content/uploads/2026/06/workplace-discrimination.jpg');
  grid-column: 2;
  grid-row: 1 / span 2;
}

.home .home-practice-tile:nth-child(3) {
  --tile-image: url('/wp-content/uploads/2026/06/sexual-harassment.jpg');
  grid-column: 3;
  grid-row: 1 / span 2;
}

.home .home-practice-tile:nth-child(4) {
  --tile-image: url('/wp-content/uploads/2026/06/retaliation-and-whistleblower-protection.jpg');
  grid-column: 3;
  grid-row: 5;
}

.home .home-practice-tile:nth-child(5) {
  --tile-image: url('/wp-content/uploads/2026/06/Wage-and-hour-disputes.jpg');
  grid-column: 1;
  grid-row: 3;
}

.home .home-practice-tile:nth-child(6) {
  --tile-image: url('/wp-content/uploads/2026/06/FMLA.jpg');
  grid-column: 1;
  grid-row: 4;
}

.home .home-practice-tile:nth-child(7) {
  --tile-image: url('/wp-content/uploads/2026/06/severance-agreement-review.jpg');
  grid-column: 2;
  grid-row: 3 / span 2;
}

.home .home-practice-tile:nth-child(8) {
  --tile-image: url('/wp-content/uploads/2026/06/Non-Compete.jpg');
  grid-column: 3;
  grid-row: 3 / span 2;
}

.home .home-practice-modal[hidden] {
  display: none;
}

.home .home-practice-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  opacity: 0;
  transition: opacity 220ms ease;
}

html.home-practice-modal-open,
body.home-practice-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.home-practice-modal-open {
  touch-action: none;
}

body.home-practice-modal-open .home #employment-law-practice-areas.content-block--home {
  z-index: 20;
}

.home .home-practice-modal.is-open {
  opacity: 1;
}

.home .home-practice-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 22, 43, 0.72);
  opacity: 0;
  transition: opacity 220ms ease;
}

.home .home-practice-modal.is-open .home-practice-modal__backdrop {
  opacity: 1;
}

.home .home-practice-modal__dialog {
  position: relative;
  width: min(760px, calc(100% - 32px));
  margin: 8vh auto 0;
  background: #eef2f5;
  border: 1px solid #d1d5db;
  padding: 28px;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
}

.home .home-practice-modal.is-open .home-practice-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home .home-practice-modal__media {
  margin: 0 0 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #cbd5e1;
  aspect-ratio: 16 / 9;
}

.home .home-practice-modal__media[hidden] {
  display: none;
}

.home .home-practice-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.02);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.home .home-practice-modal__image.is-loaded {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .home .home-practice-modal,
  .home .home-practice-modal__backdrop,
  .home .home-practice-modal__dialog,
  .home .home-practice-modal__image {
    transition: none;
  }
}

.home .home-practice-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #172033;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.home .home-practice-modal__dialog h3 {
  margin: 0 0 14px;
  color: #172033;
  font-family: Literata, Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}

.home .home-practice-modal__detail {
  margin: 0;
  color: #334155;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.home .content-block--home-process {
  background: #111827 !important;
  border-top: 1px solid #1d293d;
  border-bottom: 1px solid #1d293d;
  padding: 96px 0;
  min-height: 594px;
}

.home .content-block--home-process .content-block__inner {
  width: min(1234px, 100%);
  margin: 0 auto;
  padding: 0 32px;
}

.home .home-process__header-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.home .home-process__eyebrow {
  background: rgba(230, 214, 184, 0.2);
  border-radius: 50px;
  border: 1px solid #e6d6b8;
  padding: 8px 24px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.home .home-process__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e6d6b8;
}

.home .home-process__eyebrow span:last-child {
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.home .home-process__title {
  margin: 0;
  width: min(740px, 100%);
  color: #ffffff;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home .content-block--home-process .content-block__h2,
.home .content-block--home-process .content-block h2,
.home .content-block--home-process .home-process__title {
  color: #ffffff !important;
  opacity: 1;
  text-shadow: none;
}

.home .home-process__lists {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 29px;
  align-items: flex-start;
  justify-content: center;
}

.home .home-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 410px;
}

.home .home-process__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.home .home-process__bullet {
  margin-top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5fa8d3;
  flex-shrink: 0;
}

.home .home-process__text {
  color: #d9e2ea;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  width: 388px;
}

.home .home-process__note {
  margin: 24px auto 0;
  width: min(849px, 100%);
  color: #d9e2ea;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.home .content-block--home-process .home-process__text,
.home .content-block--home-process .home-process__note,
.home .content-block--home-process .home-process__item {
  color: #d9e2ea !important;
}

.home .content-block--home-process-cards {
  background: #111827 !important;
  border-top: 1px solid #1d293d;
  border-bottom: 1px solid #1d293d;
  padding: 96px 0;
  min-height: 644px;
}

.home .content-block--home-process-cards .content-block__inner {
  width: min(1234px, 100%);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.home .home-process-cards__header {
  width: min(660px, 100%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

.home .content-block--home-process-cards .content-block__h2,
.home .content-block--home-process-cards .content-block h2,
.home .home-process-cards__title {
  margin: 0;
  color: #ffffff !important;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home .home-process-cards__lead {
  margin: 0;
  color: #d9e2ea !important;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 19.2px;
  line-height: 1.6;
  font-weight: 400;
}

.home .home-process-cards__grid {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}

.home .home-process-card {
  width: 300px;
  height: 300px;
  border-radius: 14px;
  padding: 33px 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  background: #111827;
  border: 0;
  box-shadow: none;
}

.home .home-process-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #172033;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .home-process-card__icon span {
  color: #e5ecf4;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 27.65px;
  line-height: 1.1;
  font-weight: 400;
}

.home .home-process-card__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.home .home-process-card__title {
  margin: 0;
  color: #ffffff !important;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 23.04px;
  line-height: 1.3;
  font-weight: 600;
}

.home .home-process-card__text {
  margin: 0;
  color: #d9e2ea !important;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.home .content-block--home-process-cards .home-process-card__title,
.home .content-block--home-process-cards .home-process-card__text,
.home .content-block--home-process-cards .home-process-cards__lead {
  opacity: 1 !important;
  text-shadow: none;
}

.home #what-clients-say.content-block--home {
  background: #111827 !important;
  padding: 81px 24px 1px;
  min-height: 725px;
}

.home #what-clients-say .content-block__inner {
  width: min(1234px, 100%);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
}

.home #what-clients-say .content-block__divider,
.home #what-clients-say .content-block__text {
  display: none;
}

.home #what-clients-say .home-testimonials__header {
  width: min(672px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.home #what-clients-say .home-testimonials__eyebrow {
  border: 1px solid #e6d6b8;
  border-radius: 50px;
  background: rgba(230, 214, 184, 0.2);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  padding: 8px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home #what-clients-say .home-testimonials__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e6d6b8;
}

.home #what-clients-say .content-block__h2 {
  margin: 0;
  color: #ffffff !important;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home #what-clients-say .content-block__accordions {
  --testimonial-star-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.60416 1.91274C9.64068 1.83895 9.69709 1.77685 9.76704 1.73342C9.83698 1.69 9.91767 1.66699 9.99999 1.66699C10.0823 1.66699 10.163 1.69 10.233 1.73342C10.3029 1.77685 10.3593 1.83895 10.3958 1.91274L12.3208 5.8119C12.4476 6.06854 12.6348 6.29058 12.8663 6.45895C13.0979 6.62732 13.3668 6.737 13.65 6.77857L17.955 7.40857C18.0366 7.42039 18.1132 7.4548 18.1762 7.5079C18.2393 7.56101 18.2862 7.63069 18.3117 7.70908C18.3372 7.78746 18.3402 7.87141 18.3205 7.95143C18.3007 8.03146 18.259 8.10436 18.2 8.1619L15.0867 11.1936C14.8813 11.3937 14.7277 11.6406 14.639 11.9133C14.5503 12.1859 14.5292 12.476 14.5775 12.7586L15.3125 17.0419C15.3269 17.1234 15.3181 17.2074 15.2871 17.2841C15.2561 17.3609 15.2041 17.4274 15.1371 17.4761C15.0701 17.5247 14.9908 17.5536 14.9082 17.5593C14.8256 17.5651 14.7431 17.5475 14.67 17.5086L10.8217 15.4852C10.5681 15.3521 10.286 15.2825 9.99958 15.2825C9.71318 15.2825 9.43106 15.3521 9.17749 15.4852L5.32999 17.5086C5.25694 17.5472 5.17449 17.5646 5.09204 17.5588C5.00958 17.5529 4.93043 17.524 4.86357 17.4754C4.79672 17.4268 4.74485 17.3604 4.71387 17.2838C4.68289 17.2071 4.67404 17.1233 4.68833 17.0419L5.42249 12.7594C5.47099 12.4767 5.44998 12.1864 5.36128 11.9136C5.27257 11.6408 5.11883 11.3937 4.91333 11.1936L1.79999 8.16274C1.74049 8.10526 1.69832 8.03223 1.6783 7.95197C1.65827 7.8717 1.66119 7.78742 1.68673 7.70873C1.71226 7.63004 1.75938 7.5601 1.82272 7.50689C1.88607 7.45367 1.96308 7.41932 2.04499 7.40774L6.34916 6.77857C6.63271 6.73732 6.90199 6.62778 7.13381 6.45939C7.36564 6.291 7.55308 6.0688 7.67999 5.8119L9.60416 1.91274Z' fill='%23FE9A00' stroke='%23FE9A00' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.home #what-clients-say .accordion__item {
  border: 0;
  background: #ffffff;
  width: 100%;
  max-width: none;
  min-height: 379px;
  padding: 33px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home #what-clients-say .accordion__question {
  display: block;
  padding: 0;
  min-height: 240px;
  pointer-events: none;
  cursor: default;
}

.home #what-clients-say .accordion__question-text-wrap::before {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  margin-bottom: 16px;
  background-image: var(--testimonial-star-icon);
  background-repeat: repeat-x;
  background-size: 20px 20px;
}

.home #what-clients-say .accordion__question-text {
  margin: 0;
  color: #5f6b76;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-wrap: pretty;
}

.home #what-clients-say .accordion__icon {
  display: none;
}

.home #what-clients-say .accordion__answer {
  max-height: none !important;
  opacity: 1;
  overflow: visible;
}

.home #what-clients-say .accordion__answer-text {
  padding: 0;
}

.home #what-clients-say .accordion__main-content {
  display: none;
}

.home #what-clients-say .home-testimonial__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  width: 100%;
  margin-top: 18px;
}

.home #what-clients-say .home-testimonial__badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111827;
  color: #d9e2ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.45px;
  font-weight: 700;
  flex-shrink: 0;
}

.home #what-clients-say .home-testimonial__meta {
  min-width: 0;
  display: block;
}

.home #what-clients-say .home-testimonial__name {
  margin: 0;
  color: #172033;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.home #what-clients-say .home-testimonial__role {
  margin: 0;
  color: #5f6b76;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.home #frequently-asked-questions.content-block--home {
  background: #ffffff !important;
  padding: 96px 24px;
}

.home #frequently-asked-questions .content-block__inner {
  width: min(1290px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.home #frequently-asked-questions .content-block__divider,
.home #frequently-asked-questions .content-block__text {
  display: none;
}

.home #frequently-asked-questions .content-block__h2 {
  margin: 0;
  width: min(918px, 100%);
  color: #172033 !important;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home #frequently-asked-questions .content-block__h2::before {
  content: "Common Questions";
  display: flex;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 8px 24px 8px 34px;
  border: 1px solid #b68a45;
  border-radius: 50px;
  background:
    radial-gradient(circle at 18px 50%, #b68a45 0 3.5px, transparent 3.6px),
    rgba(182, 138, 69, 0.2);
  color: #172033;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.home #frequently-asked-questions .content-block__accordions {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home #frequently-asked-questions .accordion__item {
  width: 100%;
  border: 3px solid #e5e7eb;
  border-radius: 24px;
  background: #ffffff;
  overflow: hidden;
}

.home #frequently-asked-questions .accordion__question {
  width: 100%;
  position: relative;
  padding: 48px 96px 48px 32px;
  gap: 0;
  align-items: center;
}

.home #frequently-asked-questions .accordion__question-text {
  margin: 0;
  color: #2f5f7c;
  text-align: left;
  font-family: Literata, Georgia, serif;
  font-size: 27.65px;
  line-height: 1.1;
  font-weight: 400;
}

.home #frequently-asked-questions .accordion__icon {
  position: absolute;
  right: 31px;
  top: 41px;
  width: 30px;
  height: 30px;
  color: #2f5f7c;
  transform: none !important;
}

.home #frequently-asked-questions .accordion__icon svg {
  display: none;
}

.home #frequently-asked-questions .accordion__icon::before,
.home #frequently-asked-questions .accordion__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.home #frequently-asked-questions .accordion__icon::before {
  width: 22px;
  height: 2px;
}

.home #frequently-asked-questions .accordion__icon::after {
  width: 2px;
  height: 22px;
}

.home #frequently-asked-questions .accordion__item.is-open .accordion__icon::after {
  opacity: 0;
}

.home #frequently-asked-questions .accordion__answer-text {
  padding: 0 32px 48px;
}

.home #frequently-asked-questions .accordion__answer {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
}

.home #frequently-asked-questions .accordion__item.is-open .accordion__answer {
  max-height: 1200px !important;
  opacity: 1 !important;
}

.home #frequently-asked-questions .accordion__main-content,
.home #frequently-asked-questions .accordion__main-content p,
.home #frequently-asked-questions .accordion__text,
.home #frequently-asked-questions .accordion__text p {
  margin: 0;
  color: #5f6b76;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.home #serving-akron-summit-county.content-block--home-serving {
  background:
    radial-gradient(circle at 78% 34%, rgba(183, 131, 59, 0.13), transparent 23rem),
    linear-gradient(180deg, #f7fafb 0%, #edf3f6 100%) !important;
  padding: 96px 24px;
  border-top: 1px solid rgba(20, 26, 45, 0.08);
  border-bottom: 1px solid rgba(20, 26, 45, 0.12);
}

.home #serving-akron-summit-county .content-block__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  position: relative;
}

.home #serving-akron-summit-county .content-block__inner::before {
  content: none;
}

.home #serving-akron-summit-county .home-serving__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home #serving-akron-summit-county .home-serving__eyebrow {
  margin-bottom: 1.05rem;
  border: 1px solid #b68a45;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(20, 26, 45, 0.82);
  font-family: Inter, Arial, sans-serif;
  font-size: 11.52px;
  line-height: 1;
  font-weight: 500;
  padding: 5.44px 13.6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home #serving-akron-summit-county .home-serving__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b68a45;
  box-shadow: 0 0 0 5px rgba(183, 131, 59, 0.1);
}

.home #serving-akron-summit-county .home-serving__title {
  margin: 0;
  color: #141a2d !important;
  text-align: left;
  font-family: Literata, Georgia, serif;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
  max-width: 12ch;
}

.home #serving-akron-summit-county .home-serving__title span {
  display: block;
  color: #b68a45;
}

.home #serving-akron-summit-county .home-serving__lead {
  margin: 1.2rem 0 0;
  max-width: 36rem;
  color: #5f6b76;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(16px, 1.3vw, 17.92px);
  line-height: 1.75;
  font-weight: 400;
}

.home #serving-akron-summit-county .home-serving__selected {
  margin: clamp(1.7rem, 3vw, 2.6rem) 0 0;
  padding: 1.1rem 1.15rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home #serving-akron-summit-county .home-serving__selected-label {
  margin: 0 0 0.5rem;
  color: #b68a45;
  font-size: 11.52px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.home #serving-akron-summit-county .home-serving__selected-city {
  margin: 0;
  color: #141a2d;
  font-family: Literata, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  font-size: clamp(26.4px, 3vw, 36px);
}

.home #serving-akron-summit-county .home-serving__selected-note {
  margin: 0.45rem 0 0;
  color: #5f6b76;
  line-height: 1.65;
}

.home #serving-akron-summit-county .home-serving__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.home #serving-akron-summit-county .home-serving__cta,
.home #serving-akron-summit-county .home-serving__tour {
  appearance: none;
  border: 1px solid #b68a45;
  border-radius: 999px;
  padding: 13.12px 16.8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12.48px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms var(--ease-out), background-color 220ms var(--ease-out), color 220ms var(--ease-out), border-color 220ms var(--ease-out);
}

.home #serving-akron-summit-county .home-serving__cta {
  color: #ffffff;
  background: #b68a45;
  box-shadow: 0 14px 28px rgba(183, 131, 59, 0.22);
}

.home #serving-akron-summit-county .home-serving__tour {
  color: #172033;
  background: rgba(255, 255, 255, 0.38);
}

.home #serving-akron-summit-county .home-serving__map-card {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(20, 26, 45, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.44)), #f8fafb;
  box-shadow: 0 24px 70px rgba(20, 26, 45, 0.1);
  overflow: hidden;
}

.home #serving-akron-summit-county .home-serving__map-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(20, 26, 45, 0.075);
  pointer-events: none;
  z-index: 6;
}

.home #serving-akron-summit-county .home-serving__map-head {
  position: absolute;
  z-index: 7;
  left: 2rem;
  top: 1.7rem;
}

.home #serving-akron-summit-county .home-serving__map-kicker {
  margin: 0;
  color: #b68a45;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10.88px;
}

.home #serving-akron-summit-county .home-serving__map-title {
  margin: 0.42rem 0 0;
  color: #141a2d;
  font-family: Literata, Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 24.8px;
  display: none;
}

.home #serving-akron-summit-county .home-serving__map-meta {
  margin: 0.3rem 0 0;
  color: #5f6b76;
  font-size: 13.76px;
}

.home #serving-akron-summit-county .home-serving__map-viewport {
  --focus-x: 0px;
  --focus-y: 0px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.home #serving-akron-summit-county .home-serving__map-layer {
  position: absolute;
  inset: 78px 34px 24px;
  transform: translate(var(--focus-x), var(--focus-y)) scale(1);
  transform-origin: center;
  transition: transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home #serving-akron-summit-county .home-serving__map-pan {
  transition: transform 900ms cubic-bezier(0.22, 1, 0.56, 1);
}

.home #serving-akron-summit-county .home-serving__map-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.home #serving-akron-summit-county .home-serving__county-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
}

.home #serving-akron-summit-county .home-serving__county-fill {
  fill: rgba(255, 255, 255, 0.5);
  stroke: rgba(20, 26, 45, 0.18);
  stroke-width: 1.15;
}

.home #serving-akron-summit-county .home-serving__county-grid {
  stroke: rgba(20, 26, 45, 0.055);
  stroke-width: 0.8;
}

.home #serving-akron-summit-county .home-serving__highway {
  fill: none;
  stroke: rgba(183, 131, 59, 0.28);
  stroke-width: 1.8;
  stroke-dasharray: 5 8;
}

.home #serving-akron-summit-county .home-serving__radius {
  --x: 50%;
  --y: 48%;
  --size: 290px;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.82);
  background: radial-gradient(circle, rgba(183, 131, 59, 0.22) 0 2px, rgba(183, 131, 59, 0.12) 3px 37%, transparent 68%);
  border: 1px solid rgba(183, 131, 59, 0.28);
  opacity: 0.92;
  transition: left 620ms cubic-bezier(0.2, 0.7, 0.2, 1), top 620ms cubic-bezier(0.2, 0.7, 0.2, 1), width 620ms cubic-bezier(0.2, 0.7, 0.2, 1), height 620ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
  animation: home-serving-radius-pulse 2.8s ease-in-out infinite;
  pointer-events: none;
}

.home #serving-akron-summit-county .home-serving__radius::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(183, 131, 59, 0.2);
  border-radius: inherit;
}

.home #serving-akron-summit-county .home-serving__node {
  --x: 50%;
  --y: 50%;
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.home #serving-akron-summit-county .home-serving__node-dot {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e49307;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(20, 26, 45, 0.22), 0 8px 18px rgba(20, 26, 45, 0.18);
  transition: background-color 250ms var(--ease-out), transform 250ms var(--ease-out), box-shadow 250ms var(--ease-out);
  opacity: 0.58;
}

.home #serving-akron-summit-county .home-serving__node-label {
  position: absolute;
  left: 50%;
  top: 1.05rem;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(20, 26, 45, 0.68);
  font-size: 11.52px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 26, 45, 0.08);
  padding: 4px 7px;
  box-shadow: 0 8px 18px rgba(20, 26, 45, 0.06);
  opacity: 0.78;
  transition: opacity 250ms var(--ease-out), color 250ms var(--ease-out), transform 250ms var(--ease-out);
}

.home #serving-akron-summit-county .home-serving__node.is-active .home-serving__node-dot {
  background: #df0c0c;
  transform: scale(1.24);
  box-shadow: 0 0 0 8px rgba(183, 131, 59, 0.13), 0 12px 22px rgba(183, 131, 59, 0.23);
  opacity: 1;
}

.home #serving-akron-summit-county .home-serving__node.is-active .home-serving__node-label {
  color: #141a2d;
  opacity: 1;
  transform: translateX(-50%) translateY(3px);
}

.home #serving-akron-summit-county .home-serving__node-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home #serving-akron-summit-county .home-serving__map-footer {
  position: absolute;
  z-index: 7;
  left: 2rem;
  right: 2rem;
  bottom: 1.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(20, 26, 45, 0.1);
  display: none;
}

.home #serving-akron-summit-county .home-serving__footer-label {
  margin: 0 0 0.22rem;
  font-size: 10.88px;
  color: #b68a45;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home #serving-akron-summit-county .home-serving__footer-copy {
  margin: 0;
  color: #5f6b76;
  font-size: 13.76px;
  line-height: 1.5;
}

.home #serving-akron-summit-county .home-serving__scale {
  width: 96px;
  color: #5f6b76;
  font-size: 10.88px;
  text-align: right;
}

.home #serving-akron-summit-county .home-serving__scale::before {
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 0.35rem;
  border-left: 1px solid #b68a45;
  border-right: 1px solid #b68a45;
  border-bottom: 1px solid #b68a45;
}

.home #serving-akron-summit-county .home-serving__areas {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(0.0rem, 0vw, 0.6rem);
}

.home #serving-akron-summit-county .home-serving__area {
  appearance: none;
  border: 1px solid rgba(20, 26, 45, 0.16);
  color: #172033;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 10.88px 15.2px;
  font-family: Inter, Arial, sans-serif;
  font-size: 13.12px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 220ms var(--ease-out), border-color 220ms var(--ease-out), color 220ms var(--ease-out), transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}

.home #serving-akron-summit-county .home-serving__area.is-active {
  border-color: #b68a45;
  background: rgba(183, 131, 59, 0.14);
  box-shadow: inset 0 0 0 1px rgba(183, 131, 59, 0.08), 0 12px 24px rgba(183, 131, 59, 0.08);
}

@keyframes home-serving-radius-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.86);
    opacity: 0.72;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.home #talk-to-an-akron-employment-lawyer-today.content-block--home-primary-cta {
  background: #111827 !important;
  padding: 100px 24px;
}

.home #talk-to-an-akron-employment-lawyer-today .content-block__inner {
  width: min(1020px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__frame {
  width: min(810px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__title {
  margin: 0;
  width: min(760px, 100%);
  color: #ffffff !important;
  text-align: center;
  font-family: Literata, Georgia, serif;
  font-size: 47.78px;
  line-height: 1.1;
  font-weight: 400;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__lead {
  margin: 0;
  width: min(672px, 100%);
  color: #d9e2ea;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 19.2px;
  line-height: 1.6;
  font-weight: 400;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #e6d6b8;
  background: transparent;
  padding: 24px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e6d6b8;
  text-decoration: none;
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), border-color 240ms var(--ease-out), color 240ms var(--ease-out);
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e6d6b8;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms var(--ease-out);
  z-index: 0;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button > span {
  position: relative;
  z-index: 1;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: 40% 58%;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__icon .wifi-calling-bar-1 {
  transition: transform 280ms var(--ease-out);
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__icon svg path {
  fill: currentColor !important;
  transition: fill 240ms var(--ease-out);
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button span:last-child {
  color: currentColor;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 500;
  transition: color 240ms var(--ease-out);
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature {
  --sig-ink: #e6d6b8;
  --sig-glow: rgba(230, 214, 184, 0.4);
  --sig-scale: clamp(0.28, calc((100vw - 64px) / 817.6), 0.58);
  margin-top: -2px;
  width: min(100%, 560px);
  opacity: 0.95;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature__sig {
  position: relative;
  width: calc(817.6px * var(--sig-scale));
  height: calc(114px * var(--sig-scale));
  margin: 0 auto;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature svg {
  position: absolute;
  inset: 0;
  width: 817.6px;
  height: 114px;
  transform: scale(var(--sig-scale));
  transform-origin: top left;
  overflow: visible;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature .guide-stroke {
  fill: none;
  stroke: none;
  pointer-events: none;
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature .ink-live {
  fill: var(--sig-ink);
  fill-rule: nonzero;
  stroke: var(--sig-ink);
  stroke-width: 0.55;
  stroke-linejoin: round;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px var(--sig-glow));
}

.home #talk-to-an-akron-employment-lawyer-today .home-primary-signature__nib {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: var(--sig-ink);
  box-shadow: 0 0 11px 3px var(--sig-glow);
  opacity: 0;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .home #talk-to-an-akron-employment-lawyer-today .home-primary-signature {
    --sig-scale: clamp(0.16, calc((100vw - 32px) / 817.6), 0.32);
    width: min(100%, 320px);
    margin-top: -28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1340px) {
  .home .fbr-home-page {
    --fbr-hero-portrait-right: 8px;
    --fbr-hero-portrait-bottom: 30px;
    --fbr-hero-portrait-width: 820px;
  }

  .home .fbr-hero {
    height: auto;
    min-height: 980px;
    padding: 164px 24px 260px;
  }

  .home .fbr-hero__content-wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    gap: 24px;
  }

  .home .fbr-hero__title,
  .home .fbr-hero__desc,
  .home .fbr-hero__copy {
    width: 100%;
    max-width: 740px;
  }

  .home .fbr-hero__copy {
    transform: none;
  }

  .home .fbr-hero__cta {
    margin-left: 0;
  }

  .home .fbr-hero__title {
    font-size: clamp(48px, 8vw, 82px);
  }

  .home .fbr-hero__form {
    width: min(420px, 100%);
    margin-top: 330px;
    transform: translateY(390px);
  }

  .home .home-intro-bar__title {
    font-size: clamp(36px, 5vw, 57.33px);
  }

  .home .home-intro-bar__lead {
    font-size: clamp(16px, 2vw, 19.2px);
  }

  .home .home-practice-tile__title {
    font-size: clamp(24px, 3vw, 35px);
  }

  .home .content-block--home-process {
    padding: 72px 0;
  }

  .home .home-process__title {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home .home-process__lists {
    gap: 20px;
  }

  .home .home-process__list {
    width: min(410px, calc(50% - 10px));
  }

  .home .home-process__text {
    width: auto;
  }

  @media (min-width: 992px) and (max-width: 1120px) {
    .home .fbr-hero {
      padding: 72px 24px 260px;
    }
  }

  .home .content-block--home-process-cards {
    padding: 72px 0;
    min-height: auto;
  }

  .home .home-process-cards__title {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home .home-process-cards__lead {
    font-size: clamp(16px, 2vw, 19.2px);
  }

  .home .home-process-cards__grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home .content-block--home-bio {
    padding: 72px 24px;
  }

  .home #what-clients-say.content-block--home {
    padding: 72px 24px;
  }

  .home #what-clients-say .content-block__h2 {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home #what-clients-say .content-block__accordions {
    grid-template-columns: repeat(auto-fit, minmax(320px, 386px));
  }

  .home #frequently-asked-questions .content-block__h2 {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home #serving-akron-summit-county .home-serving__title {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home #serving-akron-summit-county .home-serving__lead {
    font-size: clamp(16px, 2vw, 19.2px);
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__title {
    font-size: clamp(34px, 5vw, 47.78px);
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__lead {
    font-size: clamp(16px, 2vw, 19.2px);
  }

  .home #frequently-asked-questions .accordion__question-text {
    font-size: clamp(22px, 2.8vw, 27.65px);
  }

  .home .content-block--home-bio .content-block__inner {
    width: 100%;
  }

  .home .home-bio-card {
    min-height: auto;
  }

  .home .home-bio-card__media {
    width: min(42vw, 519px);
    height: auto;
    aspect-ratio: 519 / 592;
  }

  .home .home-bio-card__content {
    width: calc(100% - min(42vw, 519px));
    min-height: 0;
    padding: 40px 30px 24px;
  }

  .home .home-bio-card__title {
    font-size: clamp(34px, 4vw, 47.78px);
  }
}

@media (max-width: 1200px) {
  .home .home-practice-grid {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(150px, auto);
    gap: 8px;
  }

  .home .home-practice-tile {
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 14px 12px;
  }

  .home .home-practice-tile__title {
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.15;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 1076px) and (max-width: 1340px) {
  .home .fbr-home-page {
    --fbr-hero-portrait-right: 0px;
    --fbr-hero-portrait-bottom: 36px;
    --fbr-hero-portrait-width: 900px;
  }

  .home .fbr-hero {
    padding-top: 72px;
    padding-bottom: 210px;
  }

  .home .fbr-hero__form {
    transform: translateY(170px);
  }
}

@media (min-width: 1076px) and (max-width: 1340px) and (max-height: 1100px) {
  .home .fbr-hero__form {
    transform: translateY(50px);
  }
}

@media (max-width: 1360px) {
  .home .home-practice-tile:nth-child(3),
  .home .home-practice-tile:nth-child(4) {
    padding: 12px 10px;
  }

  .home .home-practice-tile:nth-child(3) .home-practice-tile__title,
  .home .home-practice-tile:nth-child(4) .home-practice-tile__title {
    font-size: clamp(14px, 1.55vw, 24px);
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 1100px) {
  .home .home-practice-grid {
    grid-auto-rows: minmax(135px, auto);
  }

  .home .home-practice-tile__title {
    font-size: clamp(19px, 2.4vw, 24px);
  }
}

@media (max-width: 991px) {
  .home .fbr-home-page {
    --fbr-swoosh-lift: 52px;
  }

  .home .fbr-hero {
    min-height: auto;
    padding: 136px 16px 172px;
  }

  .home .fbr-hero__content-wrap {
    flex-direction: column;
  }

  .home .fbr-hero__portrait {
    display: none;
  }

  .home .fbr-hero__form {
    margin-top: 0;
    transform: none;
  }

  .home .home-practice-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(130px, auto);
  }

  .home .home-practice-tile {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .home .content-block--home-process {
    padding: 56px 0;
  }

  .home .content-block--home-process .content-block__inner {
    padding: 0 24px;
  }

  .home .home-process__lists {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }

  .home .home-process__list {
    width: 100%;
  }

  .home .content-block--home-process-cards {
    padding: 56px 0;
  }

  .home .content-block--home-process-cards .content-block__inner {
    padding: 0 24px;
    gap: 32px;
  }

  .home .home-process-cards__grid {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .home .home-process-card {
    width: 100%;
    max-width: 360px;
    height: auto;
    min-height: 260px;
  }

  .home .content-block--home-bio {
    padding: 56px 24px;
  }

  .home #what-clients-say.content-block--home {
    padding: 56px 24px;
  }

  .home #what-clients-say .content-block__accordions {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .home #what-clients-say .accordion__item {
    min-height: 0;
  }

  .home #frequently-asked-questions.content-block--home {
    padding: 56px 24px;
  }

  .home #serving-akron-summit-county.content-block--home-serving {
    padding: 56px 24px;
  }

  .home #talk-to-an-akron-employment-lawyer-today.content-block--home-primary-cta {
    padding: 56px 24px;
  }

  .home #talk-to-an-akron-employment-lawyer-today .content-block__inner {
    gap: 24px;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button {
    padding: 16px 20px;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-cta__button span:last-child {
    font-size: 16px;
  }

  .home #serving-akron-summit-county .content-block__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .home #serving-akron-summit-county .home-serving__copy {
    width: 100%;
  }

  .home #serving-akron-summit-county .home-serving__title {
    font-size: clamp(34px, 9vw, 46px);
    max-width: 10.5ch;
  }

  .home #serving-akron-summit-county .home-serving__lead {
    max-width: 100%;
    line-height: 1.6;
  }

  .home #serving-akron-summit-county .home-serving__selected {
    width: 100%;
    margin-top: 16px;
  }

  .home #serving-akron-summit-county .home-serving__actions {
    margin-top: 14px;
  }

  .home #serving-akron-summit-county .home-serving__areas {
    gap: 10px;
    margin-top: 10px;
  }

  .home #serving-akron-summit-county .home-serving__area {
    font-size: 14px;
    padding: 8px 14px;
  }

  .home #serving-akron-summit-county .content-block__inner::before {
    content: none;
  }

  .home #serving-akron-summit-county .home-serving__map-card {
    width: 100%;
    min-height: 430px;
  }

  .home #serving-akron-summit-county .home-serving__map-layer {
    inset: 90px 20px 24px;
  }

  .home #serving-akron-summit-county .home-serving__node-label {
    display: none;
  }

  .home #serving-akron-summit-county .home-serving__map-footer {
    left: 1.2rem;
    right: 1.2rem;
    grid-template-columns: 1fr;
  }

  .home #serving-akron-summit-county .home-serving__scale {
    display: none;
  }

  .home #talk-to-an-akron-employment-lawyer-today.content-block--home-primary-cta {
    padding: 64px 24px 72px;
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-signature {
    --sig-scale: clamp(0.18, calc((100vw - 56px) / 817.6), 0.34);
    width: min(100%, 360px);
    margin-top: -14px;
    margin-bottom: 14px;
  }

  .home #frequently-asked-questions .accordion__question {
    padding: 24px 64px 24px 20px;
  }

  .home #frequently-asked-questions .accordion__question-text {
    font-size: 21px;
  }

  .home #frequently-asked-questions .accordion__answer-text {
    padding: 0 20px 24px;
  }

  .home #frequently-asked-questions .accordion__icon {
    right: 20px;
    top: 21px;
    width: 24px;
    height: 24px;
  }

  .home #frequently-asked-questions .accordion__icon::before {
    width: 18px;
  }

  .home #frequently-asked-questions .accordion__icon::after {
    height: 18px;
  }

  .home .home-bio-card {
    flex-direction: column;
  }

  .home .home-bio-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 519 / 592;
    border-radius: 24px 24px 0 0;
  }

  .home .home-bio-card__content {
    width: 100%;
    padding: 28px 20px 24px;
  }
}

@media (max-width: 575px) {
  .home .home-practice-modal__dialog {
    width: calc(100% - 20px);
    margin: 6vh auto 0;
    padding: 18px;
  }

  .home .home-practice-modal__dialog h3 {
    font-size: clamp(28px, 8.6vw, 34px);
  }

  .home .home-practice-modal__detail {
    font-size: 15px;
    line-height: 1.6;
  }

  .home #serving-akron-summit-county .home-serving__map-card {
    min-height: 400px;
  }

  .home #serving-akron-summit-county .home-serving__map-head {
    left: 1.2rem;
    top: 1.1rem;
  }

  .home #serving-akron-summit-county .home-serving__map-title {
    font-size: clamp(24px, 7.2vw, 30px);
  }

  .home #talk-to-an-akron-employment-lawyer-today .home-primary-signature {
    --sig-scale: clamp(0.14, calc((100vw - 40px) / 817.6), 0.28);
    width: min(100%, 280px);
    margin-top: -18px;
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .home .home-bio-card__media {
    width: min(68vw, 430px);
    margin: 0 auto;
  }
}

.home .fbr-hero .fbr-hero__copy > .fbr-hero__cta {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
  align-self: flex-start !important;
}
