/* =========================================================
   H O S Ä E N A — SHOP ARCHIVE SYSTEM
   Hybrid WooCommerce archive takeover rendered via
   Elementor Product Archive template + shortcode.
   Reuses the ho-cover-card visual language without
   duplicating the collection page structure.
   ========================================================= */

body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .woocommerce-products-header,
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .woocommerce-result-count,
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .woocommerce-ordering,
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .ast-on-card-button,
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) ul.products:not(.elementor-grid) .add_to_cart_button,
body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) ul.products:not(.elementor-grid) .button.product_type_simple {
  display: none !important;
}

body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .ast-woocommerce-container {
  padding: 0 !important;
  background: transparent !important;
}

body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .site-content > .ast-container {
  max-width: min(100%, 1600px);
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

body:is(.post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results) .entry-content > .elementor {
  width: 100%;
}

.ho-shop-archive {
  --pad: clamp(1.5rem, 4vw, 3rem);
  --ho-archive-space-grid-y: clamp(3.8rem, 5.6vw, 5.9rem);
  --ho-shop-header-top-pad: clamp(11rem, 15vw, 13.75rem);
  --ho-shop-header-bottom-pad: clamp(4.2rem, 6vw, 5.4rem);
  --ho-shop-nav-stick-top: clamp(5.4rem, 7vw, 6.6rem);
  --ho-shop-nav-overlap: clamp(-0.18rem, -0.35vw, -0.08rem);
  --ho-shop-flow-max: 84rem;
  --ho-shop-header-shift-x: clamp(0.85rem, 1.35vw, 1.4rem);
  --ho-shop-hover-speed: 320ms;
  --ho-shop-resolve-surface: #f3eee5;
  width: 100%;
  background: var(--ho-color-calacatta, #f7f3ec);
}

.ho-shop-archive__header {
  position: relative;
  min-height: clamp(500px, 66vh, 760px);
  display: grid;
  grid-template-columns:
    var(--pad)
    minmax(40rem, clamp(700px, 54vw, 1020px))
    minmax(0, 1fr)
    var(--pad);
  background: var(--ho-color-calacatta, #f7f3ec);
}

.ho-shop-archive__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad);
  right: var(--pad);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(17, 17, 17, 0),
    rgba(17, 17, 17, 0.09) 20%,
    rgba(17, 17, 17, 0.09) 80%,
    rgba(17, 17, 17, 0)
  );
}

.ho-shop-archive__header-space {
  display: none;
}

.ho-shop-archive__header-inner {
  grid-column: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  max-width: clamp(700px, 54vw, 1020px);
  padding: var(--ho-shop-header-top-pad) 0 var(--ho-shop-header-bottom-pad) 0;
  transform: translateX(var(--ho-shop-header-shift-x));
}

.ho-shop-archive__eth {
  display: block;
  margin: 0 0 0.52rem;
  font-family: "Noto Sans Ethiopic", sans-serif;
  font-size: clamp(0.82rem, 1.1vw, 0.96rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.3);
}

.ho-shop-archive__rom {
  display: block;
  margin: 0 0 clamp(1.6rem, 2.8vw, 2.45rem);
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: 7.5px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(193, 164, 109, 0.68);
}

.ho-shop-archive__title {
  margin: 0 0 clamp(2rem, 3vw, 2.6rem);
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  color: rgba(15, 15, 15, 0.88);
  text-wrap: balance;
  white-space: nowrap;
}

.ho-shop-archive--home .ho-shop-archive__title {
  width: fit-content;
  max-width: 100%;
  font-size: clamp(2.2rem, 3.25vw, 3.05rem);
  margin-bottom: clamp(1.75rem, 2.7vw, 2.35rem);
}

.ho-shop-archive--term .ho-shop-archive__title {
  width: fit-content;
  max-width: 100%;
  font-size: clamp(2.2rem, 3.25vw, 3.05rem);
  margin-bottom: clamp(1.75rem, 2.7vw, 2.35rem);
}

