/* ============================================================================
   COMPONENT: homepage content widgets (A4) - SKIN tier - from site-allpaintingsstore-V2.0.css, original order
   Migrated 2026-07-06. Every rule whose selector targets a widget-exclusive
   class (widget-*, adc-artcard*, oua-artcard, exa-widget-grid, swiper_class,
   w-img-fill) - these classes render only in templates/includes/widgets/*
   and on the 8 homepage templates. Structure tier = static/css/widgets-base.css
   (pre-existing, base-linked x8). PHASE-A FIDELITY: verbatim relocation;
   tokenization is a recorded follow-up. Do not edit without a harness diff.
   ========================================================================= */

.widget-famous-artwork-day {
  font-family: var(--aps-f-text);
  border-color: var(--aps-rule);
  background: var(--aps-paper);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

.widget-famous-artwork-day__heading {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--aps-ink);
  text-align: center;
  margin-bottom: 1rem;
}

.widget-famous-artwork-day__figure {
  position: relative;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: var(--aps-bg-2);
}

.widget-famous-artwork-day__link {
  position: relative;
  display: block;
  color: inherit;
}

.widget-famous-artwork-day__figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.widget-famous-artwork-day__overlay-line {
  font-family: var(--aps-f-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  padding: 1rem 1rem 0.85rem;
}

.widget-famous-artwork-day__meta {
  font-family: var(--aps-f-text);
  margin-top: 1rem;
  font-size: 15px;
  line-height: 1.6;
  color: var(--aps-ink-2);
}

.widget-recent-own-slider__title {
  font-family: var(--aps-f-display);
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.widget-stock-ready-slider__title {
  font-family: var(--aps-f-display);
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.exa-widget-grid {
  /* Bootstrap row/col handles the grid — no custom grid needed */
}

.widget-reimagine-4 {
  font-family: var(--aps-f-text);
  background: var(--aps-bg);
  border-color: var(--aps-rule);
  box-shadow: none;
}

.widget-reimagine-4__title {
  font-family: var(--aps-f-display);
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.widget-reimagine-4__cell {
  position: relative;
  border-radius: var(--w-radius);
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--aps-bg-2);
}

.widget-reimagine-4__cell a {
  display: block; width: 100%; height: 100%;
}

.widget-reimagine-4__name {
  padding: 0.5rem 0.6rem;
  font-family: var(--aps-f-mono);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--aps-ink-2);
}

.widget-reimagine-4__cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
  border-radius: var(--w-radius);
  background: var(--aps-burgundy);
  color: #fff;
  text-decoration: none;
  border: none;
  transition: background 0.25s ease;
}

.widget-reimagine-4__cta:hover,.widget-reimagine-4__cta:focus {
  background: var(--aps-burgundy-2);
  color: #fff !important;
}

.widget-recent-own-slider__title,.widget-stock-ready-slider__title {
  font-family: var(--aps-f-display);
  color: var(--aps-ink);
  font-weight: 300;
}

.widget-museum-4p__title-line { color: #111; }

.widget-museum-4__label,.widget-museum-6h__label,.widget-museum-single__caption,.widget-artist-spotlight__art-title,.widget-pop10__art-title,.widget-famous10__art-title {
  font-family: var(--font-title, inherit);
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  font-style: normal;
  font-synthesis: none;
}

/* ── A4 second pass (2026-07-06): widget ROOT-class rules (roots are set on the
   homepage markup, so they escaped the widget-exclusive census) ── */

.widget-mpl__tile,.widget-curated-choice__tile,.widget-curated-choice__grid-item,.widget-stf__media,.widget-museum-4p__hero,.widget-museum-4p__tile-img {
  overflow: hidden;
}

.widget-mpl__cta::after,.widget-curated-choice__cta::after,.widget-museum-4p__cta::after {
  content: none;
}

.widget-mpl__cta:hover::before,.widget-curated-choice__cta:hover::before,.widget-museum-4p__cta:hover::before {
  width: auto;
  height: auto;
  border: none;
  opacity: 1;
}

.homepage-site-widgets .widget-tf-slider .row,.homepage-site-widgets .widget-recent-own-slider .row,.homepage-site-widgets .widget-stock-ready-slider .row {
  align-items: center;
}

.homepage-site-widgets .widget-tf-slider .col-md-8,.homepage-site-widgets .widget-recent-own-slider .col-md-8,.homepage-site-widgets .widget-stock-ready-slider .col-md-8 {
  display: flex;
  align-items: center;
}

.homepage-site-widgets .widget-tf-slider .parent_slid_box,.homepage-site-widgets .widget-recent-own-slider .parent_slid_box,.homepage-site-widgets .widget-stock-ready-slider .parent_slid_box {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.homepage-site-widgets .widget-tf-slider .artist_slider,.homepage-site-widgets .widget-recent-own-slider .artist_slider,.homepage-site-widgets .widget-stock-ready-slider .artist_slider {
  position: relative;
  width: 100%;
  padding-inline: var(--homepage-slider-arrow-gap);
  box-sizing: border-box;
}

.homepage-site-widgets .widget-recent-own-slider .artist_slider {
  width: 80%;
  margin: 0 auto;
}

.homepage-site-widgets .widget-tf-slider .artist_slider .swiper,.homepage-site-widgets .widget-recent-own-slider .artist_slider .swiper,.homepage-site-widgets .widget-stock-ready-slider .artist_slider .swiper {
  width: 100%;
  overflow: hidden;
}

.homepage-site-widgets .widget-tf-slider .artist_slider .swp_btn.swiper-button-prev,.homepage-site-widgets .widget-tf-slider .artist_slider .swp_btn.swiper-button-next,.homepage-site-widgets .widget-recent-own-slider .artist_slider .swp_btn.swiper-button-prev,.homepage-site-widgets .widget-recent-own-slider .artist_slider .swp_btn.swiper-button-next,.homepage-site-widgets .widget-stock-ready-slider .artist_slider .swp_btn.swiper-button-prev,.homepage-site-widgets .widget-stock-ready-slider .artist_slider .swp_btn.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 5;
}

.homepage-site-widgets .widget-tf-slider .artist_slider .swp_btn.swiper-button-prev,.homepage-site-widgets .widget-recent-own-slider .artist_slider .swp_btn.swiper-button-prev,.homepage-site-widgets .widget-stock-ready-slider .artist_slider .swp_btn.swiper-button-prev {
  left: 0;
}

.homepage-site-widgets .widget-tf-slider .artist_slider .swp_btn.swiper-button-next,.homepage-site-widgets .widget-recent-own-slider .artist_slider .swp_btn.swiper-button-next,.homepage-site-widgets .widget-stock-ready-slider .artist_slider .swp_btn.swiper-button-next {
  right: 0;
}

.homepage-site-widgets .widget-artist-slider .artist_slider .swp_btn img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
  transition: filter 0.2s ease;
}

.homepage-site-widgets .widget-artist-slider .artist_slider .swp_btn:hover img {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.65));
}

