@font-face { font-family: Arimo; src: url('../fonts/arimo.ttf') format('truetype'); font-weight: 400 700; font-style: normal; font-display: swap; }
.hps-system { color: var(--hps-color-text-primary); background: var(--hps-color-bg-canvas); font-family: var(--hps-font-family), Arial, sans-serif; font-size: var(--hps-type-body-size); line-height: var(--hps-type-body-line); }
.hps-system *, .hps-system *::before, .hps-system *::after { box-sizing: border-box; }
.hps-display { font-size: var(--hps-type-display-size); line-height: var(--hps-type-display-line); font-weight: var(--hps-font-weight-bold); }
.hps-heading { font-size: var(--hps-type-heading-size); line-height: var(--hps-type-heading-line); font-weight: var(--hps-font-weight-bold); }
.hps-label { font-size: var(--hps-type-label-size); line-height: var(--hps-type-label-line); font-weight: var(--hps-font-weight-bold); text-transform: uppercase; }
.hps-caption { font-size: var(--hps-type-caption-size); line-height: var(--hps-type-caption-line); }
.hps-button { display: inline-flex; justify-content: center; align-items: center; gap: var(--hps-spacing-8); min-height: var(--hps-control-default); padding: var(--hps-spacing-8) var(--hps-spacing-16); border: var(--hps-border-thin) solid var(--hps-color-action-default); border-radius: var(--hps-radius-none); color: var(--hps-color-text-inverse); background: var(--hps-color-action-default); font: var(--hps-font-weight-bold) var(--hps-type-label-size)/var(--hps-type-label-line) var(--hps-font-family), sans-serif; text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background var(--hps-motion-fast); }
.hps-button:hover, .hps-button[data-state='hover'] { background: var(--hps-color-action-hover); }
.hps-button--secondary { color: var(--hps-color-text-primary); background: var(--hps-color-bg-canvas); }
.hps-button--secondary:hover, .hps-button--secondary[data-state='hover'] { background: var(--hps-color-bg-subtle); }
.hps-button:disabled, .hps-button[aria-disabled='true'] { background: var(--hps-color-bg-subtle); color: var(--hps-color-text-disabled); border-color: var(--hps-color-border-subtle); cursor: not-allowed; }
.hps-button[aria-busy='true'] { cursor: progress; background: var(--hps-color-action-default); color: var(--hps-color-text-inverse); border-color: var(--hps-color-action-default); }
.hps-button--secondary[aria-busy='true'] { background: var(--hps-color-bg-canvas); color: var(--hps-color-text-primary); }
.hps-system :where(a,button,input):focus-visible, .hps-system [data-state='focus'] { outline: var(--hps-border-strong) solid var(--hps-color-focus); outline-offset: var(--hps-border-strong); }
.hps-link { display: inline-flex; min-height: var(--hps-control-default); align-items: center; padding-inline: var(--hps-spacing-16); color: var(--hps-color-text-primary); font-size: var(--hps-type-label-size); font-weight: var(--hps-font-weight-bold); text-decoration: none; text-underline-offset: 4px; }
.hps-link:hover, .hps-link[aria-current='page'], .hps-link[data-state='hover'] { text-decoration: underline; }
.hps-field { display: grid; gap: var(--hps-spacing-8); min-width: 0; }
.hps-field__input { width: 100%; height: var(--hps-control-large); padding-inline: var(--hps-spacing-16); border: var(--hps-border-thin) solid var(--hps-color-border-control); border-radius: var(--hps-radius-none); background: var(--hps-color-bg-canvas); color: var(--hps-color-text-primary); font: inherit; }
.hps-field__input::placeholder { color: var(--hps-color-text-secondary); opacity: 1; }
.hps-field__input:disabled { background: var(--hps-color-bg-subtle); color: var(--hps-color-text-disabled); cursor: not-allowed; }
.hps-field__input[aria-invalid='true'] { border-color: var(--hps-color-status-error); }
.hps-field__help { color: var(--hps-color-text-secondary); font-size: var(--hps-type-caption-size); line-height: var(--hps-type-caption-line); }
.hps-field__error { color: var(--hps-color-status-error); }
.hps-sizes { padding: 0; margin: 0; border: 0; min-width: 0; }
.hps-sizes legend { padding: 0; margin-bottom: var(--hps-spacing-12); }
.hps-sizes__options { display: flex; flex-wrap: wrap; gap: var(--hps-spacing-8); }
.hps-size { display: inline-flex; position: relative; cursor: pointer; }
.hps-size input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hps-size span { display: inline-flex; justify-content: center; align-items: center; width: var(--hps-spacing-64); min-height: var(--hps-control-default); border: var(--hps-border-thin) solid var(--hps-color-border-control); font-size: var(--hps-type-label-size); line-height: var(--hps-type-label-line); font-weight: var(--hps-font-weight-bold); }
.hps-size input:not(:disabled) + span:hover { background: var(--hps-color-bg-subtle); }
.hps-size input:checked + span { background: var(--hps-color-bg-inverse); color: var(--hps-color-text-inverse); }
.hps-size input:focus-visible + span { outline: var(--hps-border-strong) solid var(--hps-color-focus); outline-offset: var(--hps-border-strong); }
.hps-size input:disabled + span { color: var(--hps-color-text-disabled); background: var(--hps-color-bg-subtle); border-color: var(--hps-color-border-subtle); text-decoration: line-through; cursor: not-allowed; }
.hps-price { display: inline-flex; align-items: baseline; gap: var(--hps-spacing-8); font-size: var(--hps-type-product-title-size); line-height: var(--hps-type-product-title-line); white-space: nowrap; font-variant-numeric: tabular-nums; }
.hps-price del { color: var(--hps-color-text-secondary); }
.hps-price ins { text-decoration: none; }
.hps-product { display: flex; flex-direction: column; gap: var(--hps-spacing-12); color: var(--hps-color-text-primary); text-decoration: none; min-width: 0; }
.hps-product__image { display: block; width: 100%; aspect-ratio: 2/3; object-fit: contain; background: var(--hps-color-bg-canvas); }
.hps-product__info { display: flex; justify-content: space-between; align-items: baseline; gap: var(--hps-spacing-8); }
.hps-product__title { margin: 0; font-size: var(--hps-type-product-title-size); line-height: var(--hps-type-product-title-line); font-weight: var(--hps-font-weight-bold); }
.hps-product:hover .hps-product__title, .hps-product[data-state='hover'] .hps-product__title { text-decoration: underline; text-underline-offset: 4px; }
.hps-product__status { font-size: var(--hps-type-caption-size); line-height: var(--hps-type-caption-line); color: var(--hps-color-text-secondary); }
.hps-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--hps-layout-grid-gap); }
.hps-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (min-width: 768px) { .hps-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (prefers-reduced-motion: reduce) { .hps-system *, .hps-system *::before, .hps-system *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
@media (forced-colors: active) { .hps-size input:checked + span { border: 3px solid Highlight; } }