.ho-shop-archive--home .ho-shop-archive__intro {
  max-width: 56ch;
  margin-bottom: clamp(2.1rem, 3.2vw, 2.85rem);
}

.ho-shop-archive--term .ho-shop-archive__intro {
  max-width: 56ch;
  margin-bottom: clamp(2.1rem, 3.2vw, 2.85rem);
}

.ho-shop-archive--term .ho-shop-archive__definition {
  max-width: 56ch;
}

.ho-shop-archive--home .ho-shop-archive__definition {
  max-width: 56ch;
}

.ho-shop-archive__intro {
  max-width: 56ch;
  margin: 0 0 clamp(2.1rem, 3.2vw, 2.85rem);
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.06rem, 1.4vw, 1.32rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.74;
  color: rgba(15, 15, 15, 0.6);
  text-align: left;
  text-wrap: pretty;
}

.ho-shop-archive__intro::first-letter {
  float: left;
  margin: 0.08em 0.1em -0.02em 0;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 3.85em;
  font-weight: 400;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: -0.01em;
  color: rgba(15, 15, 15, 0.82);
}

.ho-shop-archive__definition {
  width: 100%;
  max-width: 56ch;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.52);
  text-wrap: pretty;
}

.ho-shop-archive__definition strong {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(15, 15, 15, 0.66);
}

.ho-shop-archive__nav {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  position: sticky;
  top: var(--ho-shop-nav-stick-top);
  z-index: 12;
  width: 100%;
  margin: var(--ho-shop-nav-overlap) 0 0;
  padding: 1rem var(--pad) 1.12rem;
  border-top: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.06);
  background: var(--ho-color-calacatta, #f7f3ec);
}

.ho-shop-archive__nav-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  width: min(100%, var(--ho-shop-flow-max));
  margin-inline: auto;
  gap: 0;
}

.ho-shop-archive__nav-link {
  display: inline;
  min-height: unset;
  padding: 0.28rem 1.25rem 0.28rem 0;
  position: relative;
  border: 0;
  background: transparent;
  text-decoration: none;
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: clamp(0.64rem, 0.8vw, 0.74rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.52);
  transition:
    color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__nav-link:is(:hover, :focus-visible) {
  color: rgba(15, 15, 15, 0.76);
  background: transparent;
}

.ho-shop-archive__nav-link.is-active {
  color: var(--ho-color-nero, #0f0f0f);
  font-weight: 500;
}

.ho-shop-archive__nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.1rem;
  width: calc(100% - 1.25rem);
  height: 1px;
  background: rgba(193, 164, 109, 0.56);
}

.ho-shop-archive__nav-link:focus-visible {
  outline: 2px solid rgba(193, 164, 109, 0.72);
  outline-offset: 4px;
}

.ho-shop-archive__nav-sep {
  padding-right: 1.25rem;
  font-size: 0.55rem;
  color: rgba(15, 15, 15, 0.14);
  pointer-events: none;
  user-select: none;
}

.ho-shop-archive__products {
  width: 100%;
  padding: clamp(3rem, 4.5vw, 4rem) var(--pad) clamp(4.2rem, 6vw, 5.8rem);
  background: var(--ho-color-calacatta, #f7f3ec);
}

.ho-shop-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, var(--ho-shop-flow-max));
  margin-inline: auto;
  gap: var(--ho-archive-space-grid-y) clamp(2.2rem, 3.5vw, 3.7rem);
  align-items: start;
}

.ho-shop-archive__interlude {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(1.5rem, 2.5vw, 2rem) 0;
}

.ho-shop-archive__interlude::before,
.ho-shop-archive__interlude::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(193, 164, 109, 0.13);
}

.ho-shop-archive__interlude::before {
  margin-bottom: 1.4rem;
}

.ho-shop-archive__interlude::after {
  margin-top: 1.4rem;
}

.ho-shop-archive__interlude-text {
  max-width: 44ch;
  margin: 0;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(0.95rem, 1.25vw, 1.06rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
  color: rgba(15, 15, 15, 0.48);
}

.ho-shop-archive .ho-cover-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 36rem;
  min-width: 0;
  margin-inline: auto;
  padding: clamp(0.82rem, 1.3vw, 1.08rem) 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  text-align: center;
  cursor: pointer;
}

