:root {
    --cat-red: #e11d2e;
    --cat-red-dark: #b91220;
    --cat-ink: #0e1014;
    --cat-steel: #1c2028;
    --cat-mute: #5a616c;
    --cat-line: #d5d9e0;
    --cat-fog: #eef0f3;
    --cat-white: #ffffff;
    --cat-display: "Barlow Condensed", "Spartan", sans-serif;
    --cat-body: "Manrope", "Spartan", sans-serif;
}

.gh-catalog {
    font-family: var(--cat-body);
    color: var(--cat-ink);
    background:
        radial-gradient(ellipse 80% 45% at 100% 0%, rgba(225, 29, 46, 0.05), transparent 55%),
        linear-gradient(180deg, var(--cat-fog) 0%, #e7eaef 45%, var(--cat-fog) 100%);
    overflow: clip;
}
.gh-catalog *,
.gh-catalog *::before,
.gh-catalog *::after { box-sizing: border-box; }
.gh-catalog a { color: inherit; text-decoration: none; }
.gh-catalog img { display: block; max-width: 100%; }
.gh-catalog button { font: inherit; cursor: pointer; }
.gh-catalog__container {
    width: min(100% - 48px, 1180px);
    margin-inline: auto;
}

.gh-catalog-btn {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: var(--cat-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.gh-catalog-btn:hover { transform: translateY(-1px); }
.gh-catalog-btn--primary {
    background: var(--cat-red);
    color: var(--cat-white) !important;
}
.gh-catalog-btn--primary:hover { background: var(--cat-red-dark); }
.gh-catalog-btn--dark {
    background: var(--cat-ink);
    color: var(--cat-white) !important;
}
.gh-catalog-btn--dark:hover { background: var(--cat-red); }
.gh-catalog-btn--ghost {
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--cat-white) !important;
    background: transparent;
}
.gh-catalog-btn--ghost:hover {
    background: var(--cat-white);
    color: var(--cat-ink) !important;
    border-color: var(--cat-white);
}
.gh-catalog-btn--outline {
    border-color: var(--cat-line);
    background: transparent;
    color: var(--cat-ink) !important;
}
.gh-catalog-btn--outline:hover {
    border-color: var(--cat-red);
    color: var(--cat-red) !important;
}
.gh-catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gh-cat-eyebrow {
    margin: 0 0 14px;
    color: #ff7a84;
    font-family: var(--cat-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.gh-cat-eyebrow--ink { color: var(--cat-red); }

/* Category hero */
.gh-cat-hero {
    position: relative;
    min-height: min(88svh, 720px);
    display: flex;
    align-items: flex-end;
    color: var(--cat-white);
    background: var(--cat-ink);
    overflow: hidden;
}
.gh-cat-hero__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    animation: gh-cat-drift 18s ease-in-out infinite alternate;
}
.gh-cat-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.28) 0%, rgba(8, 10, 14, 0.55) 42%, rgba(8, 10, 14, 0.94) 100%),
        linear-gradient(90deg, rgba(8, 10, 14, 0.5) 0%, transparent 55%);
}
.gh-cat-hero__content {
    position: relative;
    z-index: 1;
    padding: 120px 0 64px;
    max-width: 720px;
}
.gh-cat-hero__crumbs {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.gh-cat-hero__crumbs a {
    color: #ffffff !important;
}
.gh-cat-hero__crumbs a:hover {
    color: #ff7a84 !important;
}
.gh-cat-hero h1 {
    margin: 0;
    color: #ffffff !important;
    font-family: var(--cat-display);
    font-size: clamp(42px, 7vw, 72px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.gh-cat-hero .gh-cat-eyebrow {
    color: #ff7a84 !important;
}
.gh-cat-hero__lead {
    margin: 20px 0 28px;
    max-width: 42ch;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 17px;
    line-height: 1.65;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
@keyframes gh-cat-drift {
    from { transform: scale(1.04) translate3d(0, 0, 0); }
    to { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}

/* Section heads */
.gh-cat-section {
    padding: 72px 0;
}
.gh-cat-section--flush {
    padding-top: 0;
    padding-bottom: 0;
}
.gh-cat-section__head {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}
.gh-cat-section__head h2 {
    margin: 0;
    font-family: var(--cat-display);
    font-size: clamp(32px, 4.5vw, 44px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.gh-cat-section__head p {
    margin: 12px 0 0;
    color: var(--cat-mute);
    font-size: 16px;
    line-height: 1.65;
}
.gh-cat-section__head--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.gh-cat-section__head--left > div { max-width: 640px; }

/* Child strip — full bleed */
.gh-child-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 420px;
}
.gh-child-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    color: var(--cat-white) !important;
}
.gh-child-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .7s ease;
}
.gh-child-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(8, 10, 14, 0.9) 100%);
}
.gh-child-card:hover img { transform: scale(1.06); }
.gh-child-card__copy {
    position: absolute;
    z-index: 1;
    left: 24px;
    right: 24px;
    bottom: 24px;
}
.gh-child-card__copy span {
    display: block;
    margin-bottom: 8px;
    color: #ff7a84;
    font-family: var(--cat-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.gh-child-card__copy strong {
    display: block;
    font-family: var(--cat-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* Product grid — image-first tiles */
.gh-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
}
.gh-product-card {
    display: block;
    background: transparent;
    transition: transform .3s ease;
}
.gh-product-card:hover { transform: translateY(-4px); }
.gh-product-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e4e7ec;
}
.gh-product-card__media > a {
    display: block;
    position: absolute;
    inset: 0;
}
.gh-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform .55s ease;
}
.gh-product-card:hover img { transform: scale(1.05); }
.gh-product-card__body {
    padding: 16px 2px 0;
}
.gh-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    min-height: 14px;
}
.gh-swatch {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.gh-product-card h3 {
    margin: 0;
    font-family: var(--cat-display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.gh-product-card__meta {
    margin: 6px 0 0;
    color: var(--cat-mute);
    font-size: 13px;
    line-height: 1.45;
}

.gh-cat-empty {
    padding: 48px 0;
    text-align: center;
}
.gh-cat-empty p {
    margin: 0 0 24px;
    color: var(--cat-mute);
    font-size: 16px;
}

/* Final CTA band */
.gh-cat-cta {
    position: relative;
    padding: 88px 0;
    color: var(--cat-white);
    background: var(--cat-red);
    overflow: hidden;
}
.gh-cat-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16), transparent 40%),
        radial-gradient(circle at 88% 80%, rgba(0, 0, 0, 0.16), transparent 45%);
}
.gh-cat-cta__inner {
    position: relative;
    max-width: 720px;
    text-align: center;
    margin-inline: auto;
}
.gh-cat-cta h2 {
    margin: 0;
    font-family: var(--cat-display);
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--cat-white);
}
.gh-cat-cta p {
    margin: 16px auto 28px;
    max-width: 42ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}
.gh-cat-cta .gh-catalog-actions { justify-content: center; }
.gh-catalog-btn--light {
    background: var(--cat-white);
    color: var(--cat-ink) !important;
}

/* Product detail */
.gh-pd {
    padding: 48px 0 0;
}
.gh-pd__layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: start;
}
.gh-pd__gallery {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 14px;
    position: sticky;
    top: 100px;
}
.gh-pd__thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gh-pd__thumbs button {
    width: 78px;
    height: 96px;
    padding: 0;
    border: 1px solid transparent;
    background: #e4e7ec;
    overflow: hidden;
}
.gh-pd__thumbs button.is-active,
.gh-pd__thumbs button:hover { border-color: var(--cat-red); }
.gh-pd__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gh-pd__main {
    aspect-ratio: 4 / 5;
    background: #e4e7ec;
    overflow: hidden;
}
.gh-pd__main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gh-pd__info {
    padding-top: 8px;
}
.gh-pd__meta {
    margin: 0 0 14px;
    color: var(--cat-mute);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.gh-pd__meta a:hover { color: var(--cat-red); }
.gh-pd__info h1 {
    margin: 0 0 16px;
    font-family: var(--cat-display);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.gh-pd__lead {
    margin: 0 0 24px;
    color: var(--cat-mute);
    font-size: 16px;
    line-height: 1.7;
    max-width: 42ch;
}
.gh-pd__features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    border-top: 1px solid var(--cat-line);
}
.gh-pd__features li {
    position: relative;
    padding: 14px 0 14px 18px;
    border-bottom: 1px solid var(--cat-line);
    font-size: 14px;
    line-height: 1.5;
}
.gh-pd__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 7px;
    height: 2px;
    background: var(--cat-red);
}
.gh-pd__label {
    margin: 0 0 12px;
    font-family: var(--cat-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.gh-pd__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.gh-pd__swatch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px 6px 6px;
    border: 1px solid var(--cat-line);
    background: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    color: var(--cat-mute);
}
.gh-pd__swatch i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.gh-pd__size {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--cat-red);
    font-family: var(--cat-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 2px solid var(--cat-red);
    padding-bottom: 2px;
}
.gh-pd__cta-note {
    margin: 18px 0 0;
    color: var(--cat-mute);
    font-size: 13px;
    line-height: 1.55;
    max-width: 36ch;
}
.gh-pd__links {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
}
.gh-pd__links a {
    color: var(--cat-mute);
    border-bottom: 1px solid transparent;
}
.gh-pd__links a:hover {
    color: var(--cat-red);
    border-color: var(--cat-red);
}

/* Below: specs band */
.gh-pd__below {
    margin-top: 72px;
}
.gh-pd__band {
    background: var(--cat-steel);
    color: var(--cat-white);
    padding: 72px 0;
}
.gh-pd__tabs {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 48px;
}
.gh-pd__tabs h2,
.gh-pd__related-head h2 {
    margin: 0 0 20px;
    font-family: var(--cat-display);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.gh-pd__tabs h2 { color: var(--cat-white); }
.gh-pd__description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.75;
}
.gh-pd__description p { margin: 0 0 14px; }
.gh-pd__specs {
    width: 100%;
    border-collapse: collapse;
}
.gh-pd__specs th,
.gh-pd__specs td {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    text-align: left;
    font-size: 14px;
}
.gh-pd__specs th {
    width: 38%;
    font-family: var(--cat-display);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ff7a84;
}
.gh-pd__specs td { color: rgba(255, 255, 255, 0.75); }
/* Variant color selector on product detail */
.gh-pd__price {
    font-family: var(--cat-display);
    font-size: 32px;
    font-weight: 800;
    color: var(--cat-ink);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    transition: opacity .2s ease;
}
.gh-pd__variant-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.gh-pd__variant-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px 7px 8px;
    border: 2px solid var(--cat-line);
    border-radius: 4px;
    background: transparent;
    font-size: 13px;
    font-family: var(--cat-body);
    color: var(--cat-ink);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}
