/**
 * Premium fluid layout enhancements.
 * Full-width, compact and device-responsive presentation layer.
 */
:root {
  --wld-page-gutter: clamp(12px, 1.75vw, 36px);
  --wld-compact-section: clamp(28px, 3vw, 42px);
  --wld-compact-gap: clamp(12px, 1.35vw, 22px);
  --wld-card-radius: 10px;
  --wld-premium-shadow: 0 10px 30px rgba(6, 29, 60, .075);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  min-width: 320px;
}

body :where(main, section, article, aside, div, nav, form, header, footer) {
  min-width: 0;
}

/* Fluid page frame: near edge-to-edge on every screen size. */
body .wld-shell,
body .wld-page-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-left: var(--wld-page-gutter);
  padding-right: var(--wld-page-gutter);
  padding-left: max(var(--wld-page-gutter), env(safe-area-inset-left));
  padding-right: max(var(--wld-page-gutter), env(safe-area-inset-right));
}

body .alignwide,
body .alignfull {
  max-width: none;
}

body .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Header */
.wld-topbar__inner {
  min-height: 32px;
}

.wld-main-header__inner {
  min-height: 70px;
  gap: clamp(16px, 2vw, 34px);
}

.wld-brand-link img,
.wld-brand .custom-logo {
  width: auto;
  max-width: min(270px, 28vw);
  max-height: 48px;
  object-fit: contain;
}

.wld-brand-link > img {
  width: 44px;
}

.wld-brand-link strong {
  font-size: clamp(21px, 1.55vw, 27px);
}

.wld-primary-nav {
  justify-self: center;
}

.wld-nav-list,
.wld-primary-nav .menu {
  justify-content: center;
  gap: clamp(14px, 1.5vw, 29px);
}

.wld-primary-nav a {
  font-size: clamp(12px, .78vw, 14px);
}

.wld-header-cta {
  min-height: 39px;
  padding: 8px 14px;
}

/* Advertisements */
.wld-top-ad-slot {
  padding-top: 9px;
  padding-bottom: 9px;
}

.wld-promo-banner,
.wld-growth-banner {
  min-height: 70px;
  gap: clamp(14px, 1.75vw, 28px);
  padding: 11px clamp(16px, 2vw, 30px);
  border-radius: 8px;
  box-shadow: var(--wld-premium-shadow);
}

.wld-promo-icon {
  font-size: 34px;
}

.wld-promo-banner strong {
  font-size: clamp(19px, 1.55vw, 25px);
}

.wld-promo-banner > a,
.wld-growth-banner > a {
  min-width: 148px;
  padding: 9px 15px;
}

.wld-growth-banner {
  min-height: 82px;
}

.wld-growth-banner strong {
  font-size: clamp(23px, 2vw, 30px);
}

/* Homepage hero */
.wld-home-hero__content {
  min-height: clamp(360px, 32vw, 430px);
  grid-template-columns: minmax(0, 54%) minmax(300px, 46%);
  padding-top: 32px;
}

.wld-home-hero__copy {
  max-width: 720px;
  padding-bottom: 88px;
}

.wld-home-hero h1 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(37px, 4.15vw, 62px);
}

.wld-home-hero__copy > p:last-child {
  max-width: 640px;
  font-size: clamp(15px, 1.15vw, 18px);
}

.wld-home-hero__art {
  right: 0;
  top: -10px;
  width: min(49vw, 900px);
  height: calc(100% + 10px);
}

.wld-home-search {
  bottom: 45px;
  min-height: 54px;
  grid-template-columns: minmax(220px, 1.5fr) minmax(130px, .65fr) minmax(170px, 1fr) minmax(150px, .9fr) auto;
  border-radius: 7px;
}

.wld-home-search input,
.wld-home-search select {
  padding-inline: clamp(12px, 1.25vw, 19px);
  font-size: 13px;
}

.wld-home-search button {
  min-width: 112px;
}

.wld-trust-row {
  height: 39px;
}

/* Homepage sections */
.wld-section {
  padding: var(--wld-compact-section) 0;
}

.wld-practice-section {
  padding-top: 27px;
}

.wld-section-title {
  margin-bottom: 15px;
}

.wld-section-title h2 {
  font-size: clamp(25px, 2.5vw, 36px);
}

.wld-practice-cards {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 10px;
}