.homepage-site-widgets .widget-tf-slider .artist_slid_box,.homepage-site-widgets .widget-recent-own-slider .artist_slid_box,.homepage-site-widgets .widget-stock-ready-slider .artist_slid_box,.homepage-site-widgets .widget-tf-slider .view_all_art,.homepage-site-widgets .widget-recent-own-slider .view_all_art,.homepage-site-widgets .widget-stock-ready-slider .view_all_art {
  text-align: center;
}

.homepage-site-widgets .widget-tf-slider .artist_slid_box img,.homepage-site-widgets .widget-recent-own-slider .artist_slid_box img,.homepage-site-widgets .widget-stock-ready-slider .artist_slid_box img {
  display: block;
  margin-inline: auto;
}

.widget-stf {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  padding: 1.25rem 1rem 1rem;
  margin-bottom: 1rem;
  height: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .widget-stf {
    padding: 1.5rem 1.25rem 1.25rem;
  }

}
.widget-stf__title {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--aps-ink);
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0 0 1rem;
  letter-spacing: -0.025em;
}

.widget-stf__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.widget-stf__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.widget-stf__media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d4cec4;
  border-radius: 2px;
}

.widget-stf__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.widget-stf__label {
  margin: 0.5rem 0 0;
  padding: 0;
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: none;
}

.widget-stf__label a {
  color: var(--aps-burgundy);
  background: var(--aps-bg-2);
  padding: 0.32rem 0.38rem;
  display: inline-block;
  text-decoration: none;
}

.widget-stf__label a::before,.widget-stf__label a::after {
  content: none;
}

.widget-stf__label a:hover {
  color: var(--aps-burgundy-2);
  text-decoration: underline;
}

.widget-mpl {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .widget-mpl {
    padding: 1.5rem;
  }

}
.widget-mpl__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 768px) {
  .widget-mpl__main {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
    gap: 1rem;
    align-items: stretch;
  }

  .widget-mpl__intro {
    width: 100%;
    max-width: none;
    min-height: 100%;
    justify-content: center;
    padding: 0;
  }

  .widget-mpl__intro p,.widget-mpl__intro .widget-mpl__filter-subtitle,.widget-mpl__cta span {
    white-space: nowrap;
  }

  .widget-mpl__intro h2 {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .widget-mpl__intro p {
    font-size: 0.9375rem;
  }

  .widget-mpl__cta {
    padding: 1rem 1.15rem;
    letter-spacing: 0.08em;
  }

  .widget-mpl__gallery-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}
.widget-mpl__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.widget-mpl__intro h2,.widget-mpl__intro p,.widget-mpl__intro .widget-mpl__filter-subtitle {
  width: 100%;
  text-align: center;
}

.widget-mpl__intro h2 {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  color: var(--aps-ink);
  margin: 0 0 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.widget-mpl__intro p {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--aps-ink-2);
  margin: 0 0 1.25rem;
}

.widget-mpl__filter-subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--aps-ink-2);
  margin: -1.25rem 0 1.75rem;
}

.widget-mpl__cta {
  font-family: var(--aps-f-mono);
  position: relative;
  display: block;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid var(--aps-burgundy);
  padding: 1.1rem 1.25rem;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--aps-burgundy);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.widget-mpl__cta::after {
  display: none;
}

.widget-mpl__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--aps-burgundy);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 0;
  width: auto;
  height: auto;
  opacity: 1;
  border: none;
}

.widget-mpl__cta:hover::before {
  transform: translateX(0);
}

.widget-mpl__cta span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: color 0.35s ease;
}

.widget-mpl__cta:hover span {
  color: #fff;
}

.widget-mpl__gallery-panel {
  background: #DCD7CB;
  padding: 1rem;
}

.widget-mpl__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .widget-mpl__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

}
@media (max-width: 991.98px) {
  .widget-mpl__gallery {
    grid-template-columns: 1fr;
  }

}
.widget-mpl__card {
  min-width: 0;
  overflow: hidden;
}

.widget-mpl__art-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.widget-mpl__grid-item {
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  min-height: 0;
  min-width: 0;
  background: #d4cec4;
}

.widget-mpl__grid-item--1 {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.widget-mpl__grid-item--2 {
  grid-column: 2;
  grid-row: 1;
}

.widget-mpl__grid-item--3 {
  grid-column: 3;
  grid-row: 1;
}

.widget-mpl__grid-item--4 {
  grid-column: 2;
  grid-row: 2;
}

.widget-mpl__grid-item--5 {
  grid-column: 3;
  grid-row: 2;
}

.widget-mpl__tile {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: #e8e4dc;
}

.widget-mpl__tile::before,.widget-mpl__tile::after {
  display: none;
}

.widget-mpl__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease, filter 0.75s ease;
}

.widget-mpl__category {
  margin: 0;
  font-family: var(--aps-f-mono);
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  line-height: 1.25;
}

.widget-mpl__category a {
  color: var(--aps-burgundy);
  text-decoration: none;
  background: var(--aps-bg-2);
  padding: 0.32rem 0.38rem;
  display: inline-block;
}

.widget-mpl__category a::before,.widget-mpl__category a::after {
  display: none;
}

.widget-mpl__category a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .widget-mpl__art-grid {
    aspect-ratio: 2 / 1;
    height: auto;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }

}
.widget-mpl__art-grid img.mouseover_effect_images {
  transition: transform 0.4s ease, filter 0.75s ease;
}

.widget-mpl__card:hover .widget-mpl__art-grid a:hover img.mouseover_effect_images,.widget-mpl__card:hover .widget-mpl__art-grid img.mouseover_effect_images:hover {
  filter: brightness(1.14) saturate(1.25);
  transform: scale(1.04);
}

