﻿/* Front page sections. */

/* --------------------------------------------------------------------
 * Hero â€” one image, one headline, one button
 * ----------------------------------------------------------------- */

.hb-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, var(--hb-paper) 0%, var(--hb-cream) 55%, var(--hb-rose-soft) 100%);
}

.hb-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    align-items: center;
    gap: 56px;
    padding: 64px 0 72px;
}

.hb-hero-copy {
    max-width: 620px;
}

.hb-hero-badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 999px;
    color: var(--hb-rose-ink);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(var(--hb-deep-rgb, 32, 0, 0), .05);
}

.hb-hero-title {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(36px, 5.4vw, 68px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.015em;
}

.hb-hero-subtitle {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--hb-muted);
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.85;
}

.hb-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.hb-hero-cta {
    padding: 17px 32px;
    font-size: 17px;
}

.hb-hero-cta svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-hero-cta:hover svg {
    transform: translateX(-4px);
}

.hb-hero-note {
    margin: 16px 0 0;
    color: var(--hb-muted);
    font-size: 13px;
    font-weight: 600;
}

/* --------------------------------------------------------------------
 * Statement copy â€” index, marked word, rating beside the button
 * ----------------------------------------------------------------- */

.hb-hero-index {
    display: inline-block;
    margin-inline-end: 4px;
    color: var(--hb-gold-ink);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .06em;
}

.hb-hero-copy--statement .hb-eyebrow {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hb-hero-copy--statement .hb-hero-title {
    font-size: clamp(38px, 5.8vw, 74px);
    line-height: 1.1;
}

/* The marked word: colour plus a swash that sits under the baseline. */
.hb-hero-mark {
    position: relative;
    display: inline-block;
    color: var(--hb-rose-ink);
    white-space: nowrap;
}

/* Arabic descenders hang well below the baseline, so the swash needs real
   clearance â€” sitting it just under the line crosses the letters. */
.hb-hero-mark::after {
    content: '';
    position: absolute;
    inset-inline: -.05em;
    bottom: -.14em;
    height: .09em;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hb-gold-bright), var(--hb-rose) 55%, var(--hb-lilac));
    transform: rotate(-.6deg);
}

.hb-hero-copy--statement .hb-hero-actions {
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 34px;
}

.hb-hero-rating {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0 8px;
}

.hb-hero-stars {
    display: inline-flex;
    gap: 2px;
    color: var(--hb-gold-bright);
}

.hb-hero-rating-value {
    color: var(--hb-burgundy);
    font-size: 15px;
    font-weight: 900;
}

.hb-hero-rating small {
    grid-column: 1 / -1;
    margin-top: 2px;
    color: var(--hb-muted);
    font-size: 12px;
    font-weight: 600;
}

.hb-eyebrow-rule {
    display: inline-block;
    width: 26px;
    height: 2px;
    margin-inline-end: 9px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--hb-gold), var(--hb-rose));
    vertical-align: middle;
}

/* Media */
.hb-hero-media {
    position: relative;
    min-width: 0;
}

/* --------------------------------------------------------------------
 * Editorial layout â€” a tall frame with a smaller one breaking its corner
 * ----------------------------------------------------------------- */

.hb-hero--editorial .hb-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
    gap: 40px;
}

.hb-hero--editorial .hb-hero-media {
    display: flex;
    justify-content: flex-end;
    padding-inline-start: clamp(30px, 6vw, 78px);
    padding-bottom: clamp(28px, 5vw, 62px);
}

/* A portrait frame, because that is the shape fashion photography comes in â€”
   a landscape crop cuts the model out of her own picture. */
.hb-hero--editorial .hb-hero-image,
.hb-hero--editorial .hb-hero-placeholder {
    width: min(100%, 440px);
    height: clamp(420px, 60vh, 570px);
    object-position: center;
    /* One softened corner keeps it from reading as a plain box. */
    border-radius: 26px 26px 26px clamp(60px, 9vw, 110px);
}

