.ops-footer-minimal-row,
.ops-footer-profile-row {
  display: grid;
  gap: 1.25rem;
}

.ops-footer-minimal-brand,
.ops-footer-profile-copy,
.ops-footer-profile-main {
  min-width: 0;
}

.ops-footer-minimal-brand {
  display: grid;
  gap: 0.75rem;
}

.ops-footer-minimal-brand h2,
.ops-footer-profile-copy h2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 900;
}

.ops-footer-minimal-links,
.ops-footer-minimal-meta,
.ops-footer-profile-links,
.ops-footer-profile-meta,
.ops-footer-profile-statusline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.ops-footer-minimal-links a,
.ops-footer-profile-link,
.ops-footer-minimal-exit,
.ops-footer-profile-exit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--line-color);
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color var(--motion-normal) var(--ease-standard),
    border-color var(--motion-normal) var(--ease-standard),
    color var(--motion-normal) var(--ease-standard),
    transform var(--motion-normal) var(--ease-standard);
  box-shadow: none;
}

.ops-footer-minimal-links a:hover,
.ops-footer-minimal-links a:focus-visible,
.ops-footer-profile-link:hover,
.ops-footer-profile-link:focus-visible,
.ops-footer-minimal-exit:hover,
.ops-footer-minimal-exit:focus-visible,
.ops-footer-profile-exit:hover,
.ops-footer-profile-exit:focus-visible {
  border-color: rgba(76, 141, 255, 0.24);
  color: var(--text-primary);
  transform: translateY(-1px);
}

@supports (color: color-mix(in srgb, white 50%, black)) {
  .ops-footer-minimal-links a:hover,
  .ops-footer-minimal-links a:focus-visible,
  .ops-footer-profile-link:hover,
  .ops-footer-profile-link:focus-visible,
  .ops-footer-minimal-exit:hover,
  .ops-footer-minimal-exit:focus-visible,
  .ops-footer-profile-exit:hover,
  .ops-footer-profile-exit:focus-visible {
    background: color-mix(in srgb, var(--brand-500) 8%, var(--surface-muted));
  }

  .ops-footer-minimal-chip {
    background: color-mix(in srgb, var(--surface-elevated) 72%, transparent);
  }
}

.ops-footer-minimal-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: var(--surface-elevated);
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.ops-footer-minimal-exit,
.ops-footer-profile-exit {
  color: #ef4444;
}