.ho-shop-archive .ho-cover-card:focus-visible,
.ho-shop-archive .ho-cover-card :is(a, button):focus-visible {
  outline: 2px solid rgba(193, 164, 109, 0.72);
  outline-offset: 5px;
}

.ho-shop-archive .ho-cover-card:focus-visible .ho-cover-card__stage::before {
  box-shadow: inset 0 0 0 2px rgba(193, 164, 109, 0.58);
}

.ho-shop-archive .ho-cover-card:focus-visible .ho-cover-card__footer::before {
  background: rgba(193, 164, 109, 0.52);
}

.ho-shop-archive .ho-cover-card__title {
  width: 100%;
  margin: 0 0 clamp(0.35rem, 0.8vw, 0.55rem);
  padding: 0;
}

.ho-shop-archive .ho-shop-archive__card-title,
.ho-shop-archive .ho-shop-archive__card-title a {
  margin: 0;
  text-decoration: none;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.06rem, 1.26vw, 1.18rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.86);
  text-wrap: balance;
}

.ho-shop-archive .ho-cover-card__meta {
  width: 100%;
  margin: 0 0 clamp(1.15rem, 2.1vw, 1.45rem);
}

.ho-shop-archive .ho-shop-archive__card-meta,
.ho-shop-archive .ho-shop-archive__card-meta a {
  text-decoration: none;
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: clamp(0.69rem, 0.82vw, 0.76rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.58);
}

.ho-shop-archive .ho-cover-card__stage {
  position: relative;
  isolation: isolate;
  contain: paint;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 27.75rem;
  aspect-ratio: var(--ho-product-card-frame, 3 / 4);
  margin: 0 auto clamp(1.25rem, 2.4vw, 1.7rem);
  overflow: hidden;
  background: transparent;
}

.ho-shop-archive .ho-cover-card__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.07);
  pointer-events: none;
  z-index: 3;
}

.ho-shop-archive .ho-cover-card__stage > :is(.ho-cover-card__image, .ho-cover-card__hover) {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: opacity var(--ho-product-card-swap-speed, 500ms) var(--ho-product-card-swap-ease, ease-out);
}

.ho-shop-archive .ho-cover-card__stage > :is(.ho-cover-card__image, .ho-cover-card__hover) a {
  display: block;
  width: 100%;
  height: 100%;
}

.ho-shop-archive .ho-cover-card__hover-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ho-shop-archive .ho-cover-card__stage > :is(.ho-cover-card__image, .ho-cover-card__hover) a picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* Preserve this Shop-specific media staging.
   The even inset on all four sides is intentional and currently gives
   square and tall assets a better editorial landing than the Collection
   treatment. Do not "normalize" this against Collection without a
   deliberate visual review. */
.ho-shop-archive .ho-cover-card__stage > :is(.ho-cover-card__image, .ho-cover-card__hover) img {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--ho-product-card-media-pad, 8%);
  box-sizing: border-box;
  object-fit: contain !important;
  object-position: center center;
  background: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.ho-shop-archive .ho-cover-card__hover-fallback-image,
.ho-shop-archive .ho-cover-card__hover-video {
  position: absolute;
  inset: 0;
}

.ho-shop-archive .ho-cover-card__hover-video {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--ho-product-card-media-pad, 8%);
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  opacity: 0;
  transition: opacity var(--ho-product-card-swap-speed, 500ms) var(--ho-product-card-swap-ease, ease-out);
}

.ho-shop-archive .ho-cover-card__image {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.ho-shop-archive .ho-cover-card__hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.ho-shop-archive .ho-cover-card.is-hover-video-ready .ho-cover-card__hover-video {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .ho-shop-archive .ho-cover-card.is-hover-ready:hover .ho-cover-card__image {
    opacity: 0;
  }

  .ho-shop-archive .ho-cover-card.is-hover-ready:hover .ho-cover-card__hover {
    opacity: 1;
  }
}

.ho-shop-archive .ho-cover-card__share {
  position: absolute;
  top: clamp(0.55rem, 1.2vw, 0.72rem);
  left: clamp(0.55rem, 1.2vw, 0.72rem);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translateY(-2px);
  transition:
    opacity var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1)),
    transform var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
  cursor: pointer;
}

