.andrews-law-refresh {
  --al-ink: #10151c;
  --al-ink-soft: #1c2530;
  --al-gold: #9c7a3c;
  --al-gold-light: #c9a35e;
  --al-paper: #f5f0e4;
  --al-paper-dim: #eae2cd;
  --al-white: #ffffff;
  --al-text: #10151c;
  --al-muted: #5a6270;
  --al-line: #ddd2b4;
  background: var(--al-paper);
  margin: 0;
  overflow-x: clip;
}

.andrews-law-refresh .site-header,
.andrews-law-refresh .site-footer,
.andrews-law-refresh footer.wp-block-template-part:not(.al-footer),
.andrews-law-refresh .hostinger-ai-page-title {
  display: none !important;
}

.andrews-law-refresh .wp-block-social-links,
.andrews-law-refresh .wp-block-hostinger-reach-subscription,
.andrews-law-refresh [class*="hostinger-reach"] {
  display: none !important;
}

.andrews-law-refresh main.wp-block-group,
.andrews-law-refresh .wp-block-post-content,
.andrews-law-refresh .entry-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}

.andrews-law-refresh .al-site {
  color: var(--al-text);
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  max-width: none !important;
  overflow: hidden;
  width: 100vw;
}

.andrews-law-refresh .al-site *,
.andrews-law-refresh .al-site *::before,
.andrews-law-refresh .al-site *::after {
  box-sizing: border-box;
}

