.arq-practices-showcase {
  --page-bg: #f5f1e9;
  --page-bg-2: #ede8de;
  --surface: rgba(255, 252, 246, 0.72);
  --surface-strong: rgba(255, 252, 246, 0.94);
  --surface-muted: rgba(34, 31, 27, 0.045);
  --ink: #211f1b;
  --ink-soft: rgba(33, 31, 27, 0.66);
  --ink-muted: rgba(33, 31, 27, 0.46);
  --hairline: rgba(33, 31, 27, 0.09);
  --accent: #557866;
  --accent-soft: rgba(85, 120, 102, 0.14);
  --accent-faint: rgba(85, 120, 102, 0.08);
  --shadow-soft: 0 24px 70px rgba(57, 48, 35, 0.09);
  --shell: min(100% - 48px, 1120px);
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, var(--page-bg) 0%, #f8f5ef 48%, var(--page-bg-2) 100%);
  color: var(--ink);
  overflow: hidden;
}

body.page-practices-showcase #arq-page-loader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-body.page-editorial.page-practices-showcase,
body.page-body.page-editorial.page-practices-showcase .main-content {
  background: #f5f1e9 !important;
}

html[data-theme="dark"] body.page-body.page-editorial.page-practices-showcase,
html[data-theme="dark"] body.page-body.page-editorial.page-practices-showcase .main-content,
[data-theme="dark"] body.page-body.page-editorial.page-practices-showcase,
[data-theme="dark"] body.page-body.page-editorial.page-practices-showcase .main-content {
  background: #161311 !important;
}

html[data-theme="dark"] .arq-practices-showcase,
[data-theme="dark"] .arq-practices-showcase {
  --page-bg: #161311;
  --page-bg-2: #12100e;
  --surface: rgba(240, 230, 214, 0.055);
  --surface-strong: rgba(240, 230, 214, 0.095);
  --surface-muted: rgba(240, 230, 214, 0.04);
  --ink: #f0e6d6;
  --ink-soft: rgba(240, 230, 214, 0.72);
  --ink-muted: rgba(240, 230, 214, 0.46);
  --hairline: rgba(229, 219, 200, 0.1);
  --accent: #e07a4f;
  --accent-soft: rgba(224, 122, 79, 0.14);
  --accent-faint: rgba(224, 122, 79, 0.08);
  --shadow-soft: 0 28px 80px rgba(0, 0, 0, 0.32);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, var(--page-bg) 0%, #1a1714 48%, var(--page-bg-2) 100%);
}

.arq-practices-showcase *,
.arq-practices-showcase *::before,
.arq-practices-showcase *::after {
  box-sizing: border-box;
}

.arq-practices-showcase a {
  color: inherit;
  text-decoration: none;
}

.arq-practices-showcase .hero-bg,
.arq-practices-showcase .hero-gradient,
.arq-practices-showcase .hero-orb,
.arq-practices-showcase .scroll-indicator,
.arq-practices-showcase .wave-divider,
.arq-practices-showcase .spotlight-pattern,
.arq-practices-showcase .spotlight-svg,
.arq-practices-showcase .spotlight-overlay,
.arq-practices-showcase .card-bg-img,
.arq-practices-showcase .card-thumb {
  display: none !important;
}