.ho-shop-archive :is(.ho-cover-card:hover, .ho-cover-card:focus-within) .ho-cover-card__share,
.ho-shop-archive .ho-cover-card__share:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.ho-shop-archive .ho-cover-card__share::after {
  content: attr(data-share-feedback);
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  opacity: 0;
  transform: translateY(-2px);
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(15, 15, 15, 0.62);
  transition:
    opacity 180ms ease-out,
    transform 180ms ease-out;
  pointer-events: none;
}

.ho-shop-archive .ho-cover-card__share[data-share-feedback]::after {
  opacity: 1;
  transform: translateY(0);
}

.ho-shop-archive .ho-cover-card__share svg {
  width: 0.82rem;
  height: 0.82rem;
  stroke-width: 1.4;
  color: rgba(15, 15, 15, 0.58);
  opacity: 0.96;
  filter: drop-shadow(0 0 4px rgba(247, 243, 236, 0.42));
}

.ho-shop-archive .ho-cover-card__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 22rem);
  max-width: 22rem;
  margin: clamp(0.42rem, 1.1vw, 0.68rem) 0 0;
  padding: clamp(1.2rem, 1.95vw, 1.42rem) 0 0;
}

.ho-shop-archive .ho-cover-card__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(2.4rem, 5vw, 3.5rem);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(15, 15, 15, 0.08);
}

.ho-shop-archive .ho-cover-card__price {
  width: 100%;
  margin: 0 0 clamp(1rem, 1.6vw, 1.28rem);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1)),
    transform var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
  pointer-events: none;
}

.ho-shop-archive :is(.ho-cover-card:hover, .ho-cover-card:focus-within) .ho-cover-card__price {
  opacity: 1;
  transform: translateY(0);
}

.ho-shop-archive .ho-cover-card__price :is(.price, .price *, .amount, .woocommerce-Price-amount, .woocommerce-Price-currencySymbol, a) {
  margin: 0;
  text-decoration: none;
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.58);
}

.ho-shop-archive .ho-cover-card__cta {
  width: auto;
}

.ho-shop-archive .ho-cover-card__cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 0;
  margin: 0;
  padding: 0 0 0.5rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: clamp(0.68rem, 0.9vw, 0.76rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.68);
  transition:
    color 320ms var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1)),
    border-color 320ms var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1)),
    opacity 320ms var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive :is(.ho-cover-card:hover, .ho-cover-card:focus-within) .ho-cover-card__cta .elementor-button,
.ho-shop-archive .ho-cover-card__cta .elementor-button:is(:hover, :focus-visible) {
  color: rgba(15, 15, 15, 0.78);
  border-color: rgba(15, 15, 15, 0.22);
  background: transparent;
}

.ho-shop-archive__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding: clamp(2.5rem, 4vw, 4rem) var(--pad);
  border-top: 1px solid rgba(193, 164, 109, 0.15);
  background: var(--ho-color-calacatta, #f7f3ec);
}

.ho-shop-archive__pagination-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2.5rem);
  width: 100%;
}

.ho-shop-archive__pagination-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
  text-decoration: none;
  color: var(--ho-color-nero, #0f0f0f);
  transition: border-color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__pagination-cta:hover {
  border-color: rgba(15, 15, 15, 0.28);
}

.ho-shop-archive__pagination-cta:focus-visible,
.ho-shop-archive__pagination-sub:focus-visible {
  outline: 2px solid rgba(193, 164, 109, 0.72);
  outline-offset: 5px;
}

.ho-shop-archive__pagination-label {
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ho-color-nero, #0f0f0f);
}

.ho-shop-archive__pagination-status {
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.56);
}