.widget-mov-4-slider {
  font-family: var(--aps-f-text);
  background: var(--aps-bg);
  border: 1px solid var(--aps-rule);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.widget-mov-4-slider__layout {
  display: grid;
  grid-template-columns: minmax(0, 470px) 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .widget-mov-4-slider__layout {
    grid-template-columns: 1fr;
  }

}
.widget-mov-4-slider__portrait-col {
  min-width: 0;
}

.widget-mov-4-slider__portrait {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--aps-rule-2);
  background: var(--aps-bg-2);
  text-decoration: none;
  color: inherit;
}

.widget-mov-4-slider__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
}

.widget-mov-4-slider__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--aps-bg-2);
  color: var(--aps-burgundy);
  text-align: center;
  padding: 0.5rem 0.75rem;
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
}

.widget-mov-4-slider__content-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-block: 0.75rem;
  min-width: 0;
  min-height: 0;
}

.widget-mov-4-slider__intro {
  flex-shrink: 0;
}

.widget-mov-4-slider__carousel {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 0;
  margin-top: 1.5rem;
}

.widget-mov-4-slider .parent_slid_box {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.widget-mov-4-slider .artist_slider {
  width: 100%;
}

.widget-mov-4-slider__cta-wrap {
  flex-shrink: 0;
  margin-top: 2rem;
}

.widget-mov-4-slider__title {
  margin: 0;
  font-family: var(--aps-f-display);
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.widget-mov-4-slider__tagline {
  margin: 0.5rem 0 0;
  font-family: var(--aps-f-display);
  font-size: clamp(1.5rem, 2.75vw, 2.125rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--aps-burgundy);
  letter-spacing: -0.02em;
}

.widget-mov-4-slide-img-wrap {
  position: relative;
  display: block;
}

.widget-mov-4-slider .widget-mov-4-slide-img-wrap img {
  display: block;
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.homepage-site-widgets .widget-mov-4-slider__portrait {
  width: 114px;
  height: 114px;
  aspect-ratio: auto;
}

.widget-mov-4-slider .view_all_art {
  margin-top: 0.4rem;
  line-height: 1.25;
}

.widget-mov-4-slider .vincent_color {
  font-size: 0.8125rem;
  line-height: 1.2;
}

.widget-mov-4-slider .view_all_art a {
  font-size: 0.875rem;
  line-height: 1.25;
}

.widget-mov-4-slider .widget-mov-4-slide-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0.18em 0.5em;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  pointer-events: auto;
}

.widget-mov-4-slider .widget-mov-4-slide-label:hover {
  background: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}

.widget-mov-4-slider__cta {
  font-family: var(--aps-f-mono);
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--aps-burgundy);
  color: var(--aps-burgundy);
  padding: 1.1rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.widget-mov-4-slider__cta:hover {
  background: var(--aps-burgundy);
  color: #fff;
  text-decoration: none;
}

.widget-tf-slider {
  font-family: var(--aps-f-text);
  background: var(--aps-bg);
  border-color: var(--aps-rule);
  box-shadow: none;
}

.widget-tf-slider__title {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.widget-tf-slider__sub {
  font-family: var(--aps-f-text);
  font-size: 0.88rem;
  color: var(--aps-ink-2);
  line-height: 1.4;
}

.widget-recent-own-slider {
  font-family: var(--aps-f-text);
  background: var(--aps-bg);
  border-color: var(--aps-rule);
  box-shadow: none;
}

.widget-stock-ready-slider {
  font-family: var(--aps-f-text);
  background: var(--aps-bg);
  border-color: var(--aps-rule);
  box-shadow: none;
}

.widget-stock-ready-slider__badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: var(--aps-burgundy);
  color: #fff;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: var(--aps-f-mono);
}

.widget-museum-4p {
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  padding: 1.15rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .widget-museum-4p {
    padding: 1.35rem 1.6rem;
  }

}
.widget-museum-4p__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.95rem;
  align-items: stretch;
  min-width: 0;
}

@media (min-width: 768px) {
  .widget-museum-4p__layout {
    grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr);
    gap: 1.15rem;
  }

}
.widget-museum-4p__hero {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 11rem;
  overflow: hidden;
  background: #e8e4dc;
}

@media (min-width: 768px) {
  .widget-museum-4p__hero {
    min-height: 0;
    max-height: 27rem;
    height: 27rem;
  }

}
.widget-museum-4p__hero img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 768px) {
  .widget-museum-4p__hero img {
    min-height: 0;
  }

}
.widget-museum-4p__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  min-width: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .widget-museum-4p__grid {
    max-height: 27rem;
    height: 27rem;
  }

}
.widget-museum-4p__tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.widget-museum-4p__tile-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}

.widget-museum-4p__tile-link::before,.widget-museum-4p__tile-link::after {
  display: none;
}

.widget-museum-4p__tile-img {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #d4cec4;
  aspect-ratio: 1;
}

@media (min-width: 768px) {
  .widget-museum-4p__tile-img {
    aspect-ratio: auto;
  }

}
.widget-museum-4p__tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.widget-museum-4p__label {
  flex: 0 0 auto;
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--aps-burgundy);
  background: var(--aps-bg-2);
  padding: 0.32rem 0.38rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-museum-4p__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  text-align: left;
  min-width: 0;
  padding: 0.85rem 0 0;
  font-family: var(--aps-f-text);
  font-style: normal;
}

@media (min-width: 768px) {
  .widget-museum-4p__content {
    padding: 1.25rem 0.25rem 0;
  }

}
.widget-museum-4p__title {
  margin: 0 0 1.1rem;
  padding: 0;
  width: 100%;
  font-family: var(--aps-f-display);
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1.2;
}

.widget-museum-4p__title-line1,.widget-museum-4p__title-accent {
  display: block;
  font-family: var(--aps-f-display);
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  font-variant: normal;
  text-transform: none;
  letter-spacing: -.02em;
}

.widget-museum-4p__title-line2,.widget-museum-4p__title-line3 {
  display: inline;
  font-family: var(--aps-f-display);
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  font-variant: normal;
  text-transform: none;
  font-size: clamp(1.5rem, 2.75vw, 2.125rem);
  letter-spacing: -0.02em;
  color: var(--aps-burgundy);
  line-height: 1.15;
}

.widget-museum-4p__title-line1 {
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  color: var(--aps-ink);
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 0.35rem;
}

.widget-museum-4p__meta {
  font-family: var(--aps-f-text);
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--aps-ink-2);
  margin: 0 0 1.25rem;
  width: 100%;
}

