/* PAGE FAMILY: brand homepages (B20) - SKIN tier - from site-allpaintingsstore-V2.0.css, original order. Migrated 2026-07-06. */

.homepage-site-widgets { overflow-x: clip; }

.homepage-site-widgets {
  max-width: 100%;
  overflow-x: clip;
}

.aps-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin: 2.5rem 0 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid var(--aps-ink);
}

.aps-section-head h2 {
  font-family: var(--aps-f-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--aps-ink);
  margin: 0;
}

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

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

.aps-section-head__meta b {
  display: block;
  color: var(--aps-ink);
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-transform: none;
}

@media (max-width: 575px) {
  .aps-section-head {
    grid-template-columns: 1fr;
  }

  .aps-section-head__meta {
    text-align: left;
  }

}
.aps-decor {
  padding: 104px 0 110px;
  background: var(--aps-bg);
}

.aps-decor__inner {
  max-width: var(--aps-max);
  margin: 0 auto;
  padding: 0 36px;
}

.aps-decor__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid var(--aps-ink);
}

.aps-decor__head h2 {
  font-family: var(--aps-f-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--aps-ink);
  margin: 0;
}

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

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

.aps-decor__meta b {
  display: block;
  color: var(--aps-ink);
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-transform: none;
}

.aps-decor__intro {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--aps-rule);
}

.aps-decor__kicker {
  font-family: var(--aps-f-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aps-burgundy);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.aps-decor__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--aps-burgundy);
}

.aps-decor__lede {
  font-size: 16px;
  line-height: 1.6;
  color: var(--aps-ink-2);
  max-width: 52ch;
}

.aps-decor__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 30px;
  margin: 0;
}

.aps-decor__benefits dt {
  font-family: var(--aps-f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aps-ink-3);
  margin-bottom: 6px;
}

.aps-decor__benefits dd {
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 15px;
  color: var(--aps-ink);
  line-height: 1.32;
  margin: 0;
}

.aps-decor__benefits dd b {
  color: var(--aps-burgundy);
  font-weight: 600;
}

.aps-decor__grid {
  /* Bootstrap row/col handles the grid layout */
}

.aps-dc-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}

.aps-dc-tile__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.aps-dc-tile:hover .aps-dc-tile__bg {
  transform: scale(1.04);
}

.aps-dc-tile__ins {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(22, 19, 16, 0.72) 0%, rgba(22, 19, 16, 0.08) 55%, transparent 100%);
  pointer-events: none;
}

.aps-dc-tile__n {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--aps-f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  opacity: 0.7;
}

.aps-dc-tile__lab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 16px;
}

.aps-dc-tile__lab h3 {
  font-family: var(--aps-f-display);
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 1.2;
}

.aps-dc-tile__lab .ct {
  font-family: var(--aps-f-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
}

.aps-decor__foot {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--aps-rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--aps-f-mono);
  font-size: 11px;
  color: var(--aps-ink-3);
  letter-spacing: 0.1em;
}

.aps-decor__foot-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 14px;
  color: var(--aps-burgundy);
  letter-spacing: 0;
  text-transform: none;
}

.aps-decor__foot-cta svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 1100px) {
  .aps-decor__intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

}
@media (max-width: 768px) {
  .aps-decor {
    padding: 64px 0 72px;
  }

  .aps-decor__inner {
    padding: 0 20px;
  }

  .aps-decor__head {
    grid-template-columns: 1fr;
  }

  .aps-decor__meta {
    text-align: left;
  }

  .aps-decor__foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

}
.homepage-site-widgets {
  --homepage-slider-arrow-gap: 2.75rem;
  background: var(--aps-bg);
}

.homepage-site-widgets .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 .artist_slider .swp_btn:hover img {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.65));
}

.homepage-site-widgets .border {
  border-color: var(--aps-rule) !important;
}

.homepage-site-widgets .rounded-3 {
  border-radius: 2px !important;
}

.homepage-site-widgets .text-muted {
  color: var(--aps-ink-3) !important;
}

.homepage-site-widgets .bg-light {
  background-color: var(--aps-bg-2) !important;
}

.homepage-site-widgets .btn-primary,.homepage-site-widgets .btn-dark {
  background: var(--aps-burgundy);
  border-color: var(--aps-burgundy);
}