.ho-shop-archive__pagination-arrow {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--ho-color-nero, #0f0f0f);
  position: relative;
  flex-shrink: 0;
  transition: width var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__pagination-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--ho-color-nero, #0f0f0f);
  border-top: 1px solid var(--ho-color-nero, #0f0f0f);
  transform: rotate(45deg);
}

.ho-shop-archive__pagination-cta:hover .ho-shop-archive__pagination-arrow {
  width: 36px;
}

.ho-shop-archive__pagination-cta--prev .ho-shop-archive__pagination-arrow {
  transform: scaleX(-1);
}

.ho-shop-archive__pagination-sub {
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(15, 15, 15, 0.52);
  text-decoration: none;
  transition: color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__pagination-sub:hover {
  color: rgba(15, 15, 15, 0.6);
}

.ho-shop-archive__empty {
  width: 100%;
  max-width: 48rem;
  margin: clamp(4rem, 8vw, 7rem) auto clamp(5rem, 9vw, 8rem);
  padding: 0 var(--pad);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.ho-shop-archive__empty-heading {
  margin: 0;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.65rem, 2.8vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.015em;
  color: rgba(15, 15, 15, 0.72);
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.ho-shop-archive__empty-body {
  margin: 0 0 clamp(2rem, 3.5vw, 3rem);
  max-width: 44ch;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.06rem, 1.4vw, 1.32rem);
  font-weight: 300;
  line-height: 1.78;
  color: rgba(15, 15, 15, 0.55);
  text-wrap: pretty;
}

.ho-shop-archive__empty-def {
  max-width: 40ch;
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 15, 15, 0.08);
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.52);
}

.ho-shop-archive__empty-def strong {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(15, 15, 15, 0.66);
}

.ho-shop-archive__resolve {
  position: relative;
  width: 100%;
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  background: var(--ho-shop-resolve-surface, var(--ho-surface-page-soft, #f3eee5));
  padding: clamp(3.5rem, 6vw, 5.5rem) var(--pad) clamp(3rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ho-shop-archive__resolve::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad);
  right: var(--pad);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(17, 17, 17, 0),
    rgba(17, 17, 17, 0.09) 14%,
    rgba(17, 17, 17, 0.09) 86%,
    rgba(17, 17, 17, 0)
  );
}

.ho-shop-archive__resolve-sentence {
  max-width: 38ch;
  margin: 0 auto;
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: 0.015em;
  color: rgba(15, 15, 15, 0.65);
}

.ho-shop-archive__resolve-sentence .ho-shop-archive__resolve-upright {
  font-style: normal;
  font-weight: 400;
  color: rgba(15, 15, 15, 0.8);
}

.ho-shop-archive__resolve-breath {
  width: 1px;
  height: 36px;
  margin: clamp(2rem, 3.5vw, 3rem) auto;
  flex-shrink: 0;
  background: rgba(193, 164, 109, 0.28);
}

.ho-shop-archive__resolve-wings {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  column-gap: clamp(1rem, 2.2vw, 2.25rem);
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
}

.ho-shop-archive__resolve-wing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.42rem;
  width: 100%;
  max-width: 17rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.ho-shop-archive__resolve-wing-label {
  font-family: var(--ho-font-body, "Lato", sans-serif);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.58);
  transition: color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
  white-space: nowrap;
}

.ho-shop-archive__resolve-wing-sub {
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 0.76rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(15, 15, 15, 0.48);
  letter-spacing: 0.02em;
  transition: color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
  white-space: nowrap;
}

.ho-shop-archive__resolve-wing-arrow {
  position: relative;
  width: 16px;
  height: 1px;
  margin-top: 0.1rem;
  flex-shrink: 0;
  background: rgba(193, 164, 109, 0);
  transition:
    background var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1)),
    width var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__resolve-wing-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid rgba(193, 164, 109, 0);
  border-top: 1px solid rgba(193, 164, 109, 0);
  transform: rotate(45deg);
  transition: border-color var(--ho-shop-hover-speed) var(--ho-ease-soft, cubic-bezier(0.25, 1, 0.5, 1));
}

