:where(.page-id-9, .editor-styles-wrapper) {
  --the-art-home-ink: #101414;
  --the-art-home-text: #242727;
  --the-art-home-muted: #666966;
  --the-art-home-paper: #f8f8f6;
  --the-art-home-white: #fff;
  --the-art-home-soft: #eeece8;
  --the-art-home-line: rgba(16, 20, 20, 0.14);
  --the-art-home-radius: 24px;
  --the-art-home-radius-lg: 32px;
  --the-art-home-max: 1340px;
  --the-art-home-gutter: 28px;
  background: var(--the-art-home-paper);
}

body.page-id-9 #main.site-main:not(:has(.art-onboarding)) {
  padding-top: 0;
}

body.page-id-9:not(.admin-bar) #header [data-row="top"] {
  min-height: calc(30px + env(safe-area-inset-top, 0px));
  padding-top: env(safe-area-inset-top, 0px);
}

:where(.page-id-9, .editor-styles-wrapper) .ct-container-full[data-content="normal"],
:where(.page-id-9, .editor-styles-wrapper) .site-main,
:where(.page-id-9, .editor-styles-wrapper) article,
:where(.page-id-9, .editor-styles-wrapper) .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .entry-content > .the-art-home.alignfull {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home * {
  box-sizing: border-box;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home {
  overflow: clip;
  background: var(--the-art-home-paper);
  color: var(--the-art-home-text);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home :where(.wp-block-group, .wp-block-image, .wp-block-heading, .wp-block-buttons, p) {
  margin-block: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home img {
  display: block;
  width: 100%;
  height: 100%;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home a {
  color: inherit;
  text-decoration: none;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home a:focus-visible {
  outline: 3px solid #1f6f50;
  outline-offset: 4px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home .stk-block {
  margin: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero {
  position: relative;
  min-height: clamp(640px, 69vw, 900px);
  overflow: hidden;
  background: #d8d0c4;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-image {
  position: absolute;
  inset: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-image img {
  object-fit: cover;
  object-position: center;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: clamp(150px, 17vw, 240px);
  background: linear-gradient(180deg, rgba(8, 12, 13, 0.24) 0%, rgba(8, 12, 13, 0.09) 48%, rgba(8, 12, 13, 0) 100%);
  content: "";
  pointer-events: none;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(248, 248, 246, 0.98) 0%, rgba(248, 248, 246, 0.88) 29%, rgba(248, 248, 246, 0.08) 52%, rgba(248, 248, 246, 0) 72%);
  content: "";
  pointer-events: none;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy {
  position: absolute;
  top: 50%;
  left: max(28px, calc((100vw - var(--the-art-home-max)) / 2 + 28px));
  z-index: 2;
  width: min(39vw, 540px);
  transform: translateY(-50%);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy > .stk-block-text:first-child {
  margin-bottom: 22px;
  color: var(--the-art-home-muted);
  font-size: 15px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy h1 {
  max-width: 650px;
  margin-bottom: 24px;
  color: var(--the-art-home-ink);
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.99;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy > .stk-block-text:nth-of-type(2) {
  max-width: 480px;
  color: #4f5351;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__actions {
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home .wp-block-button__link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home .wp-block-button__link:hover {
  transform: translateY(-2px);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__button--primary .wp-block-button__link,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-link .wp-block-button__link {
  background: var(--the-art-home-ink);
  color: var(--the-art-home-white);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__button--secondary .wp-block-button__link {
  border-color: var(--the-art-home-ink);
  background: rgba(255, 255, 255, 0.58);
  color: var(--the-art-home-ink);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__button--light .wp-block-button__link {
  background: var(--the-art-home-white);
  color: var(--the-art-home-ink);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card {
  position: absolute;
  right: max(28px, calc((100vw - var(--the-art-home-max)) / 2 + 28px));
  bottom: clamp(30px, 5vw, 68px);
  z-index: 2;
  width: min(360px, 38vw);
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(13, 15, 15, 0.12);
  backdrop-filter: blur(18px);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card > .wp-block-image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card img {
  object-fit: cover;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card > .wp-block-group {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 5px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card h3 {
  color: var(--the-art-home-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card .stk-block-text {
  color: var(--the-art-home-muted);
  font-size: 13px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card .stk-block-text:nth-of-type(2) {
  margin-top: 3px;
  color: var(--the-art-home-ink);
  font-size: 16px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__status-link {
  margin-top: 4px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__status-link .wp-block-button__link {
  min-height: 26px;
  justify-self: start;
  padding: 5px 10px;
  border: 1px solid var(--the-art-home-line);
  background: var(--the-art-home-white);
  color: var(--the-art-home-muted);
  font-size: 11px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__status-link .wp-block-button__link::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #1f6f50;
  content: "";
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__section {
  width: min(100%, calc(var(--the-art-home-max) + var(--the-art-home-gutter) + var(--the-art-home-gutter)));
  margin-inline: auto;
  padding: clamp(58px, 6vw, 92px) var(--the-art-home-gutter) 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head .stk-block-heading__text,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__roles > .stk-block-heading .stk-block-heading__text {
  color: var(--the-art-home-ink);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head > p {
  color: var(--the-art-home-muted);
  font-size: 13px;
  white-space: nowrap;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head > p a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(285px, auto));
  gap: 18px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--the-art-home-line);
  border-radius: var(--the-art-home-radius);
  background: var(--the-art-home-white);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape {
  grid-column: 4 / span 3;
  grid-row: 1;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small {
  grid-column: 4 / span 3;
  grid-row: 2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact {
  grid-column: 7 / span 3;
  grid-row: 1 / span 2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait {
  grid-column: 10 / span 3;
  grid-row: 1 / span 2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card > .wp-block-image {
  min-height: 0;
  overflow: hidden;
  background: var(--the-art-home-soft);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card > .wp-block-image a {
  height: 100%;
  display: block;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall > .wp-block-image,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact > .wp-block-image,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait > .wp-block-image {
  flex: 1 1 auto;
  min-height: 390px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape > .wp-block-image,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small > .wp-block-image {
  height: 170px;
  flex: 0 0 170px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card img {
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card:hover img {
  transform: scale(1.025);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-meta {
  min-height: 180px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  padding: 16px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape .the-art-home__art-meta,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small .the-art-home__art-meta {
  min-height: 138px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-meta .stk-block-text:first-child {
  color: var(--the-art-home-muted);
  font-size: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-meta h3 {
  margin-top: 4px;
  color: var(--the-art-home-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-meta .stk-block-text:nth-of-type(2) {
  margin-top: 5px;
  color: var(--the-art-home-muted);
  font-size: 12px;
  line-height: 1.35;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-meta .stk-block-text:nth-of-type(3) {
  margin-top: 10px;
  color: var(--the-art-home-ink);
  font-size: 15px;
  font-weight: 500;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__card-action {
  margin-top: auto;
  padding-top: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__card-action .wp-block-button__link {
  min-height: 30px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--the-art-home-ink);
  font-size: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation {
  width: min(calc(100% - var(--the-art-home-gutter) - var(--the-art-home-gutter)), var(--the-art-home-max));
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  align-items: stretch;
  min-height: 390px;
  margin-top: clamp(48px, 5.5vw, 78px);
  padding: 0;
  overflow: hidden;
  border-radius: var(--the-art-home-radius-lg);
  background: var(--the-art-home-ink);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation > .wp-block-image {
  height: 100%;
  min-height: 390px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation > .wp-block-image img {
  object-fit: cover;
  transform: scale(1.12);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 5vw, 76px);
  color: var(--the-art-home-white);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .stk-block-heading__text {
  color: inherit;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .stk-block-text {
  max-width: 540px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .wp-block-buttons {
  margin-top: 26px;
}

@media (max-width: 900px) {
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation > .wp-block-image {
    height: clamp(300px, 52vw, 430px);
    min-height: 300px;
  }
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__filters .wp-block-button__link {
  min-height: 38px;
  padding: 8px 18px;
  background: #e9e6e1;
  color: var(--the-art-home-muted);
  font-size: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__filters .wp-block-button:first-child .wp-block-button__link {
  background: var(--the-art-home-ink);
  color: var(--the-art-home-white);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-grid,
:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  border-radius: var(--the-art-home-radius);
  background: var(--the-art-home-ink);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card > .wp-block-image {
  position: absolute;
  inset: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card img {
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card:hover img {
  transform: scale(1.035);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card > .wp-block-group {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 50px 24px 22px;
  background: linear-gradient(0deg, rgba(8, 12, 12, 0.88), rgba(8, 12, 12, 0));
  color: var(--the-art-home-white);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card h3 {
  color: inherit;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card p {
  margin-top: 7px;
  font-size: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__roles > .stk-block-heading {
  margin-bottom: 26px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--the-art-home-line);
  border-radius: var(--the-art-home-radius);
  background: var(--the-art-home-soft);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card > .wp-block-image {
  position: absolute;
  inset: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card img {
  object-fit: cover;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 248, 246, 0.98) 0%, rgba(248, 248, 246, 0.88) 44%, rgba(248, 248, 246, 0.14) 75%);
  content: "";
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy {
  position: relative;
  z-index: 1;
  width: 58%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy h3 {
  color: var(--the-art-home-ink);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy .stk-block-text {
  margin-top: 14px;
  color: var(--the-art-home-muted);
  font-size: 13px;
  line-height: 1.5;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-link {
  margin-top: 24px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-link .wp-block-button__link {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 12px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card {
  min-width: 0;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card .wp-block-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
  background: var(--the-art-home-soft);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card img {
  object-fit: cover;
  object-position: 50% 30%;
  transition: filter 200ms ease, transform 320ms ease;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card:hover img {
  filter: saturate(0.78);
  transform: scale(1.025);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card .stk-block-text {
  margin-top: 9px;
  color: var(--the-art-home-ink);
  font-size: 12px;
  text-align: center;
}

:where(body.page-id-9, .editor-styles-wrapper) .the-art-home > .the-art-home__closing {
  width: min(calc(100% - var(--the-art-home-gutter) - var(--the-art-home-gutter)), var(--the-art-home-max));
  margin-top: clamp(58px, 6vw, 92px);
  margin-bottom: clamp(58px, 6vw, 92px);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: clamp(64px, 8vw, 112px);
  padding: 32px 38px;
  border: 1px solid var(--the-art-home-line);
  border-radius: var(--the-art-home-radius);
  background: rgba(255, 255, 255, 0.45);
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing .stk-block-heading__text {
  color: var(--the-art-home-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

:where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing .stk-block-text {
  max-width: 520px;
  margin-top: 8px;
  color: var(--the-art-home-muted);
  font-size: 14px;
}

@media (max-width: 1100px) {
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero {
    min-height: 720px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy {
    width: min(48vw, 500px);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card {
    width: min(330px, 42vw);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(285px, auto));
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape {
    grid-column: 4 / span 3;
    grid-row: 1;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small {
    grid-column: 4 / span 3;
    grid-row: 2;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact {
    grid-column: 1 / span 3;
    grid-row: 3;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait {
    grid-column: 4 / span 3;
    grid-row: 3;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait > .wp-block-image {
    min-height: 285px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-grid,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-grid {
    gap: 14px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy {
    width: 68%;
    padding: 24px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }
}

@media (max-width: 781px) {
  :where(.page-id-9, .editor-styles-wrapper) {
    --the-art-home-gutter: 22px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero {
    min-height: 820px;
    display: grid;
    grid-template-rows: 48vh auto;
    overflow: visible;
    background: var(--the-art-home-paper);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero::after {
    display: none;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-image {
    position: relative;
    grid-row: 1;
    height: 48vh;
    min-height: 390px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-image img {
    object-position: 67% center;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 2;
    width: 100%;
    padding: 44px 28px 54px;
    transform: none;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy h1 {
    max-width: 620px;
    font-size: clamp(44px, 10vw, 68px);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card {
    right: 20px;
    bottom: auto;
    top: calc(48vh - 74px);
    width: min(340px, calc(100vw - 40px));
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__section {
    padding-top: 58px;
  }

  :where(body.page-id-9, .editor-styles-wrapper) .the-art-home > .the-art-home__closing {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 14px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait {
    grid-column: auto;
    grid-row: auto;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall {
    grid-row: span 2;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait {
    display: flex;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait > .wp-block-image {
    min-height: 320px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy {
    padding: 36px 30px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .stk-block-heading__text {
    font-size: clamp(30px, 5vw, 42px);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card:last-child {
    grid-column: 1 / -1;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy {
    min-height: 290px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy {
    width: min(64%, 420px);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  :where(.page-id-9, .editor-styles-wrapper) {
    --the-art-home-gutter: 16px;
  }

  :where(body.page-id-9, .editor-styles-wrapper) .the-art-home > .the-art-home__closing {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero {
    min-height: 860px;
    grid-template-rows: 44vh auto;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-image {
    height: 44vh;
    min-height: 330px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy {
    padding: 104px 20px 48px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy > .stk-block-text:first-child {
    margin-bottom: 16px;
    font-size: 13px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 13vw, 58px);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__hero-copy > .stk-block-text:nth-of-type(2) {
    font-size: 15px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__actions {
    align-items: stretch;
    flex-direction: column;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__actions .wp-block-button,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__actions .wp-block-button__link {
    width: 100%;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__featured-card {
    top: calc(44vh - 58px);
    right: 14px;
    width: calc(100vw - 28px);
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
    padding: 11px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__section {
    padding-top: 52px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head {
    align-items: center;
    margin-bottom: 20px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head .stk-block-heading__text,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__roles > .stk-block-heading .stk-block-heading__text {
    font-size: 25px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__section-head > p {
    font-size: 11px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall {
    grid-row: auto;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--tall > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--compact > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--portrait > .wp-block-image {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--landscape > .wp-block-image,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__art-card--small > .wp-block-image {
    height: auto;
    flex-basis: auto;
    aspect-ratio: 4 / 3;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation {
    grid-template-columns: 1fr;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation > .wp-block-image {
    min-height: 280px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy {
    padding: 42px 24px 46px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .wp-block-buttons,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .wp-block-button,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__reservation-copy .wp-block-button__link {
    width: 100%;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__filters {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-width: thin;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__filters .wp-block-button {
    flex: 0 0 auto;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card:last-child {
    grid-column: auto;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__editorial-card {
    min-height: 260px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-card::after {
    background: linear-gradient(90deg, rgba(248, 248, 246, 0.98) 0%, rgba(248, 248, 246, 0.88) 58%, rgba(248, 248, 246, 0.18) 100%);
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__role-copy {
    width: 76%;
    padding: 24px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__artist-card .wp-block-image {
    aspect-ratio: 3 / 4;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing {
    flex-direction: column;
    gap: 26px;
    margin-bottom: 64px;
    padding: 28px 24px;
  }

  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing .wp-block-buttons,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing .wp-block-button,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home__closing .wp-block-button__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home *,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home *::before,
  :where(.page-id-9, .editor-styles-wrapper) .the-art-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
