:root {
    --hq-shell-max: 1320px;
    --hq-bg: #070708;
    --hq-panel: rgba(15, 15, 18, 0.88);
    --hq-panel-soft: rgba(255, 255, 255, 0.04);
    --hq-border: rgba(255, 255, 255, 0.1);
    --hq-copy: #f6f3f8;
    --hq-copy-soft: rgba(246, 243, 248, 0.72);
    --hq-accent: #ff0c91;
    --hq-accent-soft: rgba(255, 12, 145, 0.18);
    --hq-accent-2: #f8b3dd;
    --hq-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    --hq-radius-xl: 32px;
    --hq-radius-lg: 24px;
    --hq-radius-md: 18px;
    --hq-radius-sm: 12px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 12, 145, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 22%),
        linear-gradient(180deg, #050506 0%, #0a0a0d 52%, #050506 100%);
    color: var(--hq-copy);
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter', sans-serif;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
label,
legend {
    color: var(--hq-copy);
}

::placeholder {
    color: rgba(246, 243, 248, 0.42);
}

.hq-catalog-page-shell {
    margin: 0 auto;
    max-width: var(--hq-shell-max);
    padding: 34px 24px 160px;
}

.hq-catalog-shell {
    backdrop-filter: blur(20px);
    background: rgba(5, 5, 6, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    z-index: 50;
}

.hq-catalog-shell__bar,
.hq-catalog-footer__inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--hq-shell-max);
    padding: 18px 24px;
}

.hq-catalog-shell__brand {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
}

.hq-catalog-shell__brand-copy {
    display: grid;
    gap: 2px;
}

.hq-catalog-shell__brand-copy strong {
    font-size: 1rem;
    letter-spacing: 0.18em;
}