.ho-shop-archive__resolve-wing:is(:hover, :focus-visible) .ho-shop-archive__resolve-wing-label {
  color: rgba(15, 15, 15, 0.85);
}

.ho-shop-archive__resolve-wing:is(:hover, :focus-visible) .ho-shop-archive__resolve-wing-sub {
  color: rgba(15, 15, 15, 0.52);
}

.ho-shop-archive__resolve-wing:is(:hover, :focus-visible) .ho-shop-archive__resolve-wing-arrow {
  width: 24px;
  background: rgba(193, 164, 109, 0.55);
}

.ho-shop-archive__resolve-wing:is(:hover, :focus-visible) .ho-shop-archive__resolve-wing-arrow::after {
  border-right-color: rgba(193, 164, 109, 0.55);
  border-top-color: rgba(193, 164, 109, 0.55);
}

.ho-shop-archive__resolve-wing:focus-visible {
  outline: 2px solid rgba(193, 164, 109, 0.72);
  outline-offset: 6px;
}

.ho-shop-archive__resolve-wing-sep {
  align-self: center;
  justify-self: center;
  padding-bottom: 1.1rem;
  font-size: 0.5rem;
  color: rgba(15, 15, 15, 0.18);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1023px) {
  .ho-shop-archive__resolve-wings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.75rem, 4vw, 2.5rem);
    width: 100%;
    max-width: 100%;
  }

  .ho-shop-archive__resolve-wing-sep {
    display: none;
  }

  .ho-shop-archive__resolve-wing-sub {
    white-space: normal;
  }
}

.ho-shop-archive__resolve-definition {
  max-width: 46ch;
  margin-top: clamp(2rem, 3.5vw, 3rem);
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 15, 15, 0.06);
  font-family: var(--ho-font-display, "Cormorant Garamond", serif);
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: rgba(15, 15, 15, 0.52);
}

.ho-shop-archive__resolve-definition strong {
  font-style: normal;
  font-weight: 400;
  color: rgba(15, 15, 15, 0.66);
  letter-spacing: 0.06em;
}

.ho-shop-archive__resolve-foot {
  width: 100%;
  height: 1px;
  margin-top: clamp(3rem, 5vw, 4.5rem);
  background: rgba(193, 164, 109, 0.18);
}

@media (max-width: 1023px) {
  .ho-shop-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (hover: none), (max-width: 767px) {
  .ho-shop-archive .ho-cover-card__hover {
    display: none;
  }

  .ho-shop-archive .ho-cover-card__share,
  .ho-shop-archive .ho-cover-card__price {
    opacity: 1;
    transform: none;
  }

  .ho-shop-archive .ho-shop-archive__card-title,
  .ho-shop-archive .ho-shop-archive__card-title a {
    font-size: clamp(1rem, 4.2vw, 1.12rem);
    letter-spacing: 0.12em;
  }

  .ho-shop-archive .ho-shop-archive__card-meta,
  .ho-shop-archive .ho-shop-archive__card-meta a {
    font-size: 0.69rem;
    letter-spacing: 0.18em;
  }

  .ho-shop-archive .ho-cover-card__stage {
    max-width: 100%;
    margin-bottom: 1.1rem;
  }

  .ho-shop-archive .ho-cover-card__footer {
    width: min(100%, 18rem);
    padding-top: 0.9rem;
  }

  .ho-shop-archive .ho-cover-card__price :is(.price, .price *, .amount, .woocommerce-Price-amount, .woocommerce-Price-currencySymbol, a) {
    font-size: 0.76rem;
    letter-spacing: 0.18em;
  }

  .ho-shop-archive .ho-cover-card__cta .elementor-button {
    font-size: 0.68rem;
    letter-spacing: 0.24em;
  }
}

@media (max-width: 1023px) {
  .ho-shop-archive__nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: clamp(1.5rem, 6vw, 2.5rem);
    padding-right: clamp(1.5rem, 6vw, 2.5rem);
  }

  .ho-shop-archive__nav::-webkit-scrollbar {
    display: none;
  }

  .ho-shop-archive__nav-row {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: max-content;
  }

  .ho-shop-archive__nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    padding: 0.62rem 1.1rem 0.62rem 0;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .ho-shop-archive__nav-link.is-active::after {
    bottom: -0.64rem;
  }

  .ho-shop-archive__nav-sep {
    flex-shrink: 0;
    padding-right: 1.1rem;
  }
}