.homepage-site-widgets .btn-primary:hover,.homepage-site-widgets .btn-dark:hover {
  background: var(--aps-burgundy-2);
  border-color: var(--aps-burgundy-2);
}

.homepage-site-widgets h2:not([class]),.homepage-site-widgets h3:not([class]),.homepage-site-widgets h4:not([class]),.homepage-site-widgets h5:not([class]) {
  font-family: var(--aps-f-display);
}

.homepage-site-widgets .small:not([class*="widget"]) {
  font-family: var(--aps-f-text);
  color: var(--aps-ink-2);
}

.homepage-site-widgets .vincent_color,.homepage-site-widgets .vincent_color a {
  font-family: var(--aps-f-mono) !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: .06em !important;
  text-transform: none !important;
  color: var(--aps-burgundy) !important;
  background: var(--aps-bg-2) !important;
  padding: 0.32rem 0.38rem !important;
  display: inline-block !important;
  margin-bottom: 4px !important;
}

.homepage-site-widgets .vincent_color a:hover {
  color: var(--aps-burgundy-2) !important;
}

.homepage-site-widgets .artist_slid_box .vincent_color {
  margin-top: 0.4rem;
  margin-bottom: 2px;
}

.homepage-site-widgets .view_all_art {
  margin-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.homepage-site-widgets .artist_slid_box::after {
  display: none;
}

.homepage-site-widgets .view_all_art a {
  font-family: var(--aps-f-mono) !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: .06em !important;
  text-transform: none !important;
  color: var(--aps-burgundy) !important;
  background: var(--aps-bg-2) !important;
  padding: 0.32rem 0.38rem !important;
  display: inline-block !important;
}

.homepage-site-widgets .view_all_art a:hover {
  color: var(--aps-burgundy-2) !important;
}

.homepage-site-widgets .artist_slid_box {
  background: var(--aps-bg-2) !important;
  border-radius: 2px !important;
  overflow: hidden;
}

.homepage-site-widgets .swiper-button-next,.homepage-site-widgets .swiper-button-prev {
  color: var(--aps-burgundy) !important;
}

.homepage-site-widgets .swiper-button-next::after,.homepage-site-widgets .swiper-button-prev::after {
  color: var(--aps-burgundy) !important;
}

.homepage-site-widgets .swiper-pagination-bullet-active {
  background: var(--aps-burgundy) !important;
}

.homepage-site-widgets .swp_btn img {
  content: url("/static/images/artist/arrows_swiper_aps.31552ab736ba.svg");
  opacity: 0.7;
  filter: drop-shadow(0 2px 4px rgba(91, 22, 34, 0.28));
  transition: filter 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.homepage-site-widgets .swp_btn.swiper-button-prev img {
  transform: scaleX(-1);
}

.homepage-site-widgets .swp_btn:hover img {
  filter: drop-shadow(0 2px 8px rgba(91, 22, 34, 0.35));
  opacity: 1;
  transform: scale(1.08);
}

.homepage-site-widgets .swp_btn.swiper-button-prev:hover img {
  transform: scaleX(-1) scale(1.08);
}

.aps-commission {
  font-family: var(--aps-f-text);
  padding: 104px 0 110px;
  background: var(--aps-bg);
}

.aps-commission__inner {
  max-width: var(--aps-max);
  margin: 0 auto;
  padding: 0 36px;
}

.aps-commission__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid var(--aps-ink);
}

.aps-commission__head h2 {
  font-family: var(--aps-f-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--aps-ink);
  margin: 0;
}

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

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

.aps-commission__meta b {
  display: block;
  color: var(--aps-ink);
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-transform: none;
}

.aps-com {
  background: var(--aps-paper);
  border: 1px solid var(--aps-rule);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.aps-com:hover {
  border-color: var(--aps-burgundy-2);
  transform: translateY(-3px);
}

.aps-com__process {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  height: 200px;
  border-bottom: 1px solid var(--aps-rule);
  background: var(--aps-bg-2);
}

.aps-com__step {
  position: relative;
  background-color: var(--aps-bg-2);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.aps-com__step--photo {
  filter: sepia(0.18) brightness(0.97);
}

.aps-com__step-lbl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--aps-f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(22, 19, 16, 0.62);
  padding: 5px 8px 6px;
  line-height: 1.4;
}

.aps-com__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: var(--aps-bg-2);
  border-left: 1px solid var(--aps-rule);
  border-right: 1px solid var(--aps-rule);
  color: var(--aps-burgundy);
  flex-shrink: 0;
}

.aps-com__arrow svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.aps-com__body {
  padding: 1.25rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.aps-com__ix {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-family: var(--aps-f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aps-ink-3);
  margin-bottom: 0.5rem;
}

.aps-com__ix span:last-child {
  color: var(--aps-burgundy);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.aps-com__title {
  font-family: var(--aps-f-display);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--aps-ink);
  margin: 0 0 0.625rem;
}

.aps-com__desc {
  font-family: var(--aps-f-text);
  font-size: 14px;
  line-height: 1.6;
  color: var(--aps-ink-2);
  margin: 0 0 1rem;
  flex: 1;
}

.aps-com__specs {
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid var(--aps-rule);
  padding-top: 0.75rem;
}

.aps-com__specs > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.aps-com__specs dt {
  font-family: var(--aps-f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aps-ink-3);
  flex-shrink: 0;
  white-space: nowrap;
}

.aps-com__specs dd {
  font-family: var(--aps-f-text);
  font-size: 13px;
  color: var(--aps-ink-2);
  margin: 0;
  text-align: right;
}

.aps-com__specs dd b {
  font-family: var(--aps-f-display);
  font-weight: 600;
  color: var(--aps-ink);
  letter-spacing: -0.015em;
  margin-right: 3px;
}

.aps-com__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-family: var(--aps-f-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: var(--aps-burgundy);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
}

.aps-com__cta::after {
  content: none;
}

.aps-com__cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.aps-com__cta:hover {
  color: var(--aps-burgundy-2);
}

.aps-com__cta:hover svg {
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  .aps-commission__inner {
    padding: 0 20px;
  }

}
@media (max-width: 768px) {
  .aps-commission {
    padding: 64px 0 72px;
  }

  .aps-commission__inner {
    padding: 0 16px;
  }

  .aps-commission__head {
    grid-template-columns: 1fr;
  }

  .aps-commission__meta {
    text-align: left;
  }

  .aps-com__process {
    height: 170px;
  }

}
@media (max-width: 575px) {
  .aps-commission__head {
    grid-template-columns: 1fr;
  }

}
.aps-bycolor { background: #faf8f5; padding: 3.5rem 0 3rem; }

.aps-bycolor__wrap { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

.aps-bycolor__head { margin-bottom: 2rem; display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }

.aps-bycolor__head-left { display: flex; flex-direction: column; gap: .4rem; }

.aps-bycolor__title { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: var(--aps-ink); margin: 0; }

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

.aps-bycolor__meta { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #aaa; }

.aps-bycolor__meta b { color: #777; font-weight: 600; }

.aps-bycolor__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ddd8ce;
  border: 1px solid #ddd8ce;
}

.aps-bycolor__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: background .15s;
}

.aps-bycolor__card:hover { background: #fdf9f5; }

.aps-bycolor__card:hover .aps-bycolor__img { transform: scale(1.03); }

.aps-bycolor__img-wrap { aspect-ratio: 1 / 1; overflow: hidden; position: relative; }

.aps-bycolor__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }

.aps-bycolor__swatch {
  position: absolute;
  bottom: .6rem;
  right: .6rem;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255,255,255,.85);
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.aps-bycolor__info {
  padding: .7rem .8rem .85rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: .65rem;
  border-top: 1px solid #ede9e2;
}

.aps-bycolor__color-block {
  width: 28px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 58px;
}

.aps-bycolor__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .22rem;
  min-width: 0;
  flex: 1;
}

.aps-bycolor__color-tag {
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999;
}

.aps-bycolor__artwork-title { font-size: .8rem; font-weight: 600; line-height: 1.35; color: #222; }

.aps-bycolor__artist { font-size: .73rem; color: #999; }

.aps-bycolor__foot {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .75rem;
}

.aps-bycolor__foot-text { font-size: .75rem; color: #aaa; letter-spacing: .04em; text-transform: uppercase; }

.aps-bycolor__btn {
  font-family: var(--aps-f-mono);
  border: 1px solid var(--aps-burgundy);
  color: var(--aps-burgundy);
  padding: .65rem 1.25rem;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: background .3s, color .3s;
}

.aps-bycolor__btn:hover { background: var(--aps-burgundy); color: #fff; }

@media (max-width: 900px) {
  .aps-bycolor__grid { grid-template-columns: repeat(2, 1fr); }

  .aps-bycolor__head { align-items: flex-start; flex-direction: column; }

}
@media (max-width: 480px) {
  .aps-bycolor__grid { grid-template-columns: repeat(2, 1fr); }

  .aps-bycolor__title { font-size: 1.6rem; }

}
.aps-museum { background: #f2ede4; padding: 3rem 0; }

.aps-museum .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

.aps-museum .sec-head { margin-bottom: 1.75rem; }

.aps-museum .sec-head h2 { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: var(--aps-ink); margin: 0 0 .35rem; }

.aps-museum .sec-head h2 em { font-style: italic; font-weight: 300; color: var(--aps-burgundy); }

.aps-museum .sec-head .meta { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #777; }

.mus-feature { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }

@media(min-width:768px) {
  .mus-feature { grid-template-columns: minmax(0,2fr) minmax(0,3fr); }

}
.mus-image { aspect-ratio: 3/4; background-size: cover; background-position: center; position: relative; overflow: hidden; }

.mus-image .crest { position: absolute; top: .75rem; left: .75rem; background: rgba(0,0,0,.55); color: #fff; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .6rem; }

.mus-image .caption-img { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,.65)); color: #fff; font-size: .75rem; padding: .75rem .85rem .5rem; }

.mus-body { display: flex; flex-direction: column; gap: .85rem; }

.mus-body .kicker { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--aps-burgundy); font-weight: 600; }

.mus-body h3 { font-size: 1.5rem; font-weight: 700; margin: 0; line-height: 1.2; }

.mus-body h3 em { color: var(--aps-burgundy); font-style: italic; }

.mus-body .desc { font-size: .92rem; color: #444; line-height: 1.6; margin: 0; }

.mus-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: .85rem 0; margin: 0; list-style: none; }

.mus-stats div { display: flex; flex-direction: column; }

.mus-stats dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: #888; margin-bottom: .2rem; }

.mus-stats dd { font-size: 1.35rem; font-weight: 700; color: #1a1a1a; margin: 0; }

.mus-stats small { display: block; font-size: .7rem; color: #999; font-weight: 400; }

.mus-list .head { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #888; margin-bottom: .5rem; }

.mus-list .item { display: flex; gap: .75rem; align-items: baseline; font-size: .85rem; border-bottom: 1px solid #ede9e2; padding: .4rem 0; }

.mus-list .item .n { font-size: .7rem; color: #bbb; min-width: 1.5rem; }

.mus-list .item .t { flex: 1; }

.mus-list .item .t i { color: var(--aps-burgundy); font-style: italic; }

.mus-list .item .pr { font-weight: 600; color: var(--aps-burgundy); }

.mus-body .btn-primary { font-family: var(--aps-f-display); font-variation-settings: "wdth" 90; display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 2px; background: var(--aps-burgundy); color: var(--aps-cream-2) !important; font-weight: 500; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; transition: background .18s ease; }

.mus-body .btn-primary:hover { background: var(--aps-burgundy-2); color: var(--aps-cream-2) !important; }

.aps-otd { background: #fff; padding: 3rem 0; border-top: 1px solid #ede9e2; }

.aps-otd .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

.otd-masthead { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.75rem; }

.almanac { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #aaa; }

.almanac b { display: block; margin-top: .2rem; }

.otd-masthead h2 { font-size: 2rem; font-weight: 700; margin: 0; }

.otd-masthead h2 em { font-style: italic; color: var(--aps-burgundy); }

.otd-stamp { font-size: .75rem; color: #888; text-align: right; line-height: 1.5; }

.otd-spread { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }

@media(min-width:768px) {
  .otd-spread { grid-template-columns: minmax(0,2fr) minmax(0,3fr); }

}
.otd-portrait-card {}

.otd-portrait { aspect-ratio: 1; position: relative; overflow: hidden; }

.otd-portrait img { width: 100%; height: 100%; object-fit: cover; }

.otd-portrait .corner { position: absolute; top: .6rem; left: .6rem; background: rgba(0,0,0,.55); color: #fff; font-size: .68rem; padding: .25rem .5rem; }

.otd-portrait .signature { position: absolute; bottom: .5rem; right: .65rem; font-style: italic; color: rgba(255,255,255,.9); font-size: .85rem; }

.otd-body { display: flex; flex-direction: column; gap: 1rem; }

.otd-body .kicker { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--aps-burgundy); font-weight: 600; }

.otd-pullquote { background: #f8f5ef; border-left: 3px solid var(--aps-burgundy); padding: .85rem 1rem; margin: 0; font-style: italic; font-size: .95rem; line-height: 1.6; }

.otd-pullquote em { font-style: normal; color: var(--aps-burgundy); }

.otd-body p { font-size: .9rem; color: #444; line-height: 1.7; margin: 0; }

.otd-works { display: grid; grid-template-columns: repeat(auto-fill,minmax(130px,1fr)); gap: .75rem; margin-top: .75rem; }

.otd-work { display: flex; flex-direction: column; }

.otd-work a { display: block; aspect-ratio: 1; overflow: hidden; }

.otd-work img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }

.otd-work:hover img { transform: scale(1.04); }

.otd-ctas { display: flex; flex-wrap: wrap; gap: .75rem; }

.otd-btn-primary { font-family: var(--aps-f-mono); display: inline-block; background: transparent; border: 1px solid var(--aps-burgundy); color: var(--aps-burgundy); padding: .65rem 1.25rem; font-size: .8rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .3s, color .3s; }

.otd-btn-primary:hover { background: var(--aps-burgundy); color: #fff; }

.otd-btn-ghost { display: inline-block; border: 1px solid var(--aps-burgundy); color: var(--aps-burgundy); padding: .6rem 1.1rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; }

.otd-btn-ghost:hover { background: var(--aps-burgundy); color: #fff; }

.aps-reimagine { background: #0d0d0d; padding: 3.5rem 0; }

.aps-reimagine .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

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

@media(min-width:768px) {
  .reimagine-grid { grid-template-columns: minmax(0,2fr) minmax(0,3fr); align-items: center; }

}
.ri-copy .k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--aps-gold); margin-bottom: .5rem; font-weight: 600; }

.ri-copy h2 { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: #fff; margin: 0 0 .75rem; }

.ri-copy h2 em { font-style: italic; font-weight: 300; color: #fff; }

.ri-copy p { font-size: .9rem; color: #aaa; line-height: 1.7; margin: 0 0 1.25rem; }

.ri-steps { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.25rem; }

.ri-steps div { font-size: .82rem; color: #ccc; }

.ri-steps b { color: var(--aps-gold); margin-right: .4rem; }

.ri-ctas { display: flex; flex-wrap: wrap; gap: .75rem; }

.ri-btn-primary { display: inline-block; background: var(--aps-burgundy); color: var(--aps-cream-2); padding: .7rem 1.35rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s; }

.ri-btn-primary:hover { background: var(--aps-burgundy-2); color: var(--aps-cream-2); }

.ri-btn-ghost { display: inline-block; border: 1px solid rgba(244,236,221,.4); color: var(--aps-cream-3); padding: .65rem 1.1rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, border-color .2s; }

.ri-btn-ghost:hover { background: rgba(244,236,221,.1); border-color: rgba(244,236,221,.7); }

.ri-styles { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }

.rs-thumb { position: relative; aspect-ratio: 1; overflow: hidden; background: #1a1a1a; cursor: pointer; }

.rs-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }

.rs-thumb:hover img { transform: scale(1.05); }

.rs-thumb .rs-name { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent,rgba(0,0,0,.7)); color: #fff; font-size: .78rem; font-weight: 600; padding: .85rem .6rem .45rem; }

.aps-challenge { background: #f8f5ef; padding: 3rem 0; border-top: 1px solid #ede9e2; }

.aps-challenge .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

.ch-card { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }

@media(min-width:768px) {
  .ch-card { grid-template-columns: minmax(0,2fr) minmax(0,3fr); }

}
.ch-left .kicker { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--aps-burgundy); font-weight: 600; margin-bottom: .5rem; }

.ch-left .kicker .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--aps-burgundy); margin-right: .4rem; vertical-align: middle; animation: blink 1.4s step-end infinite; }

.ch-left h2 { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: var(--aps-ink); margin: 0 0 .65rem; }

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

.ch-left p { font-size: .9rem; color: #555; line-height: 1.7; margin: 0 0 1rem; }

.ch-right { background: #fff; border: 1px solid #ede9e2; padding: 1.25rem; display: flex; flex-direction: column; gap: .85rem; }

.ch-q { display: flex; justify-content: space-between; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: #aaa; }

.ch-question { font-size: 1rem; font-weight: 600; line-height: 1.45; color: #1a1a1a; }

.ch-options { display: grid; gap: .5rem; }

.ch-opt { display: flex; align-items: center; justify-content: space-between; padding: .7rem 1rem; border: 1px solid #ddd; background: #fafafa; cursor: pointer; text-align: left; font-size: .88rem; transition: border-color .2s, background .2s; }

.ch-opt:hover { border-color: var(--aps-burgundy); background: #f3ece2; }

.ch-opt .key { font-size: .7rem; font-weight: 700; color: #bbb; background: #f0ece5; padding: .15rem .4rem; border-radius: 2px; }

.ch-foot { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; color: #aaa; }

.ch-foot .submit { font-family: var(--aps-f-mono); display: inline-block; background: transparent; border: 1px solid var(--aps-burgundy); color: var(--aps-burgundy); padding: .5rem .95rem; font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background .3s, color .3s; }

.ch-foot .submit:hover { background: var(--aps-burgundy); color: #fff; }

.aps-identify { background: #fff; padding: 3rem 0; border-top: 1px solid #ede9e2; }

.aps-identify .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

.aps-identify .sec-head { margin-bottom: 1.25rem; }

.aps-identify .sec-head h2 { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: var(--aps-ink); margin: 0 0 .3rem; }

.aps-identify .sec-head h2 em { font-style: italic; font-weight: 300; color: var(--aps-burgundy); }

.aps-identify .sec-head .meta { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #888; }

.id-period { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--aps-burgundy); font-weight: 600; margin-bottom: .75rem; }

.id-prompt { font-size: 1.05rem; font-weight: 600; margin: 0 0 1.25rem; }

.id-prompt em { color: var(--aps-burgundy); font-style: italic; }

.id-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; margin-bottom: 1.25rem; }

@media(min-width:600px) {
  .id-grid { grid-template-columns: repeat(4,1fr); }

}
.id-opt { cursor: default; }

.id-frame { aspect-ratio: 1; overflow: hidden; background: #eee; position: relative; }

.id-art { width: 100%; height: 100%; background-size: cover; background-position: center; pointer-events: none; }

.id-letter { display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 700; background: #f0ece5; color: var(--aps-burgundy); height: 2rem; }

.id-answer-reveal { display: none; background: rgba(135,93,42,.92); color: #fff; position: absolute; inset: 0; align-items: center; justify-content: center; font-size: .82rem; font-weight: 600; text-align: center; padding: .5rem; }

.aps-identify.is-revealed .id-opt[data-correct="true"] .id-answer-reveal { display: flex; }

.id-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; font-size: .82rem; color: #888; }

.id-reveal-btn { display: inline-block; background: var(--aps-burgundy); color: #fff; padding: .6rem 1.15rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; border: none; transition: background .2s; }

.id-reveal-btn:hover { background: #6f4a22; }

.aps-articles3 { background: #faf8f5; padding: 3rem 0; border-top: 1px solid #ede9e2; }

.aps-articles3 .wrap { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }

.aps-articles3 .sec-head { margin-bottom: 1.75rem; }

.aps-articles3 .sec-head h2 { font-family: var(--aps-f-display); font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 0.96; letter-spacing: -0.035em; color: var(--aps-ink); margin: 0 0 .35rem; }

.aps-articles3 .sec-head h2 em { font-style: italic; font-weight: 300; color: var(--aps-burgundy); }

.aps-articles3 .sec-head .meta { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #888; }

.a3-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }

@media(min-width:600px) {
  .a3-grid { grid-template-columns: repeat(3,1fr); }

}
.a3-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid #ede9e2; background: #fff; transition: box-shadow .2s; }

.a3-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }

.a3-card .cover { width: 100%; aspect-ratio: 1 / 1; background-size: cover; background-position: center; position: relative; overflow: hidden; }

.a3-card .cat { position: absolute; top: .65rem; left: .65rem; background: var(--aps-burgundy); color: #fff; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; padding: .2rem .55rem; }

.a3-card h3 { font-size: .95rem; font-weight: 600; margin: .75rem .85rem .4rem; line-height: 1.35; }

.a3-card h3 em { color: var(--aps-burgundy); font-style: italic; }

.a3-card p { font-size: .82rem; color: #666; line-height: 1.6; margin: 0 .85rem .75rem; flex: 1; }

.a3-card .more { display: block; font-size: .78rem; font-weight: 600; color: var(--aps-burgundy); text-transform: uppercase; letter-spacing: .06em; margin: auto .85rem .85rem; padding-top: .5rem; border-top: 1px solid #ede9e2; }

.aps-portrait-top { object-position: center top; }

.link-inherit { color: inherit; text-decoration: none; }

.link-inherit:hover { color: inherit; }

.mfp-section-head--raised { position: relative; z-index: 1; }

.bpa-spotlight__art-link { overflow: hidden; display: block; }

.bpa-spotlight__art-img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }

.bpa-text-muted { color: var(--pewter); }

.bpa-cc__grid { min-height: 16rem; }

.bpa-cc__grid-hero { width: 50%; min-width: 0; border-right: 2px solid var(--ink); }

@media (max-width: 991.98px) {
  .bpa-cc__grid-hero { width: 100%; border-right: none; border-bottom: 2px solid var(--ink); }

  .bpa-cc__grid { flex-direction: column; min-height: 0; }

}
@media (max-width: 767.98px) {
  .homepage-site-widgets,.mfp-hp { padding-left: clamp(12px, 3vw, 24px); padding-right: clamp(12px, 3vw, 24px); }

}
.bpa-stf__label {
  font-family: var(--font-title, inherit) !important;
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  font-style: normal !important;
  font-synthesis: none !important;
}

/* -- B20 second pass (2026-07-06): site leftovers - classes hidden from the census by
   no-space template conditionals (class="base{% if %}base--mod{% endif %}")
   or JS injection -- */

.aps-com-grid {
  /* Bootstrap row/col handles the grid layout */
}

.bpa-cc__grid-tile { min-height: 8rem; border-bottom: 1px solid var(--smoke); }

.bpa-cc__grid-tile--border-r { border-right: 1px solid var(--smoke); }

/* -- B20 third pass (2026-07-06): conditional/JS-rendered variants of moved homepage families -- */

.otd-caption { display: flex; gap: .5rem; align-items: baseline; margin-top: .75rem; }

.otd-caption .num { font-size: 2.2rem; font-weight: 800; color: var(--aps-burgundy); line-height: 1; }

.otd-caption .name { font-size: 1rem; font-weight: 700; }

.otd-caption .sub { font-size: .75rem; color: #888; }

.otd-caption-foot { display: flex; justify-content: space-between; font-size: .75rem; color: #888; margin-top: .35rem; padding-top: .35rem; border-top: 1px solid #ede9e2; }

.otd-facts { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: .65rem; margin: 0; list-style: none; padding: 0; }

.otd-facts div { border: 1px solid #ede9e2; padding: .6rem .75rem; }

.otd-facts dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; color: #aaa; margin-bottom: .15rem; }

.otd-facts dd { font-weight: 600; font-size: .88rem; margin: 0; }

/* -- HOMEPAGE WIDGET SHELL SCOPE (2026-07-06): .homepage-artsdot-widgets wrapper rules - verbatim, original order -- */

@media (max-width: 767.98px) {
  .homepage-artsdot-widgets { padding-left: clamp(12px, 3vw, 24px); padding-right: clamp(12px, 3vw, 24px); }

}
