/**
 * Editorial section archetypes: feature panel, trust, value, quote, artist, lookbook.
 */

.htha-product-detail .htha-btn--soft {
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid var(--htha-dark);
  background: #fff;
  color: var(--htha-dark);
}

.htha-product-detail .pdp-feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: var(--htha-surface-cream);
  border: none;
  border-radius: var(--pdp-radius-feature);
}

.htha-product-detail .pdp-feature-panel--copy {
  grid-template-columns: 1fr;
  padding: 56px 64px;
}

.htha-product-detail .pdp-feature-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 52px;
}

.htha-product-detail .pdp-feature-panel--copy .pdp-feature-panel__copy {
  padding: 0;
}

.htha-product-detail .pdp-feature-panel__copy h2 {
  margin: 0 0 16px;
  font-family: var(--htha-font-serif);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.htha-product-detail .pdp-feature-panel__copy .pdp-body {
  margin-bottom: 28px;
}

.htha-product-detail .pdp-feature-panel__cta {
  margin: 0;
  justify-content: flex-start;
}

.htha-product-detail .pdp-feature-panel__media {
  min-height: 360px;
  background: #e4ddd2;
}

.htha-product-detail .pdp-feature-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htha-product-detail .pdp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.htha-product-detail .pdp-trust-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 24px;
  background: var(--htha-surface);
  border: 1px solid var(--pdp-line);
  border-radius: var(--htha-radius-md, 20px);
}

.htha-product-detail .pdp-trust-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #eee8dc;
  color: var(--htha-dark);
}

.htha-product-detail .pdp-trust-card .pdp-art-tag {
  margin-bottom: 10px;
}

.htha-product-detail .pdp-trust-card h3 {
  margin: 0 0 8px;
  font-family: var(--htha-font-sans);
  font-size: 16px;
  font-weight: 600;
}

.htha-product-detail .pdp-trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-line-icon {
  display: inline-block;
  color: var(--htha-dark);
}

.htha-product-detail .pdp-value-grid {
  padding: 56px 48px 48px;
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-radius-value);
  background: transparent;
}

.htha-product-detail .pdp-value-grid > h2 {
  margin: 0 0 40px;
  text-align: center;
  font-family: var(--htha-font-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 400;
}

.htha-product-detail .pdp-value-grid__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.htha-product-detail .pdp-value-grid__item h3 {
  margin: 14px 0 8px;
  font-family: var(--htha-font-sans);
  font-size: 16px;
  font-weight: 600;
}

.htha-product-detail .pdp-value-grid__item p {
  margin: 0 auto;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-quote {
  text-align: center;
  padding-block: 24px;
}

.htha-product-detail .pdp-quote blockquote {
  margin: 0 auto;
  max-width: 1040px;
}

.htha-product-detail .pdp-quote blockquote p {
  margin: 0;
  font-family: var(--htha-font-sans);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--htha-dark);
}

.htha-product-detail .pdp-quote__source {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-quote__note {
  margin: 28px auto 0;
  max-width: 680px;
  text-align: left;
}

.htha-product-detail .pdp-quote--compact {
  margin-bottom: 40px;
  padding-block: 8px;
}

.htha-product-detail .pdp-quote--compact blockquote p {
  font-size: clamp(22px, 2.6vw, 34px);
}

.htha-product-detail .pdp-artist-feature {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.3fr) minmax(180px, 0.8fr);
  gap: 32px;
  align-items: stretch;
  overflow: hidden;
  background: var(--htha-surface-warm);
  border-radius: var(--pdp-radius-feature);
}

.htha-product-detail .pdp-artist-feature--no-portrait {
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr);
  padding: 56px 64px;
}

.htha-product-detail .pdp-artist-feature--no-work:not(.pdp-artist-feature--no-portrait) {
  grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.6fr);
}

.htha-product-detail .pdp-artist-feature__portrait {
  min-height: 420px;
  background: #e4ddd2;
}