@media (max-width: 767px) {
  .ho-shop-archive {
    --ho-archive-space-grid-y: 3rem;
    --ho-shop-header-top-pad: clamp(8.25rem, 20vw, 10rem);
    --ho-shop-header-bottom-pad: clamp(2.6rem, 5.5vw, 3.4rem);
    --ho-shop-nav-stick-top: clamp(4.5rem, 12vw, 5.25rem);
    --ho-shop-nav-overlap: clamp(-0.08rem, -0.2vw, 0rem);
    --ho-shop-header-shift-x: 0rem;
  }

  .ho-shop-archive__header {
    grid-template-columns: minmax(0, 1fr);
  }

  .ho-shop-archive__header-space {
    display: none;
  }

  .ho-shop-archive__header-inner {
    grid-column: auto;
    width: 100%;
    padding: var(--ho-shop-header-top-pad) clamp(1.25rem, 5vw, 2rem) var(--ho-shop-header-bottom-pad);
    transform: none;
  }

  .ho-shop-archive__eth {
    font-size: clamp(0.74rem, 3.6vw, 0.88rem);
    margin-bottom: 0.3rem;
  }

  .ho-shop-archive__rom {
    margin-bottom: clamp(1rem, 3.5vw, 1.45rem);
    font-size: 7px;
    letter-spacing: 0.26em;
  }

  .ho-shop-archive__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--ho-archive-space-grid-y);
  }

  .ho-shop-archive__interlude {
    padding: clamp(1.25rem, 4vw, 1.75rem) 0;
  }

  .ho-shop-archive__empty {
    margin-top: clamp(3rem, 10vw, 5rem);
    margin-bottom: clamp(4rem, 10vw, 6rem);
  }

  .ho-shop-archive__empty-body {
    max-width: 100%;
  }

  .ho-shop-archive__resolve-sentence {
    max-width: 100%;
  }

  .ho-shop-archive__resolve-wings {
    gap: clamp(1.75rem, 6vw, 2.5rem);
  }

  .ho-shop-archive__resolve-wing-sep {
    display: none;
  }

  .ho-shop-archive__resolve-wing-sub {
    white-space: normal;
  }

  .ho-shop-archive__title {
    font-size: clamp(2.55rem, 10.4vw, 3.9rem);
    line-height: 0.98;
    white-space: normal;
  }

  .ho-shop-archive__intro {
    max-width: 100%;
    font-size: clamp(0.96rem, 4.2vw, 1.08rem);
    line-height: 1.66;
    margin-bottom: clamp(1.6rem, 4.4vw, 2.1rem);
  }

  .ho-shop-archive__intro::first-letter {
    font-size: 3.2em;
  }

  .ho-shop-archive__definition {
    font-size: 0.7rem;
    line-height: 1.62;
  }

  .ho-shop-archive__pagination-rail {
    gap: 0.9rem 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ho-shop-archive .ho-cover-card__image,
  .ho-shop-archive .ho-cover-card__hover,
  .ho-shop-archive .ho-cover-card__share,
  .ho-shop-archive .ho-cover-card__price,
  .ho-shop-archive__nav-link,
  .ho-shop-archive__pagination-cta,
  .ho-shop-archive__pagination-arrow,
  .ho-shop-archive__pagination-sub,
  .ho-shop-archive__resolve-wing-label,
  .ho-shop-archive__resolve-wing-sub,
  .ho-shop-archive__resolve-wing-arrow,
  .ho-shop-archive__resolve-wing-arrow::after,
  .ho-shop-archive .ho-cover-card__cta .elementor-button {
    transition: none;
    transform: none;
  }

  .ho-shop-archive__pagination-cta--prev .ho-shop-archive__pagination-arrow {
    transform: scaleX(-1);
  }
}