.wld-practice-cards a {
  min-height: 108px;
  gap: 5px;
  padding: 11px 7px;
  border-radius: var(--wld-card-radius);
}

.wld-practice-cards a > span {
  font-size: 26px;
}

.wld-home-listing-grid {
  gap: var(--wld-compact-gap);
}

.wld-home-listing-grid .wld-listing-card--grid .wld-listing-card__media {
  min-height: clamp(175px, 15vw, 220px);
  max-height: 220px;
}

.wld-home-listing-grid .wld-listing-card__body {
  padding: 13px;
}

.wld-stats-strip .wld-shell {
  min-height: 74px;
}

.wld-stats-strip .wld-shell > div {
  padding: 7px 15px;
}

.wld-stats-strip strong {
  font-size: clamp(22px, 1.8vw, 28px);
}

.wld-location-cards {
  gap: 11px;
}

.wld-location-cards a {
  min-height: 132px;
  padding: 13px;
  border-radius: var(--wld-card-radius);
}

.wld-location-cards strong {
  font-size: 18px;
}

.wld-how-grid {
  gap: var(--wld-compact-gap);
}

.wld-how-grid article {
  padding: 21px;
  border-radius: var(--wld-card-radius);
}

.wld-how-grid article > span {
  width: 40px;
  height: 40px;
}

.wld-how-grid h3 {
  margin-top: 9px;
  font-size: 20px;
}

.wld-article-grid {
  gap: var(--wld-compact-gap);
}

.wld-article-grid article {
  border-radius: var(--wld-card-radius);
}

.wld-article-image,
.wld-article-image img {
  min-height: 138px;
  height: 138px;
}

.wld-article-grid article > div {
  padding: 13px;
}

.wld-join-cta {
  padding: 36px 0;
}

.wld-join-cta h2 {
  font-size: clamp(28px, 2.7vw, 39px);
}

/* Directory hero and normal content */
.wld-directory-hero__content {
  min-height: clamp(225px, 19vw, 285px);
  grid-template-columns: minmax(0, 58%) minmax(260px, 42%);
}

.wld-directory-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.7vw, 62px);
}

.wld-directory-hero__mark {
  height: clamp(225px, 19vw, 285px);
}

.wld-content-area {
  padding: 32px 0 48px;
}

.wld-page-layout {
  max-width: min(1120px, 100%);
}

.wld-post-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--wld-compact-gap);
}

.wld-post-card > div,
.wld-theme-widget {
  padding: 17px;
}

.wld-article-layout {
  grid-template-columns: minmax(0, 1fr) clamp(260px, 21vw, 340px);
  gap: var(--wld-compact-gap);
}

/* Core plugin: directory, cards, profiles and dashboard */
body .wld-directory {
  padding: 24px 0 42px;
}

body .wld-directory__header {
  margin-bottom: 17px;
}

body .wld-directory__header h1 {
  font-size: clamp(27px, 2.8vw, 40px);
}

body .wld-filter-form {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: var(--wld-card-radius);
}

body .wld-filter-form input,
body .wld-filter-form select,
body .wld-form input,
body .wld-form select,
body .wld-form textarea {
  min-height: 40px;
  padding: 7px 10px;
}

body .wld-directory__toolbar {
  margin-bottom: 10px;
}

body .wld-directory__columns,
body .wld-directory__columns.has-sidebar {
  gap: 18px;
}

body .wld-directory__columns.has-sidebar {
  grid-template-columns: minmax(0, 1fr) clamp(275px, 20vw, 340px);
}

body .wld-directory__sidebar {
  gap: 12px;
}

body .wld-listings {
  gap: 10px;
}

body .wld-listings--grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body .wld-listing-card {
  grid-template-columns: 118px minmax(0, 1fr);
  border-radius: var(--wld-card-radius);
  box-shadow: 0 4px 15px rgba(6, 29, 60, .04);
}

body .wld-listing-card__media {
  min-height: 132px;
}

body .wld-listing-card__body {
  padding: 13px 15px;
}

body .wld-listing-card h3 {
  font-size: 18px;
}

body .wld-listing-card__subtitle {
  margin-top: 3px;
  font-size: 13px;
}

body .wld-tags {
  gap: 5px;
  margin: 8px 0;
}

body .wld-tags span {
  padding: 4px 7px;
  font-size: 11px;
}

body .wld-listing-card__meta {
  gap: 5px 14px;
  margin-top: 7px;
  font-size: 12px;
}