.arq-practices-showcase .hero {
  width: var(--shell);
  min-height: clamp(660px, calc(100svh - 58px), 760px);
  margin: 0 auto;
  padding: clamp(86px, 12vh, 132px) 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
  grid-template-areas:
    "copy media"
    "states media";
  column-gap: clamp(44px, 7vw, 92px);
  row-gap: 28px;
  align-items: end;
  position: relative;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.arq-practices-showcase .hero::before {
  content: "";
  position: absolute;
  inset: 78px auto auto 48%;
  width: 1px;
  height: calc(100% - 150px);
  background: linear-gradient(180deg, transparent, var(--hairline), transparent);
  pointer-events: none;
}

.arq-practices-showcase .hero-left {
  grid-area: copy;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.arq-practices-showcase .hero-resume {
  margin: 0 0 28px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--hairline);
}

.arq-practices-showcase .hero-resume__eyebrow {
  margin: 0 0 10px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.arq-practices-showcase .hero-resume__link {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.arq-practices-showcase .hero-resume__link:hover,
.arq-practices-showcase .hero-resume__link:focus-visible {
  color: var(--accent);
}

.arq-practices-showcase .hero-resume__title {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.18s ease;
}

.arq-practices-showcase .hero-resume__link:hover .hero-resume__title,
.arq-practices-showcase .hero-resume__link:focus-visible .hero-resume__title {
  color: var(--accent);
}

.arq-practices-showcase .hero-resume__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.arq-practices-showcase .hero-resume__meta::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
  opacity: 0.55;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.arq-practices-showcase .hero-resume__link:hover .hero-resume__meta::after,
.arq-practices-showcase .hero-resume__link:focus-visible .hero-resume__meta::after {
  opacity: 1;
  transform: translateX(3px);
}

.arq-practices-showcase .hero-label,
.arq-practices-showcase .state-label,
.arq-practices-showcase .spotlight-tag,
.arq-practices-showcase .fcta-label {
  margin: 0 0 20px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.arq-practices-showcase .hero-label::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  margin: 0 12px 4px 0;
  background: var(--accent);
  opacity: 0.45;
}

.arq-practices-showcase .hero-title {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7.1vw, 98px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.arq-practices-showcase .hero-title .line {
  display: block;
}

.arq-practices-showcase .hero-title em {
  color: var(--accent);
  font-style: italic;
}

.arq-practices-showcase .hero-divider {
  width: 52px;
  height: 1px;
  margin: 32px 0 24px;
  background: var(--accent);
  opacity: 0.55;
}

.arq-practices-showcase .hero-sub {
  max-width: 500px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.arq-practices-showcase .hero-media {
  grid-area: media;
  align-self: center;
  justify-self: stretch;
  aspect-ratio: 0.86;
  min-height: 470px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
  background: var(--surface-muted);
  box-shadow: var(--shadow-soft);
}

.arq-practices-showcase .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 241, 233, 0.12), transparent 35%, rgba(28, 25, 22, 0.18)),
    linear-gradient(90deg, rgba(245, 241, 233, 0.08), transparent 38%);
  pointer-events: none;
}

html[data-theme="dark"] .arq-practices-showcase .hero-media::after,
[data-theme="dark"] .arq-practices-showcase .hero-media::after {
  background:
    linear-gradient(180deg, rgba(22, 19, 17, 0.14), transparent 38%, rgba(0, 0, 0, 0.28)),
    linear-gradient(90deg, rgba(22, 19, 17, 0.18), transparent 42%);
}

.arq-practices-showcase .hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.95) brightness(1.02);
  transform: scale(1.01);
}

html[data-theme="dark"] .arq-practices-showcase .hero-media img,
[data-theme="dark"] .arq-practices-showcase .hero-media img {
  filter: saturate(0.68) contrast(0.92) brightness(0.76);
}

.arq-practices-showcase .hero-right {
  grid-area: states;
  max-width: 670px;
  align-self: start;
  position: relative;
  z-index: 1;
}

.arq-practices-showcase .state-label {
  margin-bottom: 12px;
}

.arq-practices-showcase .state-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.arq-practices-showcase .state-card {
  min-height: 40px;
  display: inline-grid;
  grid-template-columns: 22px minmax(0, auto);
  gap: 9px;
  align-items: center;
  padding: 9px 13px 9px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  outline: none;
}

.arq-practices-showcase .state-card:hover,
.arq-practices-showcase .state-card:focus-visible,
.arq-practices-showcase .state-card.active {
  background: var(--surface-strong);
  transform: translateY(-1px);
}

html[data-theme="dark"] .arq-practices-showcase .state-card:hover,
html[data-theme="dark"] .arq-practices-showcase .state-card:focus-visible,
html[data-theme="dark"] .arq-practices-showcase .state-card.active,
[data-theme="dark"] .arq-practices-showcase .state-card:hover,
[data-theme="dark"] .arq-practices-showcase .state-card:focus-visible,
[data-theme="dark"] .arq-practices-showcase .state-card.active {
  background: var(--surface-strong);
}

