.hb-page-hero {
    padding: 58px 16px;
    text-align: center;
    background: var(--hb-soft);
    border-bottom: 1px solid var(--hb-border);
}

.hb-page-hero h1 {
    margin: 0;
    font-size: clamp(42px, 7vw, 88px);
    line-height: .9;
    font-weight: 1000;
    letter-spacing: -.08em;
    text-transform: uppercase;
}

.hb-pdp {
    padding: 38px 0 70px;
}

.hb-pdp-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 42px;
    align-items: start;
}

.hb-pdp-gallery {
    display: grid;
    gap: 14px;
}

.hb-pdp-main-image {
    background: var(--hb-soft);
    overflow: hidden;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 5;
    max-height: min(680px, calc(100vh - 190px));
}

.hb-pdp-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hb-pdp-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.hb-pdp-thumbs button {
    border: 1px solid var(--hb-border);
    background: var(--hb-white);
    padding: 0;
    cursor: pointer;
    opacity: .68;
}

.hb-pdp-thumbs button.active,
.hb-pdp-thumbs button:hover {
    opacity: 1;
    border-color: var(--hb-black);
}

.hb-pdp-thumbs img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.hb-pdp-info {
    position: sticky;
    top: 176px;
    padding: 10px 0;
}

.hb-pdp-category,
.hb-pdp-label {
    color: var(--hb-muted);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hb-pdp-info h1 {
    margin: 12px 0 14px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .92;
    font-weight: 1000;
    letter-spacing: -.08em;
    text-transform: uppercase;
}

.hb-pdp-price {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 1000;
    color: var(--hb-black);
}

.hb-pdp-description {
    margin-bottom: 26px;
    color: var(--hb-muted);
    line-height: 1.8;
    font-weight: 700;
}

.hb-pdp-size-row {
    justify-content: flex-start;
    margin: 12px 0 22px;
}

.hb-qty-input {
    width: 110px;
    height: 48px;
    border: 1px solid var(--hb-border);
    padding: 0 14px;
    outline: 0;
    font-weight: 900;
    margin: 10px 0 18px;
}

.hb-pdp-add {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--hb-black);
    background: var(--hb-black);
    color: var(--hb-white);
    cursor: pointer;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: .2s ease;
}

.hb-pdp-add:hover {
    background: var(--hb-white);
    color: var(--hb-black);
}

.hb-pdp-add.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.hb-pdp-service {
    margin-top: 26px;
    display: grid;
    gap: 14px;
    border-top: 1px solid var(--hb-border);
    padding-top: 22px;
}

.hb-pdp-service div {
    display: grid;
    gap: 4px;
}

.hb-pdp-service strong {
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hb-pdp-service span {
    color: var(--hb-muted);
    font-size: 14px;
    line-height: 1.6;
}

.hb-bag-section,
.hb-checkout-section,
.hb-policy-section {
    padding: 44px 0 74px;
}

.hb-bag-grid,
.hb-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 34px;
    align-items: start;
}

.hb-bag-items {
    display: grid;
    gap: 18px;
}

.hb-bag-item {
    display: grid;
    grid-template-columns: 142px 1fr auto;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hb-border);
}

.hb-bag-image {
    background: var(--hb-soft);
}

.hb-bag-image img {
    width: 142px;
    height: 178px;
    object-fit: cover;
}

.hb-bag-info h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 1000;
    text-transform: uppercase;
}

.hb-bag-info p {
    margin: 4px 0;
    color: var(--hb-muted);
    font-size: 13px;
    font-weight: 800;
}

.hb-bag-info strong {
    display: block;
    margin-top: 10px;
    font-weight: 1000;
}

.hb-bag-actions {
    width: 160px;
}

.hb-bag-actions form {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

.hb-bag-actions label {
    color: var(--hb-muted);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .14em;
}

.hb-bag-actions input,
.hb-bag-mobile-actions input {
    height: 42px;
    border: 1px solid var(--hb-border);
    padding: 0 10px;
    outline: 0;
    font-weight: 900;
}

.hb-bag-actions button,
.hb-bag-mobile-actions button,
.hb-clear-btn {
    min-height: 38px;
    border: 1px solid var(--hb-black);
    background: var(--hb-white);
    color: var(--hb-black);
    cursor: pointer;
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hb-bag-mobile-actions {
    display: none;
}

.hb-bag-summary {
    position: sticky;
    top: 176px;
    background: var(--hb-soft);
    padding: 24px;
    border: 1px solid var(--hb-border);
}

.hb-bag-summary h2,
.hb-checkout-form h2,
.hb-success-card h2 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.hb-summary-line,
.hb-checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--hb-border);
    font-size: 14px;
    font-weight: 850;
}

.hb-checkout-item span {
    max-width: 230px;
}

.hb-checkout-item small {
    display: block;
    margin-top: 5px;
    color: var(--hb-muted);
    font-size: 12px;
}

.hb-summary-line.total {
    border-bottom: 0;
    font-size: 17px;
    font-weight: 1000;
}

.hb-checkout-btn,
.hb-place-order-btn {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--hb-black);
    background: var(--hb-black);
    color: var(--hb-white);
    display: grid;
    place-items: center;
    cursor: pointer;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hb-continue-btn,
.hb-clear-btn {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--hb-black);
    background: var(--hb-white);
    color: var(--hb-black);
    display: grid;
    place-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hb-checkout-form {
    border: 1px solid var(--hb-border);
    padding: 28px;
}

.hb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hb-form-grid label {
    display: grid;
    gap: 8px;
}

.hb-form-grid label.full {
    grid-column: 1 / -1;
}

.hb-form-grid span {
    color: var(--hb-muted);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hb-form-grid input,
.hb-form-grid select,
.hb-form-grid textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--hb-border);
    padding: 0 13px;
    outline: 0;
    font-weight: 800;
}

