/*
 * Other-page system: journal, search, information, account, and 404 routes.
 * The visual grammar stays deliberately separate from the Home/Product/Cart/
 * Checkout styles: ink-heavy bands, editorial type, sharp controls, and a
 * narrow reading measure that becomes a one-column rhythm on small screens.
 */
:is(.hp-editorial-page, .hp-error-page, .hp-standard-page, .hp-article-page),
body.woocommerce-account .hp-commerce-shell,
body.post-type-archive-product .hp-commerce-shell,
body.tax-product_cat .hp-commerce-shell,
body.tax-product_tag .hp-commerce-shell,
body[class*="tax-pa_"] .hp-commerce-shell {
  font-family: "HP Inter", Inter, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-synthesis: none;
  letter-spacing: 0;
}

:is(.hp-editorial-page, .hp-error-page, .hp-standard-page, .hp-article-page) :is(button, input, select, textarea),
body.woocommerce-account .hp-commerce-shell :is(button, input, select, textarea),
body.post-type-archive-product .hp-commerce-shell :is(button, input, select, textarea),
body.tax-product_cat .hp-commerce-shell :is(button, input, select, textarea),
body.tax-product_tag .hp-commerce-shell :is(button, input, select, textarea),
body[class*="tax-pa_"] .hp-commerce-shell :is(button, input, select, textarea) {
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
}