.htha-product-detail .pdp-artist-feature__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htha-product-detail .pdp-artist-feature__copy {
  padding: 56px 40px 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.htha-product-detail .pdp-artist-feature__copy h2 {
  margin: 0 0 10px;
  font-family: var(--htha-font-serif);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 400;
}

.htha-product-detail .pdp-artist-feature__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 56px 56px 56px 8px;
}

.htha-product-detail .pdp-artist-feature--no-portrait .pdp-artist-feature__copy,
.htha-product-detail .pdp-artist-feature--no-portrait .pdp-artist-feature__aside {
  padding: 0;
}

.htha-product-detail .pdp-artist-feature__aside .htha-btn {
  align-self: flex-start;
  width: auto;
}

.htha-product-detail .pdp-artist-feature__work {
  display: block;
  text-decoration: none;
  color: inherit;
}

.htha-product-detail .pdp-artist-feature__work img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.htha-product-detail .pdp-lookbook-feature--media {
  overflow: hidden;
  min-height: 480px;
  background: var(--htha-surface-cream);
  border-radius: var(--pdp-radius-feature);
}

.htha-product-detail .pdp-lookbook-feature--media .pdp-lookbook-feature__body {
  padding: 40px 36px;
}

.htha-product-detail .pdp-lookbook-feature--fallback {
  padding: 40px 44px;
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-radius-feature);
  background: transparent;
  min-height: 0;
}

.htha-product-detail .pdp-lookbook-feature--fallback .pdp-lookbook-feature__body {
  padding: 0;
}

.htha-product-detail .htha-gallery--pair {
  display: grid;
  grid-template-columns: 1.85fr 1fr;
  gap: 16px;
}

.htha-product-detail .htha-gallery--pair img,
.htha-product-detail .htha-gallery--solo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htha-product-detail .htha-gallery--solo figure {
  margin: 0;
  min-height: 280px;
}

.htha-product-detail .pdp-chapter--craft {
  --pdp-block-gap: 22px;
}

