/*
 * Dark editorial art-direction pass.
 * This file stays last among the desktop layers so WordPress and WooCommerce
 * keep their native behavior while sharing one visual language.
 */

/* Shared editorial heroes */

.dy26-editorial-hero--journal,
.dy26-editorial-hero--search,
.dy26-editorial-hero--process,
.dy26-editorial-hero--contact,
.dy26-editorial-hero--cart,
.dy26-editorial-hero--account {
  min-height: clamp(25rem, 34vw, 32rem);
  border-bottom-color: rgba(196, 176, 148, 0.25);
  background: var(--dy26-ink-deep);
}

.dy26-editorial-hero--search {
  min-height: clamp(22rem, 29vw, 25rem);
}

.dy26-editorial-hero--cart,
.dy26-editorial-hero--account {
  min-height: clamp(25rem, 31vw, 29rem);
}

.dy26-editorial-hero--journal .dy26-page-hero__media img,
.dy26-editorial-hero--search .dy26-page-hero__media img,
.dy26-editorial-hero--process .dy26-page-hero__media img,
.dy26-editorial-hero--contact .dy26-page-hero__media img,
.dy26-editorial-hero--cart .dy26-page-hero__media img,
.dy26-editorial-hero--account .dy26-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
  filter: brightness(0.63) saturate(0.68) contrast(1.11);
}

.dy26-editorial-hero--process .dy26-page-hero__media img,
.dy26-editorial-hero--contact .dy26-page-hero__media img {
  object-position: 70% center;
}

.dy26-editorial-hero--journal .dy26-page-hero__shade,
.dy26-editorial-hero--search .dy26-page-hero__shade,
.dy26-editorial-hero--process .dy26-page-hero__shade,
.dy26-editorial-hero--contact .dy26-page-hero__shade,
.dy26-editorial-hero--cart .dy26-page-hero__shade,
.dy26-editorial-hero--account .dy26-page-hero__shade {
  background:
    linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 30%, rgba(5, 6, 6, 0.86) 43%, rgba(5, 6, 6, 0.24) 70%, rgba(5, 6, 6, 0.34) 100%),
    linear-gradient(0deg, #080908 0%, rgba(8, 9, 8, 0.5) 13%, transparent 42%, rgba(5, 6, 6, 0.25) 100%);
}

.dy26-editorial-hero--account {
  border-bottom-color: rgba(196, 176, 148, 0.14);
}

.dy26-editorial-hero--account .dy26-page-hero__shade {
  background:
    linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 30%, rgba(5, 6, 6, 0.86) 43%, rgba(5, 6, 6, 0.24) 70%, rgba(5, 6, 6, 0.34) 100%),
    linear-gradient(0deg, #080908 0%, rgba(8, 9, 8, 0.86) 9%, rgba(8, 9, 8, 0.38) 25%, transparent 49%, rgba(5, 6, 6, 0.25) 100%);
}

.dy26-editorial-hero--journal .dy26-page-hero__inner,
.dy26-editorial-hero--search .dy26-page-hero__inner,
.dy26-editorial-hero--process .dy26-page-hero__inner,
.dy26-editorial-hero--contact .dy26-page-hero__inner,
.dy26-editorial-hero--cart .dy26-page-hero__inner,
.dy26-editorial-hero--account .dy26-page-hero__inner {
  padding-block: calc(var(--dy26-header-height) + 2rem) 2.5rem;
}

.dy26-editorial-hero--journal .dy26-page-hero__copy,
.dy26-editorial-hero--search .dy26-page-hero__copy,
.dy26-editorial-hero--process .dy26-page-hero__copy,
.dy26-editorial-hero--contact .dy26-page-hero__copy,
.dy26-editorial-hero--cart .dy26-page-hero__copy,
.dy26-editorial-hero--account .dy26-page-hero__copy {
  width: min(35rem, 43%);
}

.dy26-editorial-hero--journal .dy26-page-hero__copy h1,
.dy26-editorial-hero--search .dy26-page-hero__copy h1,
.dy26-editorial-hero--process .dy26-page-hero__copy h1,
.dy26-editorial-hero--contact .dy26-page-hero__copy h1,
.dy26-editorial-hero--cart .dy26-page-hero__copy h1,
.dy26-editorial-hero--account .dy26-page-hero__copy h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 6.8vw, 7rem);
  line-height: 0.82;
  text-transform: uppercase;
  text-wrap: balance;
}

.dy26-editorial-hero--process .dy26-page-hero__copy h1,
.dy26-editorial-hero--contact .dy26-page-hero__copy h1 {
  font-size: clamp(3.7rem, 6.1vw, 6.4rem);
}

.dy26-page-hero__seal {
  position: absolute;
  z-index: 3;
  right: clamp(2rem, 5vw, 5rem);
  bottom: clamp(2.25rem, 5vw, 5rem);
  display: grid;
  width: clamp(3.1rem, 5vw, 4.8rem);
  aspect-ratio: 1;
  place-items: center;
  border: 0;
  opacity: 0.78;
}

.dy26-page-hero__seal .dy26-logo-mark {
  width: 92%;
  height: 92%;
}

.dy26-page-hero__orbit {
  position: absolute;
  z-index: 2;
  right: clamp(1.2rem, 3.4vw, 3.6rem);
  bottom: clamp(1.4rem, 3.5vw, 3.7rem);
  width: clamp(5rem, 8vw, 8rem);
  aspect-ratio: 1;
  border: 1px solid rgba(198, 65, 54, 0.32);
  border-radius: 50%;
  opacity: 0.75;
}

.dy26-page-hero__orbit::before,
.dy26-page-hero__orbit::after {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(198, 65, 54, 0.22);
  content: "";
  transform: rotate(45deg);
}

.dy26-page-hero__orbit::after {
  transform: rotate(22.5deg);
}

.dy26-page-hero__vertical {
  left: clamp(0.45rem, 1vw, 1rem);
  color: rgba(217, 205, 187, 0.53);
}

.dy26-editorial-hero--about .dy26-page-hero__copy {
  box-sizing: content-box;
  padding-inline-start: clamp(3.5rem, 5vw, 5.5rem);
}

.dy26-editorial-hero--about .dy26-page-hero__vertical {
  left: clamp(0.7rem, 1.3vw, 1.25rem);
  bottom: clamp(2.2rem, 4vw, 4rem);
  max-height: 18rem;
  white-space: nowrap;
}

.dy26-editorial-hero--journal .dy26-page-hero__vertical,
.dy26-editorial-hero--search .dy26-page-hero__vertical,
.dy26-editorial-hero--cart .dy26-page-hero__vertical,
.dy26-editorial-hero--account .dy26-page-hero__vertical {
  display: none;
}