:is(.hp-editorial-page, .hp-error-page, .hp-standard-page, .hp-article-page) :is(h1, h2, h3, h4, h5, h6),
body.woocommerce-account .hp-commerce-shell :is(h1, h2, h3, h4, h5, h6),
body.post-type-archive-product .hp-commerce-shell :is(h1, h2, h3, h4, h5, h6),
body.tax-product_cat .hp-commerce-shell :is(h1, h2, h3, h4, h5, h6),
body.tax-product_tag .hp-commerce-shell :is(h1, h2, h3, h4, h5, h6),
body[class*="tax-pa_"] .hp-commerce-shell :is(h1, h2, h3, h4, h5, h6) {
  font-family: "HP Acumin Wide", "Arial Black", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

:is(.hp-editorial-page, .hp-error-page, .hp-standard-page, .hp-article-page) .hp-kicker,
body.post-type-archive-product .hp-commerce-shell .hp-kicker,
body.tax-product_cat .hp-commerce-shell .hp-kicker,
body.tax-product_tag .hp-commerce-shell .hp-kicker,
body[class*="tax-pa_"] .hp-commerce-shell .hp-kicker {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

:is(.hp-editorial-page, .hp-error-page, .hp-standard-page, .hp-article-page) .hp-button {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.hp-editorial-page,
.hp-error-page,
.hp-standard-page,
.hp-article-page { background: var(--hp-paper); }

.hp-editorial-hero {
  position: relative;
  min-height: 438px;
  padding: 86px 0 74px;
  overflow: hidden;
  background: var(--hp-ink);
  color: var(--hp-paper);
  isolation: isolate;
}
.hp-editorial-hero::after {
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -18vw;
  width: 45vw;
  height: 45vw;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.hp-editorial-hero__inner { display: flex; min-height: 280px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.hp-editorial-hero .hp-kicker { margin-bottom: 20px; color: var(--hp-signal); }
.hp-editorial-hero h1 { max-width: 980px; margin: 0 0 22px; color: var(--hp-paper); font-size: clamp(60px, 6.75vw, 86px); line-height: 1; overflow-wrap: anywhere; text-transform: none; }
.hp-editorial-hero__description { max-width: 640px; margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 18px; font-weight: 500; line-height: 1.6; }
.hp-editorial-hero .hp-button { gap: 14px; }
.hp-editorial-hero--search { min-height: 400px; }
.hp-editorial-hero--search .hp-editorial-hero__inner { min-height: 242px; }
.hp-editorial-hero--search h1 { max-width: 820px; font-size: clamp(60px, 6.75vw, 86px); }
.hp-editorial-hero--page { min-height: 350px; }
.hp-editorial-hero--page .hp-editorial-hero__inner { min-height: 194px; }
.hp-editorial-hero--page h1 { max-width: 1080px; }
.hp-editorial-hero--article { min-height: 470px; }
.hp-editorial-hero--article .hp-editorial-hero__inner { min-height: 312px; }
.hp-editorial-hero--article h1 { max-width: 1050px; }
.hp-editorial-hero--article .hp-editorial-hero__description { max-width: 700px; }

.hp-editorial-content { padding: 76px 0 120px; }
.hp-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hp-editorial-card { min-width: 0; border: 1px solid var(--hp-ink); background: var(--hp-paper); transition: transform .24s ease, box-shadow .24s ease; }
.hp-editorial-card:hover { box-shadow: 10px 10px 0 var(--hp-signal); transform: translate(-4px, -4px); }
.hp-editorial-card__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--hp-soft); }
.hp-editorial-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.hp-editorial-card:hover .hp-editorial-card__media img { transform: scale(1.045); }
.hp-editorial-card__fallback { display: grid; width: 100%; height: 100%; place-items: center; background: var(--hp-accent); color: var(--hp-ink); font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: 86px; font-weight: 700; line-height: 1; }
.hp-editorial-card__arrow { position: absolute; right: 14px; bottom: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--hp-ink); background: var(--hp-paper); font-size: 23px; line-height: 1; transition: background-color .2s ease, color .2s ease; }
.hp-editorial-card:hover .hp-editorial-card__arrow { background: var(--hp-signal); }
.hp-editorial-card__body { display: flex; min-height: 272px; padding: 22px 20px 20px; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--hp-ink); }
.hp-editorial-card__meta { display: flex; width: 100%; margin-bottom: 18px; justify-content: space-between; gap: 12px; color: var(--hp-muted); font-size: 12px; font-weight: 500; line-height: 1.25; letter-spacing: 0; text-transform: none; }
.hp-editorial-card__price { color: var(--hp-ink); font-weight: 700; text-align: right; }
.hp-editorial-card__price del { color: var(--hp-muted); font-weight: 500; }
.hp-editorial-card__price ins { text-decoration: none; }
.hp-editorial-card h2 { max-width: 100%; margin: 0 0 12px; font-size: 18px; line-height: 1.25; overflow-wrap: anywhere; text-transform: uppercase; }
.hp-editorial-card h2 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hp-editorial-card__body > p { max-width: 390px; margin: 0; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-editorial-card__read { display: inline-flex; padding-bottom: 5px; margin-top: auto; align-items: center; gap: 13px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; line-height: 1; text-transform: none; }
.hp-editorial-card__read span { font-size: 17px; line-height: .7; transition: transform .2s ease; }
.hp-editorial-card__read:hover span { transform: translateX(4px); }
.hp-editorial-content .navigation.pagination { display: flex; padding-top: 56px; margin: 0; align-items: center; justify-content: center; }
.hp-editorial-content .nav-links { display: flex; align-items: center; gap: 4px; }
.hp-editorial-content .page-numbers { display: grid; min-width: 44px; height: 44px; padding: 0 11px; place-items: center; border: 1px solid var(--hp-ink); font-size: 12px; font-weight: 700; line-height: 1; }
.hp-editorial-content .page-numbers.current { background: var(--hp-ink); color: var(--hp-paper); }
.hp-editorial-content .page-numbers:not(.current):hover { background: var(--hp-signal); }
.hp-editorial-empty { max-width: 720px; padding: 76px 0 84px; }
.hp-editorial-empty .hp-kicker { color: var(--hp-muted); }
.hp-editorial-empty h2 { margin-bottom: 20px; font-size: clamp(32px, 3.4vw, 43px); line-height: 1; text-transform: none; }
.hp-editorial-empty p:last-child { max-width: 500px; color: var(--hp-muted); font-size: 18px; line-height: 1.6; }
.hp-results-count { padding-bottom: 22px; margin: 0; border-bottom: 1px solid var(--hp-line); color: var(--hp-muted); font-size: 16px; font-weight: 500; line-height: 1.6; text-transform: none; }

.hp-journal-hero { position: relative; height: 405px; overflow: hidden; background: var(--hp-ink); }
.hp-journal-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hp-journal-hero__fallback { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(255,255,255,.22); font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: clamp(54px, 8vw, 104px); font-weight: 700; line-height: 1; }
.hp-journal-heading { display: flex; min-height: 94px; padding-top: 18px; padding-bottom: 32px; align-items: flex-end; justify-content: space-between; gap: 48px; }
.hp-journal-heading .hp-kicker { margin: 0 0 7px; color: var(--hp-muted); }
.hp-journal-heading h1 { margin: 0; font-size: 43px; line-height: 1; }
.hp-journal-heading__description { max-width: 520px; color: var(--hp-muted); font-size: 15px; font-weight: 500; line-height: 1.6; }
.hp-journal-heading__description > :last-child { margin-bottom: 0; }
.hp-journal-content { padding-top: 0; }
.hp-journal-featured { display: grid; height: clamp(720px, 74vw, 944px); grid-template-columns: minmax(0, 1.438fr) minmax(0, 1fr); gap: 44px; }
.hp-journal-featured--1 { grid-template-columns: 1fr; }
.hp-journal-featured--2 .hp-journal-featured__side { grid-template-rows: 1fr; }
.hp-journal-featured__side { display: grid; min-width: 0; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 56px; }
.hp-journal-content .hp-editorial-card { box-shadow: none; }
.hp-journal-content .hp-editorial-card:hover { box-shadow: none; transform: none; }
.hp-journal-content .hp-editorial-card__media { aspect-ratio: 4 / 3; }
.hp-journal-content .hp-editorial-card__body { min-height: 300px; padding: 20px 0 0; border-top: 0; }
.hp-journal-content .hp-editorial-card__meta { margin-bottom: 14px; }
.hp-journal-content .hp-editorial-card h2 { font-size: 18px; line-height: 1.25; }
.hp-journal-content .hp-editorial-card__read { margin-top: 24px; }
.hp-editorial-card--lead { position: relative; min-height: 0; border: 0; overflow: hidden; background: var(--hp-ink); color: var(--hp-paper); }
.hp-editorial-card--lead .hp-editorial-card__media { height: 100%; aspect-ratio: auto; }
.hp-editorial-card--lead .hp-editorial-card__media::after { position: absolute; right: 0; bottom: 0; left: 0; height: 46%; background: rgba(0,0,0,.52); content: ""; pointer-events: none; }
.hp-editorial-card--lead .hp-editorial-card__arrow { top: 20px; right: 20px; bottom: auto; border-color: var(--hp-paper); background: var(--hp-paper); color: var(--hp-ink); }
.hp-editorial-card--lead .hp-editorial-card__body { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; min-height: 0; padding: 32px; border: 0; color: var(--hp-paper); pointer-events: none; }
.hp-editorial-card--lead .hp-editorial-card__body a { pointer-events: auto; }
.hp-editorial-card--lead .hp-editorial-card__meta { color: rgba(255,255,255,.76); }
.hp-editorial-card--lead h2 { max-width: 600px; margin-bottom: 14px; color: var(--hp-paper); font-size: 32px; line-height: 1; }
.hp-editorial-card--lead .hp-editorial-card__body > p { display: -webkit-box; max-width: 560px; overflow: hidden; color: rgba(255,255,255,.8); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hp-editorial-card--lead .hp-editorial-card__read { color: var(--hp-paper); }
.hp-editorial-card--side { display: grid; min-height: 0; grid-template-columns: minmax(0, 40%) minmax(0, 1fr); border: 0; background: var(--hp-soft); }
.hp-editorial-card--side .hp-editorial-card__media { height: 100%; aspect-ratio: auto; }
.hp-editorial-card--side .hp-editorial-card__arrow { display: none; }
.hp-editorial-card--side .hp-editorial-card__body { min-height: 0; padding: 26px 24px; border: 0; }
.hp-editorial-card--side .hp-editorial-card__meta { flex-direction: column; gap: 5px; }
.hp-editorial-card--side h2 { font-size: 18px; line-height: 1.25; }
.hp-editorial-card--side .hp-editorial-card__body > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.hp-editorial-card--side .hp-editorial-card__read { margin-top: auto; }
.hp-journal-grid { margin-top: 44px; gap: 54px 44px; }
.hp-journal-grid .hp-editorial-card { border: 0; }

.hp-search-form { display: flex; min-height: 52px; border: 1px solid var(--hp-ink); background: var(--hp-paper); }
.hp-search-form input { min-width: 0; flex: 1 1 auto; padding: 13px 16px; border: 0; outline: 0; background: transparent; color: var(--hp-ink); font-size: 16px; font-weight: 500; line-height: 1; }
.hp-search-form button { display: grid; min-width: 54px; padding: 0 14px; place-items: center; border: 0; border-left: 1px solid var(--hp-ink); background: var(--hp-signal); color: var(--hp-ink); font-size: 12px; font-weight: 700; line-height: 1; text-transform: none; cursor: pointer; }
.hp-search-form button:hover { background: var(--hp-paper); }
.hp-search-form--hero { width: min(680px, 100%); margin-top: 4px; }
.hp-search-form--hero button { display: block; min-width: 112px; }

.hp-search-page { padding-bottom: 120px; }
.hp-search-header { padding: 40px 0 64px; background: var(--hp-paper); }
.hp-search-header__inner { display: grid; justify-items: center; gap: 32px; text-align: center; }
.hp-search-header h1 { width: 100%; margin: 0; color: var(--hp-ink); font-size: 86px; line-height: 1; overflow-wrap: anywhere; }
.hp-search-form--page { width: min(800px, 100%); min-height: 62px; border: 0; border-bottom: 1px solid var(--hp-ink); }
.hp-search-form--page input { padding: 18px 0; font-size: 18px; line-height: 1.4; }
.hp-search-form--page input::-webkit-search-cancel-button { cursor: pointer; }
.hp-search-form--page button { width: 56px; min-width: 56px; padding: 0; border: 0; background: transparent; }
.hp-search-form--page button:hover,
.hp-search-form--page button:focus-visible { background: var(--hp-signal); }
.hp-search-results { padding-top: 0; }
.hp-search-results__toolbar { display: flex; min-height: 120px; padding: 32px 0; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--hp-line); }
.hp-search-results__toolbar p { margin: 0; color: var(--hp-muted); font-size: 16px; font-weight: 500; line-height: 1.6; }
.hp-search-results__toolbar .hp-results-count { padding: 0; border: 0; color: var(--hp-ink); }
.hp-search-results__toolbar p:last-child { text-align: right; }
.hp-search-results__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 48px 12px; }
.hp-search-results__grid .hp-editorial-card { border: 0; box-shadow: none; background: transparent; }
.hp-search-results__grid .hp-editorial-card:hover { box-shadow: none; transform: none; }
.hp-search-results__grid .hp-editorial-card__media { aspect-ratio: 1; background: var(--hp-soft); }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__media img { object-fit: contain; }
.hp-search-results__grid .hp-editorial-card:hover .hp-editorial-card__media img { transform: scale(1.025); }
.hp-search-results__grid .hp-editorial-card__arrow { top: 12px; right: 12px; bottom: auto; width: 40px; height: 40px; border: 0; border-radius: 50%; }
.hp-search-results__grid .hp-editorial-card__body { min-height: 244px; padding: 16px 0 0; border: 0; }
.hp-search-results__grid .hp-editorial-card__meta { margin-bottom: 12px; }
.hp-search-results__grid .hp-editorial-card h2 { margin-bottom: 10px; font-size: 14px; line-height: 1.25; }
.hp-search-results__grid .hp-editorial-card__body > p { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hp-search-results__grid .hp-editorial-card__read { margin-top: 22px; }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__meta { display: contents; }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__meta > span:first-child { margin-bottom: 8px; order: 0; color: var(--hp-muted); font-size: 11px; line-height: 1.2; text-transform: uppercase; }
.hp-search-results__grid .hp-editorial-card--product h2 { order: 1; }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__price { order: 2; color: var(--hp-ink); font-size: 14px; line-height: 1.4; text-align: left; }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__body > p,
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__read { display: none; }
.hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__body { min-height: 112px; }
.hp-search-results .navigation.pagination { display: flex; padding-top: 64px; margin: 0; align-items: center; justify-content: center; }
.hp-search-results .nav-links { display: flex; align-items: center; gap: 4px; }
.hp-search-results .page-numbers { display: grid; min-width: 44px; height: 44px; padding: 0 11px; place-items: center; border: 1px solid var(--hp-ink); font-size: 12px; font-weight: 700; line-height: 1; }
.hp-search-results .page-numbers.current { background: var(--hp-ink); color: var(--hp-paper); }
.hp-search-results .page-numbers:not(.current):hover { background: var(--hp-signal); }
.hp-search-empty { max-width: 720px; padding: 72px 0 96px; }
.hp-search-empty h2 { margin-bottom: 16px; font-size: 32px; }
.hp-search-empty p { margin-bottom: 30px; }

.hp-standard-page .hp-prose__content { padding-top: 70px; padding-bottom: 120px; }
.hp-standard-page .hp-prose__content > * { max-width: 790px; }
.hp-standard-page .hp-prose__content > .alignwide { max-width: var(--hp-max); }
.hp-standard-page .hp-prose__content > :first-child { margin-top: 0; }
.hp-standard-page .hp-prose__content h2 { margin-top: 68px; font-size: 43px; line-height: 1; text-transform: none; }
.hp-standard-page .hp-prose__content h3 { margin-top: 42px; font-size: 32px; line-height: 1; text-transform: none; }
.hp-standard-page .hp-prose__content h4 { margin-top: 34px; font-size: 24px; line-height: 1.1; text-transform: none; }
.hp-standard-page .hp-prose__content h5, .hp-standard-page .hp-prose__content h6 { margin-top: 28px; font-size: 18px; line-height: 1.25; text-transform: none; }
.hp-standard-page .hp-prose__content p, .hp-standard-page .hp-prose__content li { color: #383833; font-size: 18px; font-weight: 500; line-height: 1.6; }
.hp-standard-page .hp-prose__content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hp-standard-page .hp-prose__content blockquote { padding: 25px 28px; margin: 42px 0; border-left: 4px solid var(--hp-accent); background: var(--hp-soft); font-family: "HP Inter", Inter, Arial, sans-serif; font-size: 18px; font-style: italic; font-weight: 700; line-height: 1.6; }
.hp-standard-page .hp-prose__content figure { margin-inline: 0; }

.hp-about-page { max-width: none; padding-block: 0; }
.hp-about-hero { position: relative; display: grid; height: clamp(620px, 56.25vw, 760px); overflow: hidden; background: var(--hp-ink); color: var(--hp-paper); isolation: isolate; }
.hp-about-hero::after { position: absolute; z-index: -1; inset: 0; background: rgba(8,8,6,.42); content: ""; }
.hp-about-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hp-about-hero__content { display: flex; height: 100%; padding-top: 50px; padding-bottom: 58px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.hp-about-hero .hp-kicker { margin: 0 auto auto 0; color: var(--hp-signal); }
.hp-about-hero h1 { display: flex; max-width: 980px; margin: 0; flex-direction: column; color: var(--hp-paper); font-size: clamp(76px, 8vw, 124px); line-height: .82; }
.hp-about-hero__content > p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.86); font-size: 18px; font-weight: 500; line-height: 1.5; }
.hp-reveal-ready .hp-about-hero__content[data-hp-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1); }
.hp-about-hero__content[data-hp-reveal].is-revealed { opacity: 1; transform: none; }
.hp-about-page .hp-prose__content { max-width: none; padding-top: 0; padding-bottom: 0; }
.hp-about-page .hp-prose__content > * { max-width: none; }
.hp-about-page .rhm-about__lead { max-width: 1120px; padding: 124px 0 132px; margin: 0; color: var(--hp-ink); font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: clamp(46px, 4.75vw, 68px); font-weight: 700; line-height: .98; }
.hp-about-page .hp-prose__content > h2 { padding-top: 82px; margin: 0 0 48px; border-top: 1px solid var(--hp-ink); font-size: 60px; line-height: 1; }
.hp-about-page .rhm-about-principles { padding-bottom: 132px; counter-reset: hp-about-principle; }
.hp-about-page .rhm-about-principles > .wp-block-group__inner-container { border-bottom: 1px solid var(--hp-ink); }
.hp-about-page .rhm-about-principles__item { min-width: 0; border-top: 1px solid var(--hp-ink); counter-increment: hp-about-principle; }
.hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container { display: grid; min-height: 220px; padding: 36px 0; grid-template-columns: 90px minmax(260px, .85fr) minmax(0, 1.15fr); align-items: center; gap: 34px; }
.hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container::before { align-self: start; padding-top: 3px; color: var(--hp-muted); font-size: 12px; font-weight: 700; line-height: 1; content: "0" counter(hp-about-principle); }
.hp-about-page .rhm-about-principles__item h3 { max-width: 380px; margin: 0; font-size: 32px; line-height: 1; }
.hp-about-page .rhm-about-principles__item p { max-width: 620px; margin: 0; color: var(--hp-muted); font-size: 18px; line-height: 1.6; }
.hp-about-page .hp-prose__content > h2:nth-of-type(2) { padding-top: 116px; }
.hp-about-page .hp-prose__content > h2:nth-of-type(2) + p { max-width: 650px; margin: -22px 0 52px; color: var(--hp-muted); font-size: 18px; line-height: 1.6; }
.hp-about-page .rhm-about-links { display: grid; padding: 0 0 132px; margin: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--hp-ink); list-style: none; }
.hp-about-page .rhm-about-links li { min-width: 0; margin: 0; border-bottom: 1px solid var(--hp-ink); }
.hp-about-page .rhm-about-links li:not(:nth-child(3n+1)) { border-left: 1px solid var(--hp-ink); }
.hp-about-page .rhm-about-links a { position: relative; display: flex; min-height: 188px; padding: 32px 66px 32px 28px; flex-direction: column; justify-content: center; text-decoration: none; }
.hp-about-page .rhm-about-links a::after { position: absolute; top: 50%; right: 24px; font-size: 28px; line-height: 1; content: "\2192"; transform: translateY(-50%); transition: transform .2s ease; }
.hp-about-page .rhm-about-links a:hover::after,
.hp-about-page .rhm-about-links a:focus-visible::after { transform: translate(6px, -50%); }
.hp-about-page .rhm-about-links strong { font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.1; }
.hp-about-page .rhm-about-links span { max-width: 470px; margin-top: 9px; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.5; }
.hp-about-page .rhm-about-note { position: relative; left: 50%; width: 100vw; padding: 118px max(var(--hp-gutter), calc((100vw - var(--hp-max)) / 2)) 124px; margin-left: -50vw; background: var(--hp-ink); color: var(--hp-paper); }
.hp-about-page .rhm-about-note > .wp-block-group__inner-container { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 96px; }
.hp-about-page .rhm-about-note h2 { margin: 0; color: var(--hp-paper); font-size: 60px; line-height: .95; }
.hp-about-page .rhm-about-note p { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }

.hp-faq-page { max-width: none; padding-block: 0; }
.hp-faq-heading { padding: 72px 0 64px; background: var(--hp-paper); }
.hp-faq-heading h1 { margin: 0; font-size: 43px; line-height: 1; text-align: center; }
.hp-faq-page .hp-prose__content { width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); max-width: none; padding: 0 0 112px; }
.hp-faq-page .hp-prose__content > * { max-width: none; }
.hp-faq-page .rhm-faq-section { margin: 0 0 112px; }
.hp-faq-page .rhm-faq-section:last-child { margin-bottom: 0; }
.hp-faq-page .rhm-faq-section > .wp-block-group__inner-container { display: grid; }
.hp-faq-page .rhm-faq-section h2 { margin: 0 0 32px; font-size: 32px; line-height: 1; text-align: center; }
.hp-faq-page .rhm-faq-item { width: calc(100% - 96px); margin: 0 auto; border-top: 1px solid var(--hp-line); }
.hp-faq-page .rhm-faq-item:last-child { border-bottom: 1px solid var(--hp-line); }
.hp-faq-page .rhm-faq-item summary { position: relative; display: flex; min-height: 87px; padding: 24px 46px 24px 0; align-items: center; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.35; cursor: pointer; list-style: none; }
.hp-faq-page .rhm-faq-item summary::-webkit-details-marker { display: none; }
.hp-faq-page .rhm-faq-item summary::before,
.hp-faq-page .rhm-faq-item summary::after { position: absolute; top: 50%; right: 2px; width: 14px; height: 1px; background: currentColor; content: ""; transform: translateY(-50%); transition: transform .2s ease; }
.hp-faq-page .rhm-faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
.hp-faq-page .rhm-faq-item[open] summary::after { transform: translateY(-50%) rotate(0); }
.hp-faq-page .rhm-faq-item summary:focus-visible { outline: 2px solid var(--hp-signal); outline-offset: 5px; }
.hp-faq-page .rhm-faq-item > p { max-width: 720px; padding: 0 48px 28px 0; margin: -4px 0 0; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-faq-page .rhm-faq-item > p a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.hp-contact-page { padding: 72px 0 120px; }
.hp-contact-heading { margin-bottom: 88px; }
.hp-contact-heading h1 { max-width: 900px; margin: 0 0 22px; font-size: 60px; line-height: 1; }
.hp-contact-heading p { max-width: 620px; margin: 0; color: var(--hp-muted); font-size: 18px; font-weight: 500; line-height: 1.6; }
.hp-contact-layout { display: grid; grid-template-columns: minmax(0, 2.26fr) minmax(280px, 1fr); gap: 60px; }
.hp-contact-form { min-width: 0; }
.hp-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
.hp-contact-field { position: relative; min-width: 0; margin: 0; }
.hp-contact-field--full { grid-column: 1 / -1; }
.hp-contact-field label { position: absolute; inset: 0 auto auto 26px; display: flex; height: 62px; margin: 0; align-items: center; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.4; opacity: .6; pointer-events: none; transform-origin: left center; transition: opacity .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.hp-contact-field :is(input, select, textarea) { width: 100%; min-height: 62px; padding: 16px 26px 0; border: 1px solid var(--hp-line); border-radius: 0; outline: 0; background: var(--hp-paper); color: var(--hp-ink); font-family: "HP Inter", Inter, Arial, sans-serif; font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-contact-field :is(input, textarea)::placeholder { color: transparent; opacity: 0; }
.hp-contact-field :is(input, textarea):is(:focus, :not(:placeholder-shown), :-webkit-autofill) + label,
.hp-contact-field--select label { opacity: .72; transform: translateY(-10px) scale(.8); }
.hp-contact-field select { padding-right: 46px; appearance: auto; }
.hp-contact-field textarea { height: 154px; min-height: 154px; padding-top: 32px; padding-bottom: 8px; overflow: auto; resize: vertical; }
.hp-contact-field :is(input, select, textarea):focus { border-color: var(--hp-ink); box-shadow: 0 0 0 2px var(--hp-signal); }
.hp-contact-submit { display: inline-flex; width: 192px; min-height: 48px; padding: 13px 22px; margin-top: 28px; align-items: center; justify-content: center; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-ink); color: var(--hp-paper); font-size: 12px; font-weight: 700; line-height: 1; cursor: pointer; }
.hp-contact-submit:hover,
.hp-contact-submit:focus-visible { background: var(--hp-signal); color: var(--hp-ink); }
.hp-contact-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.hp-contact-notice { padding: 14px 16px; margin: 0 0 24px; border: 1px solid var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.5; }
.hp-contact-notice--success { background: var(--hp-soft); }
.hp-contact-notice--error { border-color: #9b2828; color: #6d1616; }
.hp-contact-notice p { margin: 0 0 6px; }
.hp-contact-notice ul { padding-left: 18px; margin: 0; }
.hp-contact-sidebar { min-width: 0; }
.hp-contact-sidebar > :first-child { margin-top: 0; }
.hp-contact-sidebar > p:first-child { margin-bottom: 42px; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-contact-sidebar > h2 { padding-top: 28px; margin: 0 0 20px; border-top: 1px solid var(--hp-ink); font-size: 22px; line-height: 1; }
.hp-contact-sidebar .rhm-contact-list { margin-bottom: 42px; }
.hp-contact-sidebar .rhm-contact-list__item { padding: 16px 0; border-top: 1px solid var(--hp-line); }
.hp-contact-sidebar .rhm-contact-list__item:last-child { border-bottom: 1px solid var(--hp-line); }
.hp-contact-sidebar .rhm-contact-list__item h3 { margin: 0 0 7px; font-family: "HP Inter", Inter, Arial, sans-serif; font-size: 11px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.hp-contact-sidebar .rhm-contact-list__item p { margin: 0; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; }
.hp-contact-sidebar > ul { padding: 0; margin: 0 0 42px; list-style: none; }
.hp-contact-sidebar > ul li { padding: 10px 0; margin: 0; border-bottom: 1px solid var(--hp-line); color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.5; }
.hp-contact-sidebar > ul a { display: block; color: var(--hp-ink); text-decoration: none; }
.hp-contact-sidebar > ul a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.hp-policy-page { max-width: none; padding-block: 0; }
.hp-policy-heading { padding: 72px 0 32px; background: var(--hp-paper); }
.hp-policy-heading h1 { margin: 0; font-size: 60px; line-height: 1; text-align: center; }
.hp-policy-page .hp-prose__content { width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); max-width: none; padding: 0 0 120px; color: #383833; font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-policy-page .hp-prose__content > * { max-width: none; }
.hp-policy-page .hp-prose__content > :first-child { margin-top: 0; }
.hp-policy-page .hp-prose__content :is(p, li, td, th) { font-size: 14px; font-weight: 500; line-height: 1.6; }
.hp-policy-page .hp-prose__content p { margin: 0 0 18px; }
.hp-policy-page .hp-prose__content h2 { margin: 56px 0 34px; font-size: 36px; line-height: 1.3; text-transform: none; }
.hp-policy-page .hp-prose__content h3 { margin: 42px 0 22px; font-size: 24px; line-height: 1.2; text-transform: none; }
.hp-policy-page .hp-prose__content h4 { margin: 32px 0 18px; font-size: 18px; line-height: 1.3; text-transform: none; }
.hp-policy-page .hp-prose__content h5,
.hp-policy-page .hp-prose__content h6 { margin: 28px 0 16px; font-size: 15px; line-height: 1.4; text-transform: none; }
.hp-policy-page .hp-prose__content :is(ul, ol) { padding-left: 32px; margin: 24px 0; }
.hp-policy-page .hp-prose__content li + li { margin-top: 8px; }
.hp-policy-page .hp-prose__content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.hp-policy-page .hp-prose__content .wp-block-table { max-width: 100%; margin: 32px 0; overflow-x: auto; }
.hp-policy-page .hp-prose__content table { width: 100%; min-width: 720px; border-collapse: collapse; }
.hp-policy-page .hp-prose__content :is(th, td) { min-width: 140px; padding: 14px 16px; border: 1px solid var(--hp-line); text-align: left; vertical-align: top; }
.hp-policy-page .hp-prose__content th { background: var(--hp-soft); color: var(--hp-ink); font-weight: 700; }
.hp-policy-page .hp-prose__content blockquote { padding: 24px 28px; margin: 36px 0; border-left: 3px solid var(--hp-ink); background: var(--hp-soft); font-size: 14px; line-height: 1.6; }

.hp-site-map-page { padding-bottom: 120px; background: var(--hp-paper); }
.hp-site-map-heading { padding: 80px 0 72px; border-bottom: 1px solid var(--hp-ink); }
.hp-site-map-heading .hp-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 500px); align-items: end; column-gap: 64px; }
.hp-site-map-heading .hp-kicker { grid-column: 1 / -1; margin-bottom: 20px; }
.hp-site-map-heading h1 { margin: 0; font-size: 60px; line-height: 1; text-transform: none; }
.hp-site-map-heading .hp-shell > p:last-child { margin: 0; color: var(--hp-muted); font-size: 18px; font-weight: 500; line-height: 1.55; }
.hp-site-map-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 80px; }
.hp-site-map-group { min-width: 0; padding: 58px 0 68px; border-bottom: 1px solid var(--hp-ink); }
.hp-site-map-group--wide { grid-column: 1 / -1; }
.hp-site-map-group .hp-kicker { margin-bottom: 16px; }
.hp-site-map-group h2 { margin: 0 0 34px; font-size: 36px; line-height: 1; text-transform: none; }
.hp-site-map-group ul { padding: 0; margin: 0; list-style: none; }
.hp-site-map-group--wide ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 36px; }
.hp-site-map-group li { min-width: 0; border-top: 1px solid var(--hp-line); }
.hp-site-map-group li:last-child { border-bottom: 1px solid var(--hp-line); }
.hp-site-map-group--wide li:nth-last-child(-n + 3) { border-bottom: 1px solid var(--hp-line); }
.hp-site-map-group a { display: flex; min-height: 58px; padding: 15px 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--hp-ink); font-size: 14px; font-weight: 700; line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; transition: color .2s ease, padding-left .2s ease; }
.hp-site-map-group a::after { flex: 0 0 auto; font-size: 17px; font-weight: 500; content: "\2197"; }
.hp-site-map-group a:hover { padding-left: 8px; color: #6d4d00; }
.hp-site-map-group a:focus-visible { outline: 2px solid var(--hp-signal); outline-offset: 4px; }

.hp-article-banner { position: relative; display: grid; min-height: 750px; overflow: hidden; background: var(--hp-ink); color: var(--hp-paper); isolation: isolate; }
.hp-article-banner__media { position: absolute; z-index: -2; inset: 0; }
.hp-article-banner__image { width: 100%; height: 100%; object-fit: cover; }
.hp-article-banner__overlay { position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,.42); }
.hp-article-banner--fallback .hp-article-banner__overlay { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.08)); }
.hp-article-banner__content { display: flex; width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); min-height: 750px; padding-block: 72px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.hp-article-banner__meta { display: flex; margin: 0 0 20px; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.hp-article-banner h1 { max-width: 1024px; margin: 0; color: var(--hp-paper); font-size: 60px; line-height: 1; overflow-wrap: anywhere; text-transform: none; }
.hp-article-banner__excerpt { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-size: 16px; font-weight: 500; line-height: 1.6; }
.hp-article-page .hp-prose__content { width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); padding-top: 72px; padding-bottom: 72px; }
.hp-article-page .hp-prose__content > * { max-width: 1024px; }
.hp-article-page .hp-prose__content > .alignwide { max-width: var(--hp-max); }
.hp-article-page .hp-prose__content > :first-child { margin-top: 0; }
.hp-article-page .hp-prose__content p, .hp-article-page .hp-prose__content li { color: #383833; font-size: 16px; font-weight: 500; line-height: 1.6; }
.hp-article-page .hp-prose__content h2 { margin-top: 64px; font-size: 36px; line-height: 1.3; text-transform: none; }
.hp-article-page .hp-prose__content h3 { margin-top: 44px; font-size: 28px; line-height: 1.3; text-transform: none; }
.hp-article-page .hp-prose__content h4 { margin-top: 36px; font-size: 24px; line-height: 1.1; text-transform: none; }
.hp-article-page .hp-prose__content h5, .hp-article-page .hp-prose__content h6 { margin-top: 30px; font-size: 18px; line-height: 1.25; text-transform: none; }
.hp-article-page .hp-prose__content blockquote { padding: 30px 34px; margin: 48px 0; border-left: 4px solid var(--hp-accent); background: var(--hp-soft); font-family: "HP Inter", Inter, Arial, sans-serif; font-size: 16px; font-style: italic; font-weight: 700; line-height: 1.6; }
.hp-article-page .hp-prose__content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hp-article-page .hp-prose__content :is(img, figure, video, iframe) { max-width: 100%; }
.hp-article-share { border-top: 1px solid var(--hp-line); border-bottom: 1px solid var(--hp-line); }
.hp-article-share__inner { display: flex; width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); min-height: 112px; align-items: center; justify-content: space-between; gap: 32px; }
.hp-article-share__inner > p { margin: 0; font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: 24px; font-weight: 700; line-height: 1; }
.hp-article-share__links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.hp-article-share__links a { display: grid; min-width: 48px; min-height: 48px; padding: 12px 16px; place-items: center; border: 1px solid var(--hp-ink); font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; }
.hp-article-share__links a:hover { background: var(--hp-ink); color: var(--hp-paper); }
.hp-article-share__links a:focus-visible { outline: 2px solid var(--hp-signal); outline-offset: 3px; }
.hp-article-related { padding: 92px 0 118px; background: var(--hp-soft); }
.hp-article-related__heading { display: flex; margin-bottom: 48px; align-items: flex-end; justify-content: space-between; gap: 32px; }
.hp-article-related__heading .hp-kicker { margin: 0 0 8px; color: var(--hp-muted); }
.hp-article-related__heading h2 { margin: 0; font-size: 43px; line-height: 1; text-transform: none; }
.hp-article-related__grid { gap: 44px; }
.hp-article-related__grid .hp-editorial-card { border: 0; box-shadow: none; background: transparent; }
.hp-article-related__grid .hp-editorial-card:hover { box-shadow: none; transform: none; }
.hp-article-related__grid .hp-editorial-card__media { aspect-ratio: 4 / 3; }
.hp-article-related__grid .hp-editorial-card__body { min-height: 252px; padding: 20px 0 0; border-top: 0; }