.hb-hero-image-alt {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: clamp(132px, 19vw, 198px);
    height: clamp(168px, 24vw, 244px);
    object-fit: cover;
    border: 7px solid var(--hb-cream);
    border-radius: 22px;
    box-shadow: 0 22px 44px rgba(var(--hb-deep-rgb, 32, 0, 0), .2);
}

.hb-hero-chip {
    position: absolute;
    top: clamp(22px, 4vw, 40px);
    inset-inline-start: clamp(-6px, 1vw, 14px);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .94);
    border-radius: 999px;
    color: var(--hb-burgundy);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(var(--hb-deep-rgb, 32, 0, 0), .16);
    backdrop-filter: blur(6px);
}

.hb-hero-chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hb-mint);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--hb-mint) 22%, transparent);
}

.hb-hero-image {
    display: block;
    width: 100%;
    /* Capped so the button stays above the fold on a laptop. */
    height: clamp(380px, 52vh, 520px);
    object-fit: cover;
    object-position: center top;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(var(--hb-deep-rgb, 32, 0, 0), .16);
}

.hb-hero-placeholder {
    position: relative;
    display: grid;
    place-content: center;
    overflow: hidden;
    height: clamp(380px, 52vh, 520px);
    border-radius: 28px;
    background: linear-gradient(150deg, var(--hb-gold-bright) 0%, var(--hb-rose) 58%, var(--hb-lilac) 100%);
    box-shadow: 0 30px 60px rgba(var(--hb-rose-rgb, 201, 37, 106), .22);
}

.hb-hero-placeholder::before,
.hb-hero-placeholder::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.hb-hero-placeholder::before {
    inset: 12% 14%;
}

.hb-hero-placeholder::after {
    inset: 26% 28%;
    border-style: dashed;
}

.hb-hero-placeholder-name {
    position: relative;
    color: #fff;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: .01em;
    text-align: center;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .18);
}

/* Full-bleed variant */
.hb-hero--full .hb-hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hb-hero--full .hb-hero-backdrop::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(var(--hb-deep-rgb, 32, 0, 0), .82) 0%,
        rgba(var(--hb-deep-rgb, 32, 0, 0), .55) 45%,
        rgba(var(--hb-deep-rgb, 32, 0, 0), .12) 100%
    );
}

.hb-hero-backdrop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-hero--full .hb-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: clamp(420px, 52vh, 580px);
    padding: 72px 0 84px;
}

.hb-hero--full .hb-hero-title,
.hb-hero--full .hb-hero-placeholder-name {
    color: #fff;
}

.hb-hero--full .hb-hero-subtitle,
.hb-hero--full .hb-hero-note {
    color: rgba(255, 255, 255, .82);
}

.hb-hero--full .hb-eyebrow {
    color: var(--hb-gold-bright);
}

.hb-hero--full .hb-hero-badge {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    backdrop-filter: blur(6px);
}

/* Reassurance strip â€” three solid icons rather than a line of small text */
.hb-hero-trust {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 1px solid var(--hb-line);
}

.hb-hero-trust-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 26px 0 30px;
}

.hb-hero-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 20px;
    transition: background-color .25s ease, transform .25s ease;
}

.hb-hero-trust-item:hover {
    background: color-mix(in srgb, var(--hb-tint, var(--hb-gold)) 7%, transparent);
    transform: translateY(-3px);
}

/* Each item takes the next accent, so the row is not one flat colour. */
.hb-hero-trust-item:nth-child(3n + 1) { --hb-tint: var(--hb-gold); }
.hb-hero-trust-item:nth-child(3n + 2) { --hb-tint: var(--hb-rose); }
.hb-hero-trust-item:nth-child(3n + 3) { --hb-tint: var(--hb-lilac); }

