/*
Theme Name: Hundredshit
Description: A product-first storefront for 100PERCENTSHIT, synchronized with the Figma design system.
Version: 0.3.0
Requires at least: 6.6
Requires PHP: 8.3
Text Domain: hundredshit
*/
:root { color-scheme: light; --ink: var(--hps-color-text-primary); --paper: var(--hps-color-bg-canvas); --hps-shell-gutter: 24px; --hps-shell-max: 1440px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
body.admin-bar { min-height: calc(100dvh - var(--wp-admin--admin-bar--height,32px)); }
.site-header,.site-main,.site-footer { width: 100%; max-width: 1440px; margin-inline: auto; }
.site-header,.site-footer { flex-shrink: 0; }
a { color: inherit; text-underline-offset: 4px; }
button,input,select,textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
address { font-style: normal; }
.hps-system [hidden] { display: none !important; }
:where(h1,h2,h3,p) { margin: 0; }
:where(h1,h2,h3) { text-transform: uppercase; }
.hps-system h1,.hps-display { font: 700 var(--hps-type-display-size)/var(--hps-type-display-line) var(--hps-font-family),sans-serif; }
.hps-system h2,.hps-heading { font: 700 var(--hps-type-heading-size)/var(--hps-type-heading-line) var(--hps-font-family),sans-serif; }
.hps-system h3 { font-size: var(--hps-type-label-size); line-height: var(--hps-type-label-line); }
.hps-stack { display: flex; flex-direction: column; gap: 24px; align-items: stretch; min-width: 0; }
.hps-stack--small { gap: 8px; }
.hps-muted { color: var(--hps-color-text-secondary); }
.hps-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hps-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--hps-content-gap); }
.hps-panel { padding: 24px; border: 1px solid var(--hps-color-border-subtle); background: var(--hps-color-bg-subtle); gap: 16px; }
.hps-message { max-width: var(--hps-content-narrow); }
.hps-message > .hps-button { align-self: flex-start; }
.hps-total { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.hps-back { margin: 0 0 24px -16px; text-transform: uppercase; }
.site-header { padding: var(--hps-layout-gutter); display: flex; align-items: center; gap: var(--hps-header-gap); }
.site-title { margin-right: auto; flex-shrink: 0; }
.site-logo { display: block; width: 124px; height: 76px; background: var(--hps-color-text-primary); mask: url('assets/images/figma/39456.png') center/contain no-repeat; -webkit-mask: url('assets/images/figma/39456.png') center/contain no-repeat; }
.site-navigation { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-navigation ul,.site-footer ul { display: contents; list-style: none; margin: 0; padding: 0; }
.site-navigation a { text-transform: uppercase; white-space: nowrap; }
.site-navigation li a { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 16px; font-size: var(--hps-type-label-size); font-weight: 700; text-decoration: none; }
.site-main { flex: 1 0 auto; width: min(var(--hps-shell-max),calc(100% - 2 * var(--hps-shell-gutter))); padding: var(--hps-section-padding) 0; }
.site-main > article > .woocommerce > h1,.site-main > article > .woocommerce > p { margin-bottom: 24px; }
.site-main > article > h1 { margin-bottom: 24px; }
.site-footer { padding: 32px var(--hps-layout-gutter); display: flex; align-items: flex-start; gap: var(--hps-layout-gap); flex-wrap: wrap; font-size: var(--hps-type-caption-size); line-height: var(--hps-type-caption-line); }
.site-footer > span { margin-right: auto; }
.site-footer .hps-link { text-transform: uppercase; }
.site-footer nav { display: flex; gap: 16px; flex-wrap: wrap; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
.screen-reader-text:focus { position: fixed; top: 8px; left: 8px; z-index: 100; width: auto; height: auto; clip-path: none; padding: 16px; background: var(--paper); }
.hps-system :where(a,button,input,select,textarea,summary):focus-visible { outline: 2px solid var(--hps-color-focus); outline-offset: 2px; }
.home .site-main { padding: 0; }
.hps-hero { padding: var(--hps-layout-gutter); display: grid; grid-template-columns: minmax(0,540fr) minmax(0,772fr); align-items: center; gap: var(--hps-hero-gap); }
.hps-hero__copy { gap: 32px; }
.hps-hero__copy .hps-button { align-self: flex-start; }
.hps-hero__image { width: 100%; height: var(--hps-hero-image-height); object-fit: contain; background: var(--hps-color-bg-media); }
.hps-collection { padding: var(--hps-section-padding) 0; gap: 32px; scroll-margin-top: 24px; }
.hps-collection__action { text-align: center; }
.hps-brand { padding: var(--hps-section-padding) var(--hps-layout-gutter); gap: 32px; color: var(--hps-primitive-white); background: var(--hps-color-bg-brand); }
.post-type-archive-product .site-main,.tax-product_cat .site-main { padding-top: 32px; }
.shop-intro h1 { margin: 0 0 24px; }
.shop-intro .term-description { max-width: var(--hps-layout-reading-max); margin-bottom: 24px; }
.shop-toolbar { margin-bottom: 32px; }
.woocommerce .woocommerce-result-count { float: none; margin: 0; font-size: var(--hps-type-label-size); font-weight: 700; text-transform: uppercase; }
.woocommerce ul.products,.hps-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 64px var(--hps-layout-gap); padding: 0; margin: 0; list-style: none; }
.woocommerce ul.products::before,.woocommerce ul.products::after { content: none; }
.woocommerce ul.products[class*="columns-"] li.product { float: none; width: 100%; margin: 0; padding: 0; min-width: 0; }
.woocommerce ul.products li.product a.woocommerce-loop-product__link { display: flex; flex-direction: column; gap: 12px; color: var(--ink); text-decoration: none; }
.hps-catalog-image { position: relative; height: auto; aspect-ratio: 9/16; overflow: hidden; background: #fff; }
.woocommerce ul.products li.product .hps-catalog-image img { width: 100%; height: 100%; object-fit: contain; margin: 0; }
.hps-catalog-info { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font: 700 var(--hps-type-product-title-size)/var(--hps-type-product-title-line) var(--hps-font-family),sans-serif; }
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title { text-decoration: underline; }
.woocommerce ul.products li.product .price,.hps-price { display: flex; flex-wrap: wrap; gap: 8px; color: var(--ink); font: 700 var(--hps-type-price-size)/var(--hps-type-price-line) var(--hps-font-family),sans-serif; margin: 0; }
.woocommerce .price del { opacity: 1 !important; color: var(--hps-color-text-secondary); }
.woocommerce .price ins { text-decoration: none; }
.hps-product__status { position: absolute; top: 16px; left: 0; z-index: 11; padding: 9px 16px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-back { margin: 0 0 24px -16px; text-transform: uppercase; }
.hps-product-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--hps-content-gap); align-items: center; }
.woocommerce div.product .hps-gallery div.images { float: none; width: 100%; margin: 0; }
.hps-gallery { position: relative; min-width: 0; --hps-media-height: min(var(--hps-detail-image-height),75svh); }
.woocommerce div.product .hps-gallery div.images .woocommerce-product-gallery__image img:not(.zoomImg),
.woocommerce div.product .hps-gallery div.images .woocommerce-product-gallery__image--placeholder img { width: 100%; height: var(--hps-media-height); object-fit: contain; object-position: center; }
.hps-product-video { position: absolute; inset: 0 0 auto; height: var(--hps-media-height); pointer-events: none; z-index: 10; }
.hps-product-video button,.hps-product-video video { pointer-events: auto; }
.hps-product-video video { display: block; width: 100%; height: 100%; object-fit: contain; background: var(--paper); opacity: 0; transition: opacity 220ms ease; pointer-events: none; }
.hps-product-video.is-playing video { opacity: 1; }
.hps-video-status { position: absolute; bottom: 72px; left: 16px; right: 16px; padding: 8px; background: var(--paper); text-align: center; }
.hps-catalog-item { position: relative; }
.hps-card-video { inset: 0; height: 100%; }
.hps-card-video video { pointer-events: none; }
.woocommerce div.product .hps-gallery .flex-control-thumbs { display: flex; gap: 12px; margin-top: 16px; }
.woocommerce div.product .hps-gallery .flex-control-thumbs li { width: 80px; float: none; }
.woocommerce div.product .hps-gallery .flex-control-thumbs img { aspect-ratio: 2/3; object-fit: contain; border: 1px solid transparent; }
.woocommerce div.product .hps-gallery .flex-control-thumbs img.flex-active { border-color: var(--ink); }
.woocommerce div.product.hps-product-detail div.summary { float: none; width: 100%; margin: 0; display: flex; flex-direction: column; gap: 24px; }
.woocommerce div.product .product_title { font: 700 var(--hps-type-display-size)/var(--hps-type-display-line) var(--hps-font-family),sans-serif; margin: 0; }
.woocommerce div.product p.price,.woocommerce div.product span.price { color: var(--ink); font-size: var(--hps-type-price-size); line-height: var(--hps-type-price-line); font-weight: 700; margin: 0; }
.woocommerce-product-details__short-description p { margin: 0; }
.woocommerce div.product form.cart { margin: 0; }
.woocommerce div.product form.cart .variations { margin: 0 0 24px; border: 0; }
.woocommerce div.product form.cart .variations tr,.woocommerce div.product form.cart .variations td { display: block; padding: 0; }
.woocommerce div.product form.cart .variations th { text-align: left; }
.hps-variation-control { margin-bottom: 16px; }
.hps-variation-control .hps-size > span { width: auto; min-width: 56px; padding-inline: 12px; }
.woocommerce div.product form.cart .reset_variations { display: inline-flex; min-height: 44px; align-items: center; font-size: var(--hps-type-label-size); color: var(--hps-color-text-secondary); }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid var(--hps-color-border-control); border-radius: 0; font: inherit; width: 64px; padding: 8px; background: var(--paper); color: var(--ink); }
.woocommerce .woocommerce-variation-price { margin-bottom: 16px; }
.woocommerce .stock { font-size: var(--hps-type-caption-size); color: var(--hps-color-text-secondary); }
.woocommerce .out-of-stock { text-transform: uppercase; }
.hps-system .woocommerce a.button,.hps-system .woocommerce button.button,.hps-system.woocommerce a.button,.hps-system.woocommerce button.button,.hps-system .woocommerce input.button { border-radius: 0; min-height: 48px; padding: 14px 16px; border: 1px solid var(--hps-color-action-default); background: var(--hps-color-action-default); color: var(--hps-color-text-inverse); font: 700 var(--hps-type-label-size)/var(--hps-type-label-line) var(--hps-font-family),sans-serif; text-transform: uppercase; text-align: center; }
.hps-system .woocommerce .button:hover,.hps-system.woocommerce .button:hover { background: var(--hps-color-action-hover); color: var(--hps-color-text-inverse); }
.hps-system .woocommerce .button:disabled,.hps-system.woocommerce .button:disabled,.hps-system.woocommerce .button.disabled { background: var(--hps-color-bg-subtle); border-color: var(--hps-color-border-subtle); color: var(--hps-color-text-disabled); opacity: 1; cursor: not-allowed; }
.woocommerce .single_add_to_cart_button { flex: 1; }
.woocommerce .woocommerce-variation-add-to-cart,.woocommerce div.product form.cart:not(.variations_form) { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.woocommerce div.product form.cart div.quantity { margin: 0; }
.woocommerce-no-js .woocommerce-product-gallery { opacity: 1 !important; }
.hps-product-details { display: flex; flex-direction: column; gap: 24px; }
.woocommerce div.product .woocommerce-product-attributes { font-size: var(--hps-type-caption-size); }
.hps-line-item { display: flex; gap: 24px; align-items: center; min-width: 0; }
.hps-line-item > img,.hps-line-item > a > img { width: 96px; height: 144px; object-fit: contain; flex: 0 0 96px; }
.hps-line-item > div { min-width: 0; }
.hps-line-item dl,.hps-line-item ul,.hps-line-item p { margin: 0; padding: 0; }
.hps-line-item .wc-item-meta { list-style: none; }
.hps-line-item .wc-item-meta p { display: inline; }
.hps-cart-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--hps-content-gap); }
.woocommerce .cart-collaterals,.woocommerce .cart-collaterals .cart_totals { width: 100%; float: none; }
.woocommerce .cart_totals { padding: 24px; border: 1px solid var(--hps-color-border-subtle); background: var(--hps-color-bg-subtle); }
.woocommerce .cart_totals h2 { margin-bottom: 24px; }
.woocommerce table.shop_table { border: 0; border-radius: 0; margin: 0 0 24px; color: var(--ink); }
.woocommerce table.shop_table th,.woocommerce table.shop_table td { padding: 12px 0; border-color: var(--hps-color-border-subtle); }
.woocommerce table.shop_table td p { margin: 0; }
.woocommerce table.shop_table td:last-child { text-align: right; }
.woocommerce table.cart { display: block; }
.woocommerce table.cart thead { display: none; }
.woocommerce table.cart tbody { display: block; }
.woocommerce table.cart tr.cart_item { display: grid; grid-template-columns: 96px minmax(0,1fr) auto; column-gap: 16px; margin-bottom: 24px; }
.woocommerce table.cart tr.cart_item td { padding: 0; border: 0; background: none; text-align: left !important; }
.woocommerce table.cart tr.cart_item td::before { display: none; }
.woocommerce table.cart .product-thumbnail { grid-column: 1; grid-row: 1 / 5; display: block; }
.woocommerce table.cart .product-thumbnail img { width: 96px; height: 144px; object-fit: contain; }
.woocommerce table.cart .product-name { grid-column: 2; grid-row: 1; font-weight: 700; font-size: var(--hps-type-label-size); line-height: var(--hps-type-label-line); text-transform: uppercase; }
.woocommerce table.cart .product-name a { text-decoration: none; }
.woocommerce table.cart .product-name dl { text-transform: none; font-size: var(--hps-type-body-size); font-weight: 400; margin-top: 8px; }
.woocommerce table.cart .product-price { display: none; }
.woocommerce table.cart .product-quantity { grid-column: 2; grid-row: 2; margin: 8px 0; }
.woocommerce table.cart .product-subtotal { grid-column: 2; grid-row: 3; font-weight: 700; }
.woocommerce table.cart .product-remove { grid-column: 3; grid-row: 1 / 4; align-self: start; justify-self: end; margin: 0; }
.woocommerce table.cart a.remove { width: auto; height: auto; display: inline-flex; min-height: 44px; align-items: center; color: var(--hps-color-status-error) !important; border-radius: 0; font-size: 12px; text-transform: uppercase; padding: 0 4px; white-space: nowrap; }
.woocommerce table.cart a.remove:hover { color: var(--hps-color-status-error) !important; background: var(--hps-color-bg-subtle); }
.woocommerce table.cart td.actions { display: flex; gap: 16px; flex-wrap: wrap; text-align: left; }
.woocommerce table.cart td.actions .coupon { float: none; display: flex; gap: 8px; flex-wrap: wrap; }
.woocommerce table.cart td.actions .coupon .input-text { width: 150px; }
.woocommerce .wc-proceed-to-checkout { display: flex; flex-direction: column; gap: 16px; padding-bottom: 0; }
.woocommerce .wc-proceed-to-checkout a.checkout-button { margin: 0; }
.woocommerce .wc-proceed-to-checkout .hps-link { align-self: flex-start; text-transform: uppercase; }
.woocommerce .woocommerce-MyAccount-content { float: none; width: 100%; }
.hps-account-orders { max-width: var(--hps-content-column); margin-top: 24px; }
.woocommerce form.login,.woocommerce form.register { border: 0; padding: 0; margin: 24px 0; max-width: var(--hps-content-narrow); }
.woocommerce #customer_login { max-width: var(--hps-content-narrow); }
.woocommerce #customer_login .col-1,.woocommerce #customer_login .col-2 { float: none; width: 100%; }
.woocommerce #customer_login .col-2 { margin-top: 32px; }
.hps-auth-tabs { display: none; gap: 16px; margin: 24px 0; }
.hps-auth-tabs.is-ready { display: flex; }
.hps-auth-tabs button { background: transparent; border: 0; text-transform: uppercase; }
.hps-auth-tabs [aria-pressed="true"] { border-bottom: 2px solid var(--ink); }
.woocommerce .woocommerce-form-login__rememberme { display: block; margin-bottom: 16px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit { float: none; width: 100%; margin: 0; }
.woocommerce .lost_password a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; font-size: var(--hps-type-label-size); text-transform: uppercase; }
.woocommerce form.lost_reset_password,.woocommerce .woocommerce-address-fields { max-width: var(--hps-content-narrow); }
.woocommerce form.lost_reset_password > p { margin: 24px 0; }
.woocommerce form .form-row { padding: 0; margin: 0 0 24px; }
.woocommerce form .form-row label { line-height: var(--hps-type-label-line); margin-bottom: 8px; font-size: var(--hps-type-label-size); font-weight: 700; text-transform: uppercase; }
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .input-text,.woocommerce div.product form.cart .variations select { min-height: 48px; padding: 10px 16px; border: 1px solid var(--hps-color-border-control); border-radius: 0; background: var(--paper); color: var(--ink); font: 400 var(--hps-type-body-size)/var(--hps-type-body-line) var(--hps-font-family),sans-serif; width: 100%; }
.woocommerce input::placeholder,.woocommerce textarea::placeholder { color: var(--hps-color-text-secondary); opacity: 1; }
.woocommerce form .form-row.woocommerce-invalid input.input-text { border-color: var(--hps-color-status-error); }
.woocommerce form .form-row.woocommerce-invalid label,.woocommerce .required { color: var(--hps-color-status-error); }
.woocommerce .select2-container .select2-selection--single { height: 48px; background: var(--paper); border: 1px solid var(--hps-color-border-control); border-radius: 0; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 46px; padding-left: 16px; color: var(--ink); }
.select2-dropdown,.select2-search__field { color: var(--ink); background: var(--paper); border-color: var(--hps-color-border-control); }
.hps-checkout-progress { display: flex; gap: 8px; margin: 32px 0; flex-wrap: wrap; }
.hps-checkout-progress button { border: 0; padding: 0; background: none; color: var(--hps-color-text-secondary); text-transform: uppercase; }
.hps-checkout-progress button:not(:last-child)::after { content: '/'; margin-left: 8px; }
.hps-checkout-progress [aria-current="step"] { color: var(--ink); text-decoration: underline; }
.hps-checkout-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--hps-content-gap); align-items: start; }
.hps-checkout-form { min-width: 0; }
.hps-order-summary { min-width: 0; padding: 24px; border: 1px solid var(--hps-color-border-subtle); background: var(--hps-color-bg-subtle); }
.woocommerce-billing-fields > h3 { display: none; }
#customer_details .col-1,#customer_details .col-2 { width: 100%; float: none; }
#customer_details .woocommerce-billing-fields__field-wrapper { margin-top: 0; }
.hps-review-table thead { display: none; }
.hps-review-table .product-name { vertical-align: top; }
.hps-review-table .product-name .hps-line-item > div { font-size: var(--hps-type-label-size); font-weight: 700; text-transform: uppercase; }
.hps-review-table .product-name .variation { font-size: var(--hps-type-body-size); font-weight: 400; text-transform: none; }
.hps-review-table .product-total { font-weight: 700; vertical-align: bottom; }
.hps-delivery-options .woocommerce-shipping-totals { display: block; }
.hps-delivery-options .woocommerce-shipping-totals th { display: none; }
.hps-delivery-options .woocommerce-shipping-totals td { display: block; text-align: left !important; border: 0; }
.woocommerce ul#shipping_method li { padding: 16px; border: 1px solid var(--hps-color-border-control); margin-bottom: 12px; }
.woocommerce ul#shipping_method label { display: inline; font-size: var(--hps-type-label-size); font-weight: 700; text-transform: uppercase; }
.woocommerce-checkout #payment { background: transparent; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { border: 0; padding: 0; }
.woocommerce-checkout #payment div.payment_box { background: var(--hps-color-bg-subtle); color: var(--ink); border: 1px solid var(--hps-color-border-subtle); border-radius: 0; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--hps-color-border-subtle); }
.woocommerce-checkout #payment .place-order { padding: 0; margin-top: 24px; }
.woocommerce #place_order { float: none; width: 100%; }
.hps-checkout.is-stepped:not([data-current-step="review"]) #payment .place-order { display: none; }
.hps-checkout.is-stepped[data-current-step="review"] #payment .payment_methods,.hps-checkout.is-stepped[data-current-step="review"] [data-payment-heading] { display: none; }
.hps-checkout.is-stepped[data-current-step="review"] [data-payment-section] { margin-top: 24px; }
.hps-step-button { width: 100%; }
.hps-checkout [data-address-summary] { white-space: pre-line; }
.hps-checkout [data-step-go] { text-transform: uppercase; }
.hps-checkout [data-step-go].hps-link { align-self: flex-start; border: 0; background: transparent; }
.hps-processing { padding: var(--hps-section-padding) 0; max-width: var(--hps-content-narrow); }
.hps-order-error { margin: 32px 0; max-width: var(--hps-content-narrow); }
.woocommerce .woocommerce-error,.woocommerce .woocommerce-message,.woocommerce .woocommerce-info { padding: 16px 24px; background: var(--hps-color-bg-subtle); color: var(--ink); border: 1px solid var(--hps-color-border-subtle); }
.woocommerce .woocommerce-error { border-color: var(--hps-color-status-error); }
.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-message::before,.woocommerce .woocommerce-info::before { display: none; }
.woocommerce .woocommerce-error li { margin: 0; }
.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-customer-details { margin-top: 24px; }
.woocommerce .woocommerce-customer-details address { border-color: var(--hps-color-border-subtle); border-radius: 0; }
.woocommerce .woocommerce-Address { margin-top: 24px; }
.woocommerce form .show-password-input { color: var(--ink); top: 14px; }
@media (max-width: 767px) {
    .site-header { flex-wrap: wrap; }
    .site-title { flex-basis: 100%; }
    .site-navigation { width: 100%; gap: clamp(0px,5vw,24px); }
    .site-navigation .hps-link { padding-inline: clamp(8px,3vw,16px); }
    .site-footer > span { flex-basis: 100%; }
    .hps-hero,.hps-columns,.hps-product-layout,.hps-cart-layout,.hps-checkout-layout { grid-template-columns: minmax(0,1fr); }
    .hps-hero__copy { width: 100%; }
    .woocommerce ul.products,.hps-product-grid { grid-template-columns: minmax(0,1fr); }
    .hps-catalog-image { height: auto; aspect-ratio: 9/16; }
    .woocommerce ul.products li.product .hps-catalog-image img { height: 100%; }
    .woocommerce form .form-row-first,.woocommerce form .form-row-last { float: none; width: 100%; }
    .woocommerce table.shop_table_responsive tr td::before { display: none; }
    .woocommerce table.shop_table_responsive tr td { background: transparent; }
    .woocommerce .cart_totals table.shop_table_responsive tr { display: flex; justify-content: space-between; gap: 8px; }
    .woocommerce .cart_totals table.shop_table_responsive tr th { display: block; }
    .woocommerce .cart_totals table.shop_table_responsive tbody { display: table-row-group; }
    .hps-system h1,.hps-display { overflow-wrap: normal; }
    .hps-line-item { gap: 16px; }
    .hps-review-table .hps-line-item { flex-wrap: wrap; }
    .hps-system h1 { font-size: min(48px,12.3vw); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (forced-colors: active) { .site-logo { background: CanvasText; } }
.hps-auth-page .site-main > article { max-width: var(--hps-content-narrow); margin-inline: 0; }
.hps-auth-tabs button { flex: 1; justify-content: center; }
.hps-auth-page .woocommerce > h2 { margin-bottom: 24px; }
.hps-auth-page .woocommerce > h1 { margin-bottom: 24px; }
.woocommerce .form-row .screen-reader-text { text-transform: none; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme { font-weight: 400; text-transform: none; font-size: var(--hps-type-caption-size); }
.hps-system.woocommerce div.product form.cart button.button.alt { background: var(--hps-color-action-default); color: var(--hps-color-text-inverse); }
.hps-system.woocommerce div.product form.cart button.button.alt:hover { background: var(--hps-color-action-hover); }
.hps-system.woocommerce div.product form.cart button.button.alt.disabled,.hps-system.woocommerce div.product form.cart button.button.alt:disabled { background: var(--hps-color-bg-subtle); color: var(--hps-color-text-disabled); border-color: var(--hps-color-border-subtle); }
.hps-checkout.is-stepped[data-current-step="details"] .hps-review-table .order-total { display: none; }
.hps-checkout.is-stepped [data-step="payment"] { min-width: 0; }
.hps-system.woocommerce .woocommerce-product-attributes { border-color: var(--hps-color-border-subtle); }
.woocommerce form.lost_reset_password .form-row-first { width: 100%; float: none; }
.hps-order-more { margin-top: 24px; }
.hps-order-more > summary { cursor: pointer; text-transform: uppercase; }

/* Shared media bounds keep poster and playback aligned at every viewport. */
.hps-card-video video { object-fit: contain; background: #fff; }
.woocommerce ul.products li.product .hps-catalog-image img { object-fit: contain; }
.woocommerce ul.products li.product .price { align-items: baseline; font-size: 16px; }
.woocommerce ul.products li.product .price del { order: 2; font-size: 13px; font-weight: 400; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; line-height: 1.4; }
.shop-intro h1 { font-size: 24px; line-height: 1.2; margin-bottom: 16px; }
.woocommerce .woocommerce-result-count { font-size: 12px; font-weight: 400; color: var(--hps-color-text-secondary); text-transform: none; }
.woocommerce div.product form.cart .quantity .qty { height: 48px; min-height: 48px; }
.woocommerce div.product .hps-gallery .woocommerce-product-gallery__trigger { display: none; }
.woocommerce div.product .hps-gallery .flex-control-thumbs { margin-top: 24px; }
.woocommerce div.product .hps-gallery .flex-control-thumbs li { flex: 0 0 80px; }
.woocommerce div.product .hps-gallery .flex-control-thumbs img { width: 100%; height: 112px; object-fit: cover; }
.hps-gallery.has-media-strip .flex-control-thumbs { display: none !important; }
.hps-media-strip { display: flex; gap: 12px; overflow-x: auto; padding: 3px; margin-top: 24px; }
.hps-media-thumb { position: relative; flex: 0 0 80px; height: 112px; padding: 0; border: 1px solid transparent; background: #fff; }
.hps-media-thumb img { display: block; width: 100%; height: 100%; object-fit: contain; }
.hps-media-thumb[aria-pressed="true"] { outline: 1px solid var(--ink); outline-offset: 2px; }
.hps-media-thumb__play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; text-shadow: 0 1px 5px #000; font-size: 26px; background: #0002; }
.hps-product-video > .hps-video-poster { width: 100%; height: 100%; object-fit: contain; background: var(--paper); }
.hps-product-video > .hps-video-poster[hidden] { display: none; }
.hps-gallery .hps-product-video video { position: absolute; inset: 0; }
@media (min-width: 768px) and (max-width: 1023px) { .woocommerce ul.products,.hps-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }

.woocommerce div.product form.cart .single_add_to_cart_button { height: 48px; padding-block: 0; }

/* Override WooCommerce's alternate button and checkout field defaults. */
.hps-system .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt { background: var(--hps-color-action-default); color: var(--hps-color-text-inverse); }
.hps-system .woocommerce .wc-proceed-to-checkout a.checkout-button.button.alt:hover { background: var(--hps-color-action-hover); }
.hps-system .woocommerce form.checkout .form-row textarea.input-text { background: var(--paper); color: var(--ink); border: 1px solid var(--hps-color-border-control); border-radius: 0; min-height: 112px; padding: 12px 16px; }
.hps-system .woocommerce form.checkout .form-row select { height: 48px; padding-block: 0; line-height: normal; color-scheme: inherit; }
.hps-system .woocommerce .select2-container .select2-selection--single { display: flex; align-items: center; }
.hps-system .woocommerce .select2-container .select2-selection--single .select2-selection__rendered { width: 100%; line-height: normal; padding: 0 40px 0 16px; }
.hps-system .woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 100%; top: 0; right: 12px; }
@media (max-width: 480px) {
    .woocommerce table.cart tr.cart_item { grid-template-columns: 64px minmax(0,1fr) auto; column-gap: 10px; }
    .woocommerce table.cart .product-thumbnail img { width: 64px; height: auto; }
    .woocommerce table.cart a.remove { font-size: 10px; }
}
.hps-media-viewer { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 16px; border: 0; background: #080808; color: #fff; }
.hps-media-viewer[open] { display: grid; grid-template-rows: 44px minmax(0,1fr) auto; gap: 12px; }
.hps-media-viewer::backdrop { background: #000; }
.hps-viewer-toolbar { display: flex; align-items: center; gap: 8px; }
.hps-viewer-count { margin-right: auto; font-size: 13px; }
.hps-viewer-toolbar button,.hps-viewer-stage > button { flex-shrink: 0; background: transparent; color: #fff; border: 0; min-width: 44px; min-height: 44px; font-size: 24px; }
.hps-viewer-stage { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; min-height: 0; align-items: stretch; }
.hps-viewer-content { min-height: 0; overflow: auto; display: flex; justify-content: center; align-items: center; }
.hps-viewer-content > img,.hps-viewer-content > video { display: block; width: 100%; height: 100%; object-fit: contain; }
.hps-viewer-content.is-zoomed { display: block; }
.hps-viewer-content.is-zoomed > img { width: 200%; max-width: none; height: 200%; object-fit: contain; }
.hps-media-viewer .hps-media-strip { margin: 0 auto; max-width: 100%; padding: 4px; }
.hps-media-viewer .hps-media-thumb { flex-basis: 56px; height: 80px; }
.hps-media-viewer .hps-media-thumb[aria-pressed="true"] { outline-color: #fff; }
@media (max-width: 767px) {
    .hps-media-viewer { padding: 8px; }
    .hps-viewer-stage { position: relative; grid-template-columns: minmax(0,1fr); }
    .hps-viewer-content { grid-column: 1; grid-row: 1; }
    .hps-viewer-stage > button { position: absolute; top: 45%; z-index: 1; background: #0008; }
    .hps-viewer-stage > [data-viewer-prev] { left: 0; }
    .hps-viewer-stage > [data-viewer-next] { right: 0; }
}
.woocommerce .wc-proceed-to-checkout > .hps-button { width: 100%; min-height: 48px; text-decoration: none; }
.hps-auto-cart .woocommerce-cart-form [name="update_cart"] { display: none; }
.woocommerce table.cart td.actions .coupon { width: 100%; display: flex; flex-wrap: nowrap; gap: 0; }
.woocommerce table.cart td.actions .coupon .input-text { flex: 1; min-width: 0; width: auto; margin: 0; height: 48px; }
.hps-system .woocommerce table.cart td.actions .coupon button.button { flex: 0 0 auto; width: auto; height: 48px; padding-block: 0; }
.hps-system .woocommerce form.checkout .form-row select { padding-inline: 16px 36px; }

/* The original storefront shell: paper texture, centered animated mark, split navigation. */
.site-header { max-width: none; min-height: 110px; padding: 10px max(var(--hps-shell-gutter),calc((100% - var(--hps-shell-max))/2)); display: grid; grid-template-columns: minmax(0,1fr) 150px minmax(0,1fr); gap: 24px; background: #f4f4f2 url('assets/images/header-texture.png') center/cover; color: #111; }
.site-header .site-title { margin: 0; justify-self: center; }
.site-header .site-logo { width: 140px; height: 88px; background: url('assets/images/logo.gif') center/contain no-repeat; mask: none; -webkit-mask: none; }
.site-header .site-navigation { width: auto; display: flex; align-items: center; gap: 20px; }
.site-header .site-navigation--utility { justify-content: flex-end; }
.site-header .site-navigation a { padding: 0; min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; line-height: 1.3; font-weight: 700; text-transform: uppercase; text-decoration: none; }
.site-header .site-navigation a:hover,.site-header .site-navigation [aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.site-header .hps-header-search > summary:hover { background: #0001; }
.hps-footer-music { flex: 0 0 100%; max-width: 420px; margin-right: calc(100% - min(100%,420px)); margin-bottom: 16px; }
.hps-footer-music__caption { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; }
.hps-footer-music iframe { display: block; border: 0; border-radius: 12px; }
.site-footer nav a { display: inline-flex; min-height: 44px; align-items: center; text-transform: uppercase; }
.hps-content-page { max-width: 760px; margin-inline: 0; overflow-wrap: anywhere; }
.hps-content-page > :where(p,ul,ol,blockquote) { margin-bottom: 24px; line-height: 1.75; }
.hps-content-page > :where(h2,h3,h4) { margin: 36px 0 16px; }
.hps-content-page > h2 { font-size: 26px; }
.hps-content-page > h3 { font-size: 16px; }
.hps-content-page > a { display: flex; padding-block: 18px; border-bottom: 1px solid var(--hps-color-border-subtle); }
.hps-content-page:has(.gallery) { max-width: none; }
.hps-content-page .gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.hps-content-page .gallery-item { margin: 0; min-width: 0; }
.hps-content-page .gallery img { display: block; width: 100%; height: auto; }
@media (max-width: 900px) {
    :root { --hps-shell-gutter: 20px; }
    .site-header { grid-template-columns: minmax(0,1fr) auto; gap: 8px 16px; padding: 12px 20px; }
    .site-header .site-title { grid-column: 1; grid-row: 1; justify-self: start; }
    .site-header .site-logo { width: 108px; height: 68px; }
    .site-header .site-navigation--primary { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 24px; flex-wrap: wrap; }
    .site-header .site-navigation--utility { grid-column: 2; grid-row: 1; gap: 16px; }
    .hps-content-page .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
}
@media (max-width: 380px) { .site-header .site-navigation--primary { gap: 16px; } .site-header .site-navigation--utility { gap: 10px; } }
@media (prefers-reduced-motion: reduce) { .site-header .site-logo { background-image: url('assets/images/logo-still.png'); } }
.site-header .site-navigation a { color: #111; }

/* Header materials follow the selected WordPress color mode. */
:root { --hps-header-texture: url('assets/images/header-texture.png'); --hps-header-ink: #111; --hps-logo-filter: none; }
:root[data-color-mode="dark"] { --hps-header-texture: url('assets/images/header-texture-dark.png'); --hps-header-ink: #f5f5f5; --hps-logo-filter: invert(1); }
@media (prefers-color-scheme: dark) {
    :root[data-color-mode="auto"] { --hps-header-texture: url('assets/images/header-texture-dark.png'); --hps-header-ink: #f5f5f5; --hps-logo-filter: invert(1); }
}
.site-header { background-color: var(--paper); background-image: var(--hps-header-texture); color: var(--hps-header-ink); }
.site-header .site-navigation a { color: var(--hps-header-ink); }
.site-header .site-logo { filter: var(--hps-logo-filter); }
.site-header .hps-header-search > summary:hover { background: color-mix(in srgb,var(--hps-header-ink) 10%,transparent); }

/* Repeat the header's material, with a large mark anchored to the footer. */
.site-footer { max-width: none; display: block; padding: 64px max(var(--hps-shell-gutter),calc((100% - var(--hps-shell-max))/2)) 24px; background: var(--paper) var(--hps-header-texture) center/cover; color: var(--hps-header-ink); }
.site-footer__inner { width: 100%; }
.site-footer__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; padding-bottom: 56px; }
.site-footer__statement { max-width: 580px; }
.site-footer__statement .hps-label { font-size: 10px; letter-spacing: .12em; }
.site-footer__headline { margin-top: 24px; max-width: 540px; font-size: clamp(36px,4.4vw,64px); font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.site-footer .hps-footer-music { flex: 0 1 420px; width: 100%; max-width: 420px; margin: 0; }
.site-footer__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-top: 32px; border-top: 1px solid color-mix(in srgb,var(--hps-header-ink) 25%,transparent); }
.site-footer__logo { display: block; flex: 0 0 auto; width: clamp(180px,25vw,320px); aspect-ratio: 140/88; background: url('assets/images/logo.gif') center/contain no-repeat; filter: var(--hps-logo-filter); }
.site-footer__links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; flex-wrap: wrap; font-size: 10px; }
.site-footer__links .hps-link { padding: 0; font-size: 10px; }
@media (max-width: 767px) {
    .site-footer { padding: 40px 20px 24px; }
    .site-footer__top { flex-direction: column; gap: 32px; padding-bottom: 32px; }
    .site-footer .hps-footer-music { flex-basis: auto; max-width: none; }
    .site-footer__bottom { flex-direction: column; align-items: flex-start; gap: 24px; }
    .site-footer__links { justify-content: flex-start; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .site-footer__logo { background-image: url('assets/images/logo-still.png'); }
}

/* Static campaign, aligned to the same gutters as the catalog. */
.hps-studio { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: center; gap: 32px; margin: 32px 0 0; padding: 48px 32px; background: var(--hps-color-bg-subtle); color: var(--ink); }
.hps-studio__copy { min-width: 0; }
.hps-system .hps-studio h1 { font-size: clamp(56px,5.4vw,78px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.hps-studio__copy p { max-width: 280px; margin-top: 28px; font-size: 15px; line-height: 1.5; }
.hps-studio__shop { display: inline-flex; align-items: center; margin-top: 28px; min-height: 48px; padding: 0 20px; background: var(--hps-color-action-default); color: var(--hps-color-text-inverse); text-decoration: none; text-transform: uppercase; font-size: 11px; }
.hps-studio__shop:hover { background: var(--hps-color-action-hover); }
.hps-studio__visual { display: block; min-width: 0; }
.hps-studio__visual img { display: block; width: 100%; max-height: 580px; object-fit: contain; }
@media (max-width: 767px) {
    .hps-studio { grid-template-columns: minmax(0,1fr); gap: 16px; margin-top: 20px; padding: 32px 20px 16px; }
    .hps-system .hps-studio h1 { font-size: clamp(38px,8.3vw,62px); }
    .hps-studio__copy p { margin-top: 20px; font-size: 14px; }
    .hps-studio__shop { margin-top: 20px; }
    .hps-studio__visual img { max-height: 420px; }
}

.site-footer a { font-weight: 700; }