.hp-order-tracking-page .hp-prose__content { max-width: 1120px; padding-top: 72px; }
.hp-order-tracking-page .woocommerce { width: min(100%, 900px); margin-inline: auto; }
.hp-order-tracking-page .woocommerce-form-track-order { display: grid; padding: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; border: 1px solid var(--hp-ink); background: var(--hp-paper); }
.hp-order-tracking-page .woocommerce-form-track-order > p:first-child { grid-column: 1 / -1; max-width: 650px; margin: 0 0 30px; color: var(--hp-muted); font-size: 16px; font-weight: 500; line-height: 1.6; }
.hp-order-tracking-page .woocommerce-form-track-order .form-row { width: auto; padding: 0; margin: 0; float: none; }
.hp-order-tracking-page .woocommerce-form-track-order label { display: block; margin-bottom: 9px; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.4; }
.hp-order-tracking-page .woocommerce-form-track-order .input-text { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid var(--hp-ink); border-radius: 0; outline: 0; background: var(--hp-paper); color: var(--hp-ink); font-size: 16px; font-weight: 500; line-height: 1.2; }
.hp-order-tracking-page .woocommerce-form-track-order .input-text:focus { box-shadow: 0 0 0 2px var(--hp-signal); }
.hp-order-tracking-page .woocommerce-form-track-order .clear { display: none; }
.hp-order-tracking-page .woocommerce-form-track-order .form-row:last-of-type { grid-column: 1 / -1; margin-top: 24px; }
.hp-order-tracking-page .woocommerce-form-track-order .button { display: inline-flex; min-width: 180px; min-height: 54px; padding: 14px 22px; align-items: center; justify-content: center; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-ink); color: var(--hp-paper); font-size: 12px; font-weight: 700; line-height: 1; cursor: pointer; }
.hp-order-tracking-page .woocommerce-form-track-order .button:hover,
.hp-order-tracking-page .woocommerce-form-track-order .button:focus-visible { background: var(--hp-signal); color: var(--hp-ink); }
.hp-order-tracking-page .woocommerce :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) { padding: 16px 18px; margin: 0 0 24px; border: 1px solid var(--hp-ink); border-top-width: 1px; background: var(--hp-soft); color: var(--hp-ink); }
.hp-order-tracking-page .woocommerce-order-details { margin-top: 54px; }
.hp-order-tracking-page .woocommerce-order-details__title { margin-bottom: 24px; font-size: 32px; line-height: 1; }
.hp-order-tracking-page .woocommerce table.shop_table { width: 100%; border: 1px solid var(--hp-line); border-collapse: collapse; border-radius: 0; }
.hp-order-tracking-page .woocommerce table.shop_table :is(th, td) { padding: 14px 16px; border-bottom: 1px solid var(--hp-line); text-align: left; }
.hp-order-tracking-page .woocommerce .order_details { padding: 18px 0; margin: 0 0 36px; border-top: 1px solid var(--hp-ink); border-bottom: 1px solid var(--hp-ink); }
.hp-order-tracking-page .woocommerce .order_details li { padding: 0 20px; margin: 0; border-right: 1px solid var(--hp-line); font-size: 12px; font-weight: 500; line-height: 1.5; }
.hp-order-tracking-page .woocommerce .order_details li strong { display: block; margin-top: 5px; font-size: 14px; font-weight: 700; }

body.woocommerce-account .hp-commerce-shell { width: min(calc(100% - (var(--hp-gutter) * 2)), 1120px); padding: 80px 0 120px; margin-inline: auto; }
body.woocommerce-account .woocommerce { min-height: 420px; font-size: 14px; font-weight: 500; line-height: 1.6; }
body.woocommerce-account .hp-account-heading { margin: 0 0 48px; font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: 60px; font-weight: 700; line-height: 1; letter-spacing: 0; }
body.woocommerce-account .woocommerce h2 { margin: 0 0 30px; font-size: 43px; line-height: 1; text-transform: none; }
body.woocommerce-account .woocommerce h3 { margin: 0 0 20px; font-size: 32px; line-height: 1; text-transform: none; }
body.woocommerce-account .woocommerce form { margin: 0; }
body.woocommerce-account .woocommerce form .form-row { padding: 0; margin: 0 0 18px; }
body.woocommerce-account .woocommerce form label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 500; line-height: 1.4; text-transform: none; }
body.woocommerce-account .woocommerce form .required { color: #6d4d00; }
body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce form select { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--hp-ink); border-radius: 0; outline: 0; background: var(--hp-paper); color: var(--hp-ink); font-size: 16px; font-weight: 500; line-height: 1.2; }
body.woocommerce-account .woocommerce form .input-text:focus,
body.woocommerce-account .woocommerce form select:focus { box-shadow: 0 0 0 2px var(--hp-signal); }
body.woocommerce-account .woocommerce .password-input { position: relative; display: block; }
body.woocommerce-account .woocommerce .password-input .input-text { padding-right: 54px; }
body.woocommerce-account .woocommerce .show-password-input { position: absolute; top: 1px; right: 1px; display: grid; width: 50px; height: 50px; place-items: center; color: var(--hp-muted); cursor: pointer; }
body.woocommerce-account .woocommerce .button { display: inline-flex; min-height: 52px; padding: 14px 22px; align-items: center; justify-content: center; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-ink); color: var(--hp-paper); font-size: 12px; font-weight: 700; line-height: 1; text-transform: none; }
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .button:focus-visible { background: var(--hp-signal); color: var(--hp-ink); }
body.woocommerce-account .woocommerce .woocommerce-form__label-for-checkbox { display: inline-flex; margin: 0; gap: 9px; align-items: center; font-size: 14px; font-weight: 500; line-height: 1.4; text-transform: none; }
body.woocommerce-account .woocommerce .woocommerce-form__input-checkbox { width: 18px; height: 18px; margin: 0; accent-color: var(--hp-ink); }
body.woocommerce-account .woocommerce :is(th, strong, b) { font-weight: 700; }
body.woocommerce-account .woocommerce :is(a, button, input, select):focus-visible { outline: 2px solid var(--hp-signal); outline-offset: 3px; }

body.woocommerce-account:not(.logged-in) .hp-commerce-shell { width: min(calc(100% - (var(--hp-gutter) * 2)), 540px); padding-top: 88px; }
body.woocommerce-account:not(.logged-in) .woocommerce { display: block; width: 100%; min-height: 460px; }
body.woocommerce-account:not(.logged-in) .woocommerce h2 { text-align: center; }
body.woocommerce-account:not(.logged-in) .woocommerce > :is(p, .woocommerce-notices-wrapper) { text-align: center; }
body.woocommerce-account:not(.logged-in) .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .woocommerce form.register,
body.woocommerce-account:not(.logged-in) .woocommerce form.lost_reset_password { width: 100%; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; }
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme { min-height: 24px; }
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit { width: 100%; margin: 16px 0 0; }
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-LostPassword { margin: 22px 0 0; font-size: 14px; line-height: 1.6; text-align: center; }
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-LostPassword a { text-decoration: underline; text-underline-offset: 3px; }