.ops-footer-profile {
  background: var(--panel-bg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-top: 0.75rem;
}

.ops-footer-account-shell {
  margin-top: 1.25rem;
}

.ops-footer-profile-main {
  display: grid;
  gap: 0.85rem;
}

.ops-footer-profile-utilities {
  display: grid;
  gap: 0.7rem;
}

.ops-footer-profile-identity {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ops-footer-profile-avatar {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  font-size: 0.92rem;
}

.ops-footer-profile-copy {
  display: grid;
  gap: 0.35rem;
}

.ops-footer-profile-contact {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.ops-footer-profile-links {
  justify-content: flex-start;
}

.ops-footer-profile-link {
  min-height: 2.3rem;
  padding: 0.48rem 0.86rem;
  font-size: 0.84rem;
}

.ops-footer-profile-link-primary {
  border-color: var(--brand-500);
  background: var(--brand-500);
  color: #fff;
}

.ops-footer-profile-link-primary:hover,
.ops-footer-profile-link-primary:focus-visible {
  border-color: var(--brand-600);
  background: var(--brand-600);
  color: #fff;
}

.ops-footer-profile-link-danger,
.ops-footer-profile-link-danger:hover,
.ops-footer-profile-link-danger:focus-visible {
  color: #ef4444;
}

@media (min-width: 40rem) {
  .ops-footer-minimal-brand h2,
  .ops-footer-profile-copy h2 {
    font-size: 1.25rem;
  }

  .ops-footer-profile-identity {
    flex-direction: row;
    align-items: flex-start;
  }

  .ops-footer-profile-utilities {
    grid-template-columns: minmax(0, 1fr);
  }

}

@media (min-width: 64rem) {
  .ops-footer-minimal-row {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items: center;
  }

  .ops-footer-profile-main {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .ops-footer-profile-utilities {
    justify-items: end;
    align-content: center;
  }
}

@media (min-width: 80rem) {
  .ops-footer-minimal-row {
    grid-template-columns: minmax(0, 1.35fr) auto auto;
  }

  .ops-footer-profile-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .ops-footer-profile-utilities {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
}

/* 2026-05 public storefront footer refresh */
.site-footer.site-footer-modern {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.25rem) !important;
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  border: 1px solid color-mix(in srgb, var(--line-color) 78%, transparent) !important;
  border-radius: 1rem !important;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface-elevated) 92%, transparent), color-mix(in srgb, var(--surface-muted) 88%, transparent)),
    var(--surface-elevated) !important;
  box-shadow:
    0 18px 42px color-mix(in srgb, #020617 16%, transparent),
    inset 0 1px color-mix(in srgb, #ffffff 18%, transparent) !important;
  overflow: hidden;
}

.site-footer-modern .site-footer-modern-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding-block-end: 0.95rem;
  border-bottom: 1px solid color-mix(in srgb, var(--line-color) 74%, transparent) !important;
}

.site-footer-modern .site-footer-modern-brand {
  display: flex !important;
  align-items: center;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  min-width: 0;
}

.site-footer-modern .brand-logo-footer,
.site-footer-modern .brand-logo-footer.brand-logo-footer-theme {
  flex: 0 0 auto;
  height: clamp(2.35rem, 3vw, 3rem) !important;
  max-width: min(12.25rem, 42vw) !important;
}

.site-footer-modern .site-footer-minimal-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.site-footer-modern .site-footer-kicker {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  padding: 0.22rem 0.48rem !important;
  border: 1px solid color-mix(in srgb, var(--brand-500) 18%, transparent) !important;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-500) 8%, transparent) !important;
  color: var(--brand-400) !important;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

.site-footer-modern .site-footer-heading {
  max-width: 46rem;
  margin: 0 !important;
  color: var(--text-primary);
  font-size: clamp(1.02rem, 1.45vw, 1.32rem);
  font-weight: 950;
  line-height: 1.55;
  text-wrap: balance;
}

.site-footer-modern .site-footer-summary {
  max-width: 52rem;
  margin: 0 !important;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.8;
}

.site-footer-modern .site-footer-modern-actions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem !important;
}

.site-footer-modern .site-footer-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem !important;
  padding: 0.58rem 0.9rem !important;
  border: 1px solid var(--brand-500) !important;
  border-radius: 0.55rem !important;
  background: var(--brand-500) !important;
  color: #ffffff !important;
  font-size: 0.84rem !important;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--brand-500) 20%, transparent) !important;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease,
    box-shadow 0.16s ease;
}

.site-footer-modern .site-footer-action-secondary {
  border-color: color-mix(in srgb, var(--line-color) 88%, transparent) !important;
  background: color-mix(in srgb, var(--surface-muted) 90%, transparent) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

.site-footer-modern .site-footer-action:hover,
.site-footer-modern .site-footer-action:focus-visible {
  transform: translateY(-1px) !important;
  border-color: var(--brand-600) !important;
  background: var(--brand-600) !important;
}

.site-footer-modern .site-footer-action-secondary:hover,
.site-footer-modern .site-footer-action-secondary:focus-visible {
  border-color: color-mix(in srgb, var(--brand-500) 28%, var(--line-color)) !important;
  background: color-mix(in srgb, var(--brand-500) 9%, var(--surface-muted)) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

.site-footer-modern .site-footer-route-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-modern .site-footer-route-strip li {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 2.4rem;
  gap: 0.48rem;
  padding: 0.48rem 0.62rem;
  border: 1px solid color-mix(in srgb, var(--line-color) 72%, transparent);
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--surface-muted) 64%, transparent);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.55;
}