.arq-practices-showcase .state-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-faint);
  color: var(--accent);
}

.arq-practices-showcase .state-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.arq-practices-showcase .state-text strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.arq-practices-showcase .state-text span,
.arq-practices-showcase .state-arrow {
  display: none;
}

.arq-practices-showcase .spotlight,
.arq-practices-showcase .filter-bar,
.arq-practices-showcase .practices-section,
.arq-practices-showcase .footer-cta {
  width: var(--shell);
  margin-right: auto;
  margin-left: auto;
}

.arq-practices-showcase .sub-promo-strip-wrap--in-grid {
  grid-column: 1 / -1;
  margin: 8px 0 20px;
}

.arq-practices-showcase .sub-promo-strip__cta {
  color: var(--sub-strip-cta-color) !important;
  background: var(--sub-strip-cta-bg) !important;
}

.arq-practices-showcase .sub-promo-strip__cta:hover {
  color: var(--sub-strip-cta-color) !important;
  background: var(--sub-strip-cta-bg-hover) !important;
}

.arq-practices-showcase .spotlight {
  padding: 72px 0 58px;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  position: relative;
}

.arq-practices-showcase .spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--hairline), transparent 68%);
}

.arq-practices-showcase .spotlight-image {
  min-height: 310px;
  overflow: hidden;
  background: var(--surface-muted);
  box-shadow: var(--shadow-soft);
}

.arq-practices-showcase .spotlight-image-inner {
  width: 100%;
  height: 100%;
}

.arq-practices-showcase .spotlight-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.92);
}

.arq-practices-showcase .spotlight-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(245, 241, 233, 0.78);
  color: rgba(33, 31, 27, 0.72);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html[data-theme="dark"] .arq-practices-showcase .spotlight-badge,
[data-theme="dark"] .arq-practices-showcase .spotlight-badge {
  background: rgba(22, 19, 17, 0.78);
  color: rgba(240, 230, 214, 0.72);
  border: 1px solid rgba(224, 122, 79, 0.22);
}

.arq-practices-showcase .spotlight-content {
  max-width: 610px;
}

.arq-practices-showcase .spotlight-num {
  margin-bottom: 16px;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.arq-practices-showcase .spotlight-title,
.arq-practices-showcase .fcta-title {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.arq-practices-showcase .spotlight-desc,
.arq-practices-showcase .fcta-desc {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.76;
}

.arq-practices-showcase .spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.arq-practices-showcase .meta-pill,
.arq-practices-showcase .card-tag {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--accent-faint);
  color: var(--accent);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.arq-practices-showcase .spotlight-cta,
.arq-practices-showcase .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 28px;
  padding: 0 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arq-practices-showcase .spotlight-cta::after,
.arq-practices-showcase .btn-outline::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--accent);
  transition: width 180ms ease;
}

.arq-practices-showcase .spotlight-cta:hover::after,
.arq-practices-showcase .btn-outline:hover::after {
  width: 48px;
}

.arq-practices-showcase .spotlight-cta .arrow {
  display: none;
}

.arq-practices-showcase .filter-bar {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.25fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  position: sticky;
  top: 58px;
  z-index: 8;
  background: color-mix(in srgb, var(--page-bg) 86%, transparent);
  backdrop-filter: blur(16px);
}

.arq-practices-showcase .filter-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  pointer-events: none;
}

.arq-practices-showcase .search-wrap {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--surface);
  position: relative;
  z-index: 1;
}

.arq-practices-showcase .search-icon {
  color: var(--accent);
  font-size: 15px;
}

.arq-practices-showcase #arq-practices-search-input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.arq-practices-showcase #arq-practices-search-input::placeholder {
  color: var(--ink-muted);
}