.hb-trust-icon {
    /* The three tones every dimensional icon is built from. */
    --t: var(--hb-tint, var(--hb-gold));
    --t-light: color-mix(in srgb, var(--t) 42%, white);
    --t-dark: color-mix(in srgb, var(--t) 74%, black);

    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    background: linear-gradient(150deg, color-mix(in srgb, var(--t) 12%, white), color-mix(in srgb, var(--t) 4%, white));
    border-radius: 22px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .9),
        0 10px 22px color-mix(in srgb, var(--t) 22%, transparent);
    transition: transform .3s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-hero-trust-item:hover .hb-trust-icon {
    transform: translateY(-2px) rotate(-3deg);
}

.hb-icon-3d {
    display: block;
    filter: drop-shadow(0 4px 6px color-mix(in srgb, var(--t) 30%, transparent));
}

.hb-trust-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.hb-trust-copy strong {
    color: var(--hb-burgundy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.hb-trust-copy small {
    color: var(--hb-muted);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.5;
}

/* --------------------------------------------------------------------
 * Category showcase â€” numbered index beside a live preview
 * ----------------------------------------------------------------- */

.hb-showcase {
    padding: 64px 0 76px;
    background: linear-gradient(180deg, var(--hb-cream) 0%, var(--hb-paper) 100%);
}

.hb-showcase-inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: 48px;
}

/* Index column */
.hb-showcase-head {
    margin-bottom: 26px;
}

.hb-showcase-head .hb-eyebrow {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}

.hb-showcase-head h2 {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(26px, 3.4vw, 42px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.015em;
}

.hb-showcase-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--hb-line);
}

.hb-showcase-list li {
    border-bottom: 1px solid var(--hb-line);
}

.hb-showcase-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 17px 6px;
    background: none;
    border: 0;
    border-radius: 0 !important;
    color: var(--hb-ink);
    font: inherit;
    text-align: start;
    cursor: pointer;
    transition: color .25s ease, padding-inline-start .3s cubic-bezier(.22, .78, .3, 1);
}

.hb-showcase-item:hover,
.hb-showcase-item.is-active {
    color: var(--hb-rose-ink);
    padding-inline-start: 12px;
}

.hb-showcase-num {
    flex: 0 0 auto;
    color: var(--hb-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    transition: color .25s ease;
}

.hb-showcase-item.is-active .hb-showcase-num {
    color: var(--hb-rose);
}

.hb-showcase-name {
    flex: 1 1 auto;
    font-size: clamp(17px, 1.7vw, 21px);
    font-weight: 700;
    line-height: 1.3;
    transition: font-weight .2s ease;
}

.hb-showcase-item.is-active .hb-showcase-name {
    font-weight: 800;
}

.hb-showcase-arrow {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity .25s ease, transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-showcase-item:hover .hb-showcase-arrow,
.hb-showcase-item.is-active .hb-showcase-arrow {
    opacity: 1;
    transform: none;
}

/* The line that fills while this category is on screen â€” it shows the shopper
   something is running, and how long is left before it moves on. */
.hb-showcase-fill {
    position: absolute;
    inset-inline-start: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--hb-gold), var(--hb-rose));
    border-radius: 2px;
}

.hb-showcase-item.is-active .hb-showcase-fill {
    width: 100%;
    transition: width linear;
    transition-duration: var(--hb-fill-duration, 0ms);
}

.hb-showcase-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    padding: 12px 22px;
    border: 1px solid var(--hb-line);
    border-radius: 999px;
    color: var(--hb-burgundy);
    font-size: 14px;
    font-weight: 800;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.hb-showcase-all svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-showcase-all:hover {
    background: var(--hb-rose-soft);
    border-color: var(--hb-rose);
    color: var(--hb-rose-ink);
}

.hb-showcase-all:hover svg {
    transform: translateX(-4px);
}

/* Stage */
.hb-showcase-stage {
    position: relative;
    min-height: clamp(420px, 56vh, 580px);
    border-radius: 28px;
    overflow: hidden;
    background: var(--hb-line-soft);
    box-shadow: 0 26px 56px rgba(var(--hb-deep-rgb, 32, 0, 0), .16);
}