.widget-museum-4p__meta p {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.widget-museum-4p__cta {
  font-family: var(--aps-f-display);
  font-style: normal;
  font-weight: 500;
  font-synthesis: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1.2rem;
  background: var(--aps-burgundy);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  line-height: 1.35;
  transition: background 0.25s ease;
}

@media (min-width: 768px) {
  .widget-museum-4p__cta {
    font-size: 0.875rem;
    padding: 0.85rem 1.35rem;
  }

}
.widget-museum-4p__cta::before,.widget-museum-4p__cta::after {
  display: none;
}

.widget-museum-4p__cta:hover,.widget-museum-4p__cta:focus {
  background: var(--aps-burgundy-2);
  color: #fff !important;
}

.widget-museum-4p__cta-arrow {
  font-size: 0.9em;
  line-height: 1;
}

.widget-museum-4p__hero,.widget-museum-4p__tile-img {
  overflow: hidden;
}

.widget-artist-otd5 {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  padding: 1.15rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
  border-color: var(--aps-rule);
  border-radius: 2px;
}

@media (min-width: 768px) {
  .widget-artist-otd5 {
    padding: 1.35rem 1.6rem;
  }

}
.widget-artist-otd5__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
  "hero"
  "grid"
  "aside";
  gap: 0.95rem;
  align-items: stretch;
  min-width: 0;
}

.widget-artist-otd5__hero {
  grid-area: hero;
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 11rem;
  overflow: hidden;
  background: #e8e4dc;
}

.widget-artist-otd5__grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  min-width: 0;
  height: 100%;
}

.widget-artist-otd5__aside {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0.85rem 0 0;
}

@media (min-width: 768px) {
  .widget-artist-otd5__layout {
    grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr);
    grid-template-areas: "hero grid aside";
    gap: 1.15rem;
  }

  .widget-artist-otd5__aside {
    padding: 1.25rem 0.25rem 0;
  }

}
.widget-artist-otd5__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  min-width: 0;
  width: 100%;
  padding: 0;
  font-family: var(--aps-f-text);
  font-style: normal;
}

@media (min-width: 992px) {
  .homepage-widget-pair .widget-artist-otd5 {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .homepage-widget-pair .widget-artist-otd5__layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
    "content content"
    "hero grid"
    "footer footer";
    flex: 1;
    height: 100%;
    align-items: stretch;
  }

  .homepage-widget-pair .widget-artist-otd5__aside {
    display: contents;
  }

  .homepage-widget-pair .widget-artist-otd5__content {
    grid-area: content;
    padding: 0;
  }

  .homepage-widget-pair .widget-artist-otd5__footer {
    grid-area: footer;
    padding-top: 0.85rem;
    width: 100%;
  }

  .homepage-widget-pair .widget-artist-otd5__hero {
    max-height: none;
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }

  .homepage-widget-pair .widget-artist-otd5__hero img {
    min-height: 0;
    height: 100%;
  }

  .homepage-widget-pair .widget-artist-otd5__grid {
    max-height: none;
    height: auto;
    grid-template-rows: auto auto;
    align-self: stretch;
  }

  .homepage-widget-pair .widget-artist-otd5__tile-img {
    aspect-ratio: 1;
    flex: 0 0 auto;
    width: 100%;
  }

  .homepage-widget-pair .widget-artist-otd5__title {
    margin-bottom: 0.65rem;
  }

  .homepage-widget-pair .widget-artist-otd5__title-line1 {
    font-size: 1.35rem;
    margin-bottom: 0.2rem;
  }

  .homepage-widget-pair .widget-artist-otd5__title-line2,.homepage-widget-pair .widget-artist-otd5__title-line3 {
    font-size: 1.2rem;
  }

  .homepage-widget-pair .widget-artist-otd5__meta {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .homepage-widget-pair .widget-artist-otd5__cta {
    font-size: 0.75rem;
    padding: 0.65rem 1rem;
    width: 100%;
    justify-content: center;
  }

}
.widget-artist-otd5__footer {
  width: 100%;
}

@media (min-width: 768px) {
  .widget-artist-otd5__hero {
    min-height: 0;
    max-height: 27rem;
    height: 27rem;
  }

}
.widget-artist-otd5__hero img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (min-width: 768px) {
  .widget-artist-otd5__hero img {
    min-height: 0;
  }

  .widget-artist-otd5__grid {
    max-height: 27rem;
    height: 27rem;
  }

}
.widget-artist-otd5__tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.widget-artist-otd5__tile-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}

.widget-artist-otd5__tile-link::before,.widget-artist-otd5__tile-link::after {
  display: none;
}

.widget-artist-otd5__tile-img {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #e8e4dc;
  aspect-ratio: 1;
}

@media (min-width: 768px) {
  .widget-artist-otd5__tile-img {
    aspect-ratio: auto;
  }

}
.widget-artist-otd5__tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.widget-artist-otd5__label {
  flex: 0 0 auto;
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--aps-burgundy);
  background: var(--aps-bg-2);
  padding: 0.32rem 0.38rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-artist-otd5__title {
  margin: 0 0 1.1rem;
  padding: 0;
  width: 100%;
  font-family: var(--aps-f-display);
  font-size: inherit;
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1.2;
  color: var(--aps-ink);
}

.widget-artist-otd5__title-line1,.widget-artist-otd5__title-accent {
  display: block;
  font-family: var(--aps-f-display);
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
  font-variant: normal;
  text-transform: none;
}

.widget-artist-otd5__title-line2,.widget-artist-otd5__title-line3 {
  display: inline;
  font-family: var(--aps-f-display);
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  font-variant: normal;
  text-transform: none;
  font-size: clamp(1.5rem, 2.75vw, 2.125rem);
  letter-spacing: -0.02em;
  color: var(--aps-burgundy);
  line-height: 1.15;
}

.widget-artist-otd5__title-line1 {
  font-size: clamp(1.5rem, 2.75vw, 2.125rem);
  color: var(--aps-ink);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 0.35rem;
}

.widget-artist-otd5__meta {
  font-family: var(--aps-f-text);
  font-style: normal;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--aps-ink-2);
  margin: 0 0 1.25rem;
  width: 100%;
}