.al-container {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.al-site h1,
.al-site h2,
.al-site h3,
.al-site h4,
.al-site p,
.al-site ul,
.al-site dl {
  margin-top: 0;
}

.al-site h1,
.al-site h2,
.al-site h3 {
  color: var(--al-ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.al-site h1 em,
.al-site h2 em {
  color: var(--al-gold-light);
  font-style: normal;
}

.al-site a {
  color: inherit;
}

.al-topbar {
  background: var(--al-ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.al-topbar__inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 42px;
}

.al-topbar__phone {
  min-width: 220px;
  text-align: right;
}

.al-topbar a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.al-topbar a:hover,
.al-topbar a:focus-visible {
  color: var(--al-gold-light);
}

.al-navbar {
  background: rgba(245, 240, 228, 0.96);
  border-bottom: 1px solid var(--al-line);
}

.al-navbar__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(190px, 1fr) auto auto;
  min-height: 104px;
}

.al-brand {
  align-items: center;
  display: flex;
  height: 82px;
  overflow: hidden;
  width: 220px;
}

.al-brand img {
  display: block;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
  width: 210px;
}

.al-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.al-nav__link {
  border-radius: 4px;
  color: var(--al-ink) !important;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 12px 15px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.al-nav__link:hover,
.al-nav__link:focus-visible,
.al-nav__link.is-active {
  background: var(--al-paper-dim);
  color: var(--al-gold) !important;
}

.al-button {
  align-items: center;
  background: var(--al-gold);
  border: 1px solid var(--al-gold);
  border-radius: 2px;
  color: var(--al-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.09em;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.al-button:hover,
.al-button:focus-visible {
  background: #80622f;
  border-color: #80622f;
  transform: translateY(-2px);
}

.al-button--small {
  min-height: 44px;
  padding: 10px 17px;
}

.al-button--light {
  background: var(--al-white);
  border-color: var(--al-white);
  color: var(--al-ink) !important;
}

.al-button--light:hover,
.al-button--light:focus-visible {
  background: var(--al-paper);
  border-color: var(--al-paper);
}

.al-eyebrow {
  color: var(--al-gold);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.19em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.al-hero {
  background: linear-gradient(120deg, var(--al-ink) 0%, var(--al-ink-soft) 100%);
  color: rgba(255, 255, 255, 0.82);
  min-height: 680px;
  position: relative;
}

.al-hero::before {
  background: linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.055) 50%);
  background-size: 150px 100%;
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}

.al-hero__grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  min-height: 680px;
  position: relative;
  z-index: 1;
}

.al-hero__content {
  max-width: 780px;
  padding: 90px 0;
}

.al-hero h1 {
  color: var(--al-white);
  font-size: clamp(54px, 6vw, 86px);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 30px;
}

.al-hero__lead {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 660px;
}

.al-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.al-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--al-ink) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-bottom: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.al-text-link--light {
  color: var(--al-white) !important;
}

.al-text-link:hover,
.al-text-link:focus-visible {
  color: var(--al-gold) !important;
}

.al-hero__mark {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 198, 159, 0.38);
  border-radius: 50%;
  color: var(--al-gold-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  max-width: 340px;
  position: relative;
  width: 100%;
}

.al-hero__mark::before,
.al-hero__mark::after {
  border: 1px solid rgba(216, 198, 159, 0.18);
  border-radius: 50%;
  content: "";
  inset: 22px;
  position: absolute;
}

.al-hero__mark::after {
  inset: -18px;
}

.al-hero__mark span {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 126px;
  line-height: 0.82;
}

.al-hero__mark small {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.34em;
  margin-top: 24px;
}

.al-section {
  padding: 105px 0;
}

.al-section--paper {
  background: var(--al-paper);
}

.al-section--white {
  background: #fffdf8;
}

.al-section--ink {
  background: var(--al-ink);
  color: rgba(255, 255, 255, 0.75);
}

.al-section-heading {
  margin-bottom: 58px;
  max-width: 800px;
}

.al-section-heading--split {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 0.8fr;
  max-width: none;
}

.al-section-heading h2,
.al-prose h2,
.al-contact-details h2,
.al-contact-form-layout h2 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0;
}

.al-section-heading > p:last-child,
.al-section-heading--split > p {
  color: var(--al-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 6px;
}

.al-practice-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.al-practice-card {
  background: var(--al-white);
  border-top: 3px solid transparent;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 35px 28px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.al-practice-card:hover {
  border-color: var(--al-gold);
  transform: translateY(-5px);
}

.al-practice-card > span,
.al-values-grid article > span,
.al-process span {
  color: var(--al-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.al-practice-card h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 54px 0 20px;
}

.al-practice-card p {
  color: var(--al-muted);
  font-size: 14px;
}

.al-practice-card a {
  color: var(--al-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-top: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.al-practice-card a:hover,
.al-practice-card a:focus-visible {
  color: var(--al-gold);
}

.al-split {
  display: grid;
  gap: 110px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.al-split__statement {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 100px;
}

.al-split h2 {
  color: var(--al-white);
  font-size: clamp(46px, 5.5vw, 72px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 30px;
}

.al-split__content h3 {
  color: var(--al-white);
  font-size: 38px;
  margin-bottom: 24px;
}

.al-split__content p {
  line-height: 1.8;
}

.al-credentials {
  background: #101f2e;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--al-white);
}

.al-credentials__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 40px;
  padding-top: 40px;
}

.al-credentials__grid > div,
.al-credentials__grid > a {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 80px;
  padding: 5px 30px;
  text-decoration: none;
}

.al-credentials__grid > :first-child {
  padding-left: 0;
}

.al-credentials__grid > :last-child {
  border-right: 0;
}

.al-credentials strong {
  color: var(--al-gold-light);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.al-credentials span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-top: 7px;
}

.al-values-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.al-values-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.al-values-grid article {
  border-top: 1px solid var(--al-line);
  padding-top: 25px;
}

.al-values-grid h3 {
  font-size: 25px;
  margin: 42px 0 14px;
}

.al-values-grid p {
  color: var(--al-muted);
  font-size: 14px;
}

.al-cta {
  background: var(--al-ink);
  color: var(--al-white);
  padding: 70px 0;
}

.al-cta__inner {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.al-cta .al-eyebrow {
  color: var(--al-gold-light);
  margin-bottom: 12px;
}

.al-cta h2 {
  color: var(--al-white);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  margin-bottom: 0;
  max-width: 800px;
}

.al-page-hero {
  background: var(--al-ink);
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.al-page-hero::before {
  background: linear-gradient(120deg, var(--al-ink) 0%, var(--al-ink-soft) 100%);
  content: "";
  grid-column: 1;
  grid-row: 1;
  inset: 0;
  position: absolute;
  width: 58%;
}

.al-page-hero::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 34px 0 54px rgba(16, 21, 28, 0.42);
  content: "";
  grid-column: 2;
  grid-row: 1;
  min-height: 510px;
  position: relative;
}

.andrews-law-about .al-page-hero::after {
  background-image: linear-gradient(90deg, rgba(16, 21, 28, 0.28), rgba(16, 21, 28, 0.04)), url("../uploads/2026/08/about-legal-counsel.webp");
}

.andrews-law-services .al-page-hero::after {
  background-image: linear-gradient(90deg, rgba(16, 21, 28, 0.28), rgba(16, 21, 28, 0.04)), url("../uploads/2026/08/practice-areas-legal-documents.webp");
}

.andrews-law-contact .al-page-hero::after {
  background-image: linear-gradient(90deg, rgba(16, 21, 28, 0.28), rgba(16, 21, 28, 0.04)), url("../uploads/2026/08/contact-legal-consultation.webp");
}

.al-page-hero__inner {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  margin: 0;
  max-width: none;
  min-height: 510px;
  padding-bottom: 75px;
  padding-left: max(28px, calc((100vw - 1160px) / 2 + 32px));
  padding-right: clamp(38px, 5vw, 84px);
  padding-top: 75px;
  position: relative;
  width: auto;
  z-index: 1;
}

.al-page-hero h1 {
  color: var(--al-white);
  font-size: clamp(52px, 6.2vw, 78px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 28px;
  max-width: 700px;
}

.al-page-hero__inner > p:last-child {
  font-size: 18px;
  line-height: 1.75;
  max-width: 720px;
}

.al-page-hero--compact,
.al-page-hero--compact .al-page-hero__inner,
.al-page-hero--compact::after {
  min-height: 450px;
}

.al-content-layout {
  display: grid;
  gap: 85px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.62fr);
}

.al-prose h2,
.al-contact-details h2,
.al-contact-form-layout h2 {
  margin-bottom: 34px;
}

.al-prose h3 {
  font-size: 31px;
  margin: 50px 0 18px;
}

.al-prose p {
  color: var(--al-muted);
  font-size: 16px;
  line-height: 1.85;
}

.al-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.al-sidebar__card {
  background: var(--al-paper);
  border-top: 3px solid var(--al-gold);
  padding: 34px;
}

.al-sidebar__card h3 {
  font-size: 28px;
  margin-bottom: 24px;
}

.al-sidebar__card dl {
  margin-bottom: 26px;
}

.al-sidebar__card dl > div {
  border-top: 1px solid var(--al-line);
  padding: 13px 0;
}

.al-sidebar__card dt {
  color: var(--al-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.al-sidebar__card dd {
  color: var(--al-ink);
  font-size: 14px;
  margin: 4px 0 0;
}

.al-sidebar__card--dark {
  background: var(--al-ink);
  color: var(--al-white);
}

.al-sidebar__card--dark h3 {
  color: var(--al-white);
}

.al-sidebar__card--dark ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.al-sidebar__card--dark li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 0;
}

.al-service-list {
  border-top: 1px solid var(--al-line);
}

.al-service-list article {
  border-bottom: 1px solid var(--al-line);
  display: grid;
  gap: 42px;
  grid-template-columns: 55px minmax(230px, 0.72fr) minmax(0, 1fr);
  padding: 52px 0;
}

.al-service-list__number {
  color: var(--al-gold);
  font-size: 12px;
  font-weight: 800;
}

.al-service-list h3 {
  font-size: 35px;
  line-height: 1.12;
  margin-bottom: 0;
}

.al-service-list article > div:last-child > p {
  color: var(--al-muted);
  margin-bottom: 20px;
}

.al-service-list ul {
  display: grid;
  gap: 7px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.al-service-list li {
  color: var(--al-muted);
  font-size: 13px;
  padding-left: 15px;
  position: relative;
}

.al-service-list li::before {
  color: var(--al-gold);
  content: "—";
  left: 0;
  position: absolute;
}

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

.al-process > div {
  border-left: 1px solid var(--al-line);
  padding-left: 24px;
}

.al-process h3 {
  font-size: 25px;
  margin: 40px 0 12px;
}

.al-process p {
  color: var(--al-muted);
  font-size: 14px;
}

.al-contact-overview {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
}

.al-contact-item {
  border-top: 1px solid var(--al-line);
  display: grid;
  gap: 20px;
  grid-template-columns: 36px 1fr;
  padding: 23px 0;
}

.al-contact-item > span {
  color: var(--al-gold);
  font-size: 11px;
  font-weight: 800;
}

.al-contact-item h3 {
  font-size: 23px;
  margin-bottom: 7px;
}

.al-contact-item p {
  color: var(--al-muted);
  font-size: 14px;
  margin-bottom: 4px;
}

.al-contact-links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 12px;
}

.al-contact-links a {
  font-size: 12px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-transform: none;
}

.al-map {
  background: var(--al-paper);
  min-height: 570px;
}

.al-map iframe {
  border: 0;
  height: 100%;
  min-height: 570px;
  width: 100%;
}

.al-contact-form-layout {
  align-items: start;
  display: grid;
  gap: 85px;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

.al-contact-form-layout > div > p:last-child {
  color: var(--al-muted);
}

.al-contact-form {
  background: var(--al-ink);
  color: var(--al-white);
  padding: clamp(30px, 5vw, 58px);
}

.al-contact-form label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.al-contact-form input,
.al-contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: var(--al-white);
  display: block;
  font: inherit;
  margin-top: 8px;
  outline: 0;
  padding: 11px 0;
  width: 100%;
}

.al-contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin-top: 12px;
  padding: 14px;
  resize: vertical;
}

.al-contact-form input:focus,
.al-contact-form textarea:focus {
  border-color: var(--al-gold-light);
}

.al-form-row {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.al-consent {
  align-items: flex-start;
  display: flex !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  gap: 12px;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}

.al-consent input {
  accent-color: var(--al-gold);
  flex: 0 0 16px;
  height: 16px;
  margin: 3px 0 0;
  width: 16px;
}

.al-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.al-form-status {
  border: 1px solid currentColor;
  margin-bottom: 24px;
  padding: 12px 15px;
}

.al-form-status--success {
  color: #b7e3c2;
}

.al-form-status--error {
  color: #ffc1b9;
}

.al-footer {
  background: var(--al-paper-dim);
  border-top: 1px solid var(--al-line);
  color: var(--al-muted);
  font-size: 13px;
  padding: 64px 0 32px;
}

.al-footer__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
}

.al-footer__grid > div:first-child p:last-child {
  max-width: 320px;
}

.al-footer__brand-row {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.al-footer__logo {
  display: block;
  flex: 0 0 auto;
  height: 48px;
  object-fit: contain;
  width: 74px;
}

.al-footer__brand {
  color: var(--al-ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0;
}

.al-footer__brand span {
  display: block;
  font: inherit;
}

.al-footer__title {
  color: var(--al-muted);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.al-footer__grid a {
  color: var(--al-ink);
  display: block;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.al-footer__grid a:hover,
.al-footer__grid a:focus-visible {
  color: var(--al-gold);
}

.al-footer__legal {
  border-top: 1px solid var(--al-line);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 24px;
}

.al-footer__legal p {
  font-size: 12px;
  margin-bottom: 0;
}

.al-footer__disclaimer {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 18px;
  max-width: 760px;
}

.al-site :focus-visible {
  outline: 2px solid var(--al-gold);
  outline-offset: 4px;
}

.andrews-law-refresh a[href*="maintenance"],
.andrews-law-refresh a[href*="mantenimiento"] {
  display: none !important;
}

@media (max-width: 1020px) {
  .al-navbar__inner {
    grid-template-columns: 1fr auto;
  }

  .al-navbar__inner > .al-button {
    display: none;
  }

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

  .al-practice-card {
    min-height: 340px;
  }

  .al-content-layout,
  .al-contact-form-layout {
    gap: 55px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }

  .al-footer__grid {
    gap: 40px;
  }
}

@media (max-width: 800px) {
  .al-topbar__inner {
    justify-content: center;
  }

  .al-topbar__phone {
    min-width: 0;
    text-align: center;
  }

  .al-navbar__inner {
    gap: 10px;
    grid-template-columns: 1fr;
    padding-bottom: 16px;
    padding-top: 10px;
  }

  .al-brand {
    justify-self: center;
  }

  .al-nav {
    justify-content: center;
    overflow-x: auto;
    width: 100%;
  }

  .al-nav__link {
    font-size: 10px;
    padding: 9px 10px;
  }

  .al-hero,
  .al-hero__grid {
    min-height: 600px;
  }

  .al-hero__grid {
    grid-template-columns: 1fr;
  }

  .al-hero__mark {
    display: none;
  }

  .al-page-hero,
  .al-page-hero--compact {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .al-page-hero::before {
    display: none;
  }

  .al-page-hero::after,
  .al-page-hero--compact::after {
    box-shadow: inset 0 -34px 50px rgba(16, 21, 28, 0.32);
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
  }

  .al-page-hero__inner,
  .al-page-hero--compact .al-page-hero__inner {
    grid-column: 1;
    grid-row: 2;
    min-height: auto;
    padding: 58px 28px 66px;
  }

  .al-section-heading--split,
  .al-split,
  .al-content-layout,
  .al-contact-overview,
  .al-contact-form-layout {
    grid-template-columns: 1fr;
  }

  .al-split {
    gap: 60px;
  }

  .al-split__statement {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    padding-bottom: 55px;
    padding-right: 0;
  }

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

  .al-credentials__grid > div,
  .al-credentials__grid > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px;
  }

  .al-service-list article {
    gap: 25px;
    grid-template-columns: 42px 1fr;
  }

  .al-service-list article > div:last-child {
    grid-column: 2;
  }

  .al-map,
  .al-map iframe {
    min-height: 420px;
  }

  .al-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .al-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .al-brand {
    height: 72px;
    width: 190px;
  }

  .al-brand img {
    max-height: 68px;
    width: 180px;
  }

  .al-nav {
    justify-content: flex-start;
  }

  .al-hero h1,
  .al-page-hero h1 {
    font-size: 45px;
  }

  .al-page-hero::after,
  .al-page-hero--compact::after {
    min-height: 235px;
  }

  .al-page-hero__inner,
  .al-page-hero--compact .al-page-hero__inner {
    padding: 48px 20px 56px;
  }

  .al-hero__content {
    padding: 70px 0;
  }

  .al-section {
    padding: 75px 0;
  }

  .al-section-heading h2,
  .al-prose h2,
  .al-contact-details h2,
  .al-contact-form-layout h2 {
    font-size: 39px;
  }

  .al-practice-grid,
  .al-values-grid,
  .al-values-grid--three,
  .al-process,
  .al-credentials__grid {
    grid-template-columns: 1fr;
  }

  .al-practice-card {
    min-height: 0;
  }

  .al-practice-card h3 {
    margin-top: 35px;
  }

  .al-credentials__grid > div,
  .al-credentials__grid > a {
    border-right: 0;
    padding-left: 0;
  }

  .al-cta__inner,
  .al-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .al-cta__inner {
    gap: 35px;
  }

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

  .al-service-list article > div:last-child {
    grid-column: auto;
  }

  .al-service-list ul,
  .al-form-row,
  .al-footer__grid {
    grid-template-columns: 1fr;
  }

  .al-contact-form {
    margin-left: -20px;
    margin-right: -20px;
  }

  .al-footer__grid > div:first-child {
    grid-column: auto;
  }

  .al-footer__legal p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .al-button,
  .al-practice-card {
    transition: none;
  }
}
