:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) {
  --the-art-artists-ink: #101414;
  --the-art-artists-text: #252928;
  --the-art-artists-muted: #686d6a;
  --the-art-artists-paper: #f8f8f6;
  --the-art-artists-white: #fff;
  --the-art-artists-soft: #eceae5;
  --the-art-artists-green: #143a31;
  --the-art-artists-accent: #c9ff4a;
  --the-art-artists-line: rgba(16, 20, 20, 0.14);
  --the-art-artists-radius: 24px;
  --the-art-artists-radius-lg: 32px;
  --the-art-artists-max: 1340px;
  --the-art-artists-gutter: 28px;
  --the-art-artists-rhythm: clamp(58px, 6vw, 86px);
  background: var(--the-art-artists-paper);
}

:is(body.page-id-950, body.the-art-gallery-landing) #main.site-main {
  padding-top: 0;
}

:is(body.page-id-950, body.the-art-gallery-landing):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-950, .the-art-gallery-landing, .editor-styles-wrapper) .ct-container-full[data-content="normal"],
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .site-main,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) article,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

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

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists * {
  box-sizing: border-box;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists {
  overflow: clip;
  padding-bottom: var(--the-art-artists-rhythm);
  background: var(--the-art-artists-paper);
  color: var(--the-art-artists-text);
}

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

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists a {
  color: inherit;
  text-decoration: none;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists a:focus-visible,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists summary:focus-visible {
  outline: 3px solid #287a5c;
  outline-offset: 4px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero {
  min-height: min(780px, 92svh);
  display: flex;
  align-items: center;
  padding: clamp(138px, 13vw, 188px) var(--the-art-artists-gutter) clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 76% 26%, rgba(201, 255, 74, 0.15), transparent 20%),
    linear-gradient(135deg, #ece9e2 0%, #f8f8f6 53%, #d8d8d2 100%);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-inner {
  width: min(100%, var(--the-art-artists-max));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.76fr);
  align-items: center;
  gap: clamp(52px, 8vw, 128px);
  margin-inline: auto;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__eyebrow,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__kicker {
  color: var(--the-art-artists-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: lowercase;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero h1 {
  max-width: 790px;
  margin-top: 24px;
  color: var(--the-art-artists-ink);
  font-size: clamp(52px, 5.6vw, 86px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__lead {
  max-width: 650px;
  margin-top: 30px;
  color: #4c514f;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__actions {
  gap: 12px;
  margin-top: 36px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists .wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 23px;
  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;
}

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

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__button--primary .wp-block-button__link {
  background: var(--the-art-artists-ink);
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__button--secondary .wp-block-button__link {
  border-color: var(--the-art-artists-line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--the-art-artists-ink);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__button--light .wp-block-button__link {
  background: var(--the-art-artists-white);
  color: var(--the-art-artists-ink);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__button--ghost .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-image {
  aspect-ratio: 0.72;
  overflow: hidden;
  border-radius: var(--the-art-artists-radius-lg);
  background: #cbc8c0;
  box-shadow: 0 34px 80px rgba(13, 17, 16, 0.17);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-image img {
  object-position: center;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-card {
  position: absolute;
  right: -34px;
  bottom: 42px;
  width: min(270px, 70%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(13, 17, 16, 0.14);
  backdrop-filter: blur(18px);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-card h3 {
  margin-top: 5px;
  color: var(--the-art-artists-ink);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-author {
  color: var(--the-art-artists-muted);
  font-size: 13px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-price {
  margin-top: 12px;
  color: var(--the-art-artists-ink);
  font-size: 16px;
  font-weight: 500;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__status {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 6px 10px;
  border: 1px solid var(--the-art-artists-line);
  border-radius: 999px;
  color: var(--the-art-artists-muted);
  font-size: 11px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #267257;
  content: "";
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section {
  width: min(100%, calc(var(--the-art-artists-max) + (2 * var(--the-art-artists-gutter))));
  margin-inline: auto;
  padding: var(--the-art-artists-rhythm) var(--the-art-artists-gutter) 0;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section > h2,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section-head h2,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase-copy h2,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy h2,
:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-head h2 {
  max-width: 900px;
  margin-top: 16px;
  color: var(--the-art-artists-ink);
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 1.01;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  column-gap: clamp(48px, 8vw, 120px);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto .the-art-artists__kicker {
  grid-column: 1 / -1;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto > h2 {
  max-width: 980px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto > p:last-child {
  padding-bottom: 5px;
  color: var(--the-art-artists-muted);
  font-size: 16px;
  line-height: 1.6;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__promise > h2 {
  max-width: 820px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--the-art-artists-line);
  border-radius: var(--the-art-artists-radius);
  background: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__number {
  color: #286b56;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit h3 {
  margin-top: 70px;
  color: var(--the-art-artists-ink);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit > p:last-child {
  margin-top: 14px;
  color: var(--the-art-artists-muted);
  font-size: 15px;
  line-height: 1.55;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase-visual {
  position: relative;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase-visual > .wp-block-image {
  aspect-ratio: 1.13;
  overflow: hidden;
  border-radius: var(--the-art-artists-radius-lg);
  background: var(--the-art-artists-soft);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__floating-note {
  position: absolute;
  right: -26px;
  bottom: 30px;
  width: min(270px, 58%);
  padding: 20px;
  border-radius: 18px;
  background: var(--the-art-artists-white);
  box-shadow: 0 18px 48px rgba(13, 17, 16, 0.14);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__floating-note p {
  color: var(--the-art-artists-muted);
  font-size: 12px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__floating-note .the-art-artists__floating-title {
  display: block;
  margin-top: 6px;
  color: var(--the-art-artists-ink);
  font-size: 17px;
  font-weight: 500;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase-copy > p:not(.the-art-artists__kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--the-art-artists-muted);
  font-size: 16px;
  line-height: 1.65;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__feature-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__feature-list > p {
  position: relative;
  padding: 13px 0 13px 27px;
  border-bottom: 1px solid var(--the-art-artists-line);
  color: var(--the-art-artists-text);
  font-size: 14px;
  line-height: 1.35;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__feature-list > p::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #286b56;
  content: "";
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section-head > p {
  max-width: 320px;
  padding-bottom: 6px;
  color: var(--the-art-artists-muted);
  font-size: 14px;
  line-height: 1.5;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  overflow: hidden;
  border: 1px solid var(--the-art-artists-line);
  border-radius: var(--the-art-artists-radius);
  background: var(--the-art-artists-line);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step {
  min-height: 270px;
  padding: 28px;
  background: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step span {
  color: #286b56;
  font-size: 12px;
  font-weight: 600;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step h3 {
  margin-top: 84px;
  color: var(--the-art-artists-ink);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step p {
  margin-top: 13px;
  color: var(--the-art-artists-muted);
  font-size: 14px;
  line-height: 1.5;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(calc(100% - (2 * var(--the-art-artists-gutter))), var(--the-art-artists-max));
  min-height: 460px;
  margin-top: var(--the-art-artists-rhythm);
  padding: 0;
  overflow: hidden;
  border-radius: var(--the-art-artists-radius-lg);
  background: var(--the-art-artists-green);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation > .wp-block-image {
  min-height: 460px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 6vw, 84px);
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy .the-art-artists__kicker {
  color: rgba(255, 255, 255, 0.62);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy h2 {
  color: inherit;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy > p:not(.the-art-artists__kicker) {
  max-width: 600px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy .the-art-artists__microcopy {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: var(--the-art-artists-radius);
  background: var(--the-art-artists-soft);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience:nth-child(2) {
  background: #dfe9e4;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience:nth-child(3) {
  background: #e5e0d7;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience:nth-child(4) {
  background: var(--the-art-artists-ink);
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience h3 {
  color: inherit;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience > p:last-child {
  margin-top: 12px;
  color: var(--the-art-artists-muted);
  font-size: 14px;
  line-height: 1.5;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience:nth-child(4) > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__badge {
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--the-art-artists-accent);
  color: var(--the-art-artists-ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card {
  min-height: 430px;
  padding: 30px;
  border: 1px solid var(--the-art-artists-line);
  border-radius: var(--the-art-artists-radius);
  background: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card--featured {
  border-color: transparent;
  background: var(--the-art-artists-green);
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card h3 {
  min-height: 96px;
  margin-bottom: 24px;
  color: inherit;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card > p:not(.the-art-artists__badge) {
  padding: 13px 0;
  border-top: 1px solid var(--the-art-artists-line);
  color: var(--the-art-artists-muted);
  font-size: 14px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card--featured > p:not(.the-art-artists__badge) {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card {
  min-height: 430px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(40px, 7vw, 88px);
  border: 1px solid var(--the-art-artists-line);
  border-radius: var(--the-art-artists-radius-lg);
  background: var(--the-art-artists-white);
  box-shadow: 0 24px 64px rgba(16, 20, 20, 0.08);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card h2 {
  max-width: 840px;
  margin-top: 16px;
  color: var(--the-art-artists-ink);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-copy {
  max-width: 690px;
  margin-top: 24px;
  color: var(--the-art-artists-muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.6;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card .wp-block-buttons {
  margin-top: 32px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-note {
  margin-top: 15px;
  color: var(--the-art-artists-muted);
  font-size: 12px;
  line-height: 1.5;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-head {
  position: sticky;
  top: 120px;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-head p:last-child {
  max-width: 380px;
  margin-top: 22px;
  color: var(--the-art-artists-muted);
  line-height: 1.55;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list details {
  border-top: 1px solid var(--the-art-artists-line);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list details:last-child {
  border-bottom: 1px solid var(--the-art-artists-line);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list summary {
  position: relative;
  padding: 23px 48px 23px 0;
  color: var(--the-art-artists-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list summary::-webkit-details-marker {
  display: none;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--the-art-artists-line);
  border-radius: 50%;
  content: "+";
  transform: translateY(-50%);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list details[open] summary::after {
  content: "−";
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list details > p {
  max-width: 760px;
  padding: 0 48px 24px 0;
  color: var(--the-art-artists-muted);
  font-size: 14px;
  line-height: 1.65;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing {
  width: min(calc(100% - (2 * var(--the-art-artists-gutter))), var(--the-art-artists-max));
  margin-top: var(--the-art-artists-rhythm);
  margin-bottom: 0;
  padding: clamp(58px, 8vw, 108px);
  overflow: hidden;
  border-radius: var(--the-art-artists-radius-lg);
  background:
    radial-gradient(circle at 88% 24%, rgba(201, 255, 74, 0.16), transparent 22%),
    var(--the-art-artists-green);
  color: var(--the-art-artists-white);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing .the-art-artists__kicker {
  color: rgba(255, 255, 255, 0.62);
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing h2 {
  max-width: 820px;
  color: inherit;
}

:where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing > p:not(.the-art-artists__kicker) {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) {
    --the-art-artists-gutter: 22px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: 48px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-card {
    right: -12px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__steps,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card {
    padding: 26px;
  }
}

@media (max-width: 780px) {
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) {
    --the-art-artists-rhythm: 68px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero {
    min-height: 0;
    padding-top: max(120px, calc(96px + env(safe-area-inset-top, 0px)));
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-inner,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq {
    grid-template-columns: 1fr;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-visual {
    width: min(88%, 520px);
    justify-self: start;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit-grid,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__manifesto > p:last-child {
    max-width: 560px;
    margin-top: 22px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit {
    min-height: 230px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation {
    min-height: 0;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation > .wp-block-image {
    min-height: 340px;
    max-height: 500px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card {
    min-height: 0;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-head {
    position: static;
  }
}

@media (max-width: 560px) {
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) {
    --the-art-artists-gutter: 16px;
    --the-art-artists-radius: 20px;
    --the-art-artists-radius-lg: 24px;
    --the-art-artists-rhythm: 58px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero {
    padding-top: max(112px, calc(92px + env(safe-area-inset-top, 0px)));
    padding-bottom: 58px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-inner {
    gap: 42px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero h1 {
    font-size: clamp(46px, 13.4vw, 60px);
  }

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

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__hero-visual {
    width: calc(100% - 18px);
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__art-card {
    right: 0;
    bottom: 24px;
    width: min(245px, 76%);
    padding: 16px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit-grid,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__showcase {
    margin-top: 36px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit {
    min-height: 210px;
    padding: 24px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__benefit h3 {
    margin-top: 50px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__floating-note {
    right: 12px;
    bottom: 12px;
    width: min(245px, 76%);
    padding: 16px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__steps,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience-grid {
    grid-template-columns: 1fr;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step {
    min-height: 220px;
    padding: 24px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__step h3 {
    margin-top: 54px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__reservation-copy,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing {
    padding: 34px 24px;
  }

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

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__audience {
    min-height: 180px;
    padding: 24px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__comparison-card {
    padding: 24px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card {
    min-height: 0;
    padding: 38px 24px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card .wp-block-buttons,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card .wp-block-button,
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__join-card .wp-block-button__link {
    width: 100%;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__faq-list summary {
    padding-right: 42px;
  }

  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists__closing {
    width: calc(100% - (2 * var(--the-art-artists-gutter)));
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.page-id-950, .the-art-gallery-landing, .editor-styles-wrapper) .the-art-artists .wp-block-button__link {
    transition: none;
  }
}