@media (max-width: 1024px) {
  .htha-product-detail .pdp-feature-panel,
  .htha-product-detail .pdp-feature-panel--media {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-feature-panel__copy {
    padding: 40px 36px 28px;
  }

  .htha-product-detail .pdp-feature-panel--copy {
    padding: 40px 36px;
  }

  .htha-product-detail .pdp-feature-panel__media {
    min-height: 280px;
    order: -1;
  }

  .htha-product-detail .pdp-trust-grid,
  .htha-product-detail .pdp-value-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .htha-product-detail .pdp-artist-feature,
  .htha-product-detail .pdp-artist-feature--no-portrait,
  .htha-product-detail .pdp-artist-feature--no-work:not(.pdp-artist-feature--no-portrait) {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-artist-feature__portrait {
    min-height: 320px;
  }

  .htha-product-detail .pdp-artist-feature--no-portrait {
    padding: 40px 36px;
  }

  .htha-product-detail .pdp-artist-feature__copy {
    padding: 36px 36px 16px;
  }

  .htha-product-detail .pdp-artist-feature__aside {
    padding: 8px 36px 36px;
  }

  .htha-product-detail .pdp-artist-feature--no-portrait .pdp-artist-feature__copy,
  .htha-product-detail .pdp-artist-feature--no-portrait .pdp-artist-feature__aside {
    padding: 0;
  }

  .htha-product-detail .pdp-chapter--craft,
  .htha-product-detail .pdp-chapter--artist,
  .htha-product-detail .pdp-chapter--why {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .htha-product-detail .pdp-trust-grid,
  .htha-product-detail .pdp-value-grid__items {
    grid-template-columns: 1fr 1fr;
  }

  .htha-product-detail .htha-gallery--pair {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-value-grid {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .htha-product-detail .pdp-feature-panel,
  .htha-product-detail .pdp-lookbook-feature--media,
  .htha-product-detail .pdp-lookbook-feature--fallback,
  .htha-product-detail .pdp-artist-feature {
    border-radius: 24px;
  }

  .htha-product-detail .pdp-artist-feature--no-portrait {
    padding: 32px 28px;
  }

  .htha-product-detail .pdp-quote blockquote p {
    font-size: clamp(22px, 7vw, 30px);
  }

  .htha-product-detail .pdp-chapter--craft,
  .htha-product-detail .pdp-chapter--artist,
  .htha-product-detail .pdp-chapter--why,
  .htha-product-detail .pdp-chapter--lookbook {
    padding: 64px 0;
  }
}

@media (max-width: 640px) {
  .htha-product-detail .pdp-trust-grid,
  .htha-product-detail .pdp-value-grid__items {
    grid-template-columns: 1fr;
  }
}

/* Materials & details — grouped chapter cards */
.htha-product-detail .pdp-materials__head {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 48px 88px;
  align-items: end;
  margin-bottom: 36px;
}

.htha-product-detail .pdp-materials__title {
  margin: 0;
  max-width: 7.2em;
  font-family: var(--htha-font-serif);
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.htha-product-detail .pdp-materials__lede {
  margin: 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--htha-text);
}

.htha-product-detail .pdp-materials__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.htha-product-detail .pdp-materials__highlight {
  padding: 20px 22px;
  background: var(--htha-surface-white, #fcfbf8);
  border: 1px solid rgba(70, 62, 53, 0.08);
  border-radius: 20px;
}

.htha-product-detail .pdp-materials__highlight-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-materials__highlight-value {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
}

.htha-product-detail .pdp-materials__highlight-note {
  margin-top: 4px;
  font-size: 13px;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-materials__stack {
  display: grid;
  gap: 18px;
}

.htha-product-detail .pdp-materials__card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
  background: var(--htha-surface-white, #fcfbf8);
  border: 1px solid rgba(70, 62, 53, 0.08);
  border-radius: 30px;
}

.htha-product-detail .pdp-materials__intro {
  padding: 32px 28px;
  background: var(--htha-surface-cream, #eee9db);
  border-right: 1px solid var(--pdp-line);
}

.htha-product-detail .pdp-materials__number {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #91897f;
}

.htha-product-detail .pdp-materials__kicker {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-materials__card-title {
  margin: 0;
  max-width: 8.2em;
  font-family: var(--htha-font-serif);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.08;
}

.htha-product-detail .pdp-materials__card-desc {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-materials__body {
  padding: 18px 32px 28px;
}

.htha-product-detail .pdp-materials__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}

.htha-product-detail .pdp-materials__fact {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pdp-line);
}

.htha-product-detail .pdp-materials__fact--wide {
  grid-column: 1 / -1;
}

.htha-product-detail .pdp-materials__fact-label {
  font-size: 13px;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-materials__fact-value {
  font-size: 15.5px;
  line-height: 1.55;
}

.htha-product-detail .pdp-materials__tag {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--htha-surface-cream, #eee9db);
  font-size: 11px;
  color: #655e56;
  white-space: nowrap;
}

.htha-product-detail .pdp-materials__sub {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 24px;
  border-radius: 18px;
  background: var(--htha-surface-cream, #eee9db);
}

.htha-product-detail .pdp-materials__sub-kicker {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-materials__sub-title {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 650;
}

.htha-product-detail .pdp-materials__sub-copy {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-materials__btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  white-space: nowrap;
}

.htha-product-detail .pdp-materials__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.htha-product-detail .pdp-materials__step {
  padding: 20px;
  border-radius: 18px;
  background: var(--htha-surface-cream, #eee9db);
}

.htha-product-detail .pdp-materials__step-num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  border-radius: 50%;
  background: var(--htha-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.htha-product-detail .pdp-materials__step-title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 650;
}

.htha-product-detail .pdp-materials__step-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-materials__support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  padding: 25px 28px;
  border-radius: 20px;
  background: var(--htha-dark);
  color: #fff;
}

.htha-product-detail .pdp-materials__support strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.htha-product-detail .pdp-materials__support span {
  font-size: 13px;
  color: #ddd8d2;
}

.htha-product-detail .pdp-materials__btn--light {
  background: #fff;
  color: var(--htha-dark);
  border-color: #fff;
}

@media (max-width: 1080px) {
  .htha-product-detail .pdp-materials__head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .htha-product-detail .pdp-materials__highlights {
    grid-template-columns: 1fr 1fr;
  }

  .htha-product-detail .pdp-materials__card {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-materials__intro {
    border-right: 0;
    border-bottom: 1px solid var(--pdp-line);
  }
}

@media (max-width: 768px) {
  .htha-product-detail .pdp-materials__lede {
    font-size: 16px;
  }

  .htha-product-detail .pdp-materials__facts,
  .htha-product-detail .pdp-materials__steps,
  .htha-product-detail .pdp-materials__sub {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-materials__fact,
  .htha-product-detail .pdp-materials__fact--wide {
    grid-column: auto;
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .htha-product-detail .pdp-materials__body {
    padding: 12px 22px 24px;
  }

  .htha-product-detail .pdp-materials__support {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .htha-product-detail .pdp-materials__highlights {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-materials__fact,
  .htha-product-detail .pdp-materials__fact--wide {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Artwork Chapter — story / texture / materials summary cards */
.htha-product-detail .pdp-art-chapter .pdp-art-section + .pdp-art-section {
  margin-top: 18px;
}

.htha-product-detail .pdp-art-chapter .pdp-art-section + .pdp-materials {
  margin-top: 28px;
}

.htha-product-detail .pdp-art-section {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
  overflow: hidden;
  background: #fbfaf7;
  border: 1px solid rgba(70, 62, 53, 0.08);
  border-radius: 30px;
  scroll-margin-top: calc(var(--htha-header-h, 72px) + 56px);
}

.htha-product-detail .pdp-art-section__intro {
  padding: 36px 30px;
  background: #eee8dc;
  border-right: 1px solid var(--pdp-line);
}

.htha-product-detail .pdp-art-section__number {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #91897f;
}

.htha-product-detail .pdp-art-section__intro .pdp-eyebrow {
  display: block;
  margin-bottom: 8px;
}

.htha-product-detail .pdp-art-section__title {
  margin: 0;
  max-width: 8.2em;
  font-family: var(--htha-font-serif);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.05;
}

.htha-product-detail .pdp-art-section__desc {
  margin: 14px 0 0;
  max-width: 240px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-art-section__content {
  padding: 36px 40px 40px;
}

.htha-product-detail .pdp-art-lead {
  margin: 0 0 18px;
  max-width: 720px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.htha-product-detail .pdp-art-body {
  margin: 0 0 18px;
  max-width: 720px;
  font-size: 16.5px;
  line-height: 1.7;
}

.htha-product-detail .pdp-art-body:last-of-type {
  margin-bottom: 0;
}

.htha-product-detail .pdp-art-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.htha-product-detail .pdp-art-tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: #eee8dc;
  font-size: 12px;
  color: #655e56;
}

.htha-product-detail .pdp-texture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.htha-product-detail .pdp-texture-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: #eee8dc;
}

.htha-product-detail .pdp-texture-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pdp-eyebrow);
}

.htha-product-detail .pdp-texture-card__value {
  margin-top: 8px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
}

.htha-product-detail .pdp-art-section__content .htha-gallery {
  margin-top: 24px;
}

.htha-product-detail .pdp-material-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.htha-product-detail .pdp-art-more {
  margin: 22px 0 0;
}

.htha-product-detail .pdp-art-more .htha-btn {
  min-height: 46px;
  padding: 0 22px;
}

.htha-product-detail .pdp-quote-line {
  margin: 12px 0 0;
}

.htha-product-detail .pdp-quote-line p {
  margin: 0;
  max-width: 36rem;
  font-family: var(--htha-font-serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.3;
}

.htha-product-detail .pdp-art-section__content > .pdp-art-tags:first-child {
  margin-top: 0;
  margin-bottom: 18px;
}

.htha-product-detail .pdp-art-section__content > .pdp-quote-line + .pdp-art-body {
  margin-top: 18px;
}

.htha-product-detail #materials-details-full {
  scroll-margin-top: calc(var(--htha-header-h, 72px) + 56px);
}

@media (max-width: 1024px) {
  .htha-product-detail .pdp-art-section__content {
    padding: 28px 28px 32px;
  }

  .htha-product-detail .pdp-material-summary-grid,
  .htha-product-detail .pdp-texture-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .htha-product-detail .pdp-art-section {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-art-section__intro {
    padding: 26px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--pdp-line);
  }

  .htha-product-detail .pdp-art-section__title {
    font-size: clamp(28px, 8vw, 32px);
  }

  .htha-product-detail .pdp-art-section__content {
    padding: 26px 28px;
  }

  .htha-product-detail .pdp-texture-grid {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-material-summary-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .htha-product-detail .pdp-material-summary-grid,
  .htha-product-detail .pdp-trust-grid,
  .htha-product-detail .pdp-value-grid__items {
    grid-template-columns: 1fr;
  }
}

/* Craft chapter — compare / process / CTA bar */
.htha-product-detail .pdp-craft-panel {
  overflow: hidden;
  background: #fbfaf7;
  border: 1px solid rgba(70, 62, 53, 0.08);
  border-radius: 30px;
}

.htha-product-detail .pdp-craft-panel__head {
  padding: 28px 32px 24px;
  background: #eee8dc;
  border-bottom: 1px solid var(--pdp-line);
}

.htha-product-detail .pdp-craft-panel__head .pdp-art-section__number {
  margin-bottom: 10px;
}

.htha-product-detail .pdp-craft-panel__head .pdp-eyebrow {
  margin: 0 0 6px;
}

.htha-product-detail .pdp-craft-panel__head h2 {
  margin: 0;
  font-family: var(--htha-font-serif);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.08;
}

.htha-product-detail .pdp-compare-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px 22px 24px;
}

.htha-product-detail .pdp-compare-card {
  padding: 22px 22px 24px;
  border-radius: 20px;
  background: #eee8dc;
}

.htha-product-detail .pdp-compare-card .pdp-art-tag,
.htha-product-detail .pdp-process-card .pdp-art-tag,
.htha-product-detail .pdp-process-bar .pdp-art-tag,
.htha-product-detail .pdp-trust-card .pdp-art-tag {
  background: #fbfaf7;
}

.htha-product-detail .pdp-compare-card--no {
  background: #f4f0e8;
}

.htha-product-detail .pdp-compare-card h3 {
  margin: 10px 0 18px;
  font-family: var(--htha-font-serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.htha-product-detail .pdp-compare-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.htha-product-detail .pdp-compare-card__list li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(70, 62, 53, 0.08);
}

.htha-product-detail .pdp-compare-card__list p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.htha-product-detail .pdp-process--cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 22px 0;
  list-style: none;
}

.htha-product-detail .pdp-process--cards li,
.htha-product-detail .pdp-process--cards li + li {
  padding: 18px 18px 20px;
  border: 0;
}

.htha-product-detail .pdp-process-card {
  margin: 0;
  padding: 18px 18px 20px;
  border: 0;
  border-radius: 18px;
  background: #eee8dc;
}

.htha-product-detail .pdp-process-card .pdp-art-tag {
  display: inline-flex;
}

.htha-product-detail .pdp-process-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.3;
}

.htha-product-detail .pdp-process-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-process-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: center;
  margin: 18px 22px 22px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #eee8dc;
}

.htha-product-detail .pdp-process-bar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--htha-text-muted);
}

.htha-product-detail .pdp-process-bar .htha-btn {
  justify-self: end;
  min-height: 46px;
  padding: 0 22px;
}

@media (max-width: 1024px) {
  .htha-product-detail .pdp-process--cards,
  .htha-product-detail .pdp-compare-pair {
    grid-template-columns: 1fr 1fr;
  }

  .htha-product-detail .pdp-process-bar {
    grid-template-columns: 1fr;
  }

  .htha-product-detail .pdp-process-bar .htha-btn {
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .htha-product-detail .pdp-compare-pair,
  .htha-product-detail .pdp-process--cards {
    grid-template-columns: 1fr;
    padding: 18px 16px 0;
  }

  .htha-product-detail .pdp-craft-panel__head {
    padding: 24px 22px 20px;
  }

  .htha-product-detail .pdp-process-bar {
    margin: 16px;
  }
}
