/* ===== Hero Banner shortcode ===== */
.hb-hero {
    position: relative;
    width: 100%;
    height: 460px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.hb-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hb-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hb-hero__content h1 {
    text-align: center !important;
    width: 100%;
}

.hb-hero__content p {
    text-align: center !important;
}

/* ===== Gallery style (default) ===== */

.hb-hero--gallery .hb-hero__content h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    line-height: 1.1;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.hb-hero--gallery .hb-hero__content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 auto 24px;
    max-width: 540px;
    line-height: 1.6;
}

/* ===== Product style ===== */
.hb-hero--product {
    min-height: 480px;
    height: auto;
}


.hb-hero--product .hb-hero__content {
    padding: 60px 24px;
}

.hb-hero--product .hb-hero__content h1 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.25;
}

.hb-hero--product .hb-hero__content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

/* ===== Buttons ===== */
.hb-hero__cta {
    margin-top: 8px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hb-btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}

.hb-btn--gold {
    background: #c9a84c;
    color: #fff !important;
    border: 2px solid #c9a84c;
}
.hb-btn--gold:hover {
    background: #a8873a;
    border-color: #a8873a;
}

.hb-btn--white {
    background: #fff;
    color: #1d2939 !important;
    border: 2px solid #fff;
}
.hb-btn--white:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

.hb-btn--outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.7);
}
.hb-btn--outline:hover {
    background: #fff;
    color: #1d2939 !important;
    border-color: #fff;
}

/* ===== Content Collections ===== */
.hb-collections {
    padding: 60px 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.hb-collections h2 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.hb-divider {
    width: 60px;
    height: 3px;
    background: #c9a84c;
    margin: 0 auto 48px;
}

.hb-item {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 60px;
}

.hb-item--reverse {
    flex-direction: row-reverse;
}

.hb-item__img {
    flex: 1;
    min-width: 0;
}

.hb-item__img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.hb-item__text {
    flex: 1;
    min-width: 0;
}

.hb-item__text h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.hb-item__sub {
    font-size: 0.85rem;
    color: #c9a84c;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hb-item__text p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.8;
    margin: 12px 0;
}

.hb-list,
.ck-content .hb-list,
.hb-list li,
.ck-content .hb-list li {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    margin-left: 0 !important;
}

.hb-list,
.ck-content .hb-list {
    padding: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 20px !important;
}

.hb-list li,
.ck-content .hb-list li {
    font-size: 0.9rem;
    color: #444;
    padding: 4px 0 4px 18px !important;
    position: relative;
}

.hb-list li::marker,
.ck-content .hb-list li::marker {
    content: "" !important;
    font-size: 0 !important;
    color: transparent !important;
}

.hb-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #c9a84c;
    font-weight: 700;
}

.hb-btn-outline {
    display: inline-block;
    border: 2px solid #c9a84c;
    color: #c9a84c !important;
    padding: 10px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.hb-btn-outline:hover {
    background: #c9a84c;
    color: #fff !important;
}

/* ===== Process Steps ===== */
.hb-process {
    position: relative;
    background: #f8f6f2;
    padding: 60px 24px;
    text-align: center;
    overflow: hidden;
}

.hb-process__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hb-process__inner {
    position: relative;
    z-index: 1;
}

.hb-process h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a1a1a;
    font-style: italic;
    margin-bottom: 40px;
}

.hb-process--has-bg h2 {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hb-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.hb-step {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
}

.hb-step__num {
    font-size: 3rem;
    font-weight: 900;
    color: #e8dfc8;
    line-height: 1;
    margin-bottom: 12px;
}

.hb-process--has-bg .hb-step__num {
    color: #fff;
    font-size: 3.5rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hb-step h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hb-process--has-bg .hb-step h4 {
    color: #fff;
}

.hb-step p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.6;
}

.hb-process--has-bg .hb-step p {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== Responsive ===== */
@media (max-width: 680px) {
    .hb-hero--gallery {
        height: 300px;
    }

    .hb-hero--gallery .hb-hero__content h1 {
        font-size: 2rem;
    }

    .hb-hero--product .hb-hero__content h1 {
        font-size: 1.8rem;
    }

    .hb-hero__content p {
        font-size: 0.95rem;
    }

    .hb-btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

@media (max-width: 800px) {
    .hb-item,
    .hb-item--reverse {
        flex-direction: column;
    }

    .hb-item__img img {
        height: 260px;
    }
}