body .wld-listing-card__actions {
  margin-top: 9px;
}

body .wld-listing-card--grid {
  grid-template-columns: 1fr;
}

body .wld-listing-card--grid .wld-listing-card__media {
  min-height: clamp(175px, 14vw, 220px);
}

body .wld-sidebar-card,
body .wld-content-card {
  padding: 17px;
  border-radius: var(--wld-card-radius);
}

body .wld-profile-hero {
  padding: 24px 0;
}

body .wld-profile-hero__grid {
  grid-template-columns: clamp(230px, 19vw, 310px) minmax(0, 1fr) clamp(295px, 22vw, 350px);
  gap: clamp(16px, 1.8vw, 28px);
}

body .wld-profile-portrait,
body .wld-profile-image {
  min-height: clamp(245px, 23vw, 320px);
}

body .wld-profile-summary h1 {
  font-size: clamp(31px, 3.45vw, 49px);
}

body .wld-contact-card {
  padding: 19px;
  border-radius: var(--wld-card-radius);
}

body .wld-contact-card h2 {
  margin-bottom: 13px;
  font-size: 21px;
}

body .wld-contact-card p {
  margin-bottom: 9px;
}

body .wld-profile-layout {
  grid-template-columns: minmax(0, 1fr) clamp(285px, 22vw, 350px);
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 42px;
}

body .wld-profile-main,
body .wld-profile-sidebar {
  gap: 15px;
}

body .wld-content-card h2 {
  margin-bottom: 12px;
  font-size: 23px;
}

body .wld-practice-grid {
  gap: 14px;
}

body .wld-dashboard {
  padding: 24px 0 42px;
}

body .wld-dashboard-stats {
  gap: 10px;
  margin: 18px 0;
}

body .wld-dashboard-stats > div,
body .wld-dashboard-panel,
body .wld-plan-card {
  padding: 17px;
  border-radius: var(--wld-card-radius);
}

body .wld-dashboard-grid,
body .wld-pricing-grid {
  gap: 15px;
}

body .wld-term-directory {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 10px;
}

body .wld-term-directory > a {
  padding: 14px;
}

/* Footer */
.wld-footer-ad {
  padding-block: 16px;
}

.wld-footer-grid {
  gap: clamp(22px, 3vw, 48px);
  padding-top: 34px;
  padding-bottom: 25px;
}

.wld-footer-bottom {
  min-height: 48px;
}

/* Large desktop refinement */
@media (min-width: 1500px) {
  body {
    font-size: 14px;
  }

  .wld-home-listing-grid,
  .wld-article-grid {
    gap: 18px;
  }

  body .wld-filter-form {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
  }

  body .wld-listing-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  body .wld-listing-card__media {
    min-height: 142px;
  }
}