.widget-artist-otd5__meta p {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.widget-artist-otd5__cta {
  font-family: var(--aps-f-display);
  font-style: normal;
  font-weight: 500;
  font-synthesis: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1.2rem;
  background: var(--aps-burgundy);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  line-height: 1.35;
  transition: background 0.25s ease;
}

@media (min-width: 768px) {
  .widget-artist-otd5__cta {
    font-size: 0.875rem;
    padding: 0.85rem 1.35rem;
  }

}
.widget-artist-otd5__cta::before,.widget-artist-otd5__cta::after {
  display: none;
}

.widget-artist-otd5__cta:hover,.widget-artist-otd5__cta:focus {
  background: var(--aps-burgundy-2);
  color: #fff !important;
}

.widget-artist-otd5__cta-arrow {
  font-size: 0.9em;
  line-height: 1;
}

.widget-artist-otd5__hero,.widget-artist-otd5__tile-img {
  overflow: hidden;
}

.widget-identify-masterpiece {
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  padding: 1.15rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .widget-identify-masterpiece {
    padding: 1.35rem 1.6rem;
  }

}
@media (min-width: 992px) {
  .homepage-widget-pair .widget-identify-masterpiece {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

}
.widget-identify-masterpiece__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
}

.widget-identify-masterpiece__card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}

.widget-identify-masterpiece__card .widget-identify-masterpiece__btn {
  margin-top: auto;
}

.widget-identify-masterpiece__title {
  margin: 0 0 0.85rem;
  padding: 0;
  width: 100%;
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  font-synthesis: none;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--aps-ink);
}

.widget-identify-masterpiece__title-line1 {
  display: block;
  font-family: var(--aps-f-display);
  font-size: clamp(1.5rem, 2.75vw, 2.125rem);
  color: var(--aps-ink);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

@media (min-width: 768px) {
  .widget-identify-masterpiece__title-line1 {
    font-size: 2.125rem;
  }

}
@media (min-width: 992px) {
  .homepage-widget-pair .widget-identify-masterpiece__title {
    margin-bottom: 0.65rem;
  }

  .homepage-widget-pair .widget-identify-masterpiece__title-line1 {
    font-size: 1.35rem;
  }

}
.widget-identify-masterpiece__question {
  font-family: var(--aps-f-text);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--aps-ink-2);
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  .homepage-widget-pair .widget-identify-masterpiece__question {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.85rem;
  }

}
.widget-identify-masterpiece__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  flex: 1 1 auto;
  align-content: start;
  min-width: 0;
}

.widget-identify-masterpiece--full .widget-identify-masterpiece__choices {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .widget-identify-masterpiece--full .widget-identify-masterpiece__choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}
@media (max-width: 575.98px) {
  .widget-identify-masterpiece--full .widget-identify-masterpiece__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
.widget-identify-masterpiece__cell {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #e8e4dc;
  border-radius: 2px;
}

.widget-identify-masterpiece__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.widget-identify-masterpiece__footer {
  margin-top: auto;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .homepage-widget-pair .widget-identify-masterpiece__footer {
    padding-top: 0.85rem;
  }

}
.widget-identify-masterpiece__cta {
  font-family: var(--aps-f-display);
  font-style: normal;
  font-weight: 500;
  font-synthesis: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1.2rem;
  background: var(--aps-burgundy);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  transition: background 0.25s ease;
}

@media (min-width: 768px) {
  .widget-identify-masterpiece__cta {
    font-size: 0.875rem;
    padding: 0.85rem 1.35rem;
  }

}
@media (min-width: 992px) {
  .homepage-widget-pair .widget-identify-masterpiece__cta {
    font-size: 0.75rem;
    padding: 0.65rem 1rem;
  }

}
.widget-identify-masterpiece__cta::before,.widget-identify-masterpiece__cta::after {
  display: none;
}

.widget-identify-masterpiece__cta:hover,.widget-identify-masterpiece__cta:focus {
  background: var(--aps-burgundy-2);
  color: #fff !important;
}

.widget-identify-masterpiece__cta-arrow {
  font-size: 0.9em;
  line-height: 1;
}

.widget-identify-masterpiece__cell--correct-answer.is-revealed {
  outline: 3px solid var(--aps-burgundy);
  outline-offset: -3px;
}

.widget-identify-masterpiece__cell--correct-answer.is-revealed::after {
  content: "\2713";
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--aps-burgundy);
  color: #fff;
  border-radius: 50%;
  font-size: 0.95rem;
  line-height: 1;
}

.widget-identify-masterpiece__answer-reveal[hidden] {
  display: none;
}

.widget-identify-masterpiece__answer-reveal {
  border-top: 1px solid var(--aps-rule);
  padding-top: 0.85rem;
}

.widget-identify-masterpiece__answer-reveal-text {
  color: #111;
  font-size: 0.95rem;
}

.widget-identify-masterpiece__answer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--aps-f-mono);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--aps-burgundy);
  text-decoration: none;
  border-bottom: 1px solid var(--aps-burgundy);
  padding-bottom: 2px;
}

.widget-identify-masterpiece__answer-link::after {
  content: "\2192";
}

.widget-identify-masterpiece__answer-link:hover,.widget-identify-masterpiece__answer-link:focus {
  color: var(--aps-burgundy-2);
  border-color: var(--aps-burgundy-2);
}

.widget-article-kw {
  --widget-akw-accent: #161310;
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  box-shadow: none;
  border-color: var(--aps-rule);
  border-radius: 2px;
}

.widget-article-kw__title {
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -.025em;
  line-height: 1.3;
  font-family: var(--aps-f-display);
}

.widget-article-kw__cell {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 2px;
  background: var(--aps-ink);
}