.site-footer-modern .site-footer-route-strip li span {
  flex: 0 0 auto;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand-400) 82%, #22c55e);
}

.site-footer-modern .site-footer-modern-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.68fr);
  gap: 1rem;
  padding-top: 0 !important;
}

.site-footer-modern .site-footer-link-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(8.75rem, 1fr));
  align-content: start;
  gap: clamp(0.75rem, 1.4vw, 1.05rem);
  min-width: 0;
}

.site-footer-modern .site-footer-link-column {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-width: 0;
}

.site-footer-modern .footer-title {
  margin: 0 !important;
  color: var(--text-primary) !important;
  font-size: 0.84rem !important;
  font-weight: 950 !important;
  line-height: 1.6;
  letter-spacing: 0 !important;
}

.site-footer-modern .footer-links {
  display: grid !important;
  gap: 0.26rem !important;
}

.site-footer-modern .footer-links a {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 2rem;
  gap: 0.42rem;
  padding: 0.16rem 0 !important;
  color: var(--text-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 750;
  line-height: 1.6;
  text-decoration: none;
  transition:
    color 0.16s ease,
    transform 0.16s ease;
}

.site-footer-modern .footer-links a::before {
  content: "" !important;
  flex: 0 0 auto;
  width: 0.34rem !important;
  height: 0.34rem !important;
  border: 1px solid color-mix(in srgb, var(--brand-400) 56%, transparent);
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer-modern .footer-links a:hover,
.site-footer-modern .footer-links a:focus-visible {
  color: var(--brand-400) !important;
  transform: translateX(-1px) !important;
}

html[dir="ltr"] .site-footer-modern .footer-links a:hover,
html[dir="ltr"] .site-footer-modern .footer-links a:focus-visible {
  transform: translateX(1px) !important;
}

.site-footer-modern .site-footer-signal-board {
  display: grid !important;
  align-content: start;
  gap: 0.85rem !important;
  min-width: 0;
  padding: 0.78rem !important;
  border: 1px solid color-mix(in srgb, var(--line-color) 76%, transparent);
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--surface-muted) 66%, transparent);
}

.site-footer-modern .site-footer-signal-heading {
  display: grid;
  gap: 0.16rem;
}

.site-footer-modern .site-footer-signal-heading span,
.site-footer-modern .site-footer-signal-label-row span {
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.7;
}

.site-footer-modern .site-footer-signal-group {
  display: grid !important;
  gap: 0.5rem !important;
}

.site-footer-modern .site-footer-signal-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
}

.site-footer-modern .site-footer-signal-label {
  margin: 0 !important;
  color: var(--text-soft) !important;
  font-size: 0.73rem !important;
  font-weight: 950 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}

.site-footer-modern .site-footer-social-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(2.25rem, 1fr)) !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 0.38rem !important;
  padding: 0.36rem !important;
  border: 1px solid color-mix(in srgb, var(--line-color) 76%, transparent) !important;
  border-radius: 0.65rem !important;
  background: color-mix(in srgb, var(--surface-elevated) 74%, transparent) !important;
  box-shadow: none !important;
}