.hb-form-grid textarea {
    min-height: 130px;
    padding-top: 13px;
    resize: vertical;
}

.hb-checkout-note {
    color: var(--hb-muted);
    line-height: 1.7;
    font-size: 13px;
    font-weight: 700;
}

.hb-success-section {
    min-height: 70vh;
    padding: 62px 0;
    background: var(--hb-soft);
}

.hb-success-card {
    width: min(760px, 100%);
    margin: 0 auto;
    background: var(--hb-white);
    border: 1px solid var(--hb-border);
    padding: 34px;
    text-align: center;
}

.hb-success-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: var(--hb-black);
    color: var(--hb-white);
    display: grid;
    place-items: center;
    font-size: 38px;
    font-weight: 1000;
}

.hb-success-card h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: .9;
    font-weight: 1000;
    letter-spacing: -.08em;
}

.hb-success-card p {
    color: var(--hb-muted);
    font-weight: 800;
}

.hb-success-order-id {
    margin: 22px 0;
    padding: 14px;
    background: var(--hb-soft);
    font-weight: 900;
}

.hb-success-items {
    margin-top: 14px;
    text-align: left;
}

.hb-success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.hb-success-actions a {
    min-height: 46px;
    border: 1px solid var(--hb-black);
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hb-success-actions a:first-child {
    background: var(--hb-black);
    color: var(--hb-white);
}

.hb-policy-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 42px;
    align-items: start;
}

.hb-policy-nav {
    position: sticky;
    top: 176px;
    display: grid;
    gap: 10px;
    background: var(--hb-soft);
    border: 1px solid var(--hb-border);
    padding: 18px;
}

.hb-policy-nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--hb-border);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hb-policy-nav a:last-child {
    border-bottom: 0;
}

.hb-policy-content {
    display: grid;
    gap: 22px;
}

.hb-policy-content section {
    border: 1px solid var(--hb-border);
    padding: 28px;
}

.hb-policy-content h2 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.hb-policy-content p {
    color: var(--hb-muted);
    line-height: 1.85;
    font-weight: 700;
}

@media (max-width: 980px) {
    .hb-pdp-grid,
    .hb-bag-grid,
    .hb-checkout-grid,
    .hb-policy-layout {
        grid-template-columns: 1fr;
    }

    .hb-pdp-info,
    .hb-bag-summary,
    .hb-policy-nav {
        position: static;
    }

    .hb-pdp-main-image {
        max-height: 620px;
    }

    .hb-bag-summary {
        order: -1;
    }
}

@media (max-width: 640px) {
    .hb-pdp {
        padding-top: 18px;
    }

    .hb-pdp-grid {
        gap: 22px;
    }

    .hb-pdp-main-image {
        aspect-ratio: 1 / 1.08;
        max-height: none;
    }

    .hb-pdp-info h1 {
        font-size: 34px;
    }

    .hb-pdp-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .hb-bag-item {
        grid-template-columns: 96px 1fr;
        gap: 14px;
    }

    .hb-bag-image img {
        width: 96px;
        height: 120px;
    }

    .hb-bag-actions {
        display: none;
    }

    .hb-bag-mobile-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 12px;
    }

    .hb-bag-mobile-actions form {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .hb-form-grid {
        grid-template-columns: 1fr;
    }

    .hb-checkout-form,
    .hb-success-card,
    .hb-policy-content section {
        padding: 20px;
    }
}

/* Premium pink page refinements */
.hb-page-hero,
.hb-collection-hero {
    background: linear-gradient(180deg, #fff6fa, #fff);
    border-bottom-color: rgba(239, 77, 141, .18);
}

.hb-page-hero h1,
.hb-collection-hero h1,
.hb-pdp-info h1,
.hb-success-card h1 {
    letter-spacing: 0;
}

.hb-page-hero h1,
.hb-collection-hero h1 {
    font-size: clamp(32px, 5.5vw, 64px);
}

.hb-pdp-info h1 {
    font-size: clamp(28px, 4vw, 48px);
}

.hb-pdp-price,
.hb-bag-info strong {
    color: var(--hb-accent-dark);
}

.hb-pdp-category,
.hb-pdp-label,
.hb-form-grid span,
.hb-bag-actions label,
.hb-policy-nav a {
    font-size: 10.5px;
}

.hb-pdp-description,
.hb-pdp-service span,
.hb-checkout-note,
.hb-policy-content p {
    font-size: 13px;
}

.hb-pdp-add,
.hb-checkout-btn,
.hb-place-order-btn {
    border-radius: 999px;
    background: var(--hb-accent-dark);
    border-color: var(--hb-accent-dark);
}

.hb-continue-btn,
.hb-clear-btn,
.hb-success-actions a {
    border-radius: 999px;
    border-color: rgba(239, 77, 141, .35);
    color: var(--hb-accent-dark);
}

.hb-bag-summary,
.hb-policy-nav,
.hb-success-section {
    background: var(--hb-soft);
}

.hb-bag-summary,
.hb-checkout-form,
.hb-success-card,
.hb-policy-content section {
    border-color: rgba(239, 77, 141, .24);
    border-radius: 8px;
}

.hb-bag-info h2 {
    font-size: 15px;
    letter-spacing: 0;
}

.hb-summary-line,
.hb-checkout-item {
    font-size: 13px;
}

@media (max-width: 640px) {
    .hb-page-hero,
    .hb-collection-hero {
        padding: 38px 14px;
    }

    .hb-page-hero h1,
    .hb-collection-hero h1,
    .hb-pdp-info h1 {
        font-size: 28px;
    }

    .hb-bag-info h2 {
        font-size: 13px;
    }
}