/* Tablet and compact laptops */
@media (max-width: 1100px) {
  .wld-main-header__inner {
    grid-template-columns: auto auto 1fr;
  }

  .wld-menu-toggle {
    display: block;
    justify-self: end;
    grid-column: 3;
  }

  .wld-primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 12px var(--wld-page-gutter) 18px;
    border-top: 1px solid var(--theme-line);
    background: #fff;
    box-shadow: 0 15px 30px rgba(6, 29, 60, .12);
  }

  .wld-primary-nav.is-open {
    display: block;
  }

  .wld-nav-list,
  .wld-primary-nav .menu {
    display: grid;
    gap: 0;
  }

  .wld-primary-nav a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }

  .wld-primary-nav .sub-menu {
    position: static;
    min-width: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding: 0 0 0 16px;
    border: 0;
    box-shadow: none;
  }

  .wld-header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .wld-home-hero__content {
    min-height: 480px;
    grid-template-columns: 1fr;
  }

  .wld-home-hero__copy {
    max-width: 650px;
  }

  .wld-home-hero__art {
    right: -70px;
    width: 70%;
    opacity: .56;
  }

  .wld-home-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .wld-home-search input,
  .wld-home-search select,
  .wld-home-search button {
    min-height: 48px;
  }

  .wld-home-search button {
    grid-column: 1 / -1;
  }

  .wld-practice-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wld-home-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wld-location-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body .wld-filter-form {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  body .wld-directory__columns.has-sidebar {
    grid-template-columns: 1fr;
  }

  body .wld-directory__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .wld-profile-hero__grid {
    grid-template-columns: minmax(210px, 28vw) minmax(0, 1fr);
  }

  body .wld-contact-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
  }

  body .wld-contact-card h2 {
    grid-column: 1 / -1;
  }

  body .wld-contact-card .wld-button {
    margin-top: 3px;
  }

  body .wld-profile-layout {
    grid-template-columns: 1fr;
  }

  body .wld-profile-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 700px) {
  :root {
    --wld-page-gutter: 12px;
    --wld-compact-section: 28px;
  }

  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 14px;
  }

  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .wld-topbar {
    display: none;
  }

  .wld-main-header__inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .wld-brand-link > img {
    width: 38px;
    height: 38px;
  }

  .wld-brand-link strong {
    font-size: clamp(18px, 5.4vw, 21px);
  }

  .wld-brand-link small {
    margin-top: 3px;
    font-size: 8px;
  }

  .wld-brand .custom-logo {
    max-width: 210px;
    max-height: 42px;
  }

  .wld-header-cta {
    display: none;
  }

  .wld-menu-toggle {
    grid-column: 2;
    width: 42px;
    height: 42px;
  }

  .wld-primary-nav {
    max-height: calc(100vh - 64px);
    max-height: calc(100dvh - 64px);
    padding-inline: 14px;
  }

  .wld-top-ad-slot {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .wld-promo-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 62px;
    padding: 10px 12px;
  }

  .wld-promo-icon,
  .wld-promo-price {
    display: none;
  }

  .wld-promo-banner strong {
    font-size: 16px;
  }

  .wld-promo-banner small {
    font-size: 10px;
  }

  .wld-promo-banner > a {
    min-width: 104px;
    padding: 8px 9px;
    font-size: 11px;
  }

  .wld-home-hero__content {
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-top: 27px;
    padding-bottom: 15px;
  }

  .wld-home-hero__copy {
    max-width: none;
    padding-bottom: 0;
  }

  .wld-home-hero h1 {
    max-width: 92%;
    font-size: clamp(34px, 10.4vw, 43px);
  }

  .wld-home-hero__copy > p:last-child {
    max-width: 92%;
    font-size: 15px;
  }

  .wld-home-hero__art {
    top: 20px;
    right: -38%;
    width: 112%;
    height: 310px;
    opacity: .24;
  }

  .wld-home-search {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 21px;
    border-radius: 8px;
    overflow: hidden;
  }

  .wld-home-search input,
  .wld-home-search select,
  .wld-home-search button {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--theme-line);
  }

  .wld-home-search button {
    grid-column: auto;
    border-bottom: 0;
  }

  .wld-trust-row {
    position: relative;
    inset: auto;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 11px;
    padding-top: 3px;
    font-size: 10px;
  }

  .wld-trust-row span {
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .wld-trust-row span:nth-child(4),
  .wld-trust-row span:nth-child(5) {
    display: flex;
  }

  .wld-trust-row span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .wld-section-title {
    gap: 7px;
    margin-bottom: 13px;
  }

  .wld-section-title h2 {
    font-size: 27px;
  }

  .wld-kicker {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .wld-practice-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .wld-practice-cards a {
    min-height: 96px;
  }

  .wld-growth-banner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 17px;
  }

  .wld-growth-banner > a {
    min-width: 0;
  }

  .wld-home-listing-grid,
  .wld-location-cards,
  .wld-how-grid,
  .wld-article-grid {
    grid-template-columns: 1fr;
  }

  .wld-home-listing-grid .wld-listing-card--grid .wld-listing-card__media {
    min-height: 210px;
  }

  .wld-stats-strip .wld-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .wld-stats-strip .wld-shell > div {
    min-height: 58px;
    padding: 6px;
  }

  .wld-stats-strip .wld-shell > div:nth-child(3) {
    border-right: 1px solid rgba(255,255,255,.2);
  }

  .wld-stats-strip .wld-shell > div:nth-child(even) {
    border-right: 0;
  }

  .wld-stats-strip .wld-shell > div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .wld-location-cards a {
    min-height: 118px;
  }

  .wld-join-cta .wld-shell,
  .wld-join-cta .wld-shell > div:last-child {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .wld-join-cta .wld-shell > div:last-child a {
    width: 100%;
  }

  .wld-directory-hero__content {
    min-height: 230px;
    grid-template-columns: 1fr;
  }

  .wld-directory-hero__mark {
    position: absolute;
    right: -28%;
    width: 100%;
    height: 230px;
    opacity: .26;
  }

  .wld-directory-hero h1 {
    max-width: 92%;
    font-size: clamp(35px, 10vw, 44px);
  }

  .wld-content-area {
    padding: 27px 0 38px;
  }

  .wld-article-layout,
  .wld-post-grid {
    grid-template-columns: 1fr;
  }

  body .wld-directory {
    padding: 20px 0 34px;
  }

  body .wld-filter-form {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 11px;
  }

  body .wld-directory__toolbar {
    align-items: stretch;
  }

  body .wld-toolbar-controls {
    width: 100%;
    flex-wrap: wrap;
  }

  body .wld-toolbar-controls select {
    flex: 1;
  }

  body .wld-directory__sidebar,
  body .wld-profile-sidebar {
    grid-template-columns: 1fr;
  }

  body .wld-listing-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  body .wld-listing-card__media {
    min-height: 118px;
  }

  body .wld-listing-card__body {
    padding: 11px;
  }

  body .wld-listing-card h3 {
    font-size: 17px;
  }

  body .wld-listing-card__heading {
    display: block;
  }

  body .wld-listing-card__heading .wld-rating {
    margin-top: 5px;
  }

  body .wld-listing-card__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body .wld-listing-card--grid {
    grid-template-columns: 1fr;
  }

  body .wld-profile-hero {
    padding: 18px 0;
  }

  body .wld-profile-hero__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body .wld-profile-portrait {
    width: 100%;
    max-width: 420px;
    min-height: 255px;
  }

  body .wld-profile-image {
    min-height: 255px;
    max-height: 430px;
  }

  body .wld-profile-summary h1 {
    font-size: 34px;
  }

  body .wld-contact-card {
    grid-column: auto;
    display: block;
  }

  body .wld-contact-card .wld-button {
    min-height: 44px;
    margin-top: 7px;
  }

  body .wld-profile-layout {
    padding-top: 15px;
    padding-bottom: 32px;
  }

  body .wld-sidebar-card,
  body .wld-content-card {
    padding: 14px;
  }

  body .wld-practice-grid,
  body .wld-dashboard-grid,
  body .wld-pricing-grid,
  body .wld-term-directory,
  body .wld-public-reviews {
    grid-template-columns: 1fr;
  }

  body .wld-dashboard__header,
  body .wld-dashboard__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body .wld-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .wld-form-grid {
    grid-template-columns: 1fr;
  }

  body .wld-field--wide {
    grid-column: auto;
  }

  body .wld-modal {
    padding: 10px;
  }

  body .wld-modal__dialog {
    max-height: calc(100dvh - 20px);
    padding: 20px 14px;
    border-radius: 8px;
  }

  .wld-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
    padding-top: 29px;
  }

  .wld-footer-brand,
  .wld-newsletter {
    grid-column: 1 / -1;
  }

  .wld-newsletter form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wld-newsletter input,
  .wld-newsletter button {
    min-height: 44px;
    border-radius: 5px;
  }

  .wld-footer-bottom {
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Very small devices */
@media (max-width: 420px) {
  .wld-brand-link strong {
    font-size: 17px;
  }

  .wld-brand-link small {
    display: none;
  }

  .wld-promo-banner {
    grid-template-columns: 1fr;
  }

  .wld-promo-banner > a {
    width: 100%;
  }

  .wld-home-hero h1 {
    max-width: 100%;
    font-size: 33px;
  }

  .wld-home-hero__copy > p:last-child {
    max-width: 100%;
  }

  .wld-practice-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .wld-listing-card:not(.wld-listing-card--grid) {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  body .wld-listing-card__media {
    min-height: 105px;
  }

  body .wld-listing-card__actions .wld-button {
    width: 100%;
  }

  body .wld-dashboard-stats,
  .wld-footer-grid {
    grid-template-columns: 1fr;
  }

  .wld-footer-grid > * {
    grid-column: 1 !important;
  }
}

/* Motion and accessibility */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

@media (forced-colors: active) {
  .wld-button,
  .wld-header-cta,
  .wld-promo-banner,
  .wld-growth-banner,
  .wld-contact-card {
    border: 1px solid ButtonText;
  }
}

@media (max-width: 1100px) {
  body.wld-mobile-menu-open {
    overflow: hidden;
  }
}