.widget-article-kw__cell a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.widget-article-kw__meta {
  font-family: var(--aps-f-display);
  z-index: 2;
  padding: 0.5rem 0.55rem 0.55rem;
  max-height: 55%;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.widget-article-kw__cell--wide {
  aspect-ratio: 16 / 9;
}

.widget-quiz-artist__card {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  border: 1px solid var(--aps-rule);
}

.widget-quiz-artist__btn {
  background: var(--aps-burgundy);
  border: 0;
  color: #fff;
  font-family: var(--aps-f-display);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.widget-quiz-artist__btn:hover,.widget-quiz-artist__btn:focus {
  background: var(--aps-burgundy-2);
  color: #fff;
}

.widget-quiz-artist__opt label {
  cursor: pointer;
}

.widget-quiz-artist__img {
  border-radius: var(--w-radius);
  overflow: hidden;
}

.widget-quiz-artist__img-inner {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  min-height: 0;
}

.widget-quiz-artist__title-top {
  font-family: var(--aps-f-display);
  z-index: 1;
  margin: 0;
  padding: 0.55rem 0.65rem 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  pointer-events: none;
}

.widget-quiz-artist__caption {
  font-family: var(--aps-f-display);
  z-index: 1;
  padding: 0.5rem 0.65rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  pointer-events: none;
}

.widget-quiz-artist__question {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
  line-height: 1.4;
}

.widget-quiz-artist__meta {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
  line-height: 1.45;
}

.widget-curated-choice {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .widget-curated-choice {
    padding: 1.5rem;
  }

}
.widget-curated-choice__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .widget-curated-choice__main {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 1rem;
  }

}
.widget-curated-choice__gallery-panel {
  background: #DCD7CB;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.widget-curated-choice__art-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  max-height: 14.5rem;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .widget-curated-choice__art-grid {
    max-height: 18rem;
  }

}
.widget-curated-choice__grid-item {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  min-height: 0;
  min-width: 0;
  background: #e8e4dc;
}

.widget-curated-choice__grid-item--1 {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.widget-curated-choice__grid-item--2 {
  grid-column: 2;
  grid-row: 1;
}

.widget-curated-choice__grid-item--3 {
  grid-column: 3;
  grid-row: 1;
}

.widget-curated-choice__grid-item--4 {
  grid-column: 2;
  grid-row: 2;
}

.widget-curated-choice__grid-item--5 {
  grid-column: 3;
  grid-row: 2;
}

.widget-curated-choice__tile {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background: #e8e4dc;
}

.widget-curated-choice__tile::before,.widget-curated-choice__tile::after {
  display: none;
}

.widget-curated-choice__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease, filter 0.75s ease;
}

.widget-curated-choice__label {
  font-family: var(--aps-f-text);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  padding: 0.4rem 0.55rem;
  color: #fff;
  text-align: left;
}

.widget-curated-choice__label--hero {
  font-size: 0.78rem;
  padding: 0.45rem 0.65rem;
}

.widget-curated-choice__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.widget-curated-choice__head,.widget-curated-choice__desc {
  width: 100%;
}

@media (min-width: 768px) {
  .widget-curated-choice__intro {
    padding: 0;
    min-height: 100%;
    justify-content: center;
  }

  .widget-curated-choice__head {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  }

  .widget-curated-choice__desc {
    font-size: 0.9375rem;
  }

  .widget-curated-choice__cta {
    padding: 1rem 1.15rem;
    letter-spacing: 0.08em;
  }

}
.widget-curated-choice__head {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  color: var(--aps-ink);
  margin: 0 0 0.5rem;
  line-height: 1.2;
  text-wrap: balance;
  overflow-wrap: anywhere;
  width: 100%;
  text-align: center;
  letter-spacing: -0.025em;
}

.widget-curated-choice__desc {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--aps-ink-2);
  margin: 0 0 1.25rem;
  width: 100%;
  text-align: center;
}

.widget-curated-choice__cta {
  font-family: var(--aps-f-mono);
  position: relative;
  display: block;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid var(--aps-burgundy);
  padding: 1.1rem 1.25rem;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--aps-burgundy);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.widget-curated-choice__cta::after {
  display: none;
}

.widget-curated-choice__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--aps-burgundy);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 0;
  width: auto;
  height: auto;
  opacity: 1;
  border: none;
}

.widget-curated-choice__cta:hover::before {
  transform: translateX(0);
}

.widget-curated-choice__cta span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: color 0.35s ease;
}

.widget-curated-choice__cta:hover span {
  color: #fff;
}

@media (max-width: 767.98px) {
  .widget-curated-choice__art-grid {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }

}
.widget-curated-choice:hover .widget-curated-choice__art-grid a:hover img.mouseover_effect_images,.widget-curated-choice:hover .widget-curated-choice__art-grid img.mouseover_effect_images:hover {
  filter: brightness(1.14) saturate(1.25);
  transform: scale(1.04);
}

.widget-curated-choice__grid-item,.widget-curated-choice__tile {
  border-radius: 2px;
}

.widget-mov-4-slider,.widget-tf-slider,.widget-recent-own-slider,.widget-stock-ready-slider,.widget-recent-nft-slider,.widget-artist-slider {
  font-family: var(--aps-f-text);
  background: var(--aps-bg) !important; /* keep-important: de-escalation triage 2026-07-07 — beats each widget's own inline <style> fallback (e.g. `.widget-recent-own-slider{background:#fff}` in widget_recent_ourowncreation_slider.html), which ties on specificity and wins by later DOM position without this */
  border-color: var(--aps-rule);
  border-radius: 2px;
  box-shadow: none;
}

.widget-artist-slider__portrait {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 2px;
  background: var(--aps-bg-2);
}

.widget-artist-slider__name-label {
  font-family: var(--aps-f-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aps-burgundy);
  margin: 0.5rem 0 0.5rem;
}

.widget-artist-slider__bio {
  font-family: var(--aps-f-text);
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--aps-ink-2);
}

.widget-mov-4-slider__portrait,.widget-mov-4__portrait {
  background: var(--aps-burgundy);
  border-radius: 2px;
}

.widget-mov-4-slider__head,.widget-mov-4__head {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  color: var(--aps-ink);
  font-weight: 300;
  letter-spacing: -0.025em;
}

.widget-mov-4-slider__head strong,.widget-mov-4__head strong {
  color: var(--aps-burgundy);
}

.widget-mov-4__cta {
  color: var(--aps-burgundy);
}

.widget-mov-4__cta:hover,.widget-mov-4__cta:focus {
  color: var(--aps-burgundy-2);
}

.widget-tf-slider__title,.widget-recent-nft-slider__title {
  font-family: var(--aps-f-display);
  color: var(--aps-ink);
  font-weight: 300;
}

.widget-tf-slider__sub,.widget-recent-nft-slider__sub {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
}

.widget-museum-4p__cta,.widget-museum-4p__tile-img {
  border-radius: 2px;
}

.widget-artist-otd5__media,.widget-artist-otd5__art {
  border-radius: 2px;
}

.widget-identify-masterpiece__card {
  background: var(--aps-bg-2);
  border-color: var(--aps-rule);
  border-radius: 2px;
}