.dy26-editorial-hero--process .dy26-page-hero__copy,
.dy26-editorial-hero--contact .dy26-page-hero__copy {
  box-sizing: content-box;
  padding-inline-start: clamp(4.2rem, 6vw, 6rem);
}

/* Journal */

.dy26-editorial-hero--journal .dy26-page-hero__accent,
.dy26-editorial-hero--search .dy26-page-hero__accent,
.dy26-editorial-hero--cart .dy26-page-hero__accent,
.dy26-editorial-hero--account .dy26-page-hero__accent {
  margin-block: 0.9rem 1rem;
  color: var(--dy26-red-bright);
  font-family: var(--dy26-font-display);
  font-size: clamp(1.1rem, 1.65vw, 1.5rem);
  letter-spacing: 0.14em;
}

.dy26-journal-categories {
  border-block: 1px solid var(--dy26-border);
  background: rgba(5, 6, 6, 0.8);
}

.dy26-journal-categories .dy26-container {
  min-height: 3.4rem;
  justify-content: space-between;
  gap: 1.1rem;
}

.dy26-journal-categories a {
  position: relative;
  padding-block: 1.05rem;
}

.dy26-journal-categories a::after {
  position: absolute;
  right: 0;
  bottom: 0.55rem;
  left: 0;
  height: 1px;
  background: var(--dy26-red-bright);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity var(--dy26-duration-fast) ease, transform var(--dy26-duration-fast) ease;
}

.dy26-journal-categories a:hover::after,
.dy26-journal-categories a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.dy26-journal > .dy26-container {
  max-width: 86rem;
}

.dy26-journal .dy26-section {
  padding-block: clamp(1.6rem, 3vw, 2.75rem);
}

.dy26-journal-featured {
  position: relative;
  padding-block-start: 2rem !important;
}

.dy26-journal .dy26-article-card--featured {
  height: auto;
  min-height: clamp(19rem, 24vw, 22rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  border-color: var(--dy26-border-strong);
  background:
    linear-gradient(120deg, rgba(24, 20, 15, 0.48), rgba(7, 8, 7, 0.92)),
    rgba(8, 9, 8, 0.88);
}

.dy26-journal .dy26-article-card--featured .dy26-article-card__media {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.dy26-journal .dy26-article-card--featured .dy26-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dy26-journal .dy26-article-card--featured .dy26-article-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.dy26-journal .dy26-article-card--featured .dy26-article-card__title {
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
  line-height: 0.98;
}

.dy26-journal .dy26-article-card--featured .dy26-button {
  align-self: flex-start;
  margin-top: auto;
}

.dy26-journal-archive .dy26-journal-list {
  min-height: 0;
}

.dy26-journal-archive .dy26-journal-list .dy26-section-heading {
  margin-bottom: 1.25rem;
}

.dy26-journal .dy26-article-card__excerpt {
  max-width: 38rem;
  color: var(--dy26-muted);
}

.dy26-journal .dy26-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.4vw, 1.25rem);
}

.dy26-journal .dy26-article-card:not(.dy26-article-card--featured) {
  border-color: var(--dy26-border-strong);
  background: rgba(7, 8, 7, 0.7);
}

.dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__media {
  aspect-ratio: 16 / 8.2;
}

.dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__body {
  min-height: 5.3rem;
  padding: 0.72rem 0.9rem 0.82rem;
}

.dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__title {
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  line-height: 1.02;
}

.dy26-journal .dy26-newsletter {
  margin-block: 0 clamp(2rem, 4vw, 3.5rem);
  border-color: var(--dy26-border-strong);
  background:
    radial-gradient(circle at 6% 50%, rgba(169, 47, 41, 0.1), transparent 12rem),
    linear-gradient(90deg, rgba(17, 18, 16, 0.78), rgba(5, 6, 6, 0.82));
}

/* Search */

.dy26-search > .dy26-container {
  padding-block: clamp(1.5rem, 3vw, 2.7rem) !important;
}

.dy26-search > .dy26-container > .dy26-search-form {
  position: relative;
  margin-block-end: 1rem;
  border: 1px solid var(--dy26-border-strong);
  background: rgba(6, 7, 6, 0.72);
}

.dy26-search > .dy26-container > .dy26-search-form::before {
  display: grid;
  width: 3.8rem;
  place-items: center;
  color: var(--dy26-bronze);
  content: "⌕";
  font-family: var(--dy26-font-display);
  font-size: 1.8rem;
}

.dy26-search > .dy26-container > .dy26-search-form {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.dy26-search > .dy26-container > .dy26-search-form input {
  min-height: 3.8rem;
  border: 0;
  background: transparent;
  font-family: var(--dy26-font-mono);
  font-size: 0.95rem;
}

.dy26-search > .dy26-container > .dy26-search-form .dy26-button {
  min-width: 10rem;
  min-height: 3.8rem;
  border: 0;
  border-left: 1px solid var(--dy26-border-strong);
  background: transparent;
}

.dy26-search-toolbar {
  margin-bottom: 1.15rem;
  padding-block: 0.75rem;
}

.dy26-search-toolbar p {
  font-family: var(--dy26-font-sans);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dy26-search-products,
.dy26-search-editorial {
  padding-block: 0.7rem 2rem;
}

.dy26-search-products > h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
}

body.search:not(.post-type-archive-product) .dy26-search-products ul.products {
  display: grid;
  clear: both;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

body.search:not(.post-type-archive-product) .dy26-search-products ul.products::before,
body.search:not(.post-type-archive-product) .dy26-search-products ul.products::after {
  display: none;
}

body.search:not(.post-type-archive-product) .dy26-search-products ul.products li.product {
  display: flex;
  width: auto;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  border-color: var(--dy26-border-strong);
  background: rgba(7, 8, 7, 0.7);
}

body.search:not(.post-type-archive-product) .dy26-search-products .woocommerce-LoopProduct-link {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.search:not(.post-type-archive-product) .dy26-product-card__media {
  aspect-ratio: 0.82;
}

body.search:not(.post-type-archive-product) .dy26-product-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 6, 6, 0.7) 0%, transparent 24%),
    radial-gradient(ellipse at center, transparent 56%, rgba(5, 6, 6, 0.34) 100%);
  content: "";
  pointer-events: none;
}

body.search:not(.post-type-archive-product) .dy26-search-products ul.products li.product a img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