.gh-pd__variant-btn i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    display: block;
}
.gh-pd__variant-btn.is-active {
    border-color: var(--cat-ink);
    background: rgba(14, 16, 20, 0.04);
}
.gh-pd__variant-btn:hover { border-color: var(--cat-mute); }

/* Price on product card */
.gh-product-card__price {
    margin: 8px 0 0;
    font-family: var(--cat-display);
    font-size: 16px;
    font-weight: 700;
    color: var(--cat-ink);
}

.gh-specs-link { color: #ff7a84 !important; text-decoration: none; }
.gh-specs-link:hover { text-decoration: underline; }
.gh-specs-swatches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.gh-specs-swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.gh-specs-color-names {
    font-size: 13px;
    opacity: 0.7;
}
.gh-specs-features {
    margin: 0;
    padding: 0 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.gh-specs-features li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.gh-pd__related {
    padding: 72px 0 88px;
}
.gh-pd__related-head {
    margin-bottom: 32px;
}

/* Reveal */
.gh-cat-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}
.gh-cat-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .gh-cat-hero__media { animation: none; transform: none; }
    .gh-cat-reveal { opacity: 1; transform: none; transition: none; }
}

/* Filter / sort bar */
.gh-filter-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 14px 18px;
    background: var(--cat-white);
    border: 1px solid var(--cat-line);
    border-radius: 4px;
}
.gh-filter-bar__label {
    font-family: var(--cat-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cat-mute);
    flex-shrink: 0;
}
.gh-filter-bar__btns {
    display: flex;
    gap: 6px;
}
.gh-filter-btn {
    padding: 6px 16px;
    background: transparent;
    border: 1px solid var(--cat-line);
    border-radius: 2px;
    font-family: var(--cat-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cat-mute);
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.gh-filter-btn.is-active,
.gh-filter-btn:hover {
    background: var(--cat-ink);
    color: var(--cat-white);
    border-color: var(--cat-ink);
}
.gh-filter-bar__count {
    margin-left: auto;
    font-size: 12px;
    color: var(--cat-mute);
    font-family: var(--cat-display);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Product card — badge + hover CTA */
.gh-product-card { position: relative; }

.gh-product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 3px 10px;
    background: var(--cat-red);
    color: #fff;
    font-family: var(--cat-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 2px;
    pointer-events: none;
}

.gh-product-card__cta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
    background: var(--cat-ink);
    color: #fff;
    border: none;
    font-family: var(--cat-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: transform .3s ease, background .2s ease;
    cursor: pointer;
}
.gh-product-card:hover .gh-product-card__cta { transform: translateY(0); }
.gh-product-card__cta:hover { background: var(--cat-red); }

.gh-product-card__title-link { color: inherit; text-decoration: none; }
.gh-product-card__title-link:hover h3 { color: var(--cat-red); }
.gh-product-card h3 { transition: color .2s ease; }

@media (max-width: 1100px) {
    .gh-product-grid { grid-template-columns: repeat(3, 1fr); }
    .gh-pd__layout { gap: 36px; }
}
@media (max-width: 900px) {
    .gh-child-strip { grid-template-columns: 1fr 1fr; }
    .gh-pd__layout { grid-template-columns: 1fr; gap: 40px; }
    .gh-pd__gallery {
        position: static;
        grid-template-columns: 1fr;
    }
    .gh-pd__thumbs {
        flex-direction: row;
        order: 2;
        overflow-x: auto;
    }
    .gh-pd__thumbs button {
        flex: 0 0 72px;
        height: 88px;
    }
    .gh-pd__tabs { grid-template-columns: 1fr; }
    .gh-cat-section__head--left { display: block; }
}
@media (max-width: 640px) {
    .gh-catalog__container { width: calc(100% - 28px); }
    .gh-cat-hero { min-height: 78svh; }
    .gh-cat-hero__content { padding: 110px 0 48px; }
    .gh-child-strip,
    .gh-product-grid { grid-template-columns: 1fr; }
    .gh-child-card { min-height: 320px; }
    .gh-catalog-actions { width: 100%; }
    .gh-catalog-actions .gh-catalog-btn { width: 100%; }
    .gh-cat-section { padding: 56px 0; }
    .gh-pd { padding-top: 28px; }
    .gh-pd__below { margin-top: 48px; }
    .gh-pd__band,
    .gh-pd__related { padding-block: 56px; }
}

/* ── Zoom button on gallery main image ──────────────────────── */
.gh-pd__main { position: relative; }
.gh-zoom-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(14,16,20,.65);
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 2;
}
.gh-pd__main:hover .gh-zoom-btn { opacity: 1; }

/* ── Lightbox ───────────────────────────────────────────────── */
.gh-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    z-index: 9000;
    align-items: center;
    justify-content: center;
}
.gh-lightbox.is-open { display: flex; }
.gh-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 8px 48px rgba(0,0,0,.6);
}
.gh-lightbox__close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    opacity: .7;
    transition: opacity .2s;
}
.gh-lightbox__close:hover { opacity: 1; }

/* ── Enquiry modal color badge ──────────────────────────────── */
.enquire-color-badge {
    display: inline-block;
    background: var(--cat-ink, #0e1014);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 6px;
    letter-spacing: .04em;
}