.site-footer-modern .site-footer-social-grid .site-footer-social-link {
  display: inline-grid !important;
  align-content: center !important;
  justify-content: center !important;
  place-items: center !important;
  place-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 2.65rem !important;
  min-height: 2.65rem !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0.5rem !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.site-footer-modern .site-footer-social-grid .site-footer-social-icon {
  width: 2.02rem !important;
  height: 2.02rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.site-footer-modern .site-footer-social-grid .site-footer-social-link:hover,
.site-footer-modern .site-footer-social-grid .site-footer-social-link:focus-visible {
  border-color: color-mix(in srgb, currentColor 28%, transparent) !important;
  background: color-mix(in srgb, currentColor 9%, transparent) !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

.site-footer-modern .site-footer-social-grid .site-footer-social-link:hover .site-footer-social-icon,
.site-footer-modern .site-footer-social-grid .site-footer-social-link:focus-visible .site-footer-social-icon {
  transform: scale(1.06) !important;
  filter: none !important;
}

.site-footer-modern .site-footer-trust-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.42rem !important;
}

.site-footer-modern .site-footer-trust-item {
  display: grid !important;
  grid-template-columns: 2rem minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.55rem !important;
  min-height: 3rem !important;
  padding: 0.48rem 0.56rem !important;
  border: 1px solid color-mix(in srgb, var(--line-color) 78%, transparent) !important;
  border-radius: 0.55rem !important;
  background: color-mix(in srgb, var(--surface-elevated) 72%, transparent) !important;
  color: var(--text-primary) !important;
  text-decoration: none;
  box-shadow: none !important;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    transform 0.16s ease;
}

.site-footer-modern .site-footer-trust-mark {
  display: inline-grid !important;
  width: 1.78rem !important;
  height: 1.78rem !important;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--brand-400) 24%, var(--line-color)) !important;
  border-radius: 0.45rem !important;
  background: color-mix(in srgb, var(--brand-500) 10%, transparent) !important;
  color: var(--brand-400) !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
}

.site-footer-modern .site-footer-trust-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.site-footer-modern .site-footer-trust-item strong {
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--text-primary) !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  line-height: 1.45;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.site-footer-modern .site-footer-trust-item small {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer-modern .site-footer-trust-status {
  min-height: 1.45rem !important;
  padding: 0.16rem 0.42rem !important;
  border: 1px solid color-mix(in srgb, var(--line-color) 80%, transparent) !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--surface-muted) 84%, transparent) !important;
  color: var(--text-soft) !important;
  font-size: 0.62rem !important;
  font-weight: 900 !important;
  line-height: 1.4;
  white-space: nowrap;
}