body.search:not(.post-type-archive-product) .dy26-search-products .dy26-product-card__body {
  display: flex;
  min-height: 6.5rem;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

body.search:not(.post-type-archive-product) .dy26-search-products .woocommerce-loop-product__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 auto;
  padding: 0 0 0.7rem;
  color: var(--dy26-ivory);
  font-family: var(--dy26-font-display);
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 500;
  line-height: 1.05;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.search:not(.post-type-archive-product) .dy26-search-products .price {
  margin: 0;
  color: var(--dy26-ivory-soft);
  font-family: var(--dy26-font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

body.search:not(.post-type-archive-product) .dy26-search-products .button {
  display: none;
}

.dy26-search-end {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-block: 0.5rem 1.8rem;
  color: var(--dy26-red-bright);
}

.dy26-search-end::before,
.dy26-search-end::after {
  height: 1px;
  flex: 1;
  background: var(--dy26-border);
  content: "";
}

.dy26-search-end span {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border: 0;
}

.dy26-search > .dy26-trust-strip,
.dy26-contact > .dy26-trust-strip,
body.woocommerce-cart > .dy26-trust-strip,
body.woocommerce-account > .dy26-trust-strip {
  margin-block: 0 clamp(2rem, 4vw, 3.5rem);
}

/* Product archives */

.dy26-shop-hero {
  height: clamp(27rem, 38vw, 35rem);
  grid-template-columns: minmax(22rem, 0.82fr) minmax(30rem, 1.18fr);
  margin-bottom: 1.4rem;
}

.dy26-shop-hero::after {
  background:
    linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 34%, rgba(5, 6, 6, 0.78) 50%, rgba(5, 6, 6, 0.08) 78%, rgba(5, 6, 6, 0.28) 100%),
    linear-gradient(0deg, #080908 0%, rgba(5, 6, 6, 0.34) 14%, transparent 40%);
}

.dy26-shop-hero__content {
  max-width: 34rem;
  padding-block: calc(var(--dy26-header-height) + 1.6rem) 2.4rem;
}

.dy26-shop-hero__title {
  margin-bottom: 0.55rem;
  font-size: clamp(4.4rem, 7vw, 7.5rem);
}

.dy26-shop-hero__glyph {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: var(--dy26-red-bright);
  font-family: var(--dy26-font-display);
  font-size: 1.5rem;
}

.dy26-shop-hero__glyph::after {
  width: 5rem;
  height: 1px;
  background: var(--dy26-red-dark);
  content: "";
}

.dy26-shop-hero__intro {
  max-width: 26rem;
  margin: 0 0 0.8rem;
  color: var(--dy26-ivory-soft);
  line-height: 1.55;
}

.dy26-shop-hero__seal {
  position: absolute;
  z-index: 3;
  right: 3rem;
  bottom: 2.5rem;
  display: grid;
  width: 4.25rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(165, 35, 31, 0.68);
  border-radius: 50%;
}

.dy26-shop-hero__seal::before {
  position: absolute;
  inset: 0.42rem;
  border: 1px solid rgba(169, 151, 124, 0.28);
  border-radius: 50%;
  content: "";
}

.tax-product_cat .dy26-shop-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  isolation: isolate;
  grid-column: 1 / -1;
  overflow: hidden;
  background: var(--dy26-ink-deep);
}

.tax-product_cat .dy26-shop-hero__media::before {
  position: absolute;
  z-index: 0;
  inset: -2rem;
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.78) 28%, rgba(5, 6, 6, 0.16) 65%, rgba(5, 6, 6, 0.28) 100%),
    linear-gradient(0deg, rgba(5, 6, 6, 0.7) 0%, transparent 30%),
    var(--dy26-archive-backdrop) right center / cover no-repeat;
  content: "";
  filter: blur(16px) brightness(0.48) saturate(0.64);
  opacity: 0.86;
  transform: scale(1.08);
}

.tax-product_cat .dy26-shop-hero__image {
  z-index: 1;
  object-fit: contain;
  object-position: right center;
  filter: brightness(0.72) saturate(0.76) contrast(1.05);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.14) 61%, rgba(0, 0, 0, 0.7) 72%, #000 82%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.14) 61%, rgba(0, 0, 0, 0.7) 72%, #000 82%, #000 100%);
}

@media (max-width: 47.99rem) {
  .tax-product_cat .dy26-shop-hero {
    height: auto;
    min-height: 0;
  }

  .tax-product_cat .dy26-shop-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(13.5rem, 60vw, 19rem);
    flex: 0 0 auto;
  }

  .tax-product_cat .dy26-shop-hero__title {
    max-width: 100%;
    font-size: clamp(2.6rem, 11vw, 3.5rem);
    line-height: 0.9;
  }

  .tax-product_cat .dy26-shop-hero__media::before {
    inset: -1rem;
    background:
      linear-gradient(0deg, rgba(5, 6, 6, 0.94) 0%, rgba(5, 6, 6, 0.12) 55%, rgba(5, 6, 6, 0.26) 100%),
      var(--dy26-archive-backdrop) center / cover no-repeat;
    filter: blur(12px) brightness(0.46) saturate(0.64);
  }

  .tax-product_cat .dy26-shop-hero__image {
    object-position: center;
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 30%, #000 100%);
    mask-image: linear-gradient(0deg, transparent 0%, #000 30%, #000 100%);
  }
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 0.8rem;
}

.dy26-shop-filters {
  margin-bottom: 1.5rem;
}

.dy26-shop-filters__toggle {
  min-height: 3.2rem;
}

.woocommerce ul.products {
  gap: clamp(0.8rem, 1.35vw, 1.2rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-color: var(--dy26-border-strong);
}

.dy26-product-card__media {
  aspect-ratio: 0.82;
}

.dy26-product-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 6, 6, 0.72) 0%, transparent 24%),
    radial-gradient(ellipse at center, transparent 58%, rgba(5, 6, 6, 0.32) 100%);
  content: "";
  pointer-events: none;
}

.woocommerce ul.products li.product a img {
  object-fit: cover;
}

.dy26-product-card__body {
  min-height: 5.8rem;
  padding: 0.85rem 0.95rem 1rem;
}

.dy26-archive-editorial,
.dy26-related-categories {
  margin-block: 2.2rem;
  padding-block: 2rem;
}

.dy26-related-category {
  min-height: 9.5rem;
}

/* Product page */

.dy26-product-breadcrumbs {
  padding-top: calc(var(--dy26-header-height) + 1.2rem);
}

.dy26-single-product__primary {
  grid-template-columns: minmax(0, 1.28fr) minmax(23rem, 0.72fr);
  gap: clamp(2rem, 4vw, 4rem);
  padding-block: 1.25rem 2.2rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  background:
    radial-gradient(circle at center, rgba(117, 99, 77, 0.13), transparent 34rem),
    rgba(5, 6, 6, 0.76);
}

