:root {
  --marketplace-ink: #010101;
  --marketplace-cream: #fff8f0;
  --marketplace-warm-cream: #fff8ef;
  --marketplace-orange: #f68d2a;
  --marketplace-orange-ink: #a54800;
  --marketplace-sky: #a6cbed;
  --marketplace-peach: #fbe3db;
  --marketplace-glass: rgba(255, 248, 240, 0.78);
  --marketplace-dark-glass: rgba(1, 1, 1, 0.34);
  --marketplace-gradient: linear-gradient(90deg, #f68d2a 0%, #a6cbed 100%);
  --marketplace-content: 1280px;
  --marketplace-wide: 1380px;
  --marketplace-header-height: 66px;
  --marketplace-edge: 30px;
  --marketplace-radius: 4px;
  --marketplace-pill: 999px;
  --marketplace-ease: 250ms ease;
  --marketplace-font-body: "Archivo", Arial, Helvetica, sans-serif;
  --marketplace-font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  background: var(--marketplace-cream);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
  font-family: var(--marketplace-font-body);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

::selection {
  background: var(--marketplace-orange);
  color: var(--marketplace-ink);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--marketplace-cream);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--marketplace-ink);
}

.marketplace-skip-link-wrap {
  position: absolute;
  z-index: 100001;
  top: 0;
  left: 0;
  margin: 0;
}

.marketplace-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  transform: translateY(-180%);
  border: 2px solid var(--marketplace-cream);
  border-radius: var(--marketplace-pill);
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform var(--marketplace-ease);
}

.marketplace-skip-link:focus {
  transform: translateY(0);
}

.wp-site-blocks,
.marketplace-shell {
  width: 100%;
  margin: 0;
  overflow: clip;
  background: var(--marketplace-cream);
}

.wp-site-blocks > *,
.marketplace-shell > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.marketplace-shell :where(.alignfull) {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.marketplace-shell :where(.alignwide) {
  width: min(calc(100% - (var(--marketplace-edge) * 2)), var(--marketplace-wide));
  max-width: var(--marketplace-wide);
  margin-inline: auto;
}

.marketplace-shell :where(.wp-block-image, .wp-block-gallery, figure) {
  margin-block: 0;
}

.marketplace-shell :where(.wp-block-image img, .wp-block-cover__image-background) {
  width: 100%;
}

.marketplace-shell :where(h1, h2, h3, p) {
  overflow-wrap: break-word;
}

.marketplace-shell :where(.wp-element-button, .wp-block-button__link),
.marketplace-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: var(--marketplace-pill);
  padding: 7px 17px 6px;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color var(--marketplace-ease), color var(--marketplace-ease), border-color var(--marketplace-ease), transform var(--marketplace-ease);
}

.marketplace-shell :where(.wp-element-button, .wp-block-button__link):hover,
.marketplace-pill:hover {
  background: transparent;
  color: var(--marketplace-ink);
  transform: translateY(-1px);
}

.marketplace-shell .is-style-outline > :where(.wp-element-button, .wp-block-button__link) {
  border-color: var(--marketplace-ink);
  background: transparent;
  color: var(--marketplace-ink);
}