.site-footer-modern .site-footer-trust-status-live {
  border-color: color-mix(in srgb, #22c55e 34%, transparent) !important;
  background: color-mix(in srgb, #22c55e 12%, transparent) !important;
  color: #22c55e !important;
}

.site-footer-modern .site-footer-trust-item:hover,
.site-footer-modern .site-footer-trust-item:focus-visible {
  border-color: color-mix(in srgb, var(--brand-400) 32%, var(--line-color)) !important;
  background: color-mix(in srgb, var(--surface-elevated) 92%, transparent) !important;
  transform: translateY(-1px) !important;
}

.site-footer-modern .site-footer-trust-item-disabled,
.site-footer-modern .site-footer-social-link-disabled {
  cursor: default;
  opacity: 0.82 !important;
}

.site-footer-modern .site-footer-trust-item-disabled:hover,
.site-footer-modern .site-footer-trust-item-disabled:focus-visible {
  border-color: color-mix(in srgb, var(--line-color) 78%, transparent) !important;
  background: color-mix(in srgb, var(--surface-elevated) 72%, transparent) !important;
  transform: none !important;
}

.site-footer-modern .site-footer-bottom {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-top: 0 !important;
  padding-top: 0.88rem !important;
  border-top: 1px solid color-mix(in srgb, var(--line-color) 74%, transparent) !important;
}

.site-footer-modern .site-footer-bottom-copy {
  flex: 1 1 28rem;
  min-width: 0;
  margin: 0 !important;
  color: var(--text-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 650;
  line-height: 1.8 !important;
}

.site-footer-modern .site-footer-bottom-links {
  display: flex !important;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 0.85rem !important;
}

.site-footer-modern .site-footer-bottom-links a {
  color: var(--text-soft) !important;
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  line-height: 1.7;
  text-decoration: none;
}

.site-footer-modern .site-footer-bottom-links a:hover,
.site-footer-modern .site-footer-bottom-links a:focus-visible {
  color: var(--brand-400) !important;
}

:root[data-theme="light"] body .site-footer.site-footer-modern {
  border-color: #d8e3ef !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    #ffffff !important;
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.065),
    inset 0 1px rgba(255, 255, 255, 0.96) !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-modern-head,
:root[data-theme="light"] body .site-footer-modern .site-footer-bottom {
  border-color: #e2e9f2 !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-kicker {
  border-color: #cfe0f5 !important;
  background: #f3f7fd !important;
  color: #2f6fb8 !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-route-strip li,
:root[data-theme="light"] body .site-footer-modern .site-footer-signal-board,
:root[data-theme="light"] body .site-footer-modern .site-footer-social-grid,
:root[data-theme="light"] body .site-footer-modern .site-footer-trust-item {
  border-color: #dbe6f1 !important;
  background: #f8fbfe !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-trust-item {
  background: #ffffff !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-action {
  border-color: #2f6fb8 !important;
  background: #2f6fb8 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(47, 111, 184, 0.16) !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-action-secondary {
  border-color: #d8e3ef !important;
  background: #ffffff !important;
  color: #475569 !important;
  box-shadow: none !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-action:hover,
:root[data-theme="light"] body .site-footer-modern .site-footer-action:focus-visible {
  border-color: #285f9f !important;
  background: #285f9f !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-action-secondary:hover,
:root[data-theme="light"] body .site-footer-modern .site-footer-action-secondary:focus-visible {
  border-color: #c6d6e8 !important;
  background: #f8fbfe !important;
  color: #334155 !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-route-strip li {
  color: #66758a !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-trust-mark {
  border-color: #d5e3f3 !important;
  background: #f2f7fd !important;
  color: #315f8f !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-trust-status {
  border-color: #e0e8f1 !important;
  background: #f8fbfe !important;
  color: #7a8797 !important;
}

:root[data-theme="light"] body .site-footer-modern .site-footer-trust-status-live {
  border-color: #bddfcd !important;
  background: #eefaf4 !important;
  color: #257653 !important;
}

@media (max-width: 75rem) {
  .site-footer-modern .site-footer-modern-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-modern .site-footer-link-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-footer-modern .site-footer-signal-board {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr) !important;
    align-items: start;
  }

  .site-footer-modern .site-footer-signal-heading {
    grid-row: span 2;
  }
}

@media (max-width: 58rem) {
  .site-footer-modern .site-footer-modern-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer-modern .site-footer-modern-actions {
    justify-content: flex-start;
  }

  .site-footer-modern .site-footer-route-strip,
  .site-footer-modern .site-footer-link-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-modern .site-footer-signal-board {
    grid-template-columns: 1fr !important;
  }

  .site-footer-modern .site-footer-signal-heading {
    grid-row: auto;
  }
}

@media (max-width: 42rem) {
  .site-footer.site-footer-modern {
    gap: 0.85rem;
    border-radius: 0.85rem !important;
  }

  .site-footer-modern .site-footer-modern-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer-modern .brand-logo-footer,
  .site-footer-modern .brand-logo-footer.brand-logo-footer-theme {
    max-width: min(12rem, 72vw) !important;
  }

  .site-footer-modern .site-footer-modern-actions {
    width: 100%;
  }

  .site-footer-modern .site-footer-action {
    flex: 1 1 8.5rem;
  }

  .site-footer-modern .site-footer-route-strip,
  .site-footer-modern .site-footer-link-board {
    grid-template-columns: 1fr;
  }

  .site-footer-modern .site-footer-social-grid {
    gap: 0.28rem !important;
    padding: 0.28rem !important;
  }

  .site-footer-modern .site-footer-social-grid .site-footer-social-link {
    height: 2.42rem !important;
    min-height: 2.42rem !important;
  }

  .site-footer-modern .site-footer-social-grid .site-footer-social-icon {
    width: 1.82rem !important;
    height: 1.82rem !important;
  }

  .site-footer-modern .site-footer-trust-item {
    grid-template-columns: 1.9rem minmax(0, 1fr) !important;
  }

  .site-footer-modern .site-footer-trust-status {
    grid-column: 2;
    justify-self: start;
  }

  .site-footer-modern .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-modern .site-footer-bottom-links {
    justify-content: flex-start;
  }
}