.arq-practices-showcase .filter-tags {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.arq-practices-showcase .filter-tags::-webkit-scrollbar {
  display: none;
}

.arq-practices-showcase .tag-btn,
.arq-practices-showcase .view-btn {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.arq-practices-showcase .tag-btn {
  flex: 0 0 auto;
  padding: 0 13px;
}

.arq-practices-showcase .view-toggles {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: var(--surface);
  position: relative;
  z-index: 1;
}

.arq-practices-showcase .view-btn {
  width: 32px;
  padding: 0;
}

.arq-practices-showcase .tag-btn:hover,
.arq-practices-showcase .tag-btn.active,
.arq-practices-showcase .view-btn:hover,
.arq-practices-showcase .view-btn.active {
  background: var(--surface-strong);
  color: var(--ink);
  transform: translateY(-1px);
}

.arq-practices-showcase .practices-section {
  padding: 48px 0 74px;
}

.arq-practices-showcase .practices-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.arq-practices-showcase .practice-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
  overflow: hidden;
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
  opacity: 0;
  transform: translateY(16px);
  transition:
    background-color 180ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease;
  will-change: opacity, transform;
}

.arq-practices-showcase .practice-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.arq-practices-showcase .practice-card:hover {
  background: var(--surface-strong);
  transform: translateY(-3px);
}

.arq-practices-showcase .card-num {
  margin-bottom: 22px;
  color: var(--ink-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.arq-practices-showcase .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.arq-practices-showcase .card-body {
  flex: 1;
}

.arq-practices-showcase .card-title {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.arq-practices-showcase .card-desc {
  display: -webkit-box;
  margin-top: 14px;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.arq-practices-showcase .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

.arq-practices-showcase .card-reviews {
  font-size: 0.75rem;
  color: rgba(42, 37, 32, 0.55);
  white-space: nowrap;
}

.arq-practices-showcase .card-duration {
  color: var(--ink-muted);
  font-size: 12px;
}

.arq-practices-showcase .card-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-faint);
  color: var(--accent);
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.arq-practices-showcase .practice-card:hover .card-arrow,
.arq-practices-showcase .card-arrow:focus-visible {
  background: var(--accent);
  color: var(--page-bg);
  transform: translateX(2px);
  outline: 0;
}

.arq-practices-showcase .practices-grid.view-list {
  grid-template-columns: 1fr;
  gap: 8px;
}

.arq-practices-showcase .view-list .practice-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 58px minmax(150px, 0.76fr) minmax(180px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.arq-practices-showcase .view-list .card-num,
.arq-practices-showcase .view-list .card-tags,
.arq-practices-showcase .view-list .card-body,
.arq-practices-showcase .view-list .card-footer {
  margin: 0;
}

.arq-practices-showcase .view-list .card-title {
  font-size: 22px;
}

.arq-practices-showcase .view-list .card-desc {
  margin: 0;
  -webkit-line-clamp: 2;
}

.arq-practices-showcase .practices-grid.view-editorial {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.arq-practices-showcase .view-editorial .practice-card {
  grid-column: span 2;
}

.arq-practices-showcase .view-editorial .practice-card:nth-child(5n + 1),
.arq-practices-showcase .view-editorial .practice-card:nth-child(5n + 2) {
  grid-column: span 3;
  min-height: 340px;
}

.arq-practices-showcase .empty-state {
  display: none;
  grid-column: 1 / -1;
  padding: 56px 0;
  color: var(--ink-muted);
  text-align: center;
}

.arq-practices-showcase .empty-state.visible {
  display: block;
}

.arq-practices-showcase .empty-title {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}

.arq-practices-showcase .empty-sub {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 14px;
}

.arq-practices-showcase .footer-cta {
  padding: 60px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(36px, 6vw, 84px);
  position: relative;
}

.arq-practices-showcase .footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline), transparent);
}

.arq-practices-showcase .fcta-title em {
  color: var(--accent);
  font-style: italic;
}

.arq-practices-showcase .fcta-right {
  display: grid;
  gap: 8px;
  align-self: center;
}

.arq-practices-showcase .bundle-card {
  min-height: 70px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  color: var(--ink);
  transition: color 180ms ease, transform 180ms ease;
}

.arq-practices-showcase .bundle-card + .bundle-card {
  border-top: 1px solid var(--hairline);
}

.arq-practices-showcase .bundle-card:hover {
  color: var(--accent);
  transform: translateX(3px);
}

.arq-practices-showcase .bundle-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-faint);
  color: var(--accent);
  font-size: 15px;
}

.arq-practices-showcase .bundle-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.arq-practices-showcase .bundle-count,
.arq-practices-showcase .bundle-arrow {
  color: var(--ink-muted);
  font-size: 12px;
}

@media (max-width: 1040px) {
  .arq-practices-showcase {
    --shell: min(100% - 34px, 760px);
  }

  .arq-practices-showcase .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media"
      "states";
    padding-top: 86px;
  }

  .arq-practices-showcase .hero::before {
    display: none;
  }

  .arq-practices-showcase .hero-media {
    width: min(100%, 520px);
    min-height: 320px;
    aspect-ratio: 1.16;
    justify-self: start;
  }

  .arq-practices-showcase .spotlight,
  .arq-practices-showcase .footer-cta {
    grid-template-columns: 1fr;
  }

  .arq-practices-showcase .filter-bar {
    grid-template-columns: 1fr;
    top: 55px;
  }

  .arq-practices-showcase .view-toggles {
    justify-self: start;
  }

  .arq-practices-showcase .practices-grid,
  .arq-practices-showcase .practices-grid.view-editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .arq-practices-showcase .view-editorial .practice-card,
  .arq-practices-showcase .view-editorial .practice-card:nth-child(5n + 1),
  .arq-practices-showcase .view-editorial .practice-card:nth-child(5n + 2) {
    grid-column: auto;
    min-height: 292px;
  }
}