body.woocommerce-account.logged-in .woocommerce { grid-template-columns: 250px minmax(0, 1fr); gap: 54px; align-items: start; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul { border-top-color: var(--hp-ink); }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a { display: flex; min-height: 50px; padding: 14px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--hp-line); color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.4; text-transform: none; transition: color .2s ease, padding-left .2s ease; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a { padding-left: 8px; color: var(--hp-ink); }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .is-active a { border-bottom-color: var(--hp-ink); text-decoration: underline; text-underline-offset: 4px; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-content { min-width: 0; padding: 0; border: 0; background: transparent; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-content p { color: var(--hp-muted); font-size: 16px; font-weight: 500; line-height: 1.6; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-content a { text-decoration: underline; text-underline-offset: 3px; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-content :is(table, .woocommerce-orders-table) { width: 100%; border: 1px solid var(--hp-line); border-collapse: collapse; border-radius: 0; }
body.woocommerce-account.logged-in .woocommerce-MyAccount-content :is(th, td) { padding: 14px 16px; border-bottom: 1px solid var(--hp-line); text-align: left; }
body.woocommerce-account.logged-in .woocommerce-Addresses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.woocommerce-account.logged-in .woocommerce-Address { width: auto; padding: 22px; border: 1px solid var(--hp-line); }
body.woocommerce-account.logged-in .woocommerce-Address address { color: var(--hp-muted); font-style: normal; line-height: 1.6; }
body.woocommerce-account .woocommerce :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) { padding: 16px 18px; margin: 0 0 24px; border: 1px solid var(--hp-ink); border-top-width: 1px; background: var(--hp-soft); color: var(--hp-ink); }

.hp-error-main { padding: 120px 0; background: var(--hp-paper); color: var(--hp-ink); }
.hp-error-main__inner { width: min(calc(100% - (var(--hp-gutter) * 2)), 1024px); margin-inline: auto; text-align: center; }
.hp-error-main h1 { margin: 0; font-size: 86px; line-height: 1; overflow-wrap: anywhere; }
.hp-error-copy { margin: 32px 0 0; font-size: 22px; font-weight: 500; line-height: 1.4; }
.hp-error-copy span { display: block; }
.hp-error-actions { display: grid; width: min(100%, 608px); padding-inline: 48px; margin: 56px auto 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hp-error-actions .hp-button { width: 100%; min-height: 60px; padding: 18px 26px; }
.hp-error-actions__primary { background: var(--hp-ink); color: var(--hp-paper); }
.hp-error-actions__primary:hover,
.hp-error-actions__primary:focus-visible { background: var(--hp-signal); color: var(--hp-ink); }
.hp-error-actions__secondary { background: transparent; color: var(--hp-ink); }
.hp-error-actions__secondary:hover,
.hp-error-actions__secondary:focus-visible { background: var(--hp-ink); color: var(--hp-paper); }

/*
 * Shop archive skin. Keep every rule behind a WooCommerce archive body class
 * so the editorial, product-detail, cart, and checkout surfaces stay isolated.
 */
body.post-type-archive-product .hp-commerce-shell,
body.tax-product_cat .hp-commerce-shell,
body.tax-product_tag .hp-commerce-shell,
body[class*="tax-pa_"] .hp-commerce-shell { padding-bottom: 0; }
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_tag .woocommerce-breadcrumb,
body[class*="tax-pa_"] .woocommerce-breadcrumb {
  width: min(calc(100% - (var(--hp-gutter) * 2)), var(--hp-max));
  padding-top: 24px;
  margin: 0 auto;
  color: var(--hp-muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}
body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a,
body.tax-product_tag .woocommerce-breadcrumb a,
body[class*="tax-pa_"] .woocommerce-breadcrumb a { color: var(--hp-ink); }
body.post-type-archive-product .woocommerce-breadcrumb a:hover,
body.tax-product_cat .woocommerce-breadcrumb a:hover,
body.tax-product_tag .woocommerce-breadcrumb a:hover,
body[class*="tax-pa_"] .woocommerce-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
body.post-type-archive-product .hp-shop-heading,
body.tax-product_cat .hp-shop-heading,
body.tax-product_tag .hp-shop-heading,
body[class*="tax-pa_"] .hp-shop-heading {
  padding-top: 58px;
  padding-bottom: 42px;
}
body.post-type-archive-product .hp-shop-heading h1,
body.tax-product_cat .hp-shop-heading h1,
body.tax-product_tag .hp-shop-heading h1,
body[class*="tax-pa_"] .hp-shop-heading h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(60px, 6.75vw, 86px);
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: none;
}
body.post-type-archive-product .hp-shop-heading > p:last-child,
body.tax-product_cat .hp-shop-heading > p:last-child,
body.tax-product_tag .hp-shop-heading > p:last-child,
body[class*="tax-pa_"] .hp-shop-heading > p:last-child {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--hp-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
body.post-type-archive-product .hp-shop-toolbar,
body.tax-product_cat .hp-shop-toolbar,
body.tax-product_tag .hp-shop-toolbar,
body[class*="tax-pa_"] .hp-shop-toolbar {
  display: flex;
  min-height: 68px;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--hp-ink);
  border-bottom: 1px solid var(--hp-ink);
}
body.post-type-archive-product .hp-shop-toolbar__count,
body.tax-product_cat .hp-shop-toolbar__count,
body.tax-product_tag .hp-shop-toolbar__count,
body[class*="tax-pa_"] .hp-shop-toolbar__count {
  padding: 0;
  margin: 0;
  color: var(--hp-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}
body.post-type-archive-product .hp-shop-sort,
body.tax-product_cat .hp-shop-sort,
body.tax-product_tag .hp-shop-sort,
body[class*="tax-pa_"] .hp-shop-sort { display: flex; align-items: center; gap: 12px; }
body.post-type-archive-product .hp-shop-sort label,
body.tax-product_cat .hp-shop-sort label,
body.tax-product_tag .hp-shop-sort label,
body[class*="tax-pa_"] .hp-shop-sort label {
  color: var(--hp-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
body.post-type-archive-product .hp-shop-sort select,
body.tax-product_cat .hp-shop-sort select,
body.tax-product_tag .hp-shop-sort select,
body[class*="tax-pa_"] .hp-shop-sort select {
  min-width: 190px;
  min-height: 40px;
  padding: 8px 34px 8px 12px;
  border: 1px solid var(--hp-ink);
  border-radius: 0;
  background: var(--hp-paper);
  color: var(--hp-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
body.post-type-archive-product .hp-shop-filter-layout,
body.tax-product_cat .hp-shop-filter-layout,
body.tax-product_tag .hp-shop-filter-layout,
body[class*="tax-pa_"] .hp-shop-filter-layout {
  display: grid;
  padding-top: 32px;
  padding-bottom: 92px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}
body.post-type-archive-product .hp-shop-filters,
body.tax-product_cat .hp-shop-filters,
body.tax-product_tag .hp-shop-filters,
body[class*="tax-pa_"] .hp-shop-filters {
  position: sticky;
  top: 176px;
  border-top: 1px solid var(--hp-ink);
}
body.post-type-archive-product .hp-shop-filter-form fieldset,
body.tax-product_cat .hp-shop-filter-form fieldset,
body.tax-product_tag .hp-shop-filter-form fieldset,
body[class*="tax-pa_"] .hp-shop-filter-form fieldset {
  padding: 20px 0 18px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--hp-line);
}
body.post-type-archive-product .hp-shop-filter-form legend,
body.tax-product_cat .hp-shop-filter-form legend,
body.tax-product_tag .hp-shop-filter-form legend,
body[class*="tax-pa_"] .hp-shop-filter-form legend {
  padding: 0;
  margin-bottom: 14px;
  color: var(--hp-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
}
body.post-type-archive-product .hp-shop-filter-form fieldset label,
body.tax-product_cat .hp-shop-filter-form fieldset label,
body.tax-product_tag .hp-shop-filter-form fieldset label,
body[class*="tax-pa_"] .hp-shop-filter-form fieldset label {
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  color: var(--hp-muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
body.post-type-archive-product .hp-shop-filter-form input[type="checkbox"],
body.tax-product_cat .hp-shop-filter-form input[type="checkbox"],
body.tax-product_tag .hp-shop-filter-form input[type="checkbox"],
body[class*="tax-pa_"] .hp-shop-filter-form input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--hp-ink); }
body.post-type-archive-product .hp-shop-price-fields,
body.tax-product_cat .hp-shop-price-fields,
body.tax-product_tag .hp-shop-price-fields,
body[class*="tax-pa_"] .hp-shop-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
body.post-type-archive-product .hp-shop-price-fields label,
body.tax-product_cat .hp-shop-price-fields label,
body.tax-product_tag .hp-shop-price-fields label,
body[class*="tax-pa_"] .hp-shop-price-fields label {
  display: block;
  min-height: 0;
  color: var(--hp-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
}
body.post-type-archive-product .hp-shop-price-fields input,
body.tax-product_cat .hp-shop-price-fields input,
body.tax-product_tag .hp-shop-price-fields input,
body[class*="tax-pa_"] .hp-shop-price-fields input {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 7px 8px;
  margin-top: 6px;
  border: 1px solid var(--hp-line);
  border-radius: 0;
  background: var(--hp-paper);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
body.post-type-archive-product .hp-shop-price-range,
body.tax-product_cat .hp-shop-price-range,
body.tax-product_tag .hp-shop-price-range,
body[class*="tax-pa_"] .hp-shop-price-range { height: 2px; margin: 23px 4px 5px; background: var(--hp-ink); }
body.post-type-archive-product .hp-shop-price-range span,
body.tax-product_cat .hp-shop-price-range span,
body.tax-product_tag .hp-shop-price-range span,
body[class*="tax-pa_"] .hp-shop-price-range span { display: block; width: 72%; height: 8px; margin-top: -3px; background: var(--hp-ink); }
body.post-type-archive-product .hp-shop-filter-submit,
body.tax-product_cat .hp-shop-filter-submit,
body.tax-product_tag .hp-shop-filter-submit,
body[class*="tax-pa_"] .hp-shop-filter-submit {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--hp-ink);
  border-radius: 0;
  background: var(--hp-ink);
  color: var(--hp-paper);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}
body.post-type-archive-product .hp-shop-filter-submit:hover,
body.tax-product_cat .hp-shop-filter-submit:hover,
body.tax-product_tag .hp-shop-filter-submit:hover,
body[class*="tax-pa_"] .hp-shop-filter-submit:hover { background: var(--hp-signal); color: var(--hp-ink); }
body.post-type-archive-product .hp-shop-results,
body.tax-product_cat .hp-shop-results,
body.tax-product_tag .hp-shop-results,
body[class*="tax-pa_"] .hp-shop-results { min-width: 0; }
body.post-type-archive-product .hp-shop-results ul.products,
body.tax-product_cat .hp-shop-results ul.products,
body.tax-product_tag .hp-shop-results ul.products,
body[class*="tax-pa_"] .hp-shop-results ul.products {
  width: 100%;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
body.post-type-archive-product .hp-shop-results .hp-product-card__body,
body.tax-product_cat .hp-shop-results .hp-product-card__body,
body.tax-product_tag .hp-shop-results .hp-product-card__body,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card__body { min-height: 152px; padding: 17px; }
body.post-type-archive-product .hp-shop-results .hp-product-card h3,
body.tax-product_cat .hp-shop-results .hp-product-card h3,
body.tax-product_tag .hp-shop-results .hp-product-card h3,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card h3 { font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: 18px; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; text-transform: uppercase; }
body.post-type-archive-product .hp-shop-results .hp-product-card__type,
body.tax-product_cat .hp-shop-results .hp-product-card__type,
body.tax-product_tag .hp-shop-results .hp-product-card__type,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card__type { font-size: 9px; font-weight: 500; line-height: 1.25; letter-spacing: 0; text-transform: none; }
body.post-type-archive-product .hp-shop-results .hp-product-card__price,
body.tax-product_cat .hp-shop-results .hp-product-card__price,
body.tax-product_tag .hp-shop-results .hp-product-card__price,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card__price { font-size: 14px; font-weight: 500; line-height: 1; }
body.post-type-archive-product .hp-shop-results .hp-product-card__badge,
body.tax-product_cat .hp-shop-results .hp-product-card__badge,
body.tax-product_tag .hp-shop-results .hp-product-card__badge,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card__badge { font-size: 10px; font-weight: 700; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
body.post-type-archive-product .hp-shop-results .hp-product-card__media,
body.tax-product_cat .hp-shop-results .hp-product-card__media,
body.tax-product_tag .hp-shop-results .hp-product-card__media,
body[class*="tax-pa_"] .hp-shop-results .hp-product-card__media { background: var(--hp-soft); }
body.post-type-archive-product .hp-shop-results .woocommerce-pagination,
body.tax-product_cat .hp-shop-results .woocommerce-pagination,
body.tax-product_tag .hp-shop-results .woocommerce-pagination,
body[class*="tax-pa_"] .hp-shop-results .woocommerce-pagination { padding: 44px 0 0; }
body.post-type-archive-product .hp-shop-results .woocommerce-pagination :is(a, span),
body.tax-product_cat .hp-shop-results .woocommerce-pagination :is(a, span),
body.tax-product_tag .hp-shop-results .woocommerce-pagination :is(a, span),
body[class*="tax-pa_"] .hp-shop-results .woocommerce-pagination :is(a, span) { font-size: 12px; font-weight: 700; line-height: 1; letter-spacing: 0; }
body.post-type-archive-product .hp-shop-filters-mobile,
body.tax-product_cat .hp-shop-filters-mobile,
body.tax-product_tag .hp-shop-filters-mobile,
body[class*="tax-pa_"] .hp-shop-filters-mobile { display: none; }
body.post-type-archive-product .hp-shop-faq,
body.tax-product_cat .hp-shop-faq,
body.tax-product_tag .hp-shop-faq,
body[class*="tax-pa_"] .hp-shop-faq { padding: 94px 0 118px; background: var(--hp-ink); color: var(--hp-paper); }
body.post-type-archive-product .hp-shop-faq__inner,
body.tax-product_cat .hp-shop-faq__inner,
body.tax-product_tag .hp-shop-faq__inner,
body[class*="tax-pa_"] .hp-shop-faq__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; }
body.post-type-archive-product .hp-shop-faq .hp-kicker,
body.tax-product_cat .hp-shop-faq .hp-kicker,
body.tax-product_tag .hp-shop-faq .hp-kicker,
body[class*="tax-pa_"] .hp-shop-faq .hp-kicker { color: var(--hp-signal); }
body.post-type-archive-product .hp-shop-faq h2,
body.tax-product_cat .hp-shop-faq h2,
body.tax-product_tag .hp-shop-faq h2,
body[class*="tax-pa_"] .hp-shop-faq h2 { max-width: 470px; margin: 0; color: var(--hp-paper); font-size: 32px; line-height: 1; overflow-wrap: anywhere; text-transform: none; }
body.post-type-archive-product .hp-shop-faq__list details,
body.tax-product_cat .hp-shop-faq__list details,
body.tax-product_tag .hp-shop-faq__list details,
body[class*="tax-pa_"] .hp-shop-faq__list details { border-top: 1px solid rgba(255,255,255,.28); }
body.post-type-archive-product .hp-shop-faq__list details:last-child,
body.tax-product_cat .hp-shop-faq__list details:last-child,
body.tax-product_tag .hp-shop-faq__list details:last-child,
body[class*="tax-pa_"] .hp-shop-faq__list details:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
body.post-type-archive-product .hp-shop-faq summary,
body.tax-product_cat .hp-shop-faq summary,
body.tax-product_tag .hp-shop-faq summary,
body[class*="tax-pa_"] .hp-shop-faq summary { display: flex; min-height: 66px; padding: 17px 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--hp-paper); font-size: 14px; font-weight: 500; line-height: 1.4; cursor: pointer; list-style: none; }
body.post-type-archive-product .hp-shop-faq summary::-webkit-details-marker,
body.tax-product_cat .hp-shop-faq summary::-webkit-details-marker,
body.tax-product_tag .hp-shop-faq summary::-webkit-details-marker,
body[class*="tax-pa_"] .hp-shop-faq summary::-webkit-details-marker { display: none; }
body.post-type-archive-product .hp-shop-faq summary span:last-child,
body.tax-product_cat .hp-shop-faq summary span:last-child,
body.tax-product_tag .hp-shop-faq summary span:last-child,
body[class*="tax-pa_"] .hp-shop-faq summary span:last-child { color: var(--hp-signal); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
body.post-type-archive-product .hp-shop-faq details[open] summary span:last-child,
body.tax-product_cat .hp-shop-faq details[open] summary span:last-child,
body.tax-product_tag .hp-shop-faq details[open] summary span:last-child,
body[class*="tax-pa_"] .hp-shop-faq details[open] summary span:last-child { transform: rotate(45deg); }
body.post-type-archive-product .hp-shop-faq p,
body.tax-product_cat .hp-shop-faq p,
body.tax-product_tag .hp-shop-faq p,
body[class*="tax-pa_"] .hp-shop-faq p { max-width: 580px; padding: 0 42px 22px 0; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; font-weight: 500; line-height: 1.6; }

@media (max-width: 1279px) {
  .hp-search-header h1 { font-size: clamp(60px, 7.8125vw, 80px); }
  .hp-search-results__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 16px; }
  .hp-error-main h1 { font-size: clamp(60px, 7.8125vw, 80px); }
  .hp-error-actions { padding-inline: 26px; }
  .hp-about-hero { height: clamp(590px, 56.25vw, 690px); }
  .hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container { grid-template-columns: 64px minmax(230px, .8fr) minmax(0, 1.2fr); gap: 24px; }
  .hp-about-page .rhm-about-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-about-page .rhm-about-links li:not(:nth-child(3n+1)) { border-left: 0; }
  .hp-about-page .rhm-about-links li:nth-child(even) { border-left: 1px solid var(--hp-ink); }
}

@media (max-width: 1023px) {
  .hp-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-search-results__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hp-journal-featured { height: auto; grid-template-columns: 1fr; gap: 44px; }
  .hp-editorial-card--lead { aspect-ratio: 4 / 5; }
  .hp-journal-featured__side { grid-template-rows: none; gap: 44px; }
  .hp-editorial-card--side { min-height: 320px; }
  .hp-article-banner,
  .hp-article-banner__content { min-height: 620px; }
  .hp-article-banner h1 { font-size: 52px; }
  .hp-article-related__grid { gap: 28px; }
  .hp-about-hero { height: 620px; }
  .hp-about-hero h1 { font-size: clamp(68px, 9vw, 88px); }
  .hp-about-page .rhm-about__lead { padding: 96px 0 104px; font-size: clamp(42px, 5.8vw, 58px); }
  .hp-about-page .hp-prose__content > h2 { font-size: 48px; }
  .hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container { min-height: 0; grid-template-columns: 52px minmax(210px, .8fr) minmax(0, 1.2fr); gap: 20px; }
  .hp-about-page .rhm-about-principles__item p { font-size: 16px; }
  .hp-about-page .rhm-about-note > .wp-block-group__inner-container { gap: 48px; }
  .hp-about-page .rhm-about-note h2 { font-size: 48px; }
  .hp-faq-page .rhm-faq-item { width: calc(100% - 48px); }
  .hp-contact-layout { grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr); gap: 40px; }
  .hp-error-actions { padding-inline: 20px; }
  body.post-type-archive-product .hp-shop-filter-layout,
  body.tax-product_cat .hp-shop-filter-layout,
  body.tax-product_tag .hp-shop-filter-layout,
  body[class*="tax-pa_"] .hp-shop-filter-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 24px; }
  body.post-type-archive-product .hp-shop-results ul.products,
  body.tax-product_cat .hp-shop-results ul.products,
  body.tax-product_tag .hp-shop-results ul.products,
  body[class*="tax-pa_"] .hp-shop-results ul.products { gap: 10px; }
  body.post-type-archive-product .hp-shop-faq__inner,
  body.tax-product_cat .hp-shop-faq__inner,
  body.tax-product_tag .hp-shop-faq__inner,
  body[class*="tax-pa_"] .hp-shop-faq__inner { gap: 42px; }
}

@media (max-width: 767px) {
  .hp-editorial-hero { min-height: 400px; padding: 56px 0 54px; }
  .hp-editorial-hero::after { right: -35vw; bottom: -24vw; width: 78vw; height: 78vw; }
  .hp-editorial-hero__inner { min-height: 290px; }
  .hp-editorial-hero h1 { font-size: 48px; }
  .hp-editorial-hero__description { font-size: 16px; }
  .hp-editorial-hero--search { min-height: 390px; }
  .hp-editorial-hero--search .hp-editorial-hero__inner { min-height: 278px; }
  .hp-editorial-hero--page { min-height: 300px; }
  .hp-editorial-hero--page .hp-editorial-hero__inner { min-height: 180px; }
  .hp-article-banner,
  .hp-article-banner__content { min-height: 488px; }
  .hp-article-banner__content { width: calc(100% - 40px); padding-block: 42px; }
  .hp-article-banner h1 { font-size: 40px; line-height: 1; }
  .hp-article-banner__meta { margin-bottom: 16px; font-size: 11px; }
  .hp-article-banner__excerpt { display: none; }
  .hp-editorial-content { padding: 48px 0 80px; }
  .hp-editorial-grid { grid-template-columns: 1fr; gap: 16px; }
  .hp-editorial-card:hover { box-shadow: 6px 6px 0 var(--hp-signal); transform: translate(-2px, -2px); }
  .hp-editorial-card__media { aspect-ratio: 4 / 3; }
  .hp-editorial-card__body { min-height: 244px; }
  .hp-editorial-card h2 { font-size: 15px; line-height: 1.25; }
  .hp-editorial-content .navigation.pagination { padding-top: 42px; }
  .hp-editorial-content .page-numbers { min-width: 40px; height: 40px; }
  .hp-journal-hero { height: 419px; }
  .hp-journal-heading { min-height: 94px; padding-top: 18px; padding-bottom: 44px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .hp-journal-heading h1 { font-size: 32px; }
  .hp-journal-heading__description { max-width: 100%; font-size: 14px; }
  .hp-journal-content { padding-top: 0; }
  .hp-journal-featured { gap: 40px; }
  .hp-editorial-card--lead { aspect-ratio: 4 / 5; }
  .hp-editorial-card--lead .hp-editorial-card__body { padding: 24px 20px; }
  .hp-editorial-card--lead h2 { font-size: 24px; }
  .hp-editorial-card--lead .hp-editorial-card__body > p { display: none; }
  .hp-editorial-card--side { display: block; min-height: 0; background: transparent; }
  .hp-editorial-card--side .hp-editorial-card__media { height: auto; aspect-ratio: 4 / 3; }
  .hp-editorial-card--side .hp-editorial-card__body { min-height: 230px; padding: 20px 0 0; }
  .hp-editorial-card--side .hp-editorial-card__meta { flex-direction: row; gap: 12px; }
  .hp-editorial-card--side .hp-editorial-card__body > p { -webkit-line-clamp: 3; }
  .hp-journal-grid { margin-top: 44px; gap: 44px; }
  .hp-journal-content .hp-editorial-card__body { min-height: 230px; }
  .hp-search-form--hero { min-height: 50px; }
  .hp-search-form--hero button { min-width: 92px; padding-inline: 10px; }
  .hp-search-form input { font-size: 14px; }
  .hp-search-page { padding-bottom: 82px; }
  .hp-search-header { padding: 30px 0 48px; }
  .hp-search-header__inner { gap: 32px; }
  .hp-search-header h1 { font-size: 48px; line-height: 1; }
  .hp-search-form--page { min-height: 62px; }
  .hp-search-form--page input { padding: 18px 0; font-size: 16px; }
  .hp-search-results__toolbar { min-height: 96px; padding: 26px 0; align-items: flex-start; flex-direction: column; gap: 4px; }
  .hp-search-results__toolbar p { font-size: 14px; }
  .hp-search-results__toolbar p:last-child { text-align: left; }
  .hp-search-header__inner,
  .hp-search-results { width: calc(100% - 40px); }
  .hp-search-results__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 12px; }
  .hp-search-results__grid .hp-editorial-card__media { aspect-ratio: 1; }
  .hp-search-results__grid .hp-editorial-card__body { min-height: 244px; }
  .hp-search-results__grid .hp-editorial-card--product .hp-editorial-card__body { min-height: 106px; }
  .hp-search-results__grid .hp-editorial-card__arrow { top: 8px; right: 8px; width: 36px; height: 36px; }
  .hp-search-results__grid .hp-editorial-card h2 { font-size: 13px; }
  .hp-search-results__grid .hp-editorial-card__meta,
  .hp-search-results__grid .hp-editorial-card__body > p { font-size: 11px; }
  .hp-search-results__grid .hp-editorial-card__body > p { -webkit-line-clamp: 4; }
  .hp-search-results__grid .hp-editorial-card__read { font-size: 11px; }
  .hp-search-results .navigation.pagination { padding-top: 48px; }
  .hp-search-results .page-numbers { min-width: 40px; height: 40px; }
  .hp-search-empty { padding: 54px 0 68px; }
  .hp-search-empty h2 { font-size: 28px; }
  .hp-standard-page .hp-prose__content { padding-top: 46px; padding-bottom: 78px; }
  .hp-article-page .hp-prose__content { width: calc(100% - 40px); padding-top: 48px; padding-bottom: 56px; }
  .hp-standard-page .hp-prose__content p, .hp-standard-page .hp-prose__content li, .hp-article-page .hp-prose__content p, .hp-article-page .hp-prose__content li { font-size: 16px; line-height: 1.6; }
  .hp-standard-page .hp-prose__content h2, .hp-article-page .hp-prose__content h2 { margin-top: 50px; font-size: 32px; line-height: 1; }
  .hp-standard-page .hp-prose__content h3, .hp-article-page .hp-prose__content h3 { font-size: 24px; line-height: 1; }
  .hp-standard-page .hp-prose__content h4, .hp-article-page .hp-prose__content h4 { font-size: 20px; line-height: 1.1; }
  .hp-standard-page .hp-prose__content h5, .hp-standard-page .hp-prose__content h6, .hp-article-page .hp-prose__content h5, .hp-article-page .hp-prose__content h6 { font-size: 16px; line-height: 1.25; }
  .hp-standard-page .hp-prose__content blockquote, .hp-article-page .hp-prose__content blockquote { padding: 22px 20px; margin: 36px 0; font-size: 16px; line-height: 1.6; }
  .hp-article-share__inner { width: calc(100% - 40px); min-height: 0; padding-block: 32px; align-items: flex-start; flex-direction: column; gap: 22px; }
  .hp-article-share__inner > p { font-size: 22px; }
  .hp-article-share__links { width: 100%; justify-content: flex-start; }
  .hp-article-share__links a { min-height: 44px; padding-inline: 13px; }
  .hp-article-related { padding: 64px 0 82px; }
  .hp-article-related__heading { margin-bottom: 34px; display: block; }
  .hp-article-related__heading h2 { font-size: 32px; }
  .hp-article-related__grid { gap: 42px; }
  .hp-article-related__grid .hp-editorial-card__body { min-height: 230px; }
  .hp-about-hero { height: 620px; }
  .hp-about-hero::after { background: rgba(8,8,6,.5); }
  .hp-about-hero__image { object-position: 54% center; }
  .hp-about-hero__content { padding-top: 32px; padding-bottom: 36px; }
  .hp-about-hero h1 { font-size: clamp(52px, 15.5vw, 64px); line-height: .86; }
  .hp-about-hero__content > p:last-child { max-width: 330px; margin-top: 22px; font-size: 15px; line-height: 1.5; }
  .hp-about-page .hp-prose__content { padding-top: 0; padding-bottom: 0; }
  .hp-about-page .rhm-about__lead { padding: 72px 0 78px; font-size: 34px; line-height: 1.02; }
  .hp-about-page .hp-prose__content > h2 { padding-top: 54px; margin-bottom: 34px; font-size: 36px; }
  .hp-about-page .rhm-about-principles { padding-bottom: 84px; }
  .hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container { display: grid; min-height: 0; padding: 28px 0 30px; grid-template-columns: 36px minmax(0, 1fr); gap: 8px 14px; }
  .hp-about-page .rhm-about-principles__item > .wp-block-group__inner-container::before { grid-column: 1; grid-row: 1 / span 2; }
  .hp-about-page .rhm-about-principles__item h3 { grid-column: 2; max-width: 100%; font-size: 25px; }
  .hp-about-page .rhm-about-principles__item p { grid-column: 2; margin-top: 14px; font-size: 15px; }
  .hp-about-page .hp-prose__content > h2:nth-of-type(2) { padding-top: 66px; }
  .hp-about-page .hp-prose__content > h2:nth-of-type(2) + p { margin: -12px 0 36px; font-size: 15px; }
  .hp-about-page .rhm-about-links { padding-bottom: 84px; grid-template-columns: 1fr; }
  .hp-about-page .rhm-about-links li:nth-child(even) { border-left: 0; }
  .hp-about-page .rhm-about-links a { min-height: 132px; padding: 24px 58px 24px 0; }
  .hp-about-page .rhm-about-links a::after { right: 12px; }
  .hp-about-page .rhm-about-links strong { font-size: 18px; }
  .hp-about-page .rhm-about-note { padding-top: 76px; padding-bottom: 82px; }
  .hp-about-page .rhm-about-note > .wp-block-group__inner-container { grid-template-columns: 1fr; gap: 26px; }
  .hp-about-page .rhm-about-note h2 { font-size: 36px; }
  .hp-about-page .rhm-about-note p { font-size: 16px; line-height: 1.6; }
  .hp-faq-heading { padding: 48px 0 44px; }
  .hp-faq-heading h1 { font-size: 32px; }
  .hp-faq-page .hp-prose__content { width: calc(100% - 40px); padding-top: 0; padding-bottom: 84px; }
  .hp-faq-page .rhm-faq-section { margin-bottom: 88px; }
  .hp-faq-page .rhm-faq-section h2 { margin-bottom: 32px; font-size: 22px; }
  .hp-faq-page .rhm-faq-item { width: calc(100% - 40px); }
  .hp-faq-page .rhm-faq-item summary { min-height: 74px; padding: 19px 36px 19px 0; font-size: 14px; line-height: 1.25; }
  .hp-faq-page .rhm-faq-item > p { padding: 0 36px 24px 0; margin-top: 0; font-size: 14px; line-height: 1.6; }
  .hp-contact-page { padding: 48px 0 88px; }
  .hp-contact-heading { margin-bottom: 58px; }
  .hp-contact-heading h1 { margin-bottom: 18px; font-size: 40px; }
  .hp-contact-heading p { font-size: 16px; line-height: 1.5; }
  .hp-contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .hp-contact-fields { grid-template-columns: 1fr; gap: 20px; }
  .hp-contact-field--full { grid-column: auto; }
  .hp-contact-field label { font-size: 12px; }
  .hp-contact-field :is(input, select, textarea) { font-size: 12px; line-height: 1.4; }
  .hp-contact-field textarea { height: 116px; min-height: 116px; }
  .hp-contact-sidebar > p:first-child { margin-bottom: 34px; }
  .hp-policy-heading { padding: 48px 0 28px; }
  .hp-policy-heading h1 { font-size: 40px; }
  .hp-policy-page .hp-prose__content { width: calc(100% - 40px); padding-top: 0; padding-bottom: 88px; font-size: 14px; line-height: 1.6; }
  .hp-policy-page .hp-prose__content h2 { margin: 44px 0 26px; font-size: 28px; line-height: 1.2; }
  .hp-policy-page .hp-prose__content h3 { margin: 34px 0 20px; font-size: 22px; }
  .hp-policy-page .hp-prose__content h4 { margin-top: 28px; font-size: 18px; }
  .hp-policy-page .hp-prose__content :is(ul, ol) { padding-left: 24px; margin: 20px 0; }
  .hp-policy-page .hp-prose__content .wp-block-table { margin: 26px 0; }
  .hp-site-map-page { padding-bottom: 88px; }
  .hp-site-map-heading { padding: 50px 0 48px; }
  .hp-site-map-heading .hp-shell { display: block; }
  .hp-site-map-heading .hp-kicker { margin-bottom: 16px; }
  .hp-site-map-heading h1 { margin-bottom: 22px; font-size: 40px; }
  .hp-site-map-heading .hp-shell > p:last-child { font-size: 16px; line-height: 1.5; }
  .hp-site-map-groups { grid-template-columns: 1fr; }
  .hp-site-map-group,
  .hp-site-map-group--wide { grid-column: auto; padding: 44px 0 52px; }
  .hp-site-map-group h2 { margin-bottom: 28px; font-size: 28px; }
  .hp-site-map-group--wide ul { grid-template-columns: 1fr; }
  .hp-site-map-group a { min-height: 56px; }
  .hp-site-map-group--wide li:nth-last-child(-n + 3) { border-bottom: 0; }
  .hp-site-map-group--wide li:last-child { border-bottom: 1px solid var(--hp-line); }
  .hp-order-tracking-page .hp-prose__content { padding-top: 48px; }
  .hp-order-tracking-page .woocommerce-form-track-order { padding: 24px 20px; grid-template-columns: 1fr; gap: 18px; }
  .hp-order-tracking-page .woocommerce-form-track-order > p:first-child { margin-bottom: 4px; font-size: 15px; }
  .hp-order-tracking-page .woocommerce-form-track-order .form-row:last-of-type { margin-top: 4px; }
  .hp-order-tracking-page .woocommerce-form-track-order .button { width: 100%; }
  .hp-order-tracking-page .woocommerce .order_details li { display: block; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--hp-line); }
  .hp-order-tracking-page .woocommerce table.shop_table :is(th, td) { padding: 12px 10px; }
  body.woocommerce-account .hp-commerce-shell { width: calc(100% - 36px); padding: 52px 0 80px; }
  body.woocommerce-account .woocommerce { min-height: 0; }
  body.woocommerce-account .hp-account-heading { margin-bottom: 36px; font-size: 40px; }
  body.woocommerce-account .woocommerce h2 { margin-bottom: 24px; font-size: 32px; }
  body.woocommerce-account .woocommerce h3 { font-size: 24px; }
  body.woocommerce-account:not(.logged-in) .hp-commerce-shell { width: calc(100% - 36px); padding-top: 54px; }
  body.woocommerce-account:not(.logged-in) .woocommerce { min-height: 390px; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation { margin-bottom: 36px; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content p { font-size: 15px; }
  body.woocommerce-account.logged-in .woocommerce-Addresses { grid-template-columns: 1fr; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content :is(table, thead, tbody, tr, th, td) { display: block; width: 100%; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content thead { display: none; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content tr { padding: 12px 14px; border-bottom: 1px solid var(--hp-line); }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content td { display: flex; padding: 7px 0; justify-content: space-between; gap: 16px; border: 0; text-align: right; }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content td::before { color: var(--hp-muted); font-weight: 700; text-align: left; content: attr(data-title); }
  .hp-error-main { padding: 90px 0; }
  .hp-error-main__inner { width: calc(100% - 40px); }
  .hp-error-main h1 { font-size: 48px; }
  .hp-error-copy { font-size: 16px; }
  .hp-error-actions { width: 100%; margin-top: 90px; grid-template-columns: 1fr; }
  .hp-error-actions .hp-button { height: 48px; min-height: 48px; }
  body.post-type-archive-product .woocommerce-breadcrumb,
  body.tax-product_cat .woocommerce-breadcrumb,
  body.tax-product_tag .woocommerce-breadcrumb,
  body[class*="tax-pa_"] .woocommerce-breadcrumb { width: calc(100% - (var(--hp-gutter) * 2)); padding-top: 18px; }
  body.post-type-archive-product .hp-shop-heading,
  body.tax-product_cat .hp-shop-heading,
  body.tax-product_tag .hp-shop-heading,
  body[class*="tax-pa_"] .hp-shop-heading { padding-top: 46px; padding-bottom: 30px; }
  body.post-type-archive-product .hp-shop-heading h1,
  body.tax-product_cat .hp-shop-heading h1,
  body.tax-product_tag .hp-shop-heading h1,
  body[class*="tax-pa_"] .hp-shop-heading h1 { font-size: 48px; }
  body.post-type-archive-product .hp-shop-toolbar,
  body.tax-product_cat .hp-shop-toolbar,
  body.tax-product_tag .hp-shop-toolbar,
  body[class*="tax-pa_"] .hp-shop-toolbar { min-height: 60px; }
  body.post-type-archive-product .hp-shop-sort label,
  body.tax-product_cat .hp-shop-sort label,
  body.tax-product_tag .hp-shop-sort label,
  body[class*="tax-pa_"] .hp-shop-sort label { display: none; }
  body.post-type-archive-product .hp-shop-sort select,
  body.tax-product_cat .hp-shop-sort select,
  body.tax-product_tag .hp-shop-sort select,
  body[class*="tax-pa_"] .hp-shop-sort select { min-width: 148px; }
  body.post-type-archive-product .hp-shop-filter-layout,
  body.tax-product_cat .hp-shop-filter-layout,
  body.tax-product_tag .hp-shop-filter-layout,
  body[class*="tax-pa_"] .hp-shop-filter-layout { display: block; padding-top: 16px; padding-bottom: 62px; }
  body.post-type-archive-product .hp-shop-filters,
  body.tax-product_cat .hp-shop-filters,
  body.tax-product_tag .hp-shop-filters,
  body[class*="tax-pa_"] .hp-shop-filters { display: none; }
  body.post-type-archive-product .hp-shop-filters-mobile,
  body.tax-product_cat .hp-shop-filters-mobile,
  body.tax-product_tag .hp-shop-filters-mobile,
  body[class*="tax-pa_"] .hp-shop-filters-mobile { display: block; margin-bottom: 16px; border-top: 1px solid var(--hp-ink); border-bottom: 1px solid var(--hp-ink); }
  body.post-type-archive-product .hp-shop-filters-mobile > summary,
  body.tax-product_cat .hp-shop-filters-mobile > summary,
  body.tax-product_tag .hp-shop-filters-mobile > summary,
  body[class*="tax-pa_"] .hp-shop-filters-mobile > summary { display: flex; min-height: 54px; padding: 12px 0; align-items: center; justify-content: space-between; color: var(--hp-ink); font-size: 12px; font-weight: 700; line-height: 1; text-transform: none; cursor: pointer; list-style: none; }
  body.post-type-archive-product .hp-shop-filters-mobile > summary::-webkit-details-marker,
  body.tax-product_cat .hp-shop-filters-mobile > summary::-webkit-details-marker,
  body.tax-product_tag .hp-shop-filters-mobile > summary::-webkit-details-marker,
  body[class*="tax-pa_"] .hp-shop-filters-mobile > summary::-webkit-details-marker { display: none; }
  body.post-type-archive-product .hp-shop-filters-mobile > summary span:last-child,
  body.tax-product_cat .hp-shop-filters-mobile > summary span:last-child,
  body.tax-product_tag .hp-shop-filters-mobile > summary span:last-child,
  body[class*="tax-pa_"] .hp-shop-filters-mobile > summary span:last-child { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
body.post-type-archive-product .hp-shop-filters-mobile[open] > summary span:last-child,
  body.tax-product_cat .hp-shop-filters-mobile[open] > summary span:last-child,
  body.tax-product_tag .hp-shop-filters-mobile[open] > summary span:last-child,
body[class*="tax-pa_"] .hp-shop-filters-mobile[open] > summary span:last-child { transform: rotate(45deg); }
body.post-type-archive-product .hp-shop-filter-note,
body.tax-product_cat .hp-shop-filter-note,
body.tax-product_tag .hp-shop-filter-note,
body[class*="tax-pa_"] .hp-shop-filter-note { padding: 14px 0 0; color: var(--hp-muted); font-size: 12px; line-height: 1.45; }
  body.post-type-archive-product .hp-shop-filters-mobile .hp-shop-filter-form,
  body.tax-product_cat .hp-shop-filters-mobile .hp-shop-filter-form,
  body.tax-product_tag .hp-shop-filters-mobile .hp-shop-filter-form,
  body[class*="tax-pa_"] .hp-shop-filters-mobile .hp-shop-filter-form { padding-bottom: 18px; }
  body.post-type-archive-product .hp-shop-results ul.products,
  body.tax-product_cat .hp-shop-results ul.products,
  body.tax-product_tag .hp-shop-results ul.products,
  body[class*="tax-pa_"] .hp-shop-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.post-type-archive-product .hp-shop-results .hp-product-card__body,
  body.tax-product_cat .hp-shop-results .hp-product-card__body,
  body.tax-product_tag .hp-shop-results .hp-product-card__body,
  body[class*="tax-pa_"] .hp-shop-results .hp-product-card__body { min-height: 144px; padding: 13px; }
  body.post-type-archive-product .hp-shop-results .hp-product-card h3,
  body.tax-product_cat .hp-shop-results .hp-product-card h3,
  body.tax-product_tag .hp-shop-results .hp-product-card h3,
  body[class*="tax-pa_"] .hp-shop-results .hp-product-card h3 { font-size: 15px; line-height: 1.25; }
  body.post-type-archive-product .hp-shop-faq,
  body.tax-product_cat .hp-shop-faq,
  body.tax-product_tag .hp-shop-faq,
  body[class*="tax-pa_"] .hp-shop-faq { padding: 64px 0 82px; }
  body.post-type-archive-product .hp-shop-faq__inner,
  body.tax-product_cat .hp-shop-faq__inner,
  body.tax-product_tag .hp-shop-faq__inner,
  body[class*="tax-pa_"] .hp-shop-faq__inner { display: block; }
  body.post-type-archive-product .hp-shop-faq__heading,
  body.tax-product_cat .hp-shop-faq__heading,
  body.tax-product_tag .hp-shop-faq__heading,
  body[class*="tax-pa_"] .hp-shop-faq__heading { margin-bottom: 38px; }
  body.post-type-archive-product .hp-shop-faq h2,
  body.tax-product_cat .hp-shop-faq h2,
  body.tax-product_tag .hp-shop-faq h2,
  body[class*="tax-pa_"] .hp-shop-faq h2 { font-size: 32px; }
  body.post-type-archive-product .hp-shop-faq summary,
  body.tax-product_cat .hp-shop-faq summary,
  body.tax-product_tag .hp-shop-faq summary,
  body[class*="tax-pa_"] .hp-shop-faq summary { min-height: 60px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-editorial-card, .hp-editorial-card__media img, .hp-editorial-card__arrow, .hp-editorial-card__read span { transition: none; }
}

/* Reference-aligned Shop media header, catalog toolbar, and filter dialog. */
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-commerce-shell { padding-bottom: 0; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero {
  position: relative;
  display: grid;
  min-height: 296px;
  aspect-ratio: 3.414 / 1;
  overflow: hidden;
  background: var(--hp-ink);
  color: var(--hp-paper);
  isolation: isolate;
}
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0,0,0,.4);
  content: "";
  pointer-events: none;
}
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__media { position: absolute; z-index: -2; inset: 0; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__content { display: flex; padding-block: 38px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero h1 { max-width: 880px; margin: 0 0 12px; color: var(--hp-paper); font-size: clamp(60px, 6.75vw, 86px); font-weight: 700; line-height: 1; overflow-wrap: anywhere; text-transform: uppercase; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__description { max-width: 580px; color: rgba(255,255,255,.88); font-size: 16px; font-weight: 500; line-height: 1.5; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__description > :last-child { margin-bottom: 0; }

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb { display: flex; min-height: 68px; align-items: center; gap: 10px; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb a { display: inline-flex; align-items: center; color: var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls { position: relative; z-index: 4; display: grid; min-height: 76px; padding-block: 15px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; border-top: 1px solid var(--hp-ink); border-bottom: 1px solid var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls__primary { display: flex; grid-column: 2; grid-row: 1; align-items: center; gap: 28px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-toolbar__count { grid-column: 1; grid-row: 1; color: var(--hp-muted); font-size: 16px; font-weight: 500; line-height: 1.6; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort { display: inline-flex; align-items: center; gap: 18px; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu { position: relative; min-width: 190px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu summary { display: flex; min-height: 46px; padding: 11px 13px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--hp-ink); background: var(--hp-paper); cursor: pointer; list-style: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu summary::-webkit-details-marker { display: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu summary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu[open] summary svg { transform: rotate(180deg); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu ul { position: absolute; z-index: 10; top: calc(100% + 6px); right: 0; width: max(100%, 230px); padding: 7px; margin: 0; border: 1px solid var(--hp-ink); background: var(--hp-paper); box-shadow: 6px 6px 0 rgba(17,17,17,.14); list-style: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu li { margin: 0; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu a { display: flex; min-height: 40px; padding: 9px 10px; align-items: center; font-size: 14px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu a:hover,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu a[aria-current="true"] { background: var(--hp-soft); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger { display: none; min-height: 46px; padding: 10px 0; align-items: center; gap: 15px; border: 0; background: transparent; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.4; cursor: pointer; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls.is-enhanced .hp-shop-filter-trigger { display: inline-flex; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger > span { display: inline-flex; align-items: center; gap: 7px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger__count { display: grid; min-width: 20px; height: 20px; padding-inline: 5px; place-items: center; border-radius: 50%; background: var(--hp-ink); color: var(--hp-paper); font-size: 10px; font-weight: 700; line-height: 1; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger svg { width: 24px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters-fallback { grid-column: 1 / -1; border-top: 1px solid var(--hp-line); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters-fallback > summary { min-height: 48px; padding: 13px 0; font-size: 12px; font-weight: 700; line-height: 1; cursor: pointer; list-style: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters-fallback__body { padding-bottom: 20px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls.is-enhanced .hp-shop-filters-fallback { display: none; }

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-layout { display: grid; padding-top: 36px; padding-bottom: 92px; grid-template-columns: 240px minmax(0, 1fr); gap: 42px; align-items: start; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters { position: sticky; top: 176px; display: block; border-top: 1px solid var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter { padding: 20px 0 18px; border-bottom: 1px solid var(--hp-line); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter > p,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form legend,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form fieldset > .hp-shop-filter-form__select-label { display: block; padding: 0; margin: 0 0 13px; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter ul { padding: 0; margin: 0; list-style: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter a { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 12px; color: var(--hp-muted); font-size: 14px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter a:hover,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-category-filter a[aria-current="page"] { color: var(--hp-ink); text-decoration: underline; text-underline-offset: 3px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form fieldset { padding: 20px 0 18px; margin: 0; border: 0; border-bottom: 1px solid var(--hp-line); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form select { width: 100%; min-height: 44px; padding: 10px 36px 10px 11px; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-paper); color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-price-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form .hp-shop-price-fields > label { display: block; min-height: 0; color: var(--hp-muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-price-input { display: flex; min-height: 44px; padding-left: 10px; margin-top: 6px; align-items: center; border: 1px solid var(--hp-ink); background: var(--hp-paper); color: var(--hp-muted); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-price-input input { width: 100%; min-width: 0; min-height: 42px; padding: 9px 8px 9px 4px; border: 0; outline: 0; background: transparent; color: var(--hp-ink); font-size: 14px; font-weight: 500; line-height: 1; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-submit { display: flex; width: 100%; min-height: 48px; padding: 12px 14px; margin-top: 18px; align-items: center; justify-content: space-between; border: 1px solid var(--hp-ink); border-radius: 0; background: var(--hp-ink); color: var(--hp-paper); font-size: 12px; font-weight: 700; line-height: 1; cursor: pointer; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-submit:hover { background: var(--hp-signal); color: var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-form__actions > a { display: inline-flex; margin-top: 15px; color: var(--hp-muted); font-size: 12px; font-weight: 700; line-height: 1.4; text-decoration: underline; text-underline-offset: 3px; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-results { min-width: 0; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-results ul.products { width: 100%; padding: 0; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

body.hp-shop-filter-open { overflow: hidden; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog { position: fixed; z-index: 100; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; padding: 0; margin: 0; border: 0; background: transparent; color: var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog[hidden] { display: none; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.56); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__panel { position: relative; z-index: 1; display: flex; width: min(430px, 100%); height: 100%; margin-right: auto; flex-direction: column; background: var(--hp-paper); box-shadow: 16px 0 34px rgba(0,0,0,.18); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__panel > header { display: flex; min-height: 78px; padding: 14px 20px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--hp-ink); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog h2 { margin: 0; font-size: 32px; font-weight: 700; line-height: 1; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog button[data-hp-shop-filter-close] { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid var(--hp-ink); background: var(--hp-paper); color: var(--hp-ink); cursor: pointer; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog button[data-hp-shop-filter-close]:hover { background: var(--hp-soft); }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog button[data-hp-shop-filter-close] svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__body { flex: 1 1 auto; padding: 0 20px 28px; overflow-y: auto; overscroll-behavior: contain; }

@media (max-width: 1199px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-layout { display: block; padding-top: 30px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters { display: none; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls.is-enhanced .hp-shop-filter-trigger,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filters-fallback { display: none; }
}

@media (max-width: 1023px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero { min-height: 0; aspect-ratio: 2.405 / 1; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__content { padding-block: 28px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls { min-height: 68px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-layout { padding-bottom: 70px; }
}

@media (max-width: 767px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero { aspect-ratio: 2.535 / 1; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero::after { background: rgba(0,0,0,.46); }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__content { padding-block: 18px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero h1 { max-width: 300px; margin-bottom: 7px; font-size: 48px; line-height: 1; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-hero__description { display: -webkit-box; max-width: 310px; overflow: hidden; font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb { min-height: 48px; gap: 7px; font-size: 12px; white-space: nowrap; overflow: hidden; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-breadcrumb span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls { min-height: 64px; padding-block: 8px; grid-template-columns: 1fr; gap: 6px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-controls__primary { width: 100%; grid-column: 1; grid-row: 1; justify-content: space-between; gap: 16px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-toolbar__count { grid-column: 1; grid-row: 2; font-size: 12px; line-height: 1.4; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort { min-width: 0; gap: 10px; font-size: 12px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu { min-width: 128px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu summary { min-height: 40px; padding: 8px 10px; gap: 8px; font-size: 12px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu ul { right: auto; left: 0; width: min(235px, calc(100vw - 40px)); }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger { min-height: 40px; padding-block: 8px; font-size: 12px; line-height: 1; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-trigger svg { width: 22px; height: 22px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-layout { padding-top: 18px; padding-bottom: 62px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-results ul.products { gap: 10px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__panel { width: 100%; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog__panel > header { min-height: 72px; }
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-filter-dialog h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag, body[class*="tax-pa_"]) .hp-shop-sort-menu summary svg { transition: none; }
}