.hq-catalog-shell__brand-copy small,
.hq-kicker {
    color: var(--hq-accent-2);
    font-family: 'DotGothic16', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hq-catalog-shell__brand-mark svg {
    height: 42px;
    width: 42px;
}

.hq-catalog-shell__nav {
    align-items: center;
    display: inline-flex;
    gap: 18px;
}

.hq-catalog-shell__nav a,
.hq-catalog-shell__socials a {
    color: var(--hq-copy-soft);
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.hq-catalog-shell__nav a:hover,
.hq-catalog-shell__socials a:hover {
    color: var(--hq-copy);
    transform: translateY(-1px);
}

.hq-catalog-shell__socials {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.hq-catalog-shell__socials svg {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.hq-catalog-hero,
.hq-checkout-shell__intro {
    align-items: end;
    background: linear-gradient(135deg, rgba(255, 12, 145, 0.14), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--hq-border);
    border-radius: var(--hq-radius-xl);
    box-shadow: var(--hq-shadow);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
    margin-bottom: 34px;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
    position: relative;
}

.hq-checkout-shell__top {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.hq-checkout-shell__top h1 {
    font-size: clamp(1.7rem, 2.6vw, 2.8rem);
    line-height: 1.02;
    margin: 10px 0 10px;
    max-width: 12ch;
}

.hq-checkout-shell__top p {
    color: var(--hq-copy-soft);
    line-height: 1.6;
    margin: 0;
    max-width: 44ch;
}

.hq-checkout-progress {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.hq-checkout-progress__step {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hq-border);
    border-radius: 999px;
    color: var(--hq-copy);
    cursor: default;
    display: inline-flex;
    gap: 10px;
    padding: 12px 18px;
}

.hq-checkout-progress__step span {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    display: inline-flex;
    font-family: 'DotGothic16', sans-serif;
    font-size: 0.8rem;
    height: 30px;
    justify-content: center;
    min-width: 30px;
}

.hq-checkout-progress__step strong {
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hq-checkout-progress__step.is-active {
    background: var(--hq-accent-soft);
    border-color: rgba(255, 12, 145, 0.38);
}

.hq-checkout-progress__step.is-active span {
    background: rgba(255, 12, 145, 0.14);
    border-color: rgba(255, 12, 145, 0.28);
}

.hq-checkout-step {
    display: grid;
    gap: 24px;
}

.hq-checkout-step[hidden] {
    display: none !important;
}

.hq-catalog-hero::after,
.hq-checkout-shell__intro::after {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-45%);
}

.hq-catalog-hero h1,
.hq-checkout-shell__intro h1 {
    font-size: clamp(2rem, 3.8vw, 4.1rem);
    line-height: 0.96;
    margin: 10px 0 16px;
    max-width: 11ch;
    text-wrap: balance;
}

.hq-catalog-hero p,
.hq-checkout-shell__intro p,
.hq-product-card p,
.hq-product-detail__lead,
.hq-empty-state p,
.hq-checkout-feedback,
.hq-checkout-minimum,
.hq-product-detail__description,
.hq-product-detail__description p {
    color: var(--hq-copy-soft);
    font-size: 1rem;
    line-height: 1.7;
}

.hq-catalog-hero__panel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--hq-border);
    border-radius: var(--hq-radius-lg);
    display: grid;
    gap: 10px;
    padding: 24px;
}

.hq-catalog-hero__panel span,
.hq-product-detail__stats span,
.hq-checkout-totals span {
    color: var(--hq-copy-soft);
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hq-catalog-hero__panel strong,
.hq-product-detail__stats strong,
.hq-checkout-totals strong {
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 8px;
}

.hq-catalog-index__head,
.hq-product-detail,
.hq-checkout-grid {
    display: grid;
    gap: 24px;
}

.hq-catalog-index__head {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 26px;
}

.hq-catalog-index__head h2,
.hq-empty-state h2,
.hq-checkout-panel h2 {
    font-size: clamp(1.4rem, 2.2vw, 2.4rem);
    margin: 10px 0 0;
}

.hq-catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.hq-filter-chip,
.hq-color-option,
.hq-size-option,
.hq-thumb-button,
.hq-icon-button {
    appearance: none;
    background: var(--hq-panel-soft);
    border: 1px solid var(--hq-border);
    border-radius: 999px;
    color: var(--hq-copy);
    cursor: pointer;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hq-filter-chip:hover,
.hq-color-option:hover,
.hq-size-option:hover,
.hq-thumb-button:hover,
.hq-icon-button:hover,
.hq-btn:hover,
.hq-link-button:hover {
    border-color: rgba(255, 12, 145, 0.45);
}

.hq-filter-chip {
    padding: 10px 16px;
}

.hq-filter-chip.is-active,
.hq-color-option.is-active,
.hq-size-option.is-active {
    background: var(--hq-accent-soft);
    border-color: rgba(255, 12, 145, 0.5);
}

.hq-catalog-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hq-product-card {
    background: var(--hq-panel);
    border: 1px solid var(--hq-border);
    border-radius: var(--hq-radius-lg);
    box-shadow: var(--hq-shadow);
    overflow: hidden;
}

.hq-product-card__link {
    color: inherit;
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.hq-product-card__media {
    aspect-ratio: 5 / 6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 12, 145, 0.02));
    overflow: hidden;
}

.hq-product-card__media img,
.hq-product-detail__stage img,
.hq-thumb-button img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hq-product-card__body {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.hq-product-card__article {
    color: var(--hq-accent-2);
    font-family: 'DotGothic16', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hq-product-card h3,
.hq-product-detail h1 {
    font-size: clamp(1.6rem, 2vw, 2.5rem);
    letter-spacing: -0.03em;
    line-height: 0.96;
    margin: 0;
    text-wrap: balance;
}

.hq-product-card__meta {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.hq-product-card__meta span:last-child {
    color: var(--hq-copy);
}

.hq-empty-state,
.hq-checkout-panel {
    background: var(--hq-panel);
    border: 1px solid var(--hq-border);
    border-radius: var(--hq-radius-xl);
    box-shadow: var(--hq-shadow);
    padding: 28px;
}

.hq-checkout-panel--summary {
    padding: 18px 20px;
}

.hq-checkout-review {
    gap: 22px;
}

.hq-checkout-review__summary {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hq-checkout-review__stat {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hq-border);
    border-radius: 20px;
    padding: 18px 20px;
}

.hq-checkout-review__stat strong {
    display: block;
    font-size: clamp(1.7rem, 2.6vw, 2.5rem);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-top: 10px;
}

.hq-checkout-summary {
    display: grid;
    gap: 16px;
}

.hq-checkout-summary__toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    list-style: none;
}

.hq-checkout-summary__toggle::-webkit-details-marker {
    display: none;
}

.hq-checkout-summary__main,
.hq-checkout-summary__side {
    display: grid;
    gap: 6px;
}

.hq-checkout-summary__main strong,
.hq-checkout-summary__side strong {
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.hq-checkout-summary__side {
    justify-items: end;
    min-width: 126px;
    text-align: right;
}

.hq-checkout-summary__side small {
    color: var(--hq-copy-soft);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hq-checkout-summary__body {
    border-top: 1px solid var(--hq-border);
    display: grid;
    gap: 16px;
    padding-top: 16px;
}

.hq-product-detail {
    align-items: start;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.hq-product-detail__gallery,
.hq-product-detail__content {
    background: var(--hq-panel);
    border: 1px solid var(--hq-border);
    border-radius: var(--hq-radius-xl);
    box-shadow: var(--hq-shadow);
    padding: 22px;
}

.hq-product-detail__stage {
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 12, 145, 0.04));
    border-radius: calc(var(--hq-radius-xl) - 8px);
    overflow: hidden;
}

.hq-product-detail__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.hq-thumb-button {
    border-radius: 18px;
    height: 96px;
    overflow: hidden;
    padding: 0;
    width: 84px;
}

.hq-thumb-button.is-active {
    border-color: rgba(255, 12, 145, 0.65);
}

.hq-product-detail__lead {
    margin: 14px 0 0;
    max-width: 52ch;
}

.hq-product-detail__stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 26px 0;
}

.hq-product-form {
    display: grid;
    gap: 22px;
}

.hq-product-form__group {
    display: grid;
    gap: 12px;
}

.hq-product-form__group--inline {
    align-items: end;
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr);
}

.hq-product-form__label-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hq-color-options,
.hq-size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hq-color-option,
.hq-size-option {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: 52px;
    padding: 12px 16px;
    text-align: left;
}

.hq-size-option small {
    color: var(--hq-copy-soft);
}

.hq-product-form label,
.hq-form-grid label,
.hq-form-grid__full,
.hq-whatsapp-choice legend {
    color: var(--hq-copy);
    display: grid;
    font-size: 0.92rem;
    gap: 8px;
}

.hq-product-form input[type="number"],
.hq-form-grid input,
.hq-form-grid select,
.hq-form-grid textarea,
.hq-product-form input[type="text"],
.hq-product-form input[type="tel"] {
    appearance: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--hq-border);
    border-radius: 16px;
    color: var(--hq-copy);
    min-height: 52px;
    padding: 0 16px;
    width: 100%;
}

.hq-form-grid select {
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(246, 243, 248, 0.82) 50%),
        linear-gradient(135deg, rgba(246, 243, 248, 0.82) 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding-right: 40px;
}

.hq-form-grid select option {
    background: #101014;
    color: var(--hq-copy);
}

.hq-form-grid textarea {
    min-height: 128px;
    padding: 16px;
    resize: vertical;
}

.hq-btn {
    align-items: center;
    appearance: none;
    background: linear-gradient(135deg, var(--hq-accent), #ff4db1);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.hq-btn:hover {
    box-shadow: 0 14px 30px rgba(255, 12, 145, 0.22);
    transform: translateY(-1px);
}

.hq-btn.is-added {
    background: linear-gradient(135deg, #1ea85b, #16924d);
    box-shadow: 0 14px 30px rgba(30, 168, 91, 0.24);
    transform: translateY(-1px) scale(1.01);
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hq-btn,
.hq-btn:visited,
.hq-btn:hover,
.hq-btn:focus {
    color: #fff;
}

.hq-btn--ghost {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--hq-border);
    color: var(--hq-copy);
}

.hq-btn--large {
    min-height: 56px;
    min-width: 220px;
}

.hq-product-form__cta {
    display: grid;
    gap: 8px;
}

.hq-product-form__feedback {
    color: var(--hq-accent-2);
    font-size: 0.92rem;
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hq-product-form__feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hq-product-form__feedback::before {
    content: '✓';
    display: inline-block;
    margin-right: 8px;
}

.hq-product-form__cta small {
    color: var(--hq-copy-soft);
}

.hq-product-detail__description {
    border-top: 1px solid var(--hq-border);
    margin-top: 28px;
    padding-top: 22px;
}

.hq-cart-bar {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(7, 7, 8, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    bottom: 20px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    left: 50%;
    max-width: min(calc(100% - 30px), 1100px);
    padding: 14px 16px 14px 18px;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 70;
}

.hq-cart-bar.is-highlight {
    animation: hq-cartPulse 0.55s ease;
}

.hq-cart-bar__summary {
    align-items: center;
    display: flex;
    gap: 14px;
}

.hq-cart-bar__pill {
    align-items: center;
    background: var(--hq-accent-soft);
    border: 1px solid rgba(255, 12, 145, 0.34);
    border-radius: 999px;
    display: inline-flex;
    font-family: 'DotGothic16', sans-serif;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
}

.hq-cart-bar__copy {
    display: grid;
    gap: 3px;
}

.hq-cart-bar__copy small,
.hq-link-button,
.hq-empty-copy {
    color: var(--hq-copy-soft);
}

.hq-cart-bar__actions {
    display: flex;
    gap: 10px;
}

.hq-cart-mobile-button,
.hq-cart-drawer__actions {
    display: none;
}

@keyframes hq-cartPulse {
    0% {
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
    }
    45% {
        box-shadow: 0 18px 42px rgba(255, 12, 145, 0.28);
    }
    100% {
        box-shadow: 0 24px 50px rgba(0, 0, 0, 0.42);
    }
}

.hq-cart-drawer {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 320ms ease;
    z-index: 80;
}

.hq-cart-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.hq-cart-drawer__scrim {
    background: rgba(0, 0, 0, 0.48);
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 300ms ease;
}

.hq-cart-drawer.is-open .hq-cart-drawer__scrim {
    opacity: 1;
}

.hq-cart-drawer__panel {
    background: #0a0a0d;
    border: 1px solid var(--hq-border);
    border-radius: 30px 30px 0 0;
    bottom: 0;
    left: 50%;
    max-height: min(76vh, 720px);
    max-width: min(100%, 760px);
    overflow: auto;
    padding: 24px;
    position: absolute;
    transform: translate(-50%, calc(100% + 40px));
    transition: transform 420ms cubic-bezier(0.18, 0.9, 0.24, 1);
    will-change: transform;
    width: 100%;
}

.hq-cart-drawer.is-open .hq-cart-drawer__panel {
    transform: translate(-50%, 0);
}

.hq-cart-drawer__head,
.hq-cart-drawer__footer,
.hq-checkout-item,
.hq-checkout-totals,
.hq-catalog-footer__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hq-cart-drawer__body,
.hq-checkout-items,
.hq-form-grid,
.hq-whatsapp-choice__grid {
    display: grid;
    gap: 16px;
}

.hq-cart-item,
.hq-checkout-item {
    align-items: start;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hq-border);
    border-radius: 20px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 16px;
}

.hq-cart-item p,
.hq-checkout-item p {
    margin: 6px 0;
}

.hq-cart-item__side,
.hq-checkout-item__qty {
    align-items: end;
    display: grid;
    gap: 10px;
    justify-items: end;
}

.hq-checkout-item__qty input {
    font-size: 1rem!important;
    font-weight: 700;
    letter-spacing: -0.03em;
    min-height: 50px;
    min-width: 82px;
    padding: 0 12px;
    text-align: center;
}

.hq-link-button,
.hq-icon-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.hq-link-button {
    color: var(--hq-accent-2);
}

.hq-whatsapp-choice__option small,
.hq-cart-item small,
.hq-checkout-item small,
.hq-product-card__meta span:first-child {
    color: var(--hq-copy-soft);
}

.hq-whatsapp-choice__option span {
    color: var(--hq-copy);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: 2px solid rgba(255, 12, 145, 0.7);
    outline-offset: 2px;
}

.hq-checkout-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.hq-checkout-panel__head {
    margin-bottom: 22px;
}

.hq-checkout-totals {
    border-top: 1px solid var(--hq-border);
    margin-top: 20px;
    padding-top: 16px;
}

.hq-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hq-form-grid--address,
.hq-form-grid__full,
.hq-whatsapp-choice {
    margin-top: 16px;
}

.hq-whatsapp-choice {
    border: 1px solid var(--hq-border);
    border-radius: 22px;
    padding: 18px;
}

.hq-whatsapp-choice__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 14px;
}

.hq-whatsapp-choice__option {
    align-items: start;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hq-border);
    border-radius: 18px;
    cursor: pointer;
    display: grid;
    gap: 6px;
    padding: 14px;
}

.hq-whatsapp-choice__option input {
    accent-color: var(--hq-accent);
}

.hq-checkout-actions {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.hq-checkout-step-actions {
    display: grid;
    gap: 14px;
    margin-top: 6px;
}

.hq-checkout-step-actions__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.hq-catalog-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 60px;
}

.hq-catalog-footer p {
    color: var(--hq-copy-soft);
    margin: 0;
    text-align: center;
}

@media (max-width: 1120px) {
    .hq-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hq-product-detail,
    .hq-checkout-grid,
    .hq-catalog-hero,
    .hq-checkout-shell__intro {
        grid-template-columns: 1fr;
    }

    .hq-checkout-review__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 840px) {
    .hq-checkout-progress,
    .hq-checkout-shell__top,
    .hq-catalog-footer__inner {
        align-items: start;
        flex-direction: column;
    }

    .hq-checkout-progress__step {
        width: 100%;
    }

    .hq-checkout-step-actions__buttons {
        flex-direction: column;
    }

    .hq-checkout-step-actions__buttons .hq-btn {
        width: 100%;
    }

    .hq-catalog-page-shell {
        padding: 18px 14px 124px;
    }

    .hq-catalog-shell__bar {
        align-items: center;
        gap: 10px;
        padding: 12px 14px;
    }

    .hq-catalog-shell__brand {
        gap: 10px;
    }

    .hq-catalog-shell__brand-copy strong {
        font-size: 0.84rem;
        letter-spacing: 0.12em;
    }

    .hq-catalog-shell__brand-copy small {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }

    .hq-catalog-shell__brand-mark svg {
        height: 30px;
        width: 30px;
    }

    .hq-catalog-shell__nav,
    .hq-catalog-shell__socials {
        flex-wrap: nowrap;
    }

    .hq-catalog-shell__nav {
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }

    .hq-catalog-shell__nav::-webkit-scrollbar {
        display: none;
    }

    .hq-catalog-shell__nav a,
    .hq-catalog-shell__socials a {
        font-size: 0.92rem;
    }

    .hq-catalog-index__head,
    .hq-cart-bar,
    .hq-cart-drawer__head,
    .hq-cart-drawer__footer,
    .hq-checkout-item,
    .hq-checkout-totals {
        grid-template-columns: 1fr;
    }

    .hq-catalog-index__head {
        display: grid;
        justify-items: start;
    }

    .hq-catalog-filters {
        justify-content: flex-start;
    }

    .hq-catalog-grid,
    .hq-form-grid {
        grid-template-columns: 1fr;
    }

    .hq-checkout-shell__top {
        margin-bottom: 18px;
    }

    .hq-checkout-shell__top h1 {
        max-width: none;
    }

    .hq-checkout-summary__toggle {
        align-items: start;
        flex-direction: column;
    }

    .hq-checkout-summary__side {
        justify-items: start;
        text-align: left;
    }

    .hq-cart-bar {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius: 0;
        bottom: 10px;
        box-shadow: none;
        flex-direction: row;
        gap: 0;
        justify-content: flex-end;
        left: auto;
        max-width: none;
        padding: 0;
        right: 10px;
        transform: none;
        width: auto;
    }

    .hq-cart-bar__actions,
    .hq-cart-bar__summary {
        display: none;
    }

    .hq-cart-mobile-button {
        align-items: center;
        appearance: none;
        background: #0d0d10;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
        color: var(--hq-copy);
        cursor: pointer;
        display: inline-flex;
        gap: 10px;
        justify-content: center;
        min-height: 44px;
        padding: 0 14px 0 16px;
        width: auto;
    }

    .hq-cart-mobile-button span {
        color: var(--hq-copy);
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1;
    }

    .hq-cart-mobile-button strong {
        align-items: center;
        background: var(--hq-accent-soft);
        border: 1px solid rgba(255, 12, 145, 0.3);
        border-radius: 0;
        color: var(--hq-copy);
        display: inline-flex;
        font-family: 'DotGothic16', sans-serif;
        font-size: 0.78rem;
        height: 28px;
        justify-content: center;
        min-width: 28px;
        padding: 0 8px;
    }

    .hq-cart-drawer__actions {
        display: grid;
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    .hq-catalog-shell__nav {
        flex: 1 1 auto;
        min-width: 0;
    }

    .hq-catalog-shell__socials {
        display: none;
    }

    .hq-catalog-shell__brand-copy small {
        display: none;
    }

    .hq-catalog-shell__brand-copy strong {
        font-size: 0.78rem;
        letter-spacing: 0.08em;
    }
}

@media (max-width: 520px) {
    .hq-catalog-page-shell {
        padding: 16px 12px 124px;
    }

    .hq-cart-bar {
        bottom: 8px;
        right: 8px;
    }

    .hq-product-card__body,
    .hq-product-detail__gallery,
    .hq-product-detail__content,
    .hq-empty-state,
    .hq-checkout-panel,
    .hq-cart-drawer__panel {
        padding: 18px;
    }

    .hq-product-form__group--inline {
        grid-template-columns: 1fr;
    }
}