@media (max-width: 620px) {
  .arq-practices-showcase {
    --shell: min(100% - 30px, 430px);
  }

  .arq-practices-showcase .hero {
    padding-top: 76px;
    padding-bottom: 38px;
    row-gap: 24px;
  }

  .arq-practices-showcase .hero-label,
  .arq-practices-showcase .state-label,
  .arq-practices-showcase .spotlight-tag,
  .arq-practices-showcase .fcta-label {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .arq-practices-showcase .hero-title {
    font-size: clamp(48px, 15vw, 64px);
  }

  .arq-practices-showcase .hero-sub {
    font-size: 15px;
    line-height: 1.78;
  }

  .arq-practices-showcase .hero-media {
    width: 100%;
    min-height: 260px;
  }

  .arq-practices-showcase .state-card {
    padding-right: 12px;
  }

  .arq-practices-showcase .spotlight {
    padding: 54px 0 44px;
  }

  .arq-practices-showcase .spotlight-image {
    min-height: 250px;
  }

  .arq-practices-showcase .filter-bar {
    position: relative;
    top: auto;
    padding: 16px 0;
  }

  .arq-practices-showcase .practices-grid,
  .arq-practices-showcase .practices-grid.view-editorial {
    grid-template-columns: 1fr;
  }

  .arq-practices-showcase .practice-card,
  .arq-practices-showcase .view-list .practice-card {
    min-height: 260px;
    display: flex;
    padding: 22px;
  }

  .arq-practices-showcase .view-list .card-desc {
    margin-top: 14px;
  }

  .arq-practices-showcase .footer-cta {
    padding-bottom: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arq-practices-showcase .practice-card {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }

  .arq-practices-showcase *,
  .arq-practices-showcase *::before,
  .arq-practices-showcase *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =====================================================================
   ЕДИНЫЙ ФОРМАТ КАРТИНОК ПРАКТИК: 3:2 (рек. 1800×1200, не менее 1500×1000)
   Все hero / spotlight / карточки используют один и тот же aspect-ratio,
   чтобы при загрузке изображения 3:2 ничего не обрезалось и блоки имели
   одинаковую визуальную плотность.
   ===================================================================== */
.arq-practices-showcase .hero-media,
.arq-practices-showcase .spotlight-image {
    aspect-ratio: 3 / 2 !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
}

.arq-practices-showcase .hero-media img,
.arq-practices-showcase .spotlight-photo {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 991.98px) {
    .arq-practices-showcase .hero-media,
    .arq-practices-showcase .spotlight-image {
        aspect-ratio: 3 / 2 !important;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .arq-practices-showcase .hero-media,
    .arq-practices-showcase .spotlight-image {
        aspect-ratio: 3 / 2 !important;
    }
}