.widget-identify-masterpiece__btn {
  background: transparent;
  border: 1px solid var(--aps-burgundy);
  color: var(--aps-burgundy);
  font-family: var(--aps-f-mono);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.widget-identify-masterpiece__btn:hover,.widget-identify-masterpiece__btn:focus {
  background: var(--aps-burgundy) !important;
  color: #fff !important;
  border-color: var(--aps-burgundy) !important;
}

.widget-quiz-artist__card,.widget-quiz-artwork__card {
  font-family: var(--aps-f-text);
  background: var(--aps-bg-2);
  border-color: var(--aps-rule);
  border-radius: 2px;
}

.widget-quiz-artist__btn,.widget-quiz-artwork__btn {
  background: transparent;
  border: 1px solid var(--aps-burgundy);
  color: var(--aps-burgundy);
  font-family: var(--aps-f-mono);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.widget-quiz-artist__btn:hover,.widget-quiz-artist__btn:focus,.widget-quiz-artwork__btn:hover,.widget-quiz-artwork__btn:focus {
  background: var(--aps-burgundy) !important;
  color: #fff !important;
  border-color: var(--aps-burgundy) !important;
}

.widget-quiz-artist__img,.widget-quiz-artwork__img {
  border-radius: 2px;
}

.widget-quiz-artist__title-top,.widget-quiz-artwork__kicker {
  font-family: var(--aps-f-display);
}

.widget-quiz-artist__question,.widget-quiz-artist__meta,.widget-quiz-artwork__question {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
}

.widget-quiz-artwork__eyebrow {
  font-family: var(--aps-f-mono);
  color: var(--aps-burgundy);
}

.widget-dqf--artwork {
  --widget-dqf-accent: #5B1622;
  font-family: var(--aps-f-text);
  border-color: var(--aps-rule);
  border-radius: 2px;
}

.widget-dqf--artwork .widget-dqf__title {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  color: var(--aps-ink);
  letter-spacing: -0.025em;
}

.widget-dqf--artwork .widget-dqf__cta {
  background: var(--aps-burgundy);
  border-radius: 2px;
}

.widget-dqf--artwork .widget-dqf__cta:hover,.widget-dqf--artwork .widget-dqf__cta:focus {
  background: var(--aps-burgundy-2) !important;
}

.widget-dqf--artwork .widget-dqf__meta {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
}

.widget-dqf--artwork .widget-dqf__fact {
  font-family: var(--aps-f-text);
  color: var(--aps-ink);
}

.widget-dqf--artwork .widget-dqf__photo {
  border-radius: 2px;
  background: var(--aps-bg-2);
}

.homepage-site-widgets .widget-dqf {
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  border-color: var(--aps-rule);
  border-radius: 2px;
}

.widget-mov-4 {
  --widget-mov-accent: #5B1622;
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  border-color: var(--aps-rule);
  border-radius: 2px;
  box-shadow: none;
}

.widget-mov-4__row-thumb {
  background: var(--aps-bg-2);
  border-radius: 2px;
}

.widget-mov-4__row-title {
  font-family: var(--aps-f-display);
  color: var(--aps-ink);
  font-weight: 600;
}

.widget-mov-4__row-subtitle {
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .06em;
  color: var(--aps-burgundy);
  background: var(--aps-bg-2);
  padding: 0.32rem 0.38rem;
  display: inline-block;
}

.widget-unique-nft-1 {
  --widget-unique-nft-accent: #E8DFC9;
  font-family: var(--aps-f-text);
  background: var(--aps-ink);
  border-color: rgba(22, 19, 16, .12);
  border-radius: 2px;
  box-shadow: none;
}

.widget-unique-nft-1__headline {
  font-family: var(--aps-f-display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--widget-unique-nft-accent);
}

.widget-unique-nft-1__body {
  color: rgba(232, 223, 201, 0.70);
}

.widget-unique-nft-1__figure {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1;
}

.widget-unique-nft-1__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.widget-unique-nft-1__over {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 0.75rem 0.85rem;
}

.widget-unique-nft-1__overlay-title {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.widget-unique-nft-1__cta {
  background: #E8DFC9;
  color: var(--aps-ink);
  border-radius: 2px;
  font-family: var(--aps-f-display);
  font-weight: 600;
}

.widget-unique-nft-1__cta:hover {
  filter: brightness(.95) !important;
  color: var(--aps-ink) !important;
}

.widget-mov-4-slide-label {
  background: var(--aps-burgundy) !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
  color: #F2E6D8 !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
  font-family: var(--aps-f-mono);
  font-size: 0.65rem !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
  font-weight: 500 !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
  letter-spacing: .09em !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
  text-transform: uppercase;
  border-radius: 2px !important; /* keep-important: de-escalation triage 2026-07-07 — brand skin override deliberately less specific than the generic `.widget-mov-4-slider .widget-mov-4-slide-label` default; needs !important to win */
}

.widget-mov-4-slide-label:hover {
  background: var(--aps-burgundy-2) !important;
}

.homepage-site-widgets .widget-artist-slider .swiper-slide {
  width: auto;
}

.homepage-site-widgets .widget-artist-slider .swiper-wrapper {
  align-items: flex-end;
}

.homepage-site-widgets .widget-artist-slider .artist_slid_box img {
  height: 200px;
  width: auto;
  max-width: none;
  display: block;
}

.homepage-site-widgets .widget-artist-slider__portrait {
  width: 160px;
  height: 160px;
  aspect-ratio: auto;
  align-self: flex-start;
}

.homepage-site-widgets .widget-artist-otd5,.homepage-site-widgets .widget-identify-masterpiece,.homepage-site-widgets .widget-article-kw,.homepage-site-widgets .widget-quiz-artist {
  height: 100%;
  box-sizing: border-box;
}

.homepage-site-widgets .widget-artist-otd5__layout {
  flex: 1 1 auto;
  min-height: 0;
}

.homepage-site-widgets .widget-artist-slider .parent_slid_box {
  padding: 0;
  border-bottom: none;
  width: 100%;
}

.homepage-site-widgets .widget-identify-masterpiece__card,.homepage-site-widgets .widget-quiz-artist__card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.homepage-site-widgets .widget-identify-masterpiece__card .widget-identify-masterpiece__btn {
  margin-top: auto;
}

.widget-mpl__part { border-color: var(--mpl-border, var(--g400, #e0d8cc)); }

.widget-mpl__panel,.widget-mpl__min-h-panel { min-height: 14rem; }

.widget-mpl__min-h-half { min-height: 7rem; }

.widget-mpl__min-h-sm { min-height: 3.5rem; }

.widget-mpl__col-quarter { width: 25%; min-width: 0; }

.widget-mpl__col-half { width: 50%; min-width: 0; }

.widget-stf__header-band { letter-spacing: 0.04em; }

.widget-museum-6p__placeholder { min-height: 10rem; }

.widget-museum-4p__title { font-weight: 700; color: #111; }

.widget-museum-4p__meta { line-height: 1.5; color: #111; }

.widget-dqf__question { color: #111; line-height: 1.4; }

.widget-dqf__meta { color: #111; line-height: 1.45; }

@media (max-width: 991.98px) {
  .widget-mpl__col-quarter,.widget-mpl__col-half { width: 100%; }

  .widget-mpl__panel,.widget-mpl__min-h-panel { min-height: 10rem; }

  .widget-mpl__min-h-half { min-height: 6rem; }

}
@media (max-width: 767.98px) {
  .widget-imp10__movement-title { font-size: clamp(18px, 5vw, 24px); }

}
.widget-mov-4__name {
                padding: 0.65rem 0.75rem;
                font-weight: 700;
                font-size: 1.1rem;
                line-height: 1.2;
              }

.widget-quiz-artwork__opt label { cursor: pointer; }

.widget-quiz-artwork__img-inner { position: relative; width: 100%; height: 100%; }

.widget-quiz-artwork__caption {
                font-size: 0.78rem;
                font-weight: 700;
                line-height: 1.3;
                text-align: left;
                pointer-events: none;
                padding: 0.5rem 0.65rem 0.55rem;
              }

.widget-quiz-artwork__caption .widget-quiz-artwork__cap-artist {
                font-size: 0.72rem;
                font-weight: 600;
                opacity: 0.95;
                margin-top: 0.1rem;
              }

.widget-stf__label,.widget-stf__label a,.widget-mpl__category,.widget-mpl__category a,.widget-mpl__caption,.widget-mpl__caption a,.widget-tf-static__category,.widget-tf-static__category a,.widget-recent-own-static__category,.widget-recent-own-static__category a,.widget-stock-ready-static__category,.widget-stock-ready-static__category a,.widget-museum-4p__label,.widget-museum-6p__label,.widget-artist-otd5__label,.widget-artist-otd5__art-title,.widget-curated-choice__label,.widget-curated-choice__label--hero,.widget-curated-choice__label--small,.widget-imp10__art-title,.widget-quiz-artwork__caption {
  font-family: var(--font-title, inherit);
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  font-style: normal;
  font-synthesis: none;
}

/* -- W37 MOVEMENTS WIDGET LEFTOVERS (2026-07-06): w37__ family missed by the widget- prefix passes - verbatim, original order -- */

.w37 {
  font-family: var(--aps-f-text);
  background: var(--aps-paper);
  padding: 2.75rem 0 3.25rem;
  width: 100%;
}

.w37__inner {
  max-width: 1298px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.w37__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.375rem;
  border-bottom: 2px solid var(--aps-ink);
  margin-bottom: 2.5rem;
  gap: 3rem;
  flex-wrap: wrap;
}

.w37__title {
  font-family: var(--aps-f-display);
  font-weight: 300;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 0.96;
  color: var(--aps-ink);
  max-width: 18ch;
  margin: 0;
}

.w37__title em {
  font-style: italic;
  font-weight: 300;
  color: var(--aps-burgundy);
}

.w37__meta {
  font-family: var(--aps-f-mono);
  font-size: 0.6875rem;
  color: var(--aps-ink-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.6;
}

.w37__meta b {
  display: block;
  color: var(--aps-ink);
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: -0.018em;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.w37__letters {
  display: grid;
  grid-template-columns: repeat(26, 1fr);
  gap: 2px;
  margin-bottom: 2.5rem;
  font-family: var(--aps-f-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-x: auto;
  min-width: 0;
}

@media (max-width: 575px) {
  .w37__letters {
    grid-template-columns: repeat(26, minmax(1.5rem, 1fr));
    font-size: 0.5625rem;
    letter-spacing: 0.02em;
  }

}
.w37__letters span {
  text-align: center;
  padding: 8px 0;
  color: var(--aps-ink-3);
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.15s;
  user-select: none;
}

.w37__letters span:hover {
  color: var(--aps-ink); border-color: var(--aps-rule);
}

.w37__letters span.w37--on {
  color: var(--aps-burgundy);
  border-bottom: 1px solid var(--aps-burgundy);
}

.w37__letters span.w37--empty {
  color: var(--aps-rule-2);
  cursor: not-allowed;
  pointer-events: none;
}

.w37__cols {
  column-count: 3;
  column-gap: 2.25rem;
  column-rule: 1px solid var(--aps-rule);
}

@media (min-width: 768px) {
  .w37__cols {
    column-count: 4;
  }

}
@media (min-width: 1100px) {
  .w37__cols {
    column-count: 5;
  }

}
.w37__group {
  break-inside: avoid;
  margin-bottom: 1.875rem;
  padding-right: 0.875rem;
}

.w37__group-head {
  font-family: var(--aps-f-mono);
  font-size: 0.625rem;
  color: var(--aps-burgundy);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--aps-rule);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.w37__group-head span {
  color: var(--aps-ink-3); font-weight: 400;
}

.w37__group ul {
  list-style: none; margin: 0; padding: 0;
}

.w37__group li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
  border-bottom: 1px dotted transparent;
  transition: 0.15s;
}

.w37__group li:hover {
  border-bottom-color: var(--aps-rule);
}

.w37__group a {
  font-family: var(--aps-f-display);
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--aps-ink);
  letter-spacing: -0.005em;
  transition: 0.15s;
  line-height: 1.25;
  text-decoration: none;
}

.w37__group li:hover a {
  color: var(--aps-burgundy);
}

.w37__n {
  font-family: var(--aps-f-mono);
  font-size: 0.5625rem;
  color: var(--aps-ink-3);
  letter-spacing: 0.06em;
  white-space: nowrap;
  margin-left: 0.5rem;
}

.w37__foot {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--aps-rule);
  font-family: var(--aps-f-mono);
  font-size: 0.6875rem;
  color: var(--aps-ink-3);
  letter-spacing: 0.1em;
}

.w37__foot b {
  color: var(--aps-ink); font-weight: 500;
}