.marketplace-shell .is-style-outline > :where(.wp-element-button, .wp-block-button__link):hover {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-display,
.marketplace-shell .marketplace-display {
  font-family: var(--marketplace-font-display);
  font-weight: 500;
}

.marketplace-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.marketplace-js .marketplace-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.marketplace-reveal.is-visible,
.is-visible .marketplace-reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Header */

.marketplace-header {
  position: absolute;
  z-index: 1020;
  inset: 0 0 auto;
  width: 100%;
  color: var(--marketplace-ink);
  transition: background-color 350ms ease-in, box-shadow 350ms ease-in, transform 350ms ease-in;
}

body.marketplace-scrolled .marketplace-header,
.marketplace-header.is-scrolled {
  position: fixed;
  background: rgba(255, 248, 240, 0.97);
  box-shadow: 0 1px 0 rgba(1, 1, 1, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.marketplace-announcement {
  display: none;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px 46px;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
  text-align: center;
  transition: max-height 300ms ease, min-height 300ms ease, padding 300ms ease, opacity 200ms ease;
}

.marketplace-announcement :where(p, a) {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.marketplace-announcement button {
  position: absolute;
  top: 7px;
  right: 12px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.marketplace-announcement.is-dismissed {
  min-height: 0;
  max-height: 0;
  padding-block: 0;
  opacity: 0;
}

.marketplace-nav {
  position: relative;
  display: flex;
  width: calc(100% - 60px);
  min-height: var(--marketplace-header-height);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-inline: auto;
}

.marketplace-nav > * {
  margin-block: 0;
}

.marketplace-nav .wp-block-navigation {
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.marketplace-nav .wp-block-navigation-item__content {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--marketplace-ink);
  border-radius: var(--marketplace-pill);
  padding: 7px 14px 6px;
  line-height: 1;
  text-decoration: none;
  transition: color var(--marketplace-ease), background-color var(--marketplace-ease);
}

.marketplace-nav .wp-block-navigation-item__content:hover,
.marketplace-nav .current-menu-item > .wp-block-navigation-item__content {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: min(33vw, 300px);
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: clamp(18px, 2.25vw, 32px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: opacity 350ms ease-in, transform 350ms ease-in;
}

.home:not(.marketplace-scrolled) .marketplace-header:not(.is-scrolled) .marketplace-brand {
  opacity: 0;
  transform: translate(-50%, -80%) scale(0.9);
}

.marketplace-brand :where(a, p) {
  margin: 0;
  text-decoration: none;
}

.marketplace-nav .wp-block-buttons {
  margin-left: auto;
}

.marketplace-nav .wp-block-button__link {
  min-height: 34px;
  padding-inline: 14px;
}

.admin-bar body.marketplace-scrolled .marketplace-header,
.admin-bar .marketplace-header.is-scrolled {
  top: 32px;
}

@media (min-width: 1200px) {
  .marketplace-announcement {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: flex;
    width: min(460px, 34vw);
    min-height: var(--marketplace-header-height);
    padding: 0 12px;
    background: transparent;
    color: var(--marketplace-ink);
    transform: translateX(-50%);
  }

  body.marketplace-scrolled .marketplace-announcement,
  .marketplace-header.is-scrolled .marketplace-announcement {
    opacity: 0;
    pointer-events: none;
  }

  .marketplace-nav {
    z-index: 2;
  }

  .marketplace-nav-primary .wp-block-navigation-item:nth-child(-n + 4) {
    display: none;
  }

  .marketplace-nav > .wp-block-woocommerce-customer-account,
  .marketplace-nav > .wp-block-woocommerce-mini-cart {
    display: none !important;
  }
}

/* Hero */

.marketplace-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background-color: #ded2c1;
  background-image: linear-gradient(rgba(255, 248, 240, 0.08), rgba(255, 248, 240, 0.08)), url("../images/generated/hero-editorial.webp");
  background-position: center;
  background-size: cover;
  color: var(--marketplace-ink);
  isolation: isolate;
}

.marketplace-hero.wp-block-cover {
  min-height: 900px;
  padding: 0;
}

.marketplace-hero > .wp-block-cover__background {
  opacity: 0.06 !important;
}

.marketplace-hero > .wp-block-cover__image-background {
  z-index: -2;
  max-width: none;
  object-fit: cover;
}

.marketplace-hero > .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: 900px;
}

.marketplace-hero-wordmark {
  position: absolute;
  z-index: 2;
  top: 74px;
  left: 2.75%;
  width: 94.5%;
  margin: 0;
  color: var(--marketplace-ink);
  font-family: var(--marketplace-font-body);
  font-size: clamp(104px, 13vw, 188px);
  font-weight: 700;
  line-height: 0.83;
  letter-spacing: -0.085em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 350ms ease-in, transform 350ms ease-in;
}

body.marketplace-scrolled .marketplace-hero-wordmark {
  opacity: 0;
  transform: translateY(-18px) scale(0.96);
}

.marketplace-hero-grid {
  position: absolute;
  z-index: 3;
  top: 354px;
  right: var(--marketplace-edge);
  left: var(--marketplace-edge);
  display: flex;
  min-height: 386px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.marketplace-hero-grid > .wp-block-column,
.marketplace-hero-grid > .wp-block-group {
  flex: 0 1 396px;
}

.marketplace-hero-grid > :last-child {
  flex-basis: 380px;
}

.marketplace-glass {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--marketplace-radius);
  padding: 24px 20px 20px;
  background: var(--marketplace-glass);
  box-shadow: 0 18px 48px rgba(75, 48, 23, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.marketplace-glass :where(h1, h2) {
  margin: 0 0 12px;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.marketplace-glass :where(p) {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.42;
}

.marketplace-glass .wp-block-buttons {
  gap: 10px;
  margin-top: 18px;
}

.marketplace-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 20px;
}

.marketplace-benefits > * {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 0;
  text-align: center;
}

.marketplace-benefits :where(img, svg) {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.marketplace-benefits :where(p, span) {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.1;
  text-transform: uppercase;
}

.marketplace-hero-grid > :last-child blockquote,
.marketplace-hero-grid .wp-block-quote {
  margin: 0;
  border: 0;
  padding: 0;
}

.marketplace-hero-grid > :last-child blockquote p,
.marketplace-hero-grid .wp-block-quote p {
  font-size: 16px;
  line-height: 1.55;
}

.marketplace-hero-grid cite,
.marketplace-hero-grid .wp-block-quote cite {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

/* Local proof */

.marketplace-proof {
  position: relative;
  display: flex;
  min-height: 156px;
  align-items: center;
  overflow: hidden;
  padding: 28px 30px;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-proof > * {
  width: 100%;
  margin: 0;
}

.marketplace-proof .wp-block-columns {
  width: 100%;
  align-items: center !important;
  gap: 0;
  margin: 0;
}

.marketplace-proof .wp-block-column {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 248, 240, 0.32);
  padding: 12px 22px;
  text-align: center;
}

.marketplace-proof .wp-block-column:first-child {
  border-left: 0;
}

.marketplace-proof :where(h2, h3, p) {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marketplace-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--marketplace-orange-ink);
  font-family: var(--marketplace-font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
}

/* Collection rail */

.marketplace-collections {
  min-height: 691px;
  margin-top: 30px;
  overflow: hidden;
  border-bottom: 1px solid var(--marketplace-ink);
  padding: 0 30px 0;
  background: var(--marketplace-cream);
}

.marketplace-collections > :where(h2, .marketplace-section-heading) {
  display: flex;
  min-height: 81px;
  align-items: center;
  margin: 0;
  border: 1px solid var(--marketplace-ink);
  border-bottom: 0;
  padding: 12px 18px;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.marketplace-collection-grid {
  display: flex;
  width: 100%;
  max-width: none;
  gap: 0;
  overflow-x: auto;
  border-left: 1px solid var(--marketplace-ink);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--marketplace-ink) var(--marketplace-cream);
  scrollbar-width: thin;
}

.marketplace-collection-card,
.marketplace-collection-grid > .wp-block-column,
.marketplace-collection-grid > .wp-block-group {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 0 0 33.333333%;
  flex-direction: column;
  border-top: 1px solid var(--marketplace-ink);
  border-right: 1px solid var(--marketplace-ink);
  background: var(--marketplace-warm-cream);
  scroll-snap-align: start;
}

.marketplace-collection-media,
.marketplace-collection-card > .wp-block-image:first-child,
.marketplace-collection-card > figure:first-child {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 460 / 530;
  overflow: hidden;
  background: #ece4da;
}

.marketplace-collection-media img,
.marketplace-collection-card > .wp-block-image:first-child img,
.marketplace-collection-card > figure:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out, filter 400ms ease-out;
}

.marketplace-collection-card:hover .marketplace-collection-media img,
.marketplace-collection-card:hover > .wp-block-image:first-child img {
  transform: scale(1.018);
}

.marketplace-collection-footer,
.marketplace-collection-card > .wp-block-group:last-child {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  border-top: 1px solid var(--marketplace-ink);
  padding: 14px 20px;
}

.marketplace-collection-footer :where(h3, p),
.marketplace-collection-card > .wp-block-group:last-child :where(h3, p) {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.1;
  text-transform: uppercase;
}

.marketplace-collection-card .wp-block-button__link {
  min-height: 35px;
  padding-inline: 14px;
}

.marketplace-rail-controls {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.marketplace-rail-controls button,
[data-marketplace-gallery-prev],
[data-marketplace-gallery-next] {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--marketplace-ink);
  border-radius: 0;
  background: transparent;
  color: var(--marketplace-ink);
  cursor: pointer;
  transition: background-color var(--marketplace-ease), color var(--marketplace-ease), opacity var(--marketplace-ease);
}

.marketplace-rail-controls button:hover,
[data-marketplace-gallery-prev]:hover,
[data-marketplace-gallery-next]:hover {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-rail-controls button:disabled,
[data-marketplace-gallery-prev]:disabled,
[data-marketplace-gallery-next]:disabled {
  opacity: 0.25;
  cursor: default;
}

/* Editorial showcase */

.marketplace-showcase {
  position: relative;
  min-height: 1800px;
  margin-top: 30px;
  overflow: visible;
  background-color: #978473;
  background-image: linear-gradient(rgba(35, 24, 16, 0.16), rgba(35, 24, 16, 0.22)), url("../images/generated/showcase-editorial.webp");
  background-position: center;
  background-size: cover;
  color: var(--marketplace-warm-cream);
}

.marketplace-showcase.wp-block-cover {
  min-height: 900px;
  padding: 0;
}

.marketplace-showcase > .wp-block-cover__image-background {
  max-width: none;
  object-fit: cover;
}

.marketplace-showcase > .wp-block-cover__background {
  opacity: 0.18 !important;
}

.marketplace-showcase > .wp-block-cover__inner-container {
  width: 100%;
  max-width: none;
}

.marketplace-showcase-grid {
  display: grid !important;
  width: calc(100% - 60px);
  max-width: var(--marketplace-wide);
  min-height: 900px;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.94fr);
  align-items: center;
  gap: 52px;
  margin-inline: auto;
}

.marketplace-showcase-grid > .wp-block-column:last-child,
.marketplace-showcase-panel {
  align-self: center;
}

.marketplace-showcase-grid > .wp-block-column:first-child > .wp-block-image,
.marketplace-showcase-art {
  width: min(44vw, 624px);
  margin-inline: auto;
  filter: drop-shadow(0 22px 28px rgba(50, 35, 20, 0.24));
  transform: rotate(-3deg);
}

.marketplace-showcase :where(h2, .marketplace-showcase-title) {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--marketplace-warm-cream);
  font-family: var(--marketplace-font-body);
  font-size: clamp(54px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.marketplace-showcase-panel {
  border-radius: 3px;
  padding: 10px;
  background: var(--marketplace-dark-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.marketplace-showcase-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.marketplace-showcase-features > *,
.marketplace-showcase .wp-block-details {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 248, 239, 0.3);
  border-radius: 3px;
  padding: 12px;
  background: rgba(1, 1, 1, 0.18);
}

.marketplace-showcase .wp-block-details summary {
  min-height: 40px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.025em;
  list-style: none;
  text-transform: uppercase;
}

.marketplace-showcase .wp-block-details summary::-webkit-details-marker {
  display: none;
}

.marketplace-showcase .wp-block-details summary::after {
  content: "+";
  float: right;
  margin-left: 8px;
  font-size: 16px;
}

.marketplace-showcase .wp-block-details[open] {
  background: var(--marketplace-warm-cream);
  color: var(--marketplace-ink);
}

.marketplace-showcase .wp-block-details[open] summary::after {
  content: "\2212";
}

.marketplace-showcase .wp-block-details :where(p) {
  margin: 12px 0 2px;
  font-size: 13px;
  line-height: 1.35;
}

.marketplace-showcase .wp-block-buttons {
  gap: 10px;
  margin-top: 30px;
}

.marketplace-showcase .wp-block-button__link {
  border-color: var(--marketplace-warm-cream);
  background: var(--marketplace-warm-cream);
  color: var(--marketplace-ink);
}

.marketplace-showcase .is-style-outline > .wp-block-button__link {
  border-color: var(--marketplace-warm-cream);
  background: transparent;
  color: var(--marketplace-warm-cream);
}

.marketplace-showcase .wp-block-button__link:hover {
  background: transparent;
  color: var(--marketplace-warm-cream);
}

.marketplace-showcase .is-style-outline > .wp-block-button__link:hover {
  background: var(--marketplace-warm-cream);
  color: var(--marketplace-ink);
}

/* Community and reviews */

.marketplace-community {
  min-height: 1102px;
  overflow: hidden;
  padding: 66px 0 70px;
  background: linear-gradient(135deg, #e99a4d 0%, #c1aa98 52%, #a6cbed 100%);
}

.marketplace-community-grid {
  display: grid !important;
  width: calc(100% - 60px);
  max-width: var(--marketplace-wide);
  min-height: 504px;
  grid-template-columns: 30% 70%;
  margin-inline: auto;
}

.marketplace-community-grid > :first-child {
  border: 1px solid var(--marketplace-ink);
  border-right: 0;
  padding: 22px 30px;
  background: var(--marketplace-cream);
}

.marketplace-community-grid > :first-child :where(h2) {
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: 45px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.marketplace-community-gallery {
  display: flex !important;
  width: 100%;
  max-width: none !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--marketplace-ink) transparent;
  scrollbar-width: thin;
}

.marketplace-community-gallery > :where(figure, .wp-block-image),
.marketplace-community-gallery > .wp-block-column {
  position: relative;
  min-width: 0;
  flex: 0 0 33.333333%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--marketplace-ink);
  border-right: 0;
  background: var(--marketplace-cream);
  scroll-snap-align: start;
}

.marketplace-community-gallery > :last-child {
  border-right: 1px solid var(--marketplace-ink);
}

.marketplace-community-gallery img {
  width: 100% !important;
  height: 427px !important;
  max-width: none;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.marketplace-community-gallery figure:hover img {
  transform: scale(1.018);
}

.marketplace-community-gallery figcaption {
  position: static !important;
  display: flex;
  min-height: 75px;
  align-items: center;
  margin: 0 !important;
  padding: 12px 16px !important;
  background: var(--marketplace-cream) !important;
  color: var(--marketplace-ink) !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.2;
  text-align: left !important;
}

.marketplace-community-reviews,
.marketplace-reviews {
  width: 100%;
  padding-top: 84px;
}

.marketplace-community-reviews > :where(h2, .marketplace-reviews-title),
.marketplace-reviews > :where(h2, .marketplace-reviews-title) {
  margin: 0 0 10px;
  font-family: var(--marketplace-font-body);
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
}

.marketplace-community-reviews > p,
.marketplace-reviews > p {
  margin: 0 0 48px;
  color: var(--marketplace-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.marketplace-community-reviews > p:first-of-type::first-letter,
.marketplace-reviews > p:first-of-type::first-letter {
  color: var(--marketplace-orange-ink);
}

.marketplace-community-reviews > .wp-block-columns,
.marketplace-reviews > .wp-block-columns,
.marketplace-review-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 22px;
  margin: 0;
  padding-inline: 16px;
}

.marketplace-community-reviews .wp-block-column,
.marketplace-reviews .wp-block-column {
  display: flex;
  width: 445px;
  min-height: 225px;
  flex: 0 0 445px;
  flex-direction: column;
  border: 1px solid var(--marketplace-ink);
  padding: 0;
  background: var(--marketplace-cream);
}

.marketplace-community-reviews blockquote,
.marketplace-reviews blockquote {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  margin: 0;
  border: 0;
  padding: 0;
}

.marketplace-community-reviews blockquote p,
.marketplace-reviews blockquote p {
  flex: 1;
  margin: 0;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.35;
}

.marketplace-community-reviews cite,
.marketplace-reviews cite {
  display: block;
  border-top: 1px solid var(--marketplace-ink);
  padding: 10px 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/* Comparison */

.marketplace-comparison {
  position: relative;
  min-height: 597px;
  overflow: hidden;
  padding: 34px 40px 63px;
  background-color: #463426;
  background-image: linear-gradient(rgba(4, 3, 2, 0.42), rgba(4, 3, 2, 0.42)), url("../images/generated/comparison-editorial.webp");
  background-position: center;
  background-size: cover;
  color: var(--marketplace-warm-cream);
}

.marketplace-comparison.wp-block-cover {
  min-height: 597px;
}

.marketplace-comparison > .wp-block-cover__background {
  opacity: 0.38 !important;
}

.marketplace-comparison > .wp-block-cover__inner-container {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 500px;
}

.marketplace-comparison :where(h2) {
  position: absolute;
  top: 0;
  left: -25px;
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.marketplace-comparison .wp-block-table {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(67%, 960px);
  margin: 0;
  overflow: auto;
  border-radius: var(--marketplace-radius);
  background: var(--marketplace-dark-glass);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.marketplace-comparison table {
  width: 100%;
  min-width: 650px;
  height: 389px;
  border: 0;
  border-collapse: collapse;
  color: var(--marketplace-warm-cream);
  table-layout: fixed;
}

.marketplace-comparison :where(th, td) {
  border: 1px solid rgba(255, 248, 239, 0.16);
  padding: 10px 12px;
  background: transparent;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
}

.marketplace-comparison th {
  height: 104px;
  font-size: 15px;
  font-weight: 600;
}

.marketplace-comparison :where(th, td):first-child {
  width: 29%;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.marketplace-comparison :where(th, td):nth-child(2) {
  background: rgba(255, 248, 239, 0.18);
}

.marketplace-comparison td:not(:first-child) {
  position: relative;
}

.marketplace-comparison td:not(:first-child) > * {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 248, 239, 0.62);
  border-radius: var(--marketplace-pill);
  padding: 4px 13px;
}

.marketplace-comparison figcaption {
  margin: 0;
  padding: 8px 12px 0;
  color: var(--marketplace-warm-cream);
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}

/* FAQ */

.marketplace-faq {
  display: grid;
  min-height: 794px;
  grid-template-columns: 34.5% 65.5%;
  margin-top: 40px;
  border-bottom: 1px solid var(--marketplace-ink);
  background: var(--marketplace-cream);
}

.marketplace-faq-heading,
.marketplace-faq > :first-child:not(.marketplace-faq-list) {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 41px 30px 40px;
}

.marketplace-faq-heading :where(h2),
.marketplace-faq > :first-child :where(h2) {
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.marketplace-faq-list,
.marketplace-faq > :last-child {
  border-left: 1px solid var(--marketplace-ink);
}

.marketplace-faq details,
.marketplace-faq .wp-block-details {
  min-height: 72px;
  margin: 0;
  border-bottom: 1px solid var(--marketplace-ink);
  padding: 0;
}

.marketplace-faq details:last-child {
  border-bottom: 0;
}

.marketplace-faq summary {
  position: relative;
  display: flex;
  min-height: 71px;
  align-items: center;
  padding: 12px 82px 12px 24px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.12;
  list-style: none;
  text-transform: uppercase;
}

.marketplace-faq summary::-webkit-details-marker {
  display: none;
}

.marketplace-faq summary::after {
  content: "\2193";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid var(--marketplace-ink);
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: background-color var(--marketplace-ease), color var(--marketplace-ease), transform var(--marketplace-ease);
}

.marketplace-faq details[open] summary::after {
  content: "\2191";
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-faq details > :not(summary) {
  margin: 0;
  padding: 6px 92px 30px 24px;
  font-size: 15px;
  line-height: 1.45;
}

/* Store story */

.marketplace-story {
  position: relative;
  display: grid;
  min-height: 1031px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  overflow: hidden;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-story.wp-block-media-text {
  grid-template-columns: 50% 50%;
}

.marketplace-story .wp-block-media-text__media,
.marketplace-story-image {
  position: relative;
  height: 100%;
  min-height: 1031px;
  overflow: hidden;
}

.marketplace-story .wp-block-media-text__media img,
.marketplace-story-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.marketplace-story .wp-block-media-text__content,
.marketplace-story-copy {
  display: flex;
  height: 100%;
  min-height: 1031px;
  flex-direction: column;
  justify-content: center;
  padding: 54px 7% 54px 8%;
}

.marketplace-story-title,
.marketplace-story :where(h2) {
  margin: 0 0 34px;
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-display);
  font-size: clamp(58px, 5.4vw, 76px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.marketplace-story-copy :where(h3),
.marketplace-story .wp-block-media-text__content :where(h3) {
  margin: 0 0 34px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.marketplace-story-copy :where(p),
.marketplace-story .wp-block-media-text__content :where(p) {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.52;
}

.marketplace-story .wp-block-button__link {
  border-color: var(--marketplace-cream);
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-story .wp-block-button__link:hover {
  background: transparent;
  color: var(--marketplace-cream);
}

.marketplace-js .marketplace-story:not(.is-visible) .marketplace-story-copy > *,
.marketplace-js .marketplace-story:not(.is-visible) .wp-block-media-text__content > * {
  opacity: 0;
  transform: translateY(18px);
}

.marketplace-story.is-visible .marketplace-story-copy > *,
.marketplace-story.is-visible .wp-block-media-text__content > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.marketplace-story.is-visible .marketplace-story-copy > :nth-child(2),
.marketplace-story.is-visible .wp-block-media-text__content > :nth-child(2) {
  transition-delay: 90ms;
}

.marketplace-story.is-visible .marketplace-story-copy > :nth-child(3),
.marketplace-story.is-visible .wp-block-media-text__content > :nth-child(3) {
  transition-delay: 180ms;
}

.marketplace-story.is-visible .marketplace-story-copy > :nth-child(4),
.marketplace-story.is-visible .wp-block-media-text__content > :nth-child(4) {
  transition-delay: 270ms;
}

.marketplace-story.is-visible .marketplace-story-copy > :nth-child(5),
.marketplace-story.is-visible .wp-block-media-text__content > :nth-child(5) {
  transition-delay: 360ms;
}

/* Social collage */

.marketplace-social {
  position: relative;
  min-height: 835px;
  overflow: hidden;
  background: linear-gradient(180deg, #a6cbed 0%, #b9bdba 43%, #eba34f 100%);
}

.marketplace-social > :where(h2, .marketplace-social-title) {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  margin: 0;
  font-family: var(--marketplace-font-display);
  font-size: clamp(104px, 9.2vw, 132px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.marketplace-social > p {
  position: absolute;
  z-index: 4;
  top: calc(47% + 82px);
  left: 50%;
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.marketplace-social-gallery,
.marketplace-social .wp-block-gallery {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.marketplace-social-gallery > :where(figure, .wp-block-image),
.marketplace-social .wp-block-gallery > :where(figure, .wp-block-image) {
  position: absolute !important;
  z-index: 3;
  width: 280px !important;
  height: 280px !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--marketplace-ink);
  background: var(--marketplace-peach);
  will-change: transform;
}

.marketplace-social-gallery img,
.marketplace-social .wp-block-gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.marketplace-social-gallery > :nth-child(1),
.marketplace-social .wp-block-gallery > :nth-child(1) {
  top: -28px;
  left: -38px;
  width: 257px !important;
  height: 257px !important;
  animation: marketplace-drift-1 42s linear infinite;
}

.marketplace-social-gallery > :nth-child(2),
.marketplace-social .wp-block-gallery > :nth-child(2) {
  top: 62px;
  left: 8.25%;
  z-index: 2;
  width: 223px !important;
  height: 223px !important;
  animation: marketplace-drift-2 47s linear infinite;
}

.marketplace-social-gallery > :nth-child(3),
.marketplace-social .wp-block-gallery > :nth-child(3) {
  top: 26px;
  left: 23%;
  width: 282px !important;
  height: 282px !important;
  animation: marketplace-drift-3 44s linear infinite;
}

.marketplace-social-gallery > :nth-child(4),
.marketplace-social .wp-block-gallery > :nth-child(4) {
  top: 292px;
  left: 20%;
  width: 282px !important;
  height: 282px !important;
  animation: marketplace-drift-4 49s linear infinite;
}

.marketplace-social-gallery > :nth-child(5),
.marketplace-social .wp-block-gallery > :nth-child(5) {
  top: 104px;
  right: 27%;
  width: 280px !important;
  height: 280px !important;
  animation: marketplace-drift-5 46s linear infinite;
}

.marketplace-social-gallery > :nth-child(6),
.marketplace-social .wp-block-gallery > :nth-child(6) {
  top: 15px;
  right: 7%;
  width: 280px !important;
  height: 280px !important;
  animation: marketplace-drift-6 48s linear infinite;
}

.marketplace-social-gallery > :nth-child(7),
.marketplace-social .wp-block-gallery > :nth-child(7) {
  top: 285px;
  right: 7.5%;
  width: 280px !important;
  height: 280px !important;
  animation: marketplace-drift-7 44s linear infinite;
}

@keyframes marketplace-drift-1 {
  0%, 100% { transform: rotate(-8deg) translate(0); }
  50% { transform: rotate(-4deg) translate(18px, 12px); }
}

@keyframes marketplace-drift-2 {
  0%, 100% { transform: rotate(10deg) translate(0); }
  50% { transform: rotate(5deg) translate(-12px, 18px); }
}

@keyframes marketplace-drift-3 {
  0%, 100% { transform: rotate(5deg) translate(0); }
  50% { transform: rotate(1deg) translate(16px, -10px); }
}

@keyframes marketplace-drift-4 {
  0%, 100% { transform: rotate(2deg) translate(0); }
  50% { transform: rotate(-3deg) translate(-15px, 13px); }
}

@keyframes marketplace-drift-5 {
  0%, 100% { transform: rotate(-8deg) translate(0); }
  50% { transform: rotate(-2deg) translate(11px, 16px); }
}

@keyframes marketplace-drift-6 {
  0%, 100% { transform: rotate(10deg) translate(0); }
  50% { transform: rotate(5deg) translate(-17px, 8px); }
}

@keyframes marketplace-drift-7 {
  0%, 100% { transform: rotate(9deg) translate(0); }
  50% { transform: rotate(3deg) translate(16px, -12px); }
}

/* Visit and shop CTA */

.marketplace-cta {
  min-height: 242px;
  margin-top: 30px;
  padding: 30px;
  background: var(--marketplace-cream);
}

.marketplace-cta > .wp-block-group,
.marketplace-cta > .wp-block-columns,
.marketplace-cta-panel {
  display: grid;
  min-height: 182px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  margin: 0;
  border-radius: 5px;
  padding: 30px 40px;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-cta :where(h2) {
  margin: 0 0 9px;
  font-family: var(--marketplace-font-body);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.marketplace-cta :where(p) {
  max-width: 730px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.marketplace-cta .wp-block-buttons {
  justify-content: flex-end;
}

.marketplace-cta .wp-block-button__link {
  border-color: var(--marketplace-cream);
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-cta .wp-block-button__link:hover {
  background: transparent;
  color: var(--marketplace-cream);
}

/* Footer */

.marketplace-footer {
  position: relative;
  min-height: 788px;
  margin-top: 30px;
  overflow: hidden;
  padding: 25px 30px 18px;
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-footer :where(a) {
  color: inherit;
}

.marketplace-footer > .wp-block-columns,
.marketplace-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 450px);
  gap: 60px;
  margin: 0;
}

.marketplace-footer .wp-block-columns .wp-block-columns,
.marketplace-footer-links {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
}

.marketplace-footer :where(h2, h3) {
  margin: 0 0 22px;
  font-family: var(--marketplace-font-body);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.1;
  text-transform: uppercase;
}

.marketplace-footer .wp-block-navigation {
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.marketplace-footer .wp-block-navigation__container {
  align-items: flex-start;
  gap: 6px;
}

.marketplace-footer .wp-block-navigation-item__content {
  padding: 0;
  text-decoration: none;
  transition: opacity var(--marketplace-ease);
}

.marketplace-footer .wp-block-navigation-item__content:hover,
.marketplace-footer a:hover {
  opacity: 0.58;
  text-decoration: underline;
}

.marketplace-newsletter,
.marketplace-footer .wp-block-search {
  width: 100%;
  border: 1px solid var(--marketplace-cream);
}

.marketplace-newsletter :where(h2, h3),
.marketplace-footer .wp-block-search__label {
  display: block;
  min-height: 39px;
  margin: 0;
  border-bottom: 1px solid var(--marketplace-cream);
  padding: 8px 14px 6px;
  font-size: 18px;
}

.marketplace-footer .wp-block-search__inside-wrapper {
  height: 39px;
  border: 0;
  padding: 0;
}

.marketplace-footer .wp-block-search__input,
.marketplace-newsletter input {
  min-width: 0;
  border: 0;
  padding: 0 14px;
  background: transparent;
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-body);
  font-size: 12px;
}

.marketplace-footer :where(input)::placeholder {
  color: var(--marketplace-cream);
  opacity: 0.8;
}

.marketplace-footer .wp-block-search__button,
.marketplace-newsletter button {
  display: grid;
  width: 40px;
  min-width: 40px;
  height: 39px;
  place-items: center;
  margin: 0;
  border: 0;
  border-left: 1px solid var(--marketplace-cream);
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 0;
  cursor: pointer;
  transition: background-color var(--marketplace-ease), color var(--marketplace-ease);
}

.marketplace-footer .wp-block-search__button::after,
.marketplace-newsletter button::after {
  content: "\2192";
  font-size: 21px;
}

.marketplace-footer .wp-block-search__button:hover,
.marketplace-newsletter button:hover {
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-footer-brand {
  position: absolute;
  right: 30px;
  bottom: 58px;
  left: 30px;
  margin: 0;
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-body);
  font-size: clamp(92px, 12vw, 176px);
  font-weight: 700;
  line-height: 0.76;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.marketplace-footer-legal {
  position: absolute;
  right: 30px;
  bottom: 18px;
  left: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.marketplace-footer-legal :where(p, .wp-block-navigation) {
  margin: 0;
}

/* Secondary templates and commerce surfaces */

.marketplace-page-hero {
  position: relative;
  display: flex;
  min-height: 460px;
  align-items: flex-end;
  overflow: hidden;
  padding: 130px max(30px, calc((100% - var(--marketplace-wide)) / 2)) 52px;
  background: var(--marketplace-gradient);
  color: var(--marketplace-ink);
}

.marketplace-page-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -19vw;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(1, 1, 1, 0.24);
  border-radius: 50%;
}

.marketplace-page-hero > * {
  position: relative;
  z-index: 1;
}

.marketplace-page-hero :where(h1) {
  max-width: 980px;
  margin: 0;
  font-family: var(--marketplace-font-display);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.marketplace-policy,
.marketplace-contact,
.marketplace-shop {
  width: min(calc(100% - 60px), var(--marketplace-content));
  margin-inline: auto;
  padding: 86px 0 110px;
}

.marketplace-policy {
  max-width: 900px;
}

.marketplace-policy :where(h2) {
  margin: 58px 0 18px;
  font-family: var(--marketplace-font-display);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.marketplace-policy :where(h3) {
  margin: 34px 0 12px;
  font-size: 19px;
  line-height: 1.2;
}

.marketplace-policy :where(p, li),
.marketplace-contact :where(p, li) {
  font-size: 16px;
  line-height: 1.68;
}

.marketplace-policy :where(ul, ol) {
  padding-left: 1.35em;
}

.marketplace-policy > :first-child,
.marketplace-contact > :first-child {
  margin-top: 0;
}

.marketplace-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 7vw, 100px);
}

.marketplace-contact .wp-block-columns {
  gap: 24px;
}

.marketplace-contact .wp-block-group {
  border: 1px solid var(--marketplace-ink);
  padding: 26px;
}

.marketplace-shop > :where(h1, h2) {
  margin-top: 0;
  font-family: var(--marketplace-font-display);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.marketplace-shop .wp-block-query ul,
.marketplace-shop .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.marketplace-shop .wp-block-post,
.marketplace-shop .product {
  border: 1px solid var(--marketplace-ink);
  background: var(--marketplace-warm-cream);
}

.marketplace-shop :where(.wp-block-post-featured-image, .woocommerce-loop-product__link img) {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  object-fit: cover;
}

.marketplace-shop :where(.wp-block-post-title, .woocommerce-loop-product__title, .price) {
  margin: 0;
  border-top: 1px solid var(--marketplace-ink);
  padding: 15px 16px;
  font-size: 16px;
}

.marketplace-offer {
  width: min(calc(100% - 60px), var(--marketplace-wide));
  margin: 30px auto;
  border: 1px solid var(--marketplace-ink);
  border-radius: var(--marketplace-radius);
  padding: 24px;
  background: var(--marketplace-peach);
  color: var(--marketplace-ink);
}

.marketplace-offer :where(h2, p) {
  margin-top: 0;
}

.marketplace-offer[hidden] {
  display: none;
}

.marketplace-empty-state,
.marketplace-404 {
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 130px 30px 80px;
  text-align: center;
}

/* Tablet */

@media (max-width: 1199px) {
  :root {
    --marketplace-edge: 15px;
  }

  .marketplace-announcement {
    display: flex;
  }

  .marketplace-nav {
    width: 100%;
    min-height: 54px;
    padding-inline: 15px;
    background: var(--marketplace-cream);
  }

  .marketplace-nav .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .marketplace-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .marketplace-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    z-index: 100000;
    inset: 0 !important;
    display: flex;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100dvh;
    padding: 78px 24px 34px;
    background: var(--marketplace-ink) !important;
    color: var(--marketplace-cream) !important;
  }

  .marketplace-nav .wp-block-navigation__responsive-container-close {
    top: 18px;
    right: 18px;
    color: var(--marketplace-cream);
  }

  .marketplace-nav .wp-block-navigation__responsive-container-content,
  .marketplace-nav .wp-block-navigation__container {
    width: 100%;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0;
  }

  .marketplace-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    align-items: stretch;
  }

  .marketplace-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 248, 240, 0.3);
    border-radius: 0;
    padding: 14px 0;
    color: var(--marketplace-cream);
    font-family: var(--marketplace-font-display);
    font-size: clamp(27px, 6vw, 44px);
    font-weight: 500;
    line-height: 1;
    text-transform: none;
  }

  .marketplace-brand {
    max-width: 58vw;
    font-size: clamp(18px, 4vw, 28px);
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }

  .marketplace-nav .wp-block-buttons {
    margin-left: auto;
  }

  body.marketplace-scrolled .marketplace-header .marketplace-announcement,
  .marketplace-header.is-scrolled .marketplace-announcement {
    min-height: 0;
    max-height: 0;
    padding-block: 0;
    opacity: 0;
  }

  .marketplace-hero-wordmark {
    display: none;
  }

  .marketplace-hero,
  .marketplace-hero.wp-block-cover,
  .marketplace-hero > .wp-block-cover__inner-container {
    min-height: 844px;
  }

  .marketplace-hero-grid {
    top: 126px;
    right: 15px;
    left: 15px;
    display: grid;
    min-height: 650px;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-items: center;
    gap: 16px;
  }

  .marketplace-hero-grid > .wp-block-column,
  .marketplace-hero-grid > .wp-block-group,
  .marketplace-hero-grid > :last-child {
    width: min(100%, 620px);
    max-width: 620px;
    flex-basis: auto;
  }

  .marketplace-hero-grid > :first-child {
    align-self: start;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .marketplace-glass :where(h1, h2) {
    font-size: 36px;
    text-align: center;
  }

  .marketplace-hero-grid > :first-child > p,
  .marketplace-hero-grid > :first-child .wp-block-buttons {
    justify-content: center;
    text-align: center;
  }

  .marketplace-benefits {
    margin-inline: auto;
  }

  .marketplace-showcase,
  .marketplace-showcase.wp-block-cover {
    min-height: 1420px;
  }

  .marketplace-showcase-grid {
    display: flex !important;
    width: calc(100% - 30px);
    min-height: 1420px;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    padding: 70px 0 58px;
  }

  .marketplace-showcase-grid > .wp-block-column,
  .marketplace-showcase-grid > * {
    width: 100%;
  }

  .marketplace-showcase-grid > .wp-block-column:first-child > .wp-block-image,
  .marketplace-showcase-art {
    width: min(72vw, 500px);
  }

  .marketplace-showcase :where(h2, .marketplace-showcase-title) {
    max-width: 720px;
    margin-inline: auto;
    font-size: clamp(48px, 7vw, 66px);
    text-align: center;
  }

  .marketplace-showcase-panel {
    max-width: 850px;
    margin-inline: auto;
  }

  .marketplace-story,
  .marketplace-story.wp-block-media-text {
    display: block;
    min-height: 1286px;
  }

  .marketplace-story .wp-block-media-text__media,
  .marketplace-story-image {
    height: 572px;
    min-height: 572px;
  }

  .marketplace-story .wp-block-media-text__content,
  .marketplace-story-copy {
    min-height: 714px;
    padding: 38px 6% 48px;
  }
}

@media (max-width: 991px) {
  .marketplace-community {
    min-height: 1202px;
    padding-top: 54px;
  }

  .marketplace-community-grid {
    display: block;
    width: calc(100% - 60px);
  }

  .marketplace-community-grid > :first-child {
    min-height: 100px;
    border-right: 1px solid var(--marketplace-ink);
  }

  .marketplace-community-grid > :first-child :where(h2) {
    font-size: 42px;
    text-align: center;
  }

  .marketplace-community-gallery {
    height: 430px;
  }

  .marketplace-community-gallery img {
    height: 354px !important;
  }

  .marketplace-comparison,
  .marketplace-comparison.wp-block-cover {
    min-height: 560px;
    padding: 30px 15px 48px;
  }

  .marketplace-comparison > .wp-block-cover__inner-container {
    min-height: 482px;
  }

  .marketplace-comparison :where(h2) {
    top: 0;
    left: 0;
    font-size: 40px;
  }

  .marketplace-comparison .wp-block-table {
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .marketplace-comparison table {
    height: 355px;
  }

  .marketplace-contact {
    display: block;
  }

  .marketplace-contact > * + * {
    margin-top: 34px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  html {
    scroll-padding-top: 66px;
  }

  body.admin-bar.marketplace-scrolled .marketplace-header,
  body.admin-bar .marketplace-header.is-scrolled {
    top: 0;
  }

  .marketplace-announcement :where(p, a) {
    font-size: 11px;
  }

  .marketplace-nav .wp-block-button__link {
    min-height: 34px;
    padding: 7px 12px 6px;
    font-size: 11px;
  }

  .marketplace-hero,
  .marketplace-hero.wp-block-cover,
  .marketplace-hero > .wp-block-cover__inner-container {
    min-height: 844px;
  }

  .marketplace-hero {
    background-position: 51% center;
  }

  .marketplace-hero-grid {
    top: 105px;
    min-height: 681px;
  }

  .marketplace-hero-grid > .wp-block-column,
  .marketplace-hero-grid > .wp-block-group,
  .marketplace-hero-grid > :last-child {
    width: 100%;
    max-width: 100%;
  }

  .marketplace-glass {
    padding: 16px 12px;
  }

  .marketplace-glass :where(h1, h2) {
    margin-bottom: 12px;
    font-size: 31px;
    line-height: 0.98;
  }

  .marketplace-glass :where(p) {
    font-size: 14px;
    line-height: 1.35;
  }

  .marketplace-hero-grid > :first-child .wp-block-buttons {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .marketplace-hero-grid > :first-child .wp-block-button__link {
    padding-inline: 12px;
    font-size: 11px;
  }

  .marketplace-benefits {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 94px;
    margin: 0;
    border-radius: var(--marketplace-radius);
    padding: 14px 8px;
    background: rgba(255, 248, 240, 0.74);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .marketplace-benefits :where(img, svg) {
    width: 38px;
    height: 38px;
  }

  .marketplace-benefits :where(p, span) {
    font-size: 9px;
  }

  .marketplace-hero-grid > :last-child {
    align-self: end;
    margin-bottom: 102px;
    padding: 18px 20px;
  }

  .marketplace-hero-grid > :last-child blockquote p,
  .marketplace-hero-grid .wp-block-quote p {
    font-size: 14px;
    line-height: 1.4;
  }

  .marketplace-proof {
    min-height: 126px;
    padding: 28px 0 18px 15px;
  }

  .marketplace-proof .wp-block-columns {
    display: flex;
    width: max-content;
    flex-wrap: nowrap !important;
    gap: 0;
    overflow-x: auto;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
  }

  .marketplace-proof .wp-block-column {
    width: 180px;
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .marketplace-collections {
    min-height: 445px;
    margin-top: 15px;
    padding: 0 0 0 15px;
  }

  .marketplace-collections > :where(h2, .marketplace-section-heading) {
    min-height: 65px;
    border: 0;
    padding: 0;
    font-size: 40px;
  }

  .marketplace-collection-grid {
    border-left: 0;
  }

  .marketplace-collection-card,
  .marketplace-collection-grid > .wp-block-column,
  .marketplace-collection-grid > .wp-block-group {
    flex-basis: 267px;
  }

  .marketplace-collection-media,
  .marketplace-collection-card > .wp-block-image:first-child,
  .marketplace-collection-card > figure:first-child {
    height: 327px;
    aspect-ratio: auto;
  }

  .marketplace-collection-footer,
  .marketplace-collection-card > .wp-block-group:last-child {
    min-height: 53px;
    padding: 8px 11px;
  }

  .marketplace-collection-footer :where(h3, p),
  .marketplace-collection-card > .wp-block-group:last-child :where(h3, p) {
    font-size: 13px;
  }

  .marketplace-collection-card .wp-block-button__link {
    min-height: 33px;
    padding-inline: 11px;
    font-size: 10px;
  }

  .marketplace-rail-controls {
    display: none;
  }

  .marketplace-showcase,
  .marketplace-showcase.wp-block-cover {
    min-height: 1500px;
    margin-top: 15px;
  }

  .marketplace-showcase-grid {
    min-height: 1500px;
    gap: 18px;
    padding: 62px 0 58px;
  }

  .marketplace-showcase :where(h2, .marketplace-showcase-title) {
    font-size: 42px;
    line-height: 0.98;
  }

  .marketplace-showcase-grid > .wp-block-column:first-child > .wp-block-image,
  .marketplace-showcase-art {
    width: min(82vw, 350px);
  }

  .marketplace-showcase-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketplace-showcase-features > *,
  .marketplace-showcase .wp-block-details {
    min-height: 172px;
    padding: 13px 11px;
  }

  .marketplace-showcase .wp-block-details summary {
    min-height: 36px;
    font-size: 10px;
  }

  .marketplace-showcase .wp-block-details :where(p) {
    font-size: 12px;
  }

  .marketplace-showcase .wp-block-buttons {
    justify-content: center;
    margin-top: 20px;
  }

  .marketplace-community {
    min-height: 1064px;
    padding: 54px 0;
    background: linear-gradient(155deg, #e59a4f 0%, #bcae9f 58%, #a6cbed 100%);
  }

  .marketplace-community-grid {
    width: 100%;
  }

  .marketplace-community-grid > :first-child {
    min-height: 92px;
    margin-inline: 15px;
    padding: 18px 15px;
  }

  .marketplace-community-grid > :first-child :where(h2) {
    font-size: 36px;
  }

  .marketplace-community-gallery {
    height: 430px;
    padding-left: 27px;
    scroll-padding-left: 27px;
  }

  .marketplace-community-gallery > :where(figure, .wp-block-image),
  .marketplace-community-gallery > .wp-block-column {
    flex-basis: 269px;
  }

  .marketplace-community-gallery img {
    height: 354px !important;
  }

  .marketplace-community-reviews,
  .marketplace-reviews {
    overflow-x: auto;
    padding-top: 62px;
    scroll-padding-left: 27px;
    scroll-snap-type: x mandatory;
  }

  .marketplace-community-reviews > :where(h2, .marketplace-reviews-title),
  .marketplace-reviews > :where(h2, .marketplace-reviews-title) {
    font-size: 40px;
  }

  .marketplace-community-reviews > p,
  .marketplace-reviews > p {
    margin-bottom: 36px;
  }

  .marketplace-community-reviews > .wp-block-columns,
  .marketplace-reviews > .wp-block-columns,
  .marketplace-review-track {
    gap: 10px;
    padding-left: 27px;
  }

  .marketplace-community-reviews .wp-block-column,
  .marketplace-reviews .wp-block-column {
    width: 300px;
    min-height: 300px;
    flex-basis: 300px;
    scroll-snap-align: start;
  }

  .marketplace-community-reviews blockquote p,
  .marketplace-reviews blockquote p {
    font-size: 15px;
  }

  .marketplace-comparison,
  .marketplace-comparison.wp-block-cover {
    min-height: 520px;
  }

  .marketplace-comparison > .wp-block-cover__inner-container {
    min-height: 442px;
  }

  .marketplace-comparison :where(h2) {
    font-size: 36px;
  }

  .marketplace-comparison .wp-block-table {
    scrollbar-color: var(--marketplace-cream) transparent;
    scrollbar-width: thin;
  }

  .marketplace-comparison table {
    min-width: 600px;
    height: 315px;
  }

  .marketplace-comparison :where(th, td) {
    padding: 7px;
    font-size: 11px;
  }

  .marketplace-faq {
    display: block;
    min-height: 794px;
    margin-top: 15px;
  }

  .marketplace-faq-heading,
  .marketplace-faq > :first-child:not(.marketplace-faq-list) {
    min-height: 97px;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
  }

  .marketplace-faq-heading :where(h2),
  .marketplace-faq > :first-child :where(h2) {
    font-size: 38px;
  }

  .marketplace-faq-heading .wp-block-button__link {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .marketplace-faq-list,
  .marketplace-faq > :last-child {
    margin: 0 15px 30px;
    border: 1px solid var(--marketplace-ink);
  }

  .marketplace-faq details,
  .marketplace-faq .wp-block-details {
    min-height: 69px;
  }

  .marketplace-faq summary {
    min-height: 69px;
    padding: 11px 63px 11px 22px;
    font-size: 15px;
    line-height: 1.1;
  }

  .marketplace-faq summary::after {
    right: 9px;
    width: 43px;
    height: 43px;
  }

  .marketplace-faq details > :not(summary) {
    padding: 7px 22px 25px;
    font-size: 14px;
    line-height: 1.4;
  }

  .marketplace-story,
  .marketplace-story.wp-block-media-text {
    min-height: 1286px;
    margin-top: 15px;
  }

  .marketplace-story .wp-block-media-text__media,
  .marketplace-story-image {
    height: 572px;
    min-height: 572px;
  }

  .marketplace-story .wp-block-media-text__content,
  .marketplace-story-copy {
    min-height: 714px;
    justify-content: flex-start;
    padding: 28px 15px;
  }

  .marketplace-story-title,
  .marketplace-story :where(h2) {
    margin-bottom: 22px;
    font-size: 46px;
    line-height: 0.9;
  }

  .marketplace-story-copy :where(h3),
  .marketplace-story .wp-block-media-text__content :where(h3) {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .marketplace-story-copy :where(p),
  .marketplace-story .wp-block-media-text__content :where(p) {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 1.4;
  }

  .marketplace-social {
    min-height: 422px;
  }

  .marketplace-social > :where(h2, .marketplace-social-title) {
    top: 51%;
    font-size: 58px;
  }

  .marketplace-social > p {
    top: calc(51% + 44px);
    font-size: 10px;
    white-space: nowrap;
  }

  .marketplace-social-gallery > :where(figure, .wp-block-image),
  .marketplace-social .wp-block-gallery > :where(figure, .wp-block-image) {
    width: 115px !important;
    height: 115px !important;
  }

  .marketplace-social-gallery > :nth-child(1),
  .marketplace-social .wp-block-gallery > :nth-child(1) {
    top: -15px;
    left: -22px;
    width: 116px !important;
    height: 116px !important;
  }

  .marketplace-social-gallery > :nth-child(2),
  .marketplace-social .wp-block-gallery > :nth-child(2) {
    top: 57px;
    left: 58px;
    width: 98px !important;
    height: 98px !important;
  }

  .marketplace-social-gallery > :nth-child(3),
  .marketplace-social .wp-block-gallery > :nth-child(3) {
    top: 0;
    left: 36%;
    width: 121px !important;
    height: 121px !important;
  }

  .marketplace-social-gallery > :nth-child(4),
  .marketplace-social .wp-block-gallery > :nth-child(4) {
    top: 286px;
    left: 7%;
    width: 120px !important;
    height: 120px !important;
  }

  .marketplace-social-gallery > :nth-child(5),
  .marketplace-social .wp-block-gallery > :nth-child(5) {
    top: 119px;
    right: -35px;
    width: 125px !important;
    height: 125px !important;
  }

  .marketplace-social-gallery > :nth-child(6),
  .marketplace-social .wp-block-gallery > :nth-child(6) {
    top: -10px;
    right: -22px;
    width: 111px !important;
    height: 111px !important;
  }

  .marketplace-social-gallery > :nth-child(7),
  .marketplace-social .wp-block-gallery > :nth-child(7) {
    top: 282px;
    right: 12px;
    width: 123px !important;
    height: 123px !important;
  }

  .marketplace-cta {
    min-height: 269px;
    margin-top: 15px;
    padding: 15px;
  }

  .marketplace-cta > .wp-block-group,
  .marketplace-cta > .wp-block-columns,
  .marketplace-cta-panel {
    display: flex;
    min-height: 239px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 20px 24px;
  }

  .marketplace-cta :where(h2) {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1;
  }

  .marketplace-cta :where(p) {
    font-size: 13px;
    line-height: 1.35;
  }

  .marketplace-cta .wp-block-buttons {
    justify-content: flex-start;
  }

  .marketplace-footer {
    min-height: 677px;
    margin-top: 15px;
    padding: 25px 15px 14px;
  }

  .marketplace-footer > .wp-block-columns,
  .marketplace-footer-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .marketplace-footer .wp-block-columns .wp-block-columns,
  .marketplace-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 25px 24px;
  }

  .marketplace-footer :where(h2, h3) {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .marketplace-newsletter :where(h2, h3),
  .marketplace-footer .wp-block-search__label {
    min-height: 58px;
    padding: 17px 14px;
    font-size: 18px;
  }

  .marketplace-footer-brand {
    right: 15px;
    bottom: 58px;
    left: 15px;
    font-size: clamp(42px, 13.5vw, 58px);
    line-height: 0.82;
    white-space: normal;
  }

  .marketplace-footer-legal {
    right: 15px;
    bottom: 14px;
    left: 15px;
    align-items: flex-end;
    font-size: 9px;
  }

  .marketplace-page-hero {
    min-height: 380px;
    padding: 125px 15px 38px;
  }

  .marketplace-page-hero :where(h1) {
    font-size: 52px;
  }

  .marketplace-policy,
  .marketplace-contact,
  .marketplace-shop {
    width: calc(100% - 30px);
    padding: 58px 0 76px;
  }

  .marketplace-policy :where(h2) {
    margin-top: 45px;
    font-size: 32px;
  }

  .marketplace-shop .wp-block-query ul,
  .marketplace-shop .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .marketplace-offer {
    width: calc(100% - 30px);
    margin-block: 15px;
    padding: 18px;
  }
}

@media (max-width: 469px) {
  .marketplace-brand {
    width: 190px;
    max-width: 54vw;
    font-size: 19px;
  }

  .marketplace-nav .wp-block-button__link {
    padding-inline: 10px;
  }

  .marketplace-glass :where(h1, h2) {
    font-size: 29px;
  }

  .marketplace-showcase-grid {
    min-height: 1530px;
  }

  .marketplace-showcase-features > *,
  .marketplace-showcase .wp-block-details {
    min-height: 178px;
  }

  .marketplace-community-grid > :first-child :where(h2) {
    font-size: 34px;
  }

  .marketplace-footer .wp-block-navigation {
    font-size: 12px;
  }
}

@media (max-width: 369px) {
  .marketplace-brand {
    max-width: 51vw;
    font-size: 17px;
  }

  .marketplace-nav {
    padding-inline: 10px;
  }

  .marketplace-nav .wp-block-button__link {
    min-width: 58px;
    padding-inline: 8px;
    font-size: 10px;
  }

  .marketplace-hero-grid {
    right: 10px;
    left: 10px;
  }

  .marketplace-glass :where(h1, h2) {
    font-size: 27px;
  }

  .marketplace-hero-grid > :first-child .wp-block-button__link {
    padding-inline: 9px;
    font-size: 10px;
  }

  .marketplace-collection-card,
  .marketplace-collection-grid > .wp-block-column,
  .marketplace-collection-grid > .wp-block-group {
    flex-basis: 246px;
  }

  .marketplace-showcase :where(h2, .marketplace-showcase-title) {
    font-size: 38px;
  }

  .marketplace-showcase-features > *,
  .marketplace-showcase .wp-block-details {
    min-height: 184px;
    padding-inline: 9px;
  }

  .marketplace-faq-heading :where(h2),
  .marketplace-faq > :first-child :where(h2) {
    font-size: 34px;
  }

  .marketplace-faq-heading .wp-block-button__link {
    padding-inline: 9px;
    font-size: 9px;
  }

  .marketplace-shop .wp-block-query ul,
  .marketplace-shop .products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .marketplace-js .marketplace-reveal,
  .marketplace-js .marketplace-story:not(.is-visible) .marketplace-story-copy > *,
  .marketplace-js .marketplace-story:not(.is-visible) .wp-block-media-text__content > * {
    opacity: 1;
    transform: none;
  }
}

.editor-styles-wrapper .marketplace-header {
  position: relative;
}

.editor-styles-wrapper .marketplace-reveal,
.editor-styles-wrapper .marketplace-story .marketplace-story-copy > *,
.editor-styles-wrapper .marketplace-story .wp-block-media-text__content > * {
  opacity: 1;
  transform: none;
}

/* Generated core-block class alignment */

.marketplace-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.marketplace-announcement-text {
  margin: 0;
}

.marketplace-benefit {
  min-width: 0;
}

.marketplace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.marketplace-actions .wp-block-button {
  margin: 0;
}

.marketplace-button-primary .wp-block-button__link,
.marketplace-button-primary.wp-block-button .wp-block-button__link {
  border-color: var(--marketplace-ink);
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-button-secondary .wp-block-button__link,
.marketplace-button-secondary.wp-block-button .wp-block-button__link {
  border-color: var(--marketplace-ink);
  background: transparent;
  color: var(--marketplace-ink);
}

.marketplace-button-primary .wp-block-button__link:hover {
  background: transparent;
  color: var(--marketplace-ink);
}

.marketplace-button-secondary .wp-block-button__link:hover {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-story .marketplace-button-primary .wp-block-button__link {
  border-color: var(--marketplace-cream);
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-story .marketplace-button-secondary .wp-block-button__link {
  border-color: var(--marketplace-cream);
  background: transparent;
  color: var(--marketplace-cream);
}

.marketplace-story .marketplace-button-primary .wp-block-button__link:hover {
  background: transparent;
  color: var(--marketplace-cream);
}

.marketplace-story .marketplace-button-secondary .wp-block-button__link:hover {
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-nav-quick {
  margin-right: auto;
  margin-left: 0 !important;
}

.marketplace-nav-primary {
  margin-right: 0;
  margin-left: auto;
}

.marketplace-hero-content {
  position: absolute;
  z-index: 2;
  top: 354px;
  right: 30px;
  left: 30px;
  min-height: 386px;
}

.marketplace-hero-content .marketplace-hero-grid {
  position: static;
  display: grid;
  min-height: 386px;
  grid-template-columns: 396px minmax(80px, 1fr) 380px;
  align-items: end;
  gap: 28px;
}

.marketplace-hero-copy-column,
.marketplace-hero-review-column,
.marketplace-hero-center {
  min-width: 0;
}

.marketplace-hero-copy {
  position: relative;
  width: 100%;
  min-height: 386px;
  padding-bottom: 120px;
}

.marketplace-hero-copy h1 {
  font-size: 42px;
}

.marketplace-rating-line {
  margin: 11px 0 0 !important;
  color: var(--marketplace-orange-ink);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.marketplace-rating-line strong {
  color: var(--marketplace-ink);
}

.marketplace-hero-review-column {
  align-self: end;
}

.marketplace-hero-review-column .marketplace-review-card {
  width: 100%;
  min-height: 190px;
}

.marketplace-hero-review {
  margin: 0;
  border: 0;
}

.marketplace-hero-review p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.marketplace-hero-review cite {
  margin-top: 18px;
}

.marketplace-hero-content > .marketplace-benefits {
  position: absolute;
  z-index: 4;
  bottom: 17px;
  left: 20px;
  width: 356px;
  margin: 0;
}

.marketplace-benefit-number {
  margin: 0 !important;
  color: var(--marketplace-orange-ink);
  font-family: var(--marketplace-font-display);
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1 !important;
}

.marketplace-benefit-label {
  margin: 0 !important;
}

.marketplace-proof-label {
  position: relative;
  z-index: 2;
  display: flex;
  width: 180px !important;
  min-height: 72px;
  flex: 0 0 180px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding-right: 28px;
  background: var(--marketplace-ink);
}

.marketplace-proof-track {
  display: flex;
  width: auto !important;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 0;
  margin: 0;
}

.marketplace-proof-item {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 248, 240, 0.32);
  padding: 10px 20px;
  text-align: center;
}

.marketplace-proof-item h3,
.marketplace-proof-value {
  margin: 0 0 5px;
  color: var(--marketplace-orange-ink);
  font-family: var(--marketplace-font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
}

.marketplace-proof-item p {
  margin: 0;
}

.marketplace-collections-heading {
  width: 100%;
}

.marketplace-collections-heading .marketplace-eyebrow {
  display: none;
}

.marketplace-collections-heading h2 {
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.marketplace-collections-heading > p {
  max-width: 470px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
}

.marketplace-collection-card-1 .marketplace-collection-media img {
  object-position: 50% 42%;
}

.marketplace-collection-card-2 .marketplace-collection-media img {
  object-position: center;
}

.marketplace-collection-card-3 .marketplace-collection-media img {
  object-position: 50% 48%;
}

.marketplace-collection-footer,
.marketplace-collection-card > .wp-block-group:last-child {
  margin-block-start: 0 !important;
}

.marketplace-showcase-cover,
.marketplace-showcase-cover.wp-block-cover {
  position: sticky;
  top: 0;
  min-height: 900px;
  padding: 0;
}

.marketplace-showcase-cover > .wp-block-cover__image-background {
  max-width: none;
  object-fit: cover;
}

.marketplace-showcase-cover > .wp-block-cover__inner-container {
  width: 100%;
  max-width: none;
}

.marketplace-showcase-visual {
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  padding-bottom: 22px;
}

.marketplace-showcase-stat-card {
  width: min(100%, 390px);
  min-height: 164px;
  color: var(--marketplace-ink);
}

.marketplace-showcase-stat-card h3,
.marketplace-showcase-stat {
  margin: 0;
  font-family: var(--marketplace-font-display);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}

.marketplace-showcase-panel.marketplace-glass {
  padding: 18px;
  background: var(--marketplace-dark-glass);
  color: var(--marketplace-warm-cream);
}

.marketplace-showcase-panel > p {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.4;
}

.marketplace-showcase-panel .marketplace-eyebrow {
  color: var(--marketplace-warm-cream);
}

.marketplace-showcase-features {
  display: block;
  margin-top: 18px;
}

.marketplace-showcase-features > .wp-block-tab-list,
.marketplace-showcase-features > .wp-block-tab-panels {
  min-height: 0;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.marketplace-showcase-features .wp-block-tab-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.marketplace-showcase-features .wp-block-tab-list button {
  width: 100%;
  min-height: 65px;
  border: 1px solid rgba(255, 248, 239, 0.34);
  border-radius: 3px;
  padding: 6px 4px;
  color: var(--marketplace-warm-cream);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 300ms ease-in, color 300ms ease-in;
}

.marketplace-showcase-features .wp-block-tab-list button[aria-selected="true"] {
  background: var(--marketplace-warm-cream);
  color: var(--marketplace-ink);
}

.marketplace-showcase-features .wp-block-tab-list button[aria-selected="true"]::before {
  display: none;
}

.marketplace-showcase-features .wp-block-tab-panels {
  min-height: 114px;
  padding: 16px 4px 2px;
}

.marketplace-showcase-features .wp-block-tab-panel {
  margin: 0;
}

.marketplace-showcase-features .wp-block-tab-panel h3 {
  margin: 0 0 7px;
  font-family: var(--marketplace-font-body);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.1;
  text-transform: uppercase;
}

.marketplace-showcase-features .wp-block-tab-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.marketplace-showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.marketplace-showcase-stats > .wp-block-column {
  min-height: 90px;
  border: 1px solid rgba(255, 248, 239, 0.34);
  border-radius: 3px;
  padding: 12px;
}

.marketplace-showcase-stats h3 {
  margin: 0 0 5px;
  font-family: var(--marketplace-font-display);
  font-size: 32px;
  line-height: 1;
}

.marketplace-showcase-stats p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.marketplace-community-grid {
  grid-template-columns: 30% repeat(3, minmax(0, 23.333333%));
}

.marketplace-community-intro {
  min-width: 0;
  border: 1px solid var(--marketplace-ink);
  border-right: 0;
  padding: 22px 30px;
  background: var(--marketplace-cream);
}

.marketplace-community-intro h2 {
  margin: 0 0 20px;
  font-family: var(--marketplace-font-body);
  font-size: 45px;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.marketplace-community-intro > p:not(.marketplace-eyebrow) {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.42;
}

.marketplace-source-note {
  padding-top: 14px;
  border-top: 1px solid rgba(1, 1, 1, 0.22);
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
}

.marketplace-community-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--marketplace-ink);
  border-right: 0;
  background: var(--marketplace-cream);
}

.marketplace-community-card:last-child {
  border-right: 1px solid var(--marketplace-ink);
}

.marketplace-community-image {
  width: 100%;
  height: 427px;
  margin: 0;
  overflow: hidden;
}

.marketplace-community-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.marketplace-community-card:hover .marketplace-community-image img {
  transform: scale(1.018);
}

.marketplace-community-caption.marketplace-glass {
  display: flex;
  min-height: 75px;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  border: 0;
  border-top: 1px solid var(--marketplace-ink);
  border-radius: 0;
  padding: 9px 14px;
  background: var(--marketplace-cream);
  box-shadow: none;
  color: var(--marketplace-ink);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.marketplace-community-caption h3,
.marketplace-community-caption p {
  margin: 0;
}

.marketplace-community-caption h3 {
  font-size: 17px;
  line-height: 1.1;
}

.marketplace-community-caption p {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2;
}

.marketplace-reviews > .marketplace-eyebrow {
  margin-bottom: 48px;
  font-family: var(--marketplace-font-body);
  font-size: 43px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: none;
}

.marketplace-reviews-track {
  display: flex;
  width: max-content;
  max-width: none;
  flex-wrap: nowrap !important;
  gap: 22px;
  margin: 0;
  padding-inline: 16px;
}

.marketplace-reviews .marketplace-review-card {
  display: flex;
  width: 445px;
  min-height: 225px;
  flex: 0 0 445px;
  flex-direction: column;
  border: 1px solid var(--marketplace-ink);
  padding: 0;
  background: var(--marketplace-cream);
}

.marketplace-reviews .marketplace-review-quote {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  margin: 0;
  border: 0;
  padding: 0;
}

.marketplace-reviews .marketplace-review-quote p {
  flex: 1;
  margin: 0;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.35;
}

.marketplace-reviews .marketplace-review-quote cite {
  display: block;
  margin: 0;
  border-top: 1px solid var(--marketplace-ink);
  padding: 10px 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.marketplace-comparison-grid {
  display: grid !important;
  width: 100%;
  min-height: 500px;
  grid-template-columns: 32% 68%;
  align-items: end;
  gap: 0;
  margin: 0;
}

.marketplace-comparison-intro {
  align-self: start;
  padding-top: 0;
}

.marketplace-comparison .marketplace-comparison-intro h2 {
  position: static;
  margin: 0 0 14px;
  font-size: 42px;
}

.marketplace-comparison-intro > p:not(.marketplace-eyebrow) {
  max-width: 330px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.marketplace-comparison-data {
  align-self: end;
}

.marketplace-comparison-panel.marketplace-glass {
  width: 100%;
  border: 0;
  padding: 0;
  background: var(--marketplace-dark-glass);
  box-shadow: none;
  color: var(--marketplace-warm-cream);
}

.marketplace-comparison .marketplace-comparison-table {
  position: static;
  width: 100%;
}

.marketplace-faq {
  display: block;
}

.marketplace-faq-grid {
  display: grid !important;
  min-height: 794px;
  grid-template-columns: 34.5% 65.5%;
  margin: 0 !important;
  padding: 0 !important;
}

.marketplace-faq-intro {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 41px 30px 40px;
}

.marketplace-faq-intro h2 {
  margin: 0;
  font-family: var(--marketplace-font-body);
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.marketplace-faq-intro .marketplace-actions {
  margin-top: auto;
}

.marketplace-faq-content {
  border-left: 1px solid var(--marketplace-ink);
}

.marketplace-faq-list {
  margin: 0;
}

.marketplace-faq-list .wp-block-accordion-item {
  min-height: 72px;
  border-bottom: 1px solid var(--marketplace-ink);
}

.marketplace-faq-list .wp-block-accordion-item:last-child {
  border-bottom: 0;
}

.marketplace-faq-list .wp-block-accordion-heading {
  margin: 0;
  font-size: inherit;
}

.marketplace-faq-list .wp-block-accordion-heading__toggle {
  position: relative;
  min-height: 71px;
  padding: 12px 82px 12px 24px;
  color: var(--marketplace-ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
}

.marketplace-faq-list .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

.marketplace-faq-list .wp-block-accordion-heading__toggle-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid var(--marketplace-ink);
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: background-color var(--marketplace-ease), color var(--marketplace-ease), transform var(--marketplace-ease);
}

.marketplace-faq-list .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
  transform: translateY(-50%) rotate(45deg);
}

.marketplace-faq-list .wp-block-accordion-panel {
  padding: 6px 92px 30px 24px;
}

.marketplace-faq-list .wp-block-accordion-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.marketplace-story {
  display: block;
}

.marketplace-story-grid {
  display: grid !important;
  min-height: 1031px;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.marketplace-story-media,
.marketplace-story-text {
  min-width: 0;
  min-height: 1031px;
}

.marketplace-story-image,
.marketplace-story-image.wp-block-cover {
  position: relative;
  min-height: 1031px !important;
  padding: 0;
}

.marketplace-story-image .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-story-image-title {
  position: absolute;
  z-index: 2;
  top: 43px;
  left: 30px;
  max-width: 560px;
  margin: 0 !important;
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-display) !important;
  font-size: 76px !important;
  font-weight: 500 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.05em !important;
  mix-blend-mode: exclusion;
}

.marketplace-story-text {
  display: flex;
  background: var(--marketplace-ink);
}

.marketplace-story-copy {
  width: 100%;
  min-height: 1031px;
  justify-content: center;
  padding: 54px 7% 54px 8%;
}

.marketplace-story-copy > h2 {
  margin-bottom: 34px;
}

.marketplace-story-address {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 248, 240, 0.34);
  padding-top: 20px;
}

.marketplace-story-address h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.2;
}

.marketplace-story-address p {
  margin: 0;
  font-size: 13px;
}

.marketplace-social-word {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  margin: 0;
  font-family: var(--marketplace-font-display);
  font-size: clamp(104px, 9.2vw, 132px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-align: center;
  transform: translate(-50%, -50%);
}

.marketplace-social > .marketplace-eyebrow {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.marketplace-social-copy {
  position: absolute !important;
  z-index: 5 !important;
  top: calc(47% + 82px) !important;
  left: 50% !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%) !important;
}

.marketplace-social-actions {
  position: absolute;
  z-index: 6;
  bottom: 34px;
  left: 50%;
  justify-content: center;
  margin: 0;
  transform: translateX(-50%);
}

.marketplace-social-actions .wp-block-button__link {
  border-color: var(--marketplace-ink);
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-social-actions .wp-block-button__link:hover {
  background: var(--marketplace-ink);
  color: var(--marketplace-cream);
}

.marketplace-cta-grid {
  width: 100%;
}

.marketplace-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(360px, 450px) !important;
  align-items: start;
  gap: 40px !important;
  margin: 0;
}

.marketplace-footer-feature h2 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.05;
  text-transform: none;
}

.marketplace-footer-feature > p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.35;
}

.marketplace-footer-action {
  margin: 14px 0 16px;
}

.marketplace-footer-action .wp-block-button__link {
  border-color: var(--marketplace-cream);
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-footer-socials {
  gap: 8px;
  margin: 0;
}

.marketplace-footer-navigation {
  width: 100%;
}

.marketplace-footer-socials .wp-social-link {
  background: var(--marketplace-cream);
  color: var(--marketplace-ink);
}

.marketplace-footer-contact {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin: 54px 0 0 !important;
  border-top: 1px solid rgba(255, 248, 240, 0.34);
  padding-top: 24px;
}

.marketplace-footer-contact p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.marketplace-footer-wordmark {
  position: absolute;
  right: 30px;
  bottom: 82px;
  left: 30px;
  margin: 0;
  color: var(--marketplace-cream);
  font-family: var(--marketplace-font-body);
  font-size: clamp(92px, 12vw, 176px);
  font-weight: 700;
  line-height: 0.76;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.marketplace-seller-disclosure {
  position: absolute;
  bottom: 44px;
  left: 30px;
  max-width: 780px;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
}

.marketplace-copyright {
  position: absolute;
  right: 30px;
  bottom: 18px;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.marketplace-policy-section + .marketplace-policy-section {
  margin-top: 52px;
}

.marketplace-policy-section > h2 {
  margin-top: 0;
}

.marketplace-policy-contact {
  margin-top: 68px;
  border: 1px solid var(--marketplace-ink);
  border-radius: var(--marketplace-radius);
  padding: 28px;
  background: var(--marketplace-peach);
}

.marketplace-policy-contact h2 {
  margin-top: 0;
}

.marketplace-hours-table {
  margin-top: 24px;
}

.marketplace-hours-table table {
  width: 100%;
  border-collapse: collapse;
}

.marketplace-hours-table :where(th, td) {
  border: 1px solid var(--marketplace-ink);
  padding: 12px 14px;
  text-align: left;
}

.marketplace-about-media {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  gap: 20px;
  margin: 0 0 72px;
}

.marketplace-about-media .wp-block-column {
  min-width: 0;
}

.marketplace-about-logo,
.marketplace-about-interior,
.marketplace-contact-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--marketplace-ink);
  border-radius: var(--marketplace-radius);
}

.marketplace-about-logo img,
.marketplace-about-interior img,
.marketplace-contact-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.marketplace-about-logo img {
  object-fit: contain;
  padding: 34px;
  background: var(--marketplace-warm-cream);
}

.marketplace-contact-image {
  margin-bottom: 64px;
}

.marketplace-commerce,
.marketplace-faq-page,
.marketplace-archive,
.marketplace-entry {
  width: min(calc(100% - 60px), var(--marketplace-content));
  margin-inline: auto;
  padding: 86px 0 110px;
}

.marketplace-commerce {
  min-height: 480px;
}

.marketplace-commerce-hero,
.marketplace-shop-hero {
  min-height: 430px;
}

.marketplace-page-hero {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.marketplace-page-hero > p {
  max-width: 760px;
  margin: 14px 0 0;
}

.marketplace-page-hero > .marketplace-eyebrow {
  margin-bottom: 14px;
}

.marketplace-faq-page {
  max-width: 960px;
}

.marketplace-faq-page-list {
  border: 1px solid var(--marketplace-ink);
}

.marketplace-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.marketplace-query .wp-block-post {
  overflow: hidden;
  border: 1px solid var(--marketplace-ink);
  background: var(--marketplace-warm-cream);
}

.marketplace-query .wp-block-post-featured-image {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
}

.marketplace-query .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketplace-query :where(.wp-block-post-title, .wp-block-post-excerpt) {
  margin: 0;
  border-top: 1px solid var(--marketplace-ink);
  padding: 14px 16px;
}

.marketplace-entry > h1,
.marketplace-single > h1 {
  margin: 0 0 42px;
  font-family: var(--marketplace-font-display);
  font-size: clamp(50px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.marketplace-offer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  border: 0;
  padding: 0 30px 30px;
  background: var(--marketplace-cream);
}

.marketplace-offer .wp-block-buttons {
  margin: 0;
}

.marketplace-offer .wp-block-button__link {
  min-height: 50px;
  padding-inline: 23px;
}

@media (max-width: 1199px) {
  .marketplace-nav-quick {
    display: none !important;
  }

  .marketplace-nav > .wp-block-woocommerce-customer-account {
    display: none !important;
  }

  .marketplace-nav-primary {
    margin-right: auto;
    margin-left: 0;
  }

  .marketplace-hero-content {
    top: 0;
    right: 15px;
    left: 15px;
    min-height: 844px;
  }

  .marketplace-hero-content .marketplace-hero-grid {
    position: absolute;
    top: 126px;
    right: 0;
    left: 0;
    display: grid;
    min-height: 650px;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-items: center;
    gap: 16px;
  }

  .marketplace-hero-copy-column,
  .marketplace-hero-review-column {
    width: min(100%, 620px);
  }

  .marketplace-hero-center {
    display: none;
  }

  .marketplace-hero-copy {
    min-height: 0;
    padding-bottom: 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .marketplace-hero-review-column .marketplace-review-card {
    min-height: 150px;
  }

  .marketplace-hero-content > .marketplace-benefits {
    right: 0;
    bottom: 18px;
    left: 0;
    width: auto;
    min-height: 94px;
    border-radius: var(--marketplace-radius);
    padding: 14px 8px;
    background: rgba(255, 248, 240, 0.74);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .marketplace-showcase-cover,
  .marketplace-showcase-cover.wp-block-cover {
    position: relative;
    top: auto;
    min-height: 1420px;
  }

  .marketplace-showcase {
    overflow: hidden;
  }

  .marketplace-showcase-visual {
    min-height: 470px;
    align-items: flex-end;
  }

  .marketplace-showcase-stat-card {
    margin-inline: auto;
  }

  .marketplace-story-grid {
    display: block !important;
    min-height: 1286px;
  }

  .marketplace-story-media,
  .marketplace-story-text {
    min-height: 0;
  }

  .marketplace-story-image,
  .marketplace-story-image.wp-block-cover {
    min-height: 572px !important;
  }

  .marketplace-story-copy {
    min-height: 714px;
  }
}

@media (max-width: 991px) {
  .marketplace-community-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .marketplace-community-intro {
    grid-column: 1 / -1;
    min-height: 122px;
    border-right: 1px solid var(--marketplace-ink);
  }

  .marketplace-community-intro h2 {
    font-size: 38px;
  }

  .marketplace-community-image {
    height: 354px;
  }

  .marketplace-community-card {
    min-height: 430px;
  }

  .marketplace-comparison-grid {
    min-height: 482px;
    grid-template-columns: 1fr;
    align-content: space-between;
  }

  .marketplace-comparison-intro {
    padding-top: 0;
  }

  .marketplace-comparison .marketplace-comparison-intro h2 {
    font-size: 40px;
  }

  .marketplace-comparison-intro > p:not(.marketplace-eyebrow) {
    max-width: 520px;
  }

  .marketplace-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .marketplace-footer-feature {
    grid-column: 1 / -1;
  }

  .marketplace-footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 767px) {
  .marketplace-nav > .wp-block-woocommerce-customer-account {
    display: none !important;
  }

  .marketplace-hero,
  .marketplace-hero.wp-block-cover,
  .marketplace-hero > .wp-block-cover__inner-container {
    min-height: 844px !important;
  }

  .marketplace-collection-card,
  .marketplace-collection-grid > .wp-block-column,
  .marketplace-collection-grid > .wp-block-group {
    flex: 0 0 267px !important;
  }

  .marketplace-collection-footer,
  .marketplace-collection-card > .wp-block-group:last-child {
    min-height: 53px;
    margin-block-start: 0 !important;
  }

  .marketplace-collection-footer > .wp-block-group p {
    display: none;
  }

  .marketplace-proof {
    min-height: 126px;
    padding: 0 !important;
  }

  .marketplace-proof-track {
    min-height: 96px;
  }

  .marketplace-proof-item {
    width: 180px !important;
    min-height: 96px;
    flex: 0 0 180px !important;
  }

  .marketplace-showcase,
  .marketplace-showcase-cover,
  .marketplace-showcase-cover.wp-block-cover,
  .marketplace-showcase-grid {
    min-height: 1833px !important;
  }

  .marketplace-showcase-visual {
    min-height: 689px;
  }

  .marketplace-community-grid {
    display: grid !important;
  }

  .marketplace-community {
    padding-block: 30px;
  }

  .marketplace-community-intro .marketplace-source-note {
    display: none;
  }

  .marketplace-reviews-track {
    width: 100% !important;
    max-width: 100vw !important;
    flex-wrap: nowrap !important;
  }

  .marketplace-reviews {
    padding-top: 30px;
  }

  .marketplace-reviews .marketplace-review-card {
    width: 300px !important;
    flex: 0 0 300px !important;
  }

  .marketplace-comparison,
  .marketplace-comparison.wp-block-cover {
    min-height: 520px !important;
  }

  .marketplace-comparison table {
    width: 100%;
    min-width: 0;
  }

  .marketplace-comparison :where(th, td):first-child {
    width: 36%;
  }

  .marketplace-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .marketplace-footer-feature {
    grid-column: 1 / -1;
  }

  .marketplace-footer-contact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .marketplace-actions {
    gap: 8px;
  }

  .marketplace-hero-content {
    min-height: 844px;
  }

  .marketplace-hero-content .marketplace-hero-grid {
    top: 105px;
    min-height: 681px;
  }

  .marketplace-hero-copy h1 {
    font-size: 31px;
    text-align: center;
  }

  .marketplace-hero-copy > .marketplace-eyebrow,
  .marketplace-hero-copy > p {
    text-align: center;
  }

  .marketplace-hero-copy .marketplace-actions {
    justify-content: center;
  }

  .marketplace-hero-review-column {
    align-self: end;
    margin-bottom: 112px;
  }

  .marketplace-hero-content > .marketplace-benefits {
    bottom: 58px;
  }

  .marketplace-proof {
    display: block;
    padding-left: 0;
  }

  .marketplace-proof-label {
    width: 100% !important;
    min-height: 30px;
    justify-content: center;
    padding: 0 15px;
  }

  .marketplace-proof-track {
    width: 100% !important;
    overflow-x: auto;
    padding-left: 15px;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
  }

  .marketplace-proof-item {
    width: 180px;
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .marketplace-collections-heading h2 {
    font-size: 40px;
  }

  .marketplace-collections-heading > p {
    display: none;
  }

  .marketplace-showcase-cover,
  .marketplace-showcase-cover.wp-block-cover {
    min-height: 1500px;
  }

  .marketplace-showcase-visual {
    min-height: 380px;
  }

  .marketplace-showcase-stat-card {
    min-height: 130px;
  }

  .marketplace-showcase-stat-card h3,
  .marketplace-showcase-stat {
    font-size: 29px;
  }

  .marketplace-showcase-panel.marketplace-glass {
    padding: 14px;
  }

  .marketplace-showcase-features .wp-block-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .marketplace-showcase-features .wp-block-tab-list button {
    min-height: 58px;
    padding: 8px;
    font-size: 10px;
  }

  .marketplace-showcase-features .wp-block-tab-panels {
    min-height: 138px;
  }

  .marketplace-showcase-stats {
    gap: 6px;
  }

  .marketplace-showcase-stats > .wp-block-column {
    min-height: 88px;
    padding: 9px;
  }

  .marketplace-showcase-stats h3 {
    font-size: 27px;
  }

  .marketplace-community-grid {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(3, 269px);
    grid-template-rows: auto 430px;
    overflow-x: auto;
    padding-left: 27px;
    scroll-padding-left: 27px;
    scroll-snap-type: x mandatory;
  }

  .marketplace-community-intro {
    position: sticky;
    z-index: 2;
    left: 15px;
    width: calc(100vw - 30px);
    min-height: 150px;
    grid-column: 1 / -1;
    border-right: 1px solid var(--marketplace-ink);
    padding: 18px 15px;
  }

  .marketplace-community-intro h2 {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .marketplace-community-intro > p:not(.marketplace-eyebrow) {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .marketplace-community-card {
    min-height: 430px;
    scroll-snap-align: start;
  }

  .marketplace-reviews {
    overflow-x: hidden;
  }

  .marketplace-reviews > .marketplace-eyebrow {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .marketplace-reviews-track {
    width: 100%;
    overflow-x: auto;
    gap: 10px;
    padding-left: 27px;
    scroll-padding-left: 27px;
    scroll-snap-type: x mandatory;
  }

  .marketplace-reviews .marketplace-review-card {
    width: 300px;
    min-height: 300px;
    flex-basis: 300px;
    scroll-snap-align: start;
  }

  .marketplace-comparison-grid {
    min-height: 442px;
  }

  .marketplace-faq-grid {
    display: block !important;
    min-height: 794px;
  }

  .marketplace-faq-intro {
    min-height: 117px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 14px 15px;
  }

  .marketplace-faq-intro .marketplace-eyebrow {
    width: 100%;
    margin: 0;
  }

  .marketplace-faq-intro h2 {
    max-width: 54%;
    font-size: 34px;
  }

  .marketplace-faq-intro .marketplace-actions {
    max-width: 43%;
    margin: 0 0 0 auto;
  }

  .marketplace-faq-intro .marketplace-actions .wp-block-button:nth-child(2) {
    display: none;
  }

  .marketplace-faq-content {
    margin: 0 15px 30px;
    border: 1px solid var(--marketplace-ink);
  }

  .marketplace-faq-list .wp-block-accordion-item {
    min-height: 69px;
  }

  .marketplace-faq-list .wp-block-accordion-heading__toggle {
    min-height: 69px;
    padding: 11px 63px 11px 22px;
    font-size: 15px;
  }

  .marketplace-faq-list .wp-block-accordion-heading__toggle-icon {
    right: 9px;
    width: 43px;
    height: 43px;
  }

  .marketplace-faq-list .wp-block-accordion-panel {
    padding: 7px 22px 25px;
  }

  .marketplace-faq-list .wp-block-accordion-panel p {
    font-size: 14px;
    line-height: 1.4;
  }

  .marketplace-story-image-title {
    top: 18px;
    left: 15px;
    max-width: calc(100% - 30px);
    font-size: 46px !important;
  }

  .marketplace-story-copy {
    min-height: 714px;
    padding: 28px 15px;
  }

  .marketplace-social-word {
    top: 51%;
    font-size: 58px;
  }

  .marketplace-social > .marketplace-eyebrow {
    top: 18px;
    font-size: 9px;
  }

  .marketplace-social > .marketplace-social-copy {
    top: calc(51% + 44px) !important;
    width: 85%;
    font-size: 10px !important;
    line-height: 1.25;
    white-space: normal;
  }

  .marketplace-social-actions {
    bottom: 18px;
    width: 100%;
  }

  .marketplace-social-actions .wp-block-button__link {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 9px;
  }

  .marketplace-cta-grid {
    display: flex !important;
  }

  .marketplace-footer {
    min-height: 790px;
  }

  .marketplace-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .marketplace-footer-feature {
    grid-column: 1 / -1;
  }

  .marketplace-footer-feature h2 {
    font-size: 20px;
  }

  .marketplace-footer-contact {
    grid-template-columns: 0.85fr 1.3fr 0.85fr !important;
    gap: 8px !important;
    margin-top: 28px !important;
    padding-top: 18px;
  }

  .marketplace-footer-contact > :last-child {
    grid-column: auto;
  }

  .marketplace-footer-contact p {
    font-size: 11px;
    line-height: 1.35;
  }

  .marketplace-footer-wordmark {
    right: 15px;
    bottom: 82px;
    left: 15px;
    font-size: clamp(42px, 13.5vw, 58px);
    line-height: 0.82;
    white-space: normal;
  }

  .marketplace-seller-disclosure {
    bottom: 43px;
    left: 15px;
    max-width: calc(100% - 30px);
    font-size: 8px;
  }

  .marketplace-copyright {
    right: 15px;
    bottom: 14px;
    left: 15px;
    font-size: 9px;
  }

  .marketplace-policy-contact {
    margin-top: 52px;
    padding: 20px;
  }

  .marketplace-about-media {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .marketplace-about-logo img,
  .marketplace-about-interior img,
  .marketplace-contact-image img {
    height: 390px;
  }

  .marketplace-about-logo img {
    height: auto;
    max-height: 390px;
  }

  .marketplace-commerce,
  .marketplace-faq-page,
  .marketplace-archive,
  .marketplace-entry {
    width: calc(100% - 30px);
    padding: 58px 0 76px;
  }

  .marketplace-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .marketplace-offer {
    padding: 0 15px 15px;
  }
}

@media (max-width: 469px) {
  .marketplace-showcase-features .wp-block-tab-panels {
    min-height: 152px;
  }

  .marketplace-footer {
    min-height: 677px;
  }
}

@media (max-width: 369px) {
  .marketplace-collection-card,
  .marketplace-collection-grid > .wp-block-column,
  .marketplace-collection-grid > .wp-block-group {
    flex-basis: 246px !important;
  }

  .marketplace-hero-copy h1 {
    font-size: 27px;
  }

  .marketplace-showcase-features .wp-block-tab-list button {
    padding-inline: 5px;
    font-size: 9px;
  }

  .marketplace-faq-intro h2 {
    font-size: 31px;
  }

  .marketplace-query .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketplace-social-gallery > *,
  .marketplace-social .wp-block-gallery > * {
    animation: none !important;
  }
}

.editor-styles-wrapper .marketplace-hero-content {
  position: relative;
  inset: auto;
}

.editor-styles-wrapper .marketplace-footer-wordmark,
.editor-styles-wrapper .marketplace-seller-disclosure,
.editor-styles-wrapper .marketplace-copyright {
  position: relative;
  inset: auto;
}