.woocommerce div.product div.images img {
  object-fit: contain;
}

.woocommerce-page .dy26-single-product .dy26-single-product__primary > .summary.entry-summary {
  top: calc(var(--dy26-header-height) + 1rem);
  padding-top: 0.35rem;
}

.woocommerce div.product .product_title {
  font-size: clamp(2.7rem, 4.2vw, 4.5rem);
  line-height: 0.92;
}

.dy26-single-product > .dy26-trust-strip {
  width: 100%;
  margin-block: 0 2rem;
}

.dy26-product-editorial {
  margin-bottom: 2.3rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  border-color: var(--dy26-border-strong);
}

.dy26-product-editorial__media {
  position: relative;
  min-height: clamp(15rem, 23vw, 20rem);
}

.dy26-product-editorial__media::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(5, 6, 6, 0.55) 100%);
  content: "";
  pointer-events: none;
}

/* Process and contact */

.dy26-process .dy26-section,
.dy26-contact .dy26-section {
  padding-block: clamp(2rem, 3.5vw, 3.25rem);
}

.dy26-process-steps__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--dy26-border-strong);
}

.dy26-process-step {
  padding: 1rem 0.85rem 1.15rem;
  border: 0;
  border-right: 1px solid var(--dy26-border);
  background: rgba(7, 8, 7, 0.58);
}

.dy26-process-step:last-child {
  border-right: 0;
}

.dy26-process-step__media {
  position: relative;
  aspect-ratio: 4 / 4.5;
}

.dy26-process-step__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 6, 6, 0.45), transparent 32%);
  content: "";
}

.dy26-process-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.7);
}

.dy26-process-step h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.55rem);
  line-height: 1;
}

.dy26-process-materials__layout {
  gap: 1.2rem;
  border-block: 1px solid var(--dy26-border);
  padding-block: 1.5rem;
}

.dy26-process-materials .dy26-editorial-grid {
  gap: 0;
}

.dy26-process-materials .dy26-editorial-grid article {
  padding: 0.5rem 1.2rem;
  border-left: 1px solid var(--dy26-border);
}

.dy26-workshop-gallery__grid {
  gap: 0.55rem;
}

.dy26-workshop-gallery__grid img {
  filter: brightness(0.7) saturate(0.72) contrast(1.06);
}

.dy26-contact-main__layout {
  grid-template-columns: minmax(0, 1.8fr) minmax(17rem, 0.8fr);
  gap: 0;
  border: 1px solid var(--dy26-border-strong);
}

.dy26-contact-form-panel,
.dy26-contact-details {
  border: 0;
  background: rgba(8, 9, 8, 0.58);
}

.dy26-contact-details {
  border-left: 1px solid var(--dy26-border);
}

.dy26-contact-projects__layout {
  gap: 0.85rem;
  align-items: stretch;
}

.dy26-contact-projects__copy,
.dy26-contact-projects__media {
  border: 1px solid var(--dy26-border);
  background: rgba(7, 8, 7, 0.55);
}

.dy26-contact-projects__copy {
  padding: clamp(1.4rem, 3vw, 2.7rem);
}

.dy26-contact-projects__media {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.dy26-contact-projects__media::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(5, 6, 6, 0.6) 100%);
  content: "";
}

.dy26-contact-projects__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dy26-contact-faq__grid {
  gap: 0;
  border: 1px solid var(--dy26-border);
}

.dy26-contact-faq__grid details {
  border: 0;
  border-right: 1px solid var(--dy26-border);
}

.dy26-contact-faq__grid details:last-child {
  border-right: 0;
}

/* Cart and account */

.dy26-cart-page,
.dy26-account-page {
  padding-block: clamp(1.5rem, 3vw, 2.7rem) 2rem;
}

.dy26-cart-table-wrap {
  border: 1px solid var(--dy26-border-strong);
  background: rgba(7, 8, 7, 0.58);
}

.woocommerce-cart table.shop_table {
  border: 0;
}

.woocommerce-cart table.cart img {
  width: 6.5rem;
  aspect-ratio: 1;
}

.dy26-cart-collaterals {
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.62fr);
  margin-top: 0.75rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 1.1rem 1.3rem;
  border-color: var(--dy26-border-strong);
}

.dy26-account-access-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.52fr) minmax(0, 1.48fr);
  gap: 0.85rem;
  align-items: stretch;
}