.hb-showcase-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s;
}

.hb-showcase-panel[hidden] {
    display: block;
}

.hb-showcase-panel.is-active {
    opacity: 1;
    visibility: visible;
}

.hb-showcase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 7s linear;
}

/* Slow drift while a category is on screen, so the panel is never static. */
.hb-showcase-panel.is-active .hb-showcase-image {
    transform: scale(1);
}

.hb-showcase-panel.has-no-image {
    display: grid;
    place-items: center;
    background: linear-gradient(155deg,
        color-mix(in srgb, var(--hb-rose) 16%, white),
        color-mix(in srgb, var(--hb-lilac) 12%, white));
}

.hb-showcase-mark {
    color: var(--hb-rose);
    opacity: .45;
}

.hb-showcase-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(var(--hb-deep-rgb, 32, 0, 0), .72) 0%,
        rgba(var(--hb-deep-rgb, 32, 0, 0), .18) 46%,
        transparent 76%);
}

.hb-showcase-caption {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 28px 30px;
    color: #fff;
}

.hb-showcase-caption-name {
    flex: 1 1 auto;
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 800;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}

.hb-showcase-count {
    padding: 5px 13px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.hb-showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 13px 24px;
    background: #fff;
    border-radius: 999px;
    color: var(--hb-burgundy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.hb-showcase-cta svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-showcase-cta:hover {
    background: linear-gradient(115deg, var(--hb-gold-ink), var(--hb-rose) 60%, var(--hb-lilac));
    color: #fff;
    transform: translateY(-2px);
}

.hb-showcase-cta:hover svg {
    transform: translateX(-4px);
}

@media (max-width: 1024px) {
    .hb-showcase-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    /* Picture first on narrow screens â€” it is the reason to look. */
    .hb-showcase-stage {
        order: -1;
        min-height: clamp(300px, 46vh, 400px);
    }
}

@media (max-width: 860px) {
    .hb-showcase { padding: 40px 0 48px; }

    .hb-showcase-item {
        padding: 14px 4px;
        gap: 12px;
    }

    .hb-showcase-caption {
        padding: 20px;
        gap: 8px 12px;
    }

    .hb-showcase-cta {
        padding: 11px 18px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hb-showcase-panel,
    .hb-showcase-image,
    .hb-showcase-item,
    .hb-showcase-arrow,
    .hb-showcase-cta,
    .hb-showcase-all svg {
        transition-duration: .01ms !important;
    }

    .hb-showcase-item.is-active .hb-showcase-fill {
        transition: none;
    }

    .hb-showcase-image { transform: none; }
}

/* --------------------------------------------------------------------
 * Shop the look
 * ----------------------------------------------------------------- */

.hb-look {
    padding: 70px 0 78px;
    background:
        radial-gradient(circle at 88% 12%, var(--hb-rose-soft) 0 22%, transparent 22.5%),
        linear-gradient(180deg, var(--hb-paper), var(--hb-cream));
    border-top: 1px solid var(--hb-line);
}

.hb-look-inner {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 44px;
}

/* Model figure */
.hb-look-figure {
    position: relative;
    margin: 0;
    border-radius: 26px;
    overflow: hidden;
    background: var(--hb-line-soft);
    box-shadow: 0 26px 54px rgba(var(--hb-deep-rgb, 32, 0, 0), .16);
}

.hb-look-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.hb-look-blank {
    display: grid;
    place-items: center;
    min-height: 460px;
    color: var(--hb-line);
}

/* Vibe words sit on the photo like a caption strip. */
.hb-look-vibe {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 46px 20px 20px;
    background: linear-gradient(to top, rgba(var(--hb-deep-rgb, 32, 0, 0), .72), transparent);
}

.hb-look-vibe span {
    padding: 6px 13px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

/* Body */
.hb-look-body {
    display: flex;
    flex-direction: column;
}

.hb-look-head .hb-eyebrow {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}

.hb-look-head h2 {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.hb-look-quote {
    position: relative;
    margin: 16px 0 0;
    padding-inline-start: 16px;
    border-inline-start: 3px solid;
    border-image: linear-gradient(var(--hb-gold), var(--hb-rose)) 1;
    color: var(--hb-muted);
    font-size: 15px;
    font-style: italic;
    line-height: 1.85;
}

/* Piece grid */
.hb-look-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hb-look-item a {
    display: grid;
    gap: 8px;
    height: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 18px;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hb-look-item a:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--hb-rose) 40%, white);
    box-shadow: 0 18px 34px rgba(var(--hb-rose-rgb, 201, 37, 106), .14);
}

.hb-look-label {
    color: var(--hb-rose-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hb-look-media {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--hb-line-soft);
    border-radius: 12px;
}

.hb-look-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s cubic-bezier(.22, .78, .3, 1);
}

.hb-look-item a:hover .hb-look-thumb {
    transform: scale(1.06);
}

.hb-look-thumb-blank {
    color: var(--hb-line);
}

.hb-look-name {
    color: var(--hb-burgundy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.hb-look-price {
    color: var(--hb-gold-ink);
    font-size: 13px;
    font-weight: 900;
}

.hb-look-price del {
    margin-inline-end: 6px;
    color: var(--hb-muted);
    font-size: 11px;
    font-weight: 600;
}

.hb-look-price ins {
    background: none;
    text-decoration: none;
}

.hb-look-cta {
    align-self: flex-start;
    margin-top: 26px;
}

.hb-look-cta svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-look-cta:hover svg {
    transform: translateX(-4px);
}

@media (max-width: 1024px) {
    .hb-look-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hb-look-image,
    .hb-look-blank {
        min-height: 340px;
        max-height: 420px;
    }
}

@media (max-width: 600px) {
    .hb-look { padding: 44px 0 52px; }

    .hb-look-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hb-look-item a { padding: 11px; }
    .hb-look-cta { align-self: stretch; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .hb-look-item a,
    .hb-look-thumb,
    .hb-look-cta svg {
        transition-duration: .01ms !important;
    }
}

/* --------------------------------------------------------------------
 * Products by category
 * ----------------------------------------------------------------- */

.hb-products {
    padding: 66px 0 74px;
    background: var(--hb-cream);
}

.hb-products-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px 32px;
    margin-bottom: 32px;
}

.hb-products-head .hb-eyebrow {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}

.hb-products-head h2 {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 800;
    letter-spacing: -.015em;
}

/* Tabs */
.hb-products-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hb-products-tab {
    padding: 10px 18px;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 999px !important;
    color: var(--hb-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hb-products-tab:hover {
    border-color: var(--hb-rose);
    color: var(--hb-rose-ink);
    transform: translateY(-2px);
}

.hb-products-tab.is-active {
    background: linear-gradient(115deg, var(--hb-rose), var(--hb-lilac));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 22px rgba(var(--hb-rose-rgb, 201, 37, 106), .24);
}

.hb-products-panel[hidden] {
    display: none;
}

/* Grid */
.hb-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hb-pcard-link {
    display: grid;
    gap: 14px;
}

.hb-pcard-media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--hb-line-soft);
    border-radius: 20px;
}

.hb-pcard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.22, .78, .3, 1), opacity .4s ease;
}

/* The gallery shot sits on top and fades in on hover. */
.hb-pcard-image--alt {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.hb-pcard-link:hover .hb-pcard-image--alt {
    opacity: 1;
}

.hb-pcard-link:hover .hb-pcard-image {
    transform: scale(1.05);
}

.hb-pcard-blank {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--hb-line);
}

.hb-pcard-badge {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    z-index: 2;
    padding: 5px 12px;
    background: linear-gradient(115deg, var(--hb-rose), var(--hb-lilac));
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(var(--hb-rose-rgb, 201, 37, 106), .28);
}

.hb-pcard-body {
    display: grid;
    gap: 7px;
}

.hb-pcard-name {
    color: var(--hb-burgundy);
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.5;
}

.hb-pcard-price {
    color: var(--hb-gold-ink);
    font-size: 16px;
    font-weight: 900;
}

.hb-pcard-price del {
    margin-inline-end: 8px;
    color: var(--hb-muted);
    font-size: 13px;
    font-weight: 600;
}

.hb-pcard-price ins {
    background: none;
    text-decoration: none;
}

.hb-pcard-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 2px;
    color: var(--hb-rose-ink);
    font-size: 13px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .25s ease, transform .25s ease;
}

.hb-pcard-link:hover .hb-pcard-cta {
    opacity: 1;
    transform: none;
}

.hb-pcard-cta svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-pcard-link:hover .hb-pcard-cta svg {
    transform: translateX(-3px);
}

/* Footer link */
.hb-products-more {
    margin-top: 30px;
    text-align: center;
}

.hb-products-all {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 26px;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 999px;
    color: var(--hb-burgundy);
    font-size: 14.5px;
    font-weight: 800;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.hb-products-all svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-products-all:hover {
    background: var(--hb-rose-soft);
    border-color: var(--hb-rose);
    color: var(--hb-rose-ink);
}

.hb-products-all:hover svg {
    transform: translateX(-4px);
}

@media (max-width: 1024px) {
    .hb-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .hb-products { padding: 44px 0 50px; }

    .hb-products-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    /* The tab row scrolls rather than wrapping into several lines. */
    .hb-products-tabs {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .hb-products-tabs::-webkit-scrollbar { display: none; }

    .hb-products-tab {
        flex: 0 0 auto;
        padding: 9px 15px;
        font-size: 13px;
    }

    .hb-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .hb-pcard-name { font-size: 14.5px; }

    /* No hover on touch, so the link is always readable. */
    .hb-pcard-cta {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hb-products-tab,
    .hb-pcard-image,
    .hb-pcard-cta,
    .hb-products-all,
    .hb-products-all svg {
        transition-duration: .01ms !important;
    }
}

/* --------------------------------------------------------------------
 * Ordering steps
 * ----------------------------------------------------------------- */

.hb-steps {
    padding: 68px 0 76px;
    background: var(--hb-paper);
    border-top: 1px solid var(--hb-line);
}

.hb-steps-head {
    max-width: 660px;
    margin: 0 auto 46px;
    text-align: center;
}

.hb-steps-head .hb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
    letter-spacing: .08em;
}

.hb-steps-head h2 {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(26px, 3.4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.hb-steps-subtitle {
    margin: 16px 0 0;
    color: var(--hb-muted);
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.85;
}

.hb-steps-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: hb-step;
}

/* The thread the journey runs along. It stops at the first and last icon
   centres rather than running off the ends of the row. */
.hb-steps-track::before {
    content: '';
    position: absolute;
    inset-inline: 12.5%;
    top: 42px;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        var(--hb-line) 0 10px,
        transparent 10px 18px
    );
}

.hb-step {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 16px;
    text-align: center;
}

.hb-step-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    /* Each step takes the next accent so the row reads left to right. */
    --t: var(--hb-tint, var(--hb-gold));
    --t-light: color-mix(in srgb, var(--t) 42%, white);
    --t-dark: color-mix(in srgb, var(--t) 74%, black);
    background: linear-gradient(150deg,
        color-mix(in srgb, var(--t) 14%, white),
        color-mix(in srgb, var(--t) 5%, white));
    border: 1px solid color-mix(in srgb, var(--t) 20%, white);
    border-radius: 50%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .9),
        0 12px 26px color-mix(in srgb, var(--t) 20%, transparent);
    transition: transform .3s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-step:hover .hb-step-icon {
    transform: translateY(-4px);
}

.hb-step:nth-child(4n + 1) { --hb-tint: var(--hb-gold); }
.hb-step:nth-child(4n + 2) { --hb-tint: var(--hb-rose); }
.hb-step:nth-child(4n + 3) { --hb-tint: var(--hb-lilac); }
.hb-step:nth-child(4n + 4) { --hb-tint: var(--hb-mint); }

.hb-step-num {
    position: absolute;
    top: -4px;
    inset-inline-end: -4px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    background: var(--t);
    border: 3px solid var(--hb-paper);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.hb-step-copy {
    display: grid;
    gap: 6px;
    max-width: 240px;
}

.hb-step-copy strong {
    color: var(--hb-burgundy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.hb-step-copy small {
    color: var(--hb-muted);
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.7;
}

.hb-steps-foot {
    margin-top: 46px;
    text-align: center;
}

.hb-steps-foot .hb-button svg {
    transition: transform .25s cubic-bezier(.3, 1.3, .5, 1);
}

.hb-steps-foot .hb-button:hover svg {
    transform: translateX(-4px);
}

@media (max-width: 900px) {
    .hb-steps { padding: 44px 0 52px; }
    .hb-steps-head { margin-bottom: 32px; }

    /* Below the fold of a phone the row becomes a vertical timeline, with the
       thread running down the icon column instead of across. */
    .hb-steps-track {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 460px;
        margin-inline: auto;
    }

    .hb-steps-track::before {
        /* Centre of the 72px icon at this breakpoint. */
        inset-inline: auto;
        inset-inline-start: 36px;
        top: 36px;
        bottom: 36px;
        width: 2px;
        height: auto;
        background: repeating-linear-gradient(
            to bottom,
            var(--hb-line) 0 10px,
            transparent 10px 18px
        );
    }

    .hb-step {
        grid-template-columns: auto 1fr;
        justify-items: start;
        align-items: center;
        gap: 18px;
        text-align: start;
    }

    .hb-step-icon {
        width: 72px;
        height: 72px;
    }

    .hb-step-copy { max-width: none; }
    .hb-step-copy strong { font-size: 16px; }
    .hb-steps-foot { margin-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    .hb-step-icon,
    .hb-steps-foot .hb-button svg {
        transition-duration: .01ms !important;
    }
}

/* --------------------------------------------------------------------
 * FAQ
 * ----------------------------------------------------------------- */

.hb-faq {
    padding: 68px 0 78px;
    background: linear-gradient(180deg, var(--hb-cream), var(--hb-paper));
    border-top: 1px solid var(--hb-line);
}

.hb-faq-inner {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: 56px;
}

.hb-faq-aside .hb-eyebrow {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
    letter-spacing: .08em;
}

.hb-faq-aside h2 {
    margin: 0;
    color: var(--hb-burgundy);
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -.015em;
}

/* Contact card */
.hb-faq-help {
    margin-top: 30px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(var(--hb-deep-rgb, 32, 0, 0), .06);
}

.hb-faq-help-icon {
    --t: var(--hb-rose);
    --t-light: color-mix(in srgb, var(--t) 42%, white);
    --t-dark: color-mix(in srgb, var(--t) 74%, black);
    display: block;
    margin-bottom: 12px;
}

.hb-faq-help strong {
    display: block;
    color: var(--hb-burgundy);
    font-size: 18px;
    font-weight: 800;
}

.hb-faq-help p {
    margin: 8px 0 0;
    color: var(--hb-muted);
    font-size: 14px;
    line-height: 1.75;
}

.hb-faq-help-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 12px 20px;
    background: linear-gradient(115deg, var(--hb-gold-ink), var(--hb-rose) 60%, var(--hb-lilac));
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(var(--hb-rose-rgb, 201, 37, 106), .24);
    transition: transform .2s ease, filter .2s ease;
}

.hb-faq-help-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Accordion */
.hb-faq-list {
    display: grid;
    gap: 12px;
}

.hb-faq-item {
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.hb-faq-item[open] {
    border-color: color-mix(in srgb, var(--hb-rose) 32%, white);
    box-shadow: 0 14px 30px rgba(var(--hb-rose-rgb, 201, 37, 106), .1);
}

.hb-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 22px;
    cursor: pointer;
    list-style: none;
    transition: color .2s ease;
}

/* Hide the native disclosure triangle in every engine. */
.hb-faq-item summary::-webkit-details-marker { display: none; }
.hb-faq-item summary::marker { content: ''; }

.hb-faq-item summary:hover,
.hb-faq-item[open] summary {
    color: var(--hb-rose-ink);
}

.hb-faq-item summary:focus-visible {
    outline: 2px solid var(--hb-rose);
    outline-offset: -3px;
}

.hb-faq-question {
    color: inherit;
    font-size: clamp(15px, 1.4vw, 17px);
    font-weight: 800;
    line-height: 1.5;
}

.hb-faq-toggle {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: var(--hb-line-soft);
    border-radius: 50%;
    color: var(--hb-burgundy);
    transition: transform .3s cubic-bezier(.22, .78, .3, 1), background-color .25s ease, color .25s ease;
}

.hb-faq-item[open] .hb-faq-toggle {
    background: linear-gradient(135deg, var(--hb-rose), var(--hb-lilac));
    color: #fff;
    transform: rotate(135deg);
}

.hb-faq-answer {
    padding: 0 22px 20px;
}

.hb-faq-answer p {
    margin: 0;
    padding-top: 2px;
    border-top: 1px solid var(--hb-line-soft);
    padding-block-start: 16px;
    color: var(--hb-muted);
    font-size: 14.5px;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .hb-faq { padding: 44px 0 52px; }

    .hb-faq-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hb-faq-help { margin-top: 20px; }
    .hb-faq-item summary { padding: 16px 18px; }
    .hb-faq-answer { padding: 0 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .hb-faq-item,
    .hb-faq-toggle,
    .hb-faq-help-cta {
        transition-duration: .01ms !important;
    }
}

@media (max-width: 860px) {
    .hb-hero-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 38px 0 44px;
    }

    /* Picture first, so the offer is visible before any scrolling. */
    .hb-hero--split .hb-hero-media,
    .hb-hero--editorial .hb-hero-media { order: -1; }

    .hb-hero-image,
    .hb-hero-placeholder {
        height: clamp(260px, 42vh, 340px);
    }

    .hb-hero--editorial .hb-hero-inner {
        grid-template-columns: 1fr;
    }

    .hb-hero--editorial .hb-hero-media {
        justify-content: stretch;
        padding-inline-start: 0;
        padding-bottom: 44px;
    }

    .hb-hero--editorial .hb-hero-image,
    .hb-hero--editorial .hb-hero-placeholder {
        width: 100%;
        height: clamp(340px, 50vh, 430px);
        border-radius: 22px 22px 22px 64px;
    }

    .hb-hero-image-alt {
        inset-inline-start: auto;
        inset-inline-end: 14px;
        width: 116px;
        height: 146px;
        border-width: 5px;
    }

    .hb-hero-chip {
        top: 14px;
        inset-inline-start: 14px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .hb-hero--full .hb-hero-inner {
        min-height: 360px;
        padding: 48px 0 56px;
    }

    .hb-hero-trust-inner {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 16px 0 20px;
    }

    .hb-hero-trust-item {
        justify-content: flex-start;
        gap: 13px;
        padding: 9px 8px;
    }

    .hb-trust-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .hb-trust-icon .hb-icon-3d {
        width: 44px;
        height: 44px;
    }

    .hb-trust-copy strong { font-size: 14px; }
    .hb-trust-copy small { font-size: 12px; }
}

@media (max-width: 768px) {
    .hb-hero-actions { flex-wrap: wrap; }

    .hb-hero-cta {
        width: 100%;
        justify-content: center;
    }
}