.dy26-account-access-note {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  border: 1px solid var(--dy26-border-strong);
  background:
    radial-gradient(circle at 20% 100%, rgba(169, 47, 41, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(19, 18, 15, 0.84), rgba(5, 6, 6, 0.86));
}

.dy26-account-access-note h2 {
  max-width: 10ch;
  margin-top: 1rem;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: 0.94;
}

.dy26-account-access-note p:not(.dy26-eyebrow) {
  max-width: 28rem;
  color: var(--dy26-muted);
}

.dy26-account-access-note__mark {
  position: absolute;
  right: 1.4rem;
  bottom: -1rem;
  color: rgba(198, 65, 54, 0.12);
  font-family: var(--dy26-font-display);
  font-size: 6.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.dy26-account-access-layout .dy26-customer-access--login-only {
  max-width: none;
  height: 100%;
  min-height: 25rem;
  margin: 0;
  padding: clamp(1.8rem, 4vw, 3.5rem);
  border-color: var(--dy26-border-strong);
  background: rgba(8, 9, 8, 0.68);
}

.dy26-account-access-layout .dy26-customer-access {
  height: 100%;
  gap: 0.85rem;
  padding: 0;
}

.dy26-account-access-layout .dy26-customer-access > div {
  min-height: 25rem;
  padding: clamp(1.5rem, 2.8vw, 2.5rem);
  border-color: var(--dy26-border-strong);
  background: rgba(8, 9, 8, 0.68);
}

/* At compact desktop widths, three narrow columns make the account forms look
 * taller and emptier than they are. Keep the editorial note as a horizontal
 * introduction, then give each WooCommerce form a usable half-width panel. */
@media (max-width: 80rem) and (min-width: 48rem) {
  .dy26-account-access-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .dy26-account-access-note {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(15rem, 0.78fr) minmax(20rem, 1.22fr);
    grid-template-areas:
      "eyebrow eyebrow"
      "title copy";
    gap: 0.7rem clamp(2rem, 6vw, 5.5rem);
    align-items: end;
    padding: clamp(1.6rem, 3vw, 2.4rem) clamp(1.7rem, 4vw, 3.2rem);
  }

  .dy26-account-access-note .dy26-eyebrow {
    grid-area: eyebrow;
    margin: 0;
  }

  .dy26-account-access-note h2 {
    grid-area: title;
    max-width: 12ch;
    margin: 0;
    font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  }

  .dy26-account-access-note p:not(.dy26-eyebrow) {
    grid-area: copy;
    max-width: 38rem;
    margin: 0 4rem 0 0;
  }

  .dy26-account-access-note__mark {
    right: 1.2rem;
    bottom: -0.55rem;
    font-size: 5.4rem;
  }

  .dy26-account-access-layout .dy26-customer-access {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy26-account-access-layout .dy26-customer-access > div {
    min-height: 0;
  }
}

.dy26-account-shell {
  grid-template-columns: minmax(14rem, 0.28fr) minmax(0, 1fr);
  gap: 0.85rem;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  border-color: var(--dy26-border-strong);
}

.woocommerce-account .dy26-account-shell .woocommerce-MyAccount-navigation,
.woocommerce-account .dy26-account-shell .woocommerce-MyAccount-content {
  width: 100%;
  min-width: 0;
  float: none;
}

.woocommerce-MyAccount-content {
  padding: clamp(1.25rem, 2.5vw, 2.3rem);
}

.dy26-account-dashboard {
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.dy26-account-dashboard > section {
  border-color: var(--dy26-border-strong);
}

/* Responsive continuity */

@media (max-width: 63.99rem) {
  .dy26-editorial-hero--journal .dy26-page-hero__copy,
  .dy26-editorial-hero--search .dy26-page-hero__copy,
  .dy26-editorial-hero--process .dy26-page-hero__copy,
  .dy26-editorial-hero--contact .dy26-page-hero__copy,
  .dy26-editorial-hero--cart .dy26-page-hero__copy,
  .dy26-editorial-hero--account .dy26-page-hero__copy {
    width: min(33rem, 54%);
  }

  .dy26-process-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dy26-process-step:nth-child(3n) {
    border-right: 0;
  }

  .dy26-process-step:nth-child(-n + 3) {
    border-bottom: 1px solid var(--dy26-border);
  }

  .dy26-account-access-layout {
    grid-template-columns: 1fr;
  }

  .dy26-account-access-note {
    min-height: 0;
  }

  .dy26-journal .dy26-article-card--featured {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dy26-journal .dy26-article-card--featured .dy26-article-card__media {
    min-height: clamp(15rem, 48vw, 24rem);
  }

  .dy26-journal .dy26-article-card--featured .dy26-button {
    margin-top: 1rem;
  }
}

@media (max-width: 47.99rem) {
  .dy26-editorial-hero--journal,
  .dy26-editorial-hero--search,
  .dy26-editorial-hero--process,
  .dy26-editorial-hero--contact,
  .dy26-editorial-hero--cart,
  .dy26-editorial-hero--account {
    min-height: 31rem;
  }

  .dy26-editorial-hero--about .dy26-page-hero__copy {
    box-sizing: border-box;
    padding-inline-start: 0;
  }

  .dy26-editorial-hero--about .dy26-page-hero__vertical {
    display: none;
  }

  .dy26-editorial-hero--journal .dy26-page-hero__media img,
  .dy26-editorial-hero--search .dy26-page-hero__media img,
  .dy26-editorial-hero--process .dy26-page-hero__media img,
  .dy26-editorial-hero--contact .dy26-page-hero__media img,
  .dy26-editorial-hero--cart .dy26-page-hero__media img,
  .dy26-editorial-hero--account .dy26-page-hero__media img {
    object-position: 67% center;
  }

  .dy26-editorial-hero--journal .dy26-page-hero__shade,
  .dy26-editorial-hero--search .dy26-page-hero__shade,
  .dy26-editorial-hero--process .dy26-page-hero__shade,
  .dy26-editorial-hero--contact .dy26-page-hero__shade,
  .dy26-editorial-hero--cart .dy26-page-hero__shade,
  .dy26-editorial-hero--account .dy26-page-hero__shade {
    background:
      linear-gradient(0deg, #050606 8%, rgba(5, 6, 6, 0.94) 38%, rgba(5, 6, 6, 0.35) 72%, rgba(5, 6, 6, 0.45) 100%),
      linear-gradient(90deg, rgba(5, 6, 6, 0.88), transparent 76%);
  }

  .dy26-editorial-hero--journal .dy26-page-hero__copy,
  .dy26-editorial-hero--search .dy26-page-hero__copy,
  .dy26-editorial-hero--process .dy26-page-hero__copy,
  .dy26-editorial-hero--contact .dy26-page-hero__copy,
  .dy26-editorial-hero--cart .dy26-page-hero__copy,
  .dy26-editorial-hero--account .dy26-page-hero__copy {
    width: 100%;
    align-self: end;
  }

  .dy26-editorial-hero--process .dy26-page-hero__copy,
  .dy26-editorial-hero--contact .dy26-page-hero__copy {
    box-sizing: border-box;
    padding-inline-start: 2.7rem;
  }

  .dy26-editorial-hero--journal .dy26-page-hero__copy h1,
  .dy26-editorial-hero--search .dy26-page-hero__copy h1,
  .dy26-editorial-hero--process .dy26-page-hero__copy h1,
  .dy26-editorial-hero--contact .dy26-page-hero__copy h1,
  .dy26-editorial-hero--cart .dy26-page-hero__copy h1,
  .dy26-editorial-hero--account .dy26-page-hero__copy h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .dy26-page-hero__seal {
    right: 1.2rem;
    bottom: auto;
    top: calc(var(--dy26-header-height) + 1rem);
  }

  .dy26-page-hero__orbit {
    display: none;
  }

  .dy26-journal .dy26-article-card--featured,
  .dy26-journal .dy26-article-grid,
  body.search:not(.post-type-archive-product) .dy26-search-products ul.products,
  .dy26-account-access-layout {
    grid-template-columns: 1fr;
  }

  .dy26-journal .dy26-article-card--featured {
    height: auto;
  }

  .dy26-journal-categories .dy26-container {
    justify-content: flex-start;
  }

  .dy26-search > .dy26-container > .dy26-search-form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dy26-search > .dy26-container > .dy26-search-form .dy26-button {
    grid-column: 1 / -1;
    border-top: 1px solid var(--dy26-border);
    border-left: 0;
  }

  .dy26-shop-hero {
    grid-template-columns: 1fr;
  }

  .dy26-shop-hero__intro {
    font-size: 0.9rem;
  }

  .dy26-shop-hero__seal {
    right: 1rem;
    top: calc(var(--dy26-header-height) + 0.9rem);
    bottom: auto;
  }

  .dy26-process-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy26-process-step:nth-child(3n) {
    border-right: 1px solid var(--dy26-border);
  }

  .dy26-process-step:nth-child(2n) {
    border-right: 0;
  }

  .dy26-process-step:nth-child(-n + 4) {
    border-bottom: 1px solid var(--dy26-border);
  }

  .dy26-contact-main__layout,
  .dy26-contact-projects__layout,
  .dy26-cart-collaterals {
    grid-template-columns: 1fr;
  }

  .dy26-single-product__primary {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page .dy26-single-product .dy26-single-product__primary > .summary.entry-summary {
    width: 100% !important;
    min-width: 0;
  }

  .dy26-contact-details {
    border-top: 1px solid var(--dy26-border);
    border-left: 0;
  }

  .dy26-contact-faq__grid {
    border-bottom: 0;
  }

  .dy26-contact-faq__grid details {
    border-right: 0;
    border-bottom: 1px solid var(--dy26-border);
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    grid-column: 1;
  }

  .dy26-account-access-note,
  .dy26-account-access-layout .dy26-customer-access--login-only {
    min-height: auto;
  }

  .dy26-account-access-layout > div,
  .dy26-account-access-layout .dy26-customer-access,
  .dy26-account-access-layout .dy26-customer-access > div {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
  }

  .dy26-account-access-layout .dy26-customer-access {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .dy26-account-access-note {
    display: block;
    padding: 1.5rem 1.25rem;
  }

  .dy26-account-access-note h2 {
    margin-top: 0.75rem;
  }

  .dy26-account-access-note p:not(.dy26-eyebrow) {
    margin-right: 2.5rem;
  }

  .dy26-account-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .woocommerce-account .dy26-account-shell .woocommerce-MyAccount-navigation,
  .woocommerce-account .dy26-account-shell .woocommerce-MyAccount-content {
    width: 100%;
    min-width: 0;
  }

  .dy26-account-access-layout .dy26-customer-access > div,
  .dy26-account-access-layout .dy26-customer-access--login-only {
    padding: 1.25rem;
  }

  .dy26-account-access-layout input,
  .dy26-account-access-layout button {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dy26-journal-categories a::after {
    transition: none;
  }
}

/* Mobile density pass
 * Keep the editorial hierarchy and 44 px controls, while avoiding the long
 * desktop-style stacks that made every phone page feel several screens too
 * tall. Repeated content becomes a compact grid or a swipeable rail. */
@media (max-width: 47.99rem) {
  :root {
    --dy26-space-xl: 1.5rem;
    --dy26-space-2xl: 2rem;
    --dy26-space-3xl: 3rem;
    --dy26-space-section: 1.5rem;
  }

  .dy26-section,
  .dy26-journal .dy26-section,
  .dy26-process .dy26-section,
  .dy26-about .dy26-section,
  .dy26-contact .dy26-section {
    padding-block: 1.25rem;
  }

  .dy26-section-heading {
    margin-block-end: 0.9rem;
    padding-block-end: 0.65rem;
  }

  .dy26-section-heading h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .dy26-home-hero {
    min-height: 28rem;
  }

  .dy26-home-hero__inner {
    padding-block: calc(var(--dy26-header-height) + 1rem) 1.8rem;
  }

  .dy26-home-hero__intro {
    margin-block: 0.65rem 1rem;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .dy26-page-hero,
  .dy26-editorial-hero,
  .dy26-editorial-hero--journal,
  .dy26-editorial-hero--search,
  .dy26-editorial-hero--process,
  .dy26-editorial-hero--contact,
  .dy26-editorial-hero--cart,
  .dy26-editorial-hero--account {
    min-height: 25.5rem;
  }

  .dy26-editorial-hero--about {
    min-height: 28rem;
  }

  body.woocommerce-cart .dy26-page-hero,
  body.woocommerce-account .dy26-page-hero,
  body.woocommerce-checkout .dy26-page-hero,
  body.search:not(.post-type-archive-product) .dy26-page-hero {
    min-height: 24rem;
  }

  .dy26-page-hero__inner,
  .dy26-editorial-hero--journal .dy26-page-hero__inner,
  .dy26-editorial-hero--about .dy26-page-hero__inner {
    padding-block: calc(var(--dy26-header-height) + 1rem) 1.5rem;
  }

  .dy26-page-hero__copy h1,
  .dy26-editorial-hero--journal .dy26-page-hero__copy h1,
  .dy26-editorial-hero--search .dy26-page-hero__copy h1,
  .dy26-editorial-hero--process .dy26-page-hero__copy h1,
  .dy26-editorial-hero--contact .dy26-page-hero__copy h1,
  .dy26-editorial-hero--cart .dy26-page-hero__copy h1,
  .dy26-editorial-hero--account .dy26-page-hero__copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .dy26-page-hero__intro,
  .dy26-editorial-hero--journal .dy26-page-hero__intro,
  .dy26-editorial-hero--about .dy26-page-hero__intro {
    margin-block: 0.7rem 0;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  /* Trust and footer appear on most pages, so their density has a large
   * cumulative effect without removing any information. */
  .dy26-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dy26-trust-strip__item {
    min-height: 5.25rem;
    justify-content: center;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.7rem 0.45rem;
    font-size: 0.75rem;
    line-height: 1.35;
    text-align: center;
  }

  .dy26-trust-strip__item + .dy26-trust-strip__item {
    border-block-start: 0;
    border-inline-start: 1px solid var(--dy26-border);
  }

  .dy26-trust-icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .dy26-site-footer {
    padding-block-start: 1rem;
  }

  .dy26-site-footer__grid {
    gap: 0 1rem;
  }

  .dy26-site-footer__brand {
    padding-block-end: 0.65rem;
  }

  .dy26-site-footer__brand .dy26-brand__tagline {
    display: none;
  }

  .dy26-site-footer__brand > p {
    max-width: 29rem;
    margin-block-start: 0.35rem;
    font-size: 0.7rem;
  }

  .dy26-site-footer__nav {
    padding-block: 0.6rem;
  }

  .dy26-site-footer__studio {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.7rem;
    border-inline-start: 0;
    padding: 0.7rem 0;
  }

  .dy26-site-footer__studio .dy26-footer-heading,
  .dy26-site-footer__studio p {
    margin: 0;
  }

  .dy26-site-footer__studio .dy26-arrow-link {
    margin: 0;
  }

  .dy26-site-footer__bottom {
    align-items: center;
    flex-direction: row;
    margin-block-start: 0.6rem;
    padding-block: 0.65rem;
  }

  /* Homepage */
  .dy26-home-trust {
    padding-block: 0.4rem;
  }

  .dy26-home-featured-workshop {
    padding-block: 1.25rem;
  }

  .dy26-home-featured-workshop__atelier {
    position: relative;
    display: block;
    min-height: 18rem;
    overflow: hidden;
  }

  .dy26-home-featured-workshop__atelier figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .dy26-home-featured-workshop__atelier .dy26-workshop-band__copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 18rem;
    justify-content: end;
    flex-direction: column;
    margin: 0;
    padding: 1.15rem;
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.78) 48%, rgba(5, 6, 6, 0.16) 100%);
  }

  .dy26-home-featured-workshop__atelier .dy26-workshop-band__copy h2 {
    max-width: 12ch;
    font-size: 2rem;
  }

  .dy26-home-featured-workshop__atelier .dy26-workshop-band__copy p:not(.dy26-eyebrow) {
    max-width: 30rem;
    font-size: 0.76rem;
  }

  .dy26-home-reasons {
    padding-block: 1.25rem;
  }

  .dy26-home-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy26-home-reasons__grid article {
    padding: 0.85rem;
  }

  .dy26-home-reasons__grid article:last-child {
    grid-column: 1 / -1;
  }

  .dy26-home-reasons__grid article > span {
    margin-block-end: 0.45rem;
  }

  .dy26-home-reasons__grid h3 {
    margin-bottom: 0.4rem;
    font-size: 1.18rem;
  }

  .dy26-home-reasons__grid p {
    font-size: 0.7rem;
    line-height: 1.42;
  }

  .dy26-home-convention {
    position: relative;
    display: block;
    height: 18rem;
    overflow: hidden;
  }

  .dy26-home-convention figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .dy26-home-convention__copy {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 0;
    justify-content: end;
    padding: 1.15rem;
    border: 1px solid var(--dy26-border);
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.72) 50%, rgba(5, 6, 6, 0.12) 100%);
  }

  .dy26-home-convention__copy strong {
    font-size: 1.8rem;
  }

  .dy26-home-convention__copy small {
    margin-block: 0.55rem 0.7rem;
    font-size: 0.75rem;
  }

  .dy26-home-journal .dy26-article-grid {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(15rem, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dy26-home-journal .dy26-article-grid::-webkit-scrollbar {
    display: none;
  }

  .dy26-home-journal .dy26-article-card {
    scroll-snap-align: start;
  }

  .dy26-home-faq__layout > header {
    padding: 1rem;
  }

  .dy26-home-faq__layout > header h2 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }

  /* Shop and product category archives */
  .dy26-shop-hero,
  .tax-product_cat .dy26-shop-hero {
    margin-bottom: 1.25rem;
  }

  .dy26-shop-hero__media,
  .tax-product_cat .dy26-shop-hero__media {
    height: 11rem;
  }

  .dy26-shop-hero__content {
    padding: 1.15rem var(--dy26-gutter) 1.5rem;
  }

  .dy26-shop-hero__title,
  .tax-product_cat .dy26-shop-hero__title {
    margin-bottom: 0.65rem;
    font-size: clamp(2.7rem, 11.5vw, 3.6rem);
  }

  .dy26-shop-category-nav {
    margin-block: 0 1.1rem;
    padding-block: 0.85rem;
  }

  .dy26-shop-category-nav__head {
    margin-bottom: 0.7rem;
  }

  .dy26-shop-category-nav__grid {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(12rem, 62vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dy26-shop-category-nav__grid::-webkit-scrollbar {
    display: none;
  }

  .dy26-shop-category-link {
    min-height: 4.75rem;
    scroll-snap-align: start;
  }

  .dy26-related-categories {
    margin-block: 1.4rem;
    padding-block: 1.25rem;
  }

  .dy26-related-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .dy26-related-category {
    min-height: 7.5rem;
    padding: 0.85rem;
    font-size: 1.2rem;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-block: 1.4rem 1.8rem;
  }

  /* Journal and search */
  .dy26-journal > .dy26-container {
    padding-block: 1rem 1.35rem;
  }

  .dy26-journal .dy26-article-card--featured .dy26-article-card__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .dy26-journal .dy26-article-card--featured .dy26-article-card__body {
    padding: 1rem;
  }

  .dy26-journal .dy26-article-card--featured .dy26-article-card__title {
    font-size: 1.85rem;
  }

  .dy26-journal .dy26-article-card--featured .dy26-article-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .dy26-journal .dy26-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__body {
    min-height: 6rem;
    padding: 0.7rem;
  }

  .dy26-journal .dy26-article-card:not(.dy26-article-card--featured) .dy26-article-card__title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .dy26-journal .dy26-article-card__meta {
    gap: 0.2rem 0.35rem;
    font-size: 0.75rem;
  }

  .dy26-journal .dy26-newsletter,
  .dy26-newsletter {
    margin-block: 1.25rem;
    padding: 1.1rem;
  }

  body.search:not(.post-type-archive-product) .dy26-search-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Product detail */
  .dy26-product-breadcrumbs {
    padding-top: calc(var(--dy26-header-height) + 0.65rem);
  }

  .dy26-single-product__primary {
    gap: 0.9rem;
    padding-block: 0.8rem 1.35rem;
  }

  .single-product .woocommerce-product-gallery__image > a {
    aspect-ratio: 1 / 1.08;
    padding: 0.55rem !important;
  }

  .single-product .woocommerce-product-gallery__image > a img {
    height: 100%;
  }

  .woocommerce div.product .product_title {
    margin-bottom: 0.65rem;
    font-size: clamp(2.2rem, 10.5vw, 2.9rem);
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    margin-bottom: 1rem;
  }

  .woocommerce-product-details__short-description {
    margin-block: 1rem;
    font-size: 0.86rem;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 1rem;
    padding-block: 1rem;
  }

  .dy26-product-key-info {
    margin-top: 1rem;
    padding: 0.9rem;
  }

  .dy26-product-key-info dl > div {
    grid-template-columns: minmax(5.5rem, 0.36fr) minmax(0, 0.64fr);
    gap: 0.65rem;
    padding-block: 0.45rem;
  }

  .dy26-product-editorial {
    margin-bottom: 1.4rem;
    padding: 1rem;
  }

  .dy26-product-editorial__story-layout {
    gap: 1rem;
  }

  .dy26-product-editorial__story h2 {
    font-size: 2rem;
  }

  .dy26-product-editorial__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .dy26-product-editorial__details {
    margin-top: 1.1rem;
  }

  .dy26-product-detail summary {
    min-height: 3.25rem;
  }

  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 1.4rem;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 1rem;
  }

  .woocommerce div.product .woocommerce-tabs .panel h2,
  .woocommerce .related > h2,
  .woocommerce .upsells > h2,
  .woocommerce .cross-sells > h2 {
    margin-bottom: 0.9rem;
    font-size: 2rem;
  }

  .woocommerce .related ul.products,
  .woocommerce .upsells ul.products,
  .woocommerce .cross-sells ul.products {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(10.5rem, 56vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-bottom: 1.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .woocommerce .related ul.products::-webkit-scrollbar,
  .woocommerce .upsells ul.products::-webkit-scrollbar,
  .woocommerce .cross-sells ul.products::-webkit-scrollbar {
    display: none;
  }

  .woocommerce .related ul.products li.product,
  .woocommerce .upsells ul.products li.product,
  .woocommerce .cross-sells ul.products li.product {
    scroll-snap-align: start;
  }

  /* About */
  .dy26-about-intro__media {
    aspect-ratio: 16 / 9;
  }

  .dy26-about-intro__content {
    padding-top: 1rem;
  }

  .dy26-about-intro__content h2 {
    margin-bottom: 0.6rem;
    font-size: 2.1rem;
  }

  .dy26-about-intro__content > p:not(.dy26-eyebrow, .dy26-about-signature) {
    margin-block: 0.5rem;
    font-size: 0.78rem;
    line-height: 1.48;
  }

  .dy26-about-inspiration {
    min-height: 8.5rem;
  }

  .dy26-about-inspiration__copy {
    padding: 0.7rem;
  }

  .dy26-about-inspiration__copy h3 {
    font-size: 1.2rem;
  }

  .dy26-about-inspiration__copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .dy26-about-timeline {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(15rem, 76vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0.7rem;
    padding: 1rem 0 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dy26-about-timeline::-webkit-scrollbar {
    display: none;
  }

  .dy26-about-timeline::before {
    top: 1.25rem;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .dy26-about-timeline li {
    min-height: 10.5rem;
    padding: 1.45rem 0.85rem 0.65rem 0;
    scroll-snap-align: start;
  }

  .dy26-about-timeline li::before {
    top: 0;
    left: 0;
  }

  .dy26-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy26-about-values__grid article,
  .dy26-about-values__grid article + article,
  .dy26-about-values__grid article:nth-child(3) {
    padding: 0.8rem;
    border-block-start: 0;
    border-inline-start: 0;
  }

  .dy26-about-values__grid article:nth-child(even) {
    border-inline-start: 1px solid var(--dy26-border);
  }

  .dy26-about-values__grid article:nth-child(n + 3) {
    border-block-start: 1px solid var(--dy26-border);
  }

  .dy26-about-values__grid article > span {
    margin-bottom: 0.4rem;
    font-size: 1.65rem;
  }

  .dy26-about-values__grid h3 {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
  }

  .dy26-about-values__grid p {
    font-size: 0.75rem;
    line-height: 1.42;
  }

  .dy26-about-collection__layout {
    position: relative;
    display: block;
    height: 23rem;
  }

  .dy26-about-collection figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .dy26-about-collection__copy {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    justify-content: end;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.78) 58%, rgba(5, 6, 6, 0.16) 100%);
  }

  .dy26-about-collection__copy h2 {
    font-size: 1.85rem;
  }

  .dy26-about-collection__copy > p:not(.dy26-eyebrow) {
    margin-block: 0.55rem;
    font-size: 0.75rem;
  }

  .dy26-about-collection__actions {
    gap: 0.7rem 1rem;
    margin-block-start: 0.6rem;
  }

  /* Process */
  .dy26-process-steps__grid {
    display: grid;
    overflow-x: auto;
    grid-auto-columns: minmax(13.5rem, 68vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .dy26-process-steps__grid::-webkit-scrollbar {
    display: none;
  }

  .dy26-process-step,
  .dy26-process-step:nth-child(2n),
  .dy26-process-step:nth-child(3n),
  .dy26-process-step:nth-child(-n + 4) {
    border-right: 1px solid var(--dy26-border);
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .dy26-process-materials__layout .dy26-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy26-process-materials .dy26-editorial-grid article {
    padding: 0.85rem;
  }

  .dy26-process-materials .dy26-editorial-grid article:nth-child(odd) {
    border-left: 0;
  }

  .dy26-process-materials .dy26-editorial-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--dy26-border);
  }

  .dy26-workshop-gallery__grid img {
    height: 8.5rem;
  }

  .dy26-process-steps > .dy26-container > h2,
  .dy26-workshop-gallery > .dy26-container > h2 {
    margin-block-end: 1rem;
  }

  .dy26-editorial-cta {
    padding-block: 1.5rem;
  }

  /* Contact */
  .dy26-contact-form-panel,
  .dy26-contact-details {
    padding: 1rem;
  }

  .dy26-contact-form-panel > h2,
  .dy26-contact-details > h2 {
    margin-block-end: 0.9rem;
    font-size: 2rem;
  }

  .dy26-form p {
    margin-block-end: 0.75rem;
  }

  .dy26-contact textarea {
    height: 7.5rem;
    min-height: 7.5rem;
  }

  .dy26-contact-details dl {
    margin-block-end: 1rem;
  }

  .dy26-contact-details dl > div {
    padding-block: 0.75rem;
  }

  .dy26-contact-projects__layout {
    position: relative;
    display: block;
    min-height: 21rem;
    overflow: hidden;
  }

  .dy26-contact-projects__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .dy26-contact-projects__copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 21rem;
    justify-content: end;
    flex-direction: column;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(5, 6, 6, 0.98) 0%, rgba(5, 6, 6, 0.8) 58%, rgba(5, 6, 6, 0.18) 100%);
  }

  .dy26-contact-projects__copy p {
    margin-block: 0.45rem;
    font-size: 0.76rem;
  }

  .dy26-contact-faq__grid details {
    padding: 0.9rem;
  }

  /* Account */
  .dy26-account-page,
  .dy26-cart-page,
  .dy26-checkout-page,
  body.woocommerce-account .dy26-editorial-page > .dy26-section,
  body.woocommerce-cart .dy26-editorial-page > .dy26-section,
  body.woocommerce-checkout .dy26-editorial-page > .dy26-section {
    padding-block: 1.25rem 1.5rem;
  }

  .dy26-account-access-note {
    padding: 1rem;
  }

  .dy26-account-access-note h2 {
    margin-top: 0.45rem;
    font-size: 2rem;
  }

  .dy26-account-access-note p:not(.dy26-eyebrow) {
    margin: 0.6rem 2rem 0 0;
    font-size: 0.8rem;
  }

  .dy26-account-access-layout .dy26-customer-access > div,
  .dy26-account-access-layout .dy26-customer-access--login-only {
    padding: 1rem;
  }

  .dy26-customer-access h2 {
    font-size: 2rem;
  }

  .dy26-account-access-layout .form-row {
    margin-bottom: 0.8rem;
  }
}
