/* =====================================================
   BENBOYS WEBSITE STYLE
   Clean Version
===================================================== */

:root {
    --bb-dark: #280905;
    --bb-red: #c81e3a;
    --bb-soft: #f8f4f2;
    --bb-white: #ffffff;
    --bb-text: #1f1715;
    --bb-muted: #7a6a66;
    --bb-border: #eadfdb;
    --bb-gray: #f3f4f6;
}

/* GLOBAL */
* {
    box-sizing: border-box;
}

body {
    font-family: Roboto;
    background: var(--bb-soft);
    color: var(--bb-text);
}

main {
    min-height: 70vh;
    background: var(--bb-soft);
}

a {
    transition: .25s ease;
}

img {
    max-width: 100%;
}

/* NAVBAR */
.navbar {
    background: var(--bb-white);
    border-bottom: 1px solid var(--bb-border);
    box-shadow: none;
}

.navbar-brand {
    font-weight: 800;
    letter-spacing: 1px;
}

/* SECTION GLOBAL */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.section-header h2,
.section-header h3 {
    margin: 0;
    font-weight: 900;
    color: var(--bb-dark);
}

.section-link {
    color: var(--bb-dark);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.section-link:hover {
    color: var(--bb-red);
}

/* FOOTER */
.site-footer {
    background: var(--bb-dark) !important;
    color: var(--bb-white);
    padding: 70px 0 0;
    margin-top: 70px;
}

.site-footer .footer-title,
.site-footer .footer-heading {
    color: var(--bb-white);
    font-weight: 800;
    margin-bottom: 15px;
}

.site-footer .footer-text {
    color: #d1d5db;
    line-height: 1.8;
    font-size: 15px;
}

.site-footer a {
    color: #d1d5db;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--bb-white);
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-social,
.marketplace {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: var(--bb-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.footer-social a:hover {
    background: var(--bb-white);
    color: var(--bb-dark);
}

.marketplace a {
    color: var(--bb-white);
    background: rgba(255,255,255,.08);
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
}

.marketplace a:hover {
    background: var(--bb-white);
    color: var(--bb-dark);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 50px;
    padding: 22px 0;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

/* =====================================================
   HOMEPAGE
===================================================== */

.home-hero-wrap,
.top-banner-section,
.new-product-section,
.badge-banner-section,
.premium-product-section {
    background: var(--bb-soft);
}

.home-hero-wrap .container,
.top-banner-section .container,
.new-product-section .container,
.badge-banner-section .container,
.premium-product-section .container {
    max-width: 1320px;
}

/* HERO */
.home-hero-wrap {
    padding: 24px 0 14px;
}

#homeHeroCarousel {
    position: relative;
}

.hero-banner-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0;
}

.hero-banner {
    width: 100%;
    aspect-ratio: 23 / 9;
    overflow: hidden;
    background: var(--bb-gray);
    border-radius: 0;
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* HERO CONTROL */
.hero-control {
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: var(--bb-dark);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.hero-control-prev {
    left: -26px;
}

.hero-control-next {
    right: -26px;
}

.hero-control-prev-icon,
.hero-control-next-icon {
    width: 18px;
    height: 18px;
    filter: invert(1);
}

.hero-indicators {
    margin-bottom: 16px;
}

.hero-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    opacity: .45;
}

.hero-indicators .active {
    opacity: 1;
}

/* =====================================================
   TOP BANNER
===================================================== */

.top-banner-section {
    background: var(--bb-soft);
    padding: 0 0 34px;
}

.top-banner-section .container {
    max-width: 1320px;
}

#topBannerCarousel {
    overflow: hidden;
}

#topBannerCarousel .carousel-inner {
    overflow: hidden;
}

.top-banner-card {
    display: block;
    width: 100%;
    aspect-ratio: 23 / 6;
    overflow: hidden;
    text-decoration: none;
    background: var(--bb-gray);
}

.top-banner-card img {
    display: block;
    width: 100%;
    height: 100%;

    /*
        cover = memenuhi area
        contain = gambar utuh tanpa crop
    */
    object-fit: contain;
    object-position: center;

    background: var(--bb-gray);
}

/* sembunyikan control */

#topBannerCarousel .carousel-control-prev,
#topBannerCarousel .carousel-control-next,
#topBannerCarousel .carousel-indicators{
    display:none !important;
}

/* Top banner tanpa control */
#topBannerCarousel .carousel-control-prev,
#topBannerCarousel .carousel-control-next,
#topBannerCarousel .carousel-indicators {
    display: none !important;
}

/* PRODUCT GRID HOME */
.new-product-section {
    padding: 34px 0 70px;
}

.premium-product-section {
    padding: 28px 0 80px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product-card {
    display: block;
    color: var(--bb-text);
    text-decoration: none;
    background: transparent;
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--bb-gray);
    overflow: hidden;
    border-radius: 16px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.04);
}

.product-info {
    padding-top: 14px;
}

.product-info h5 {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 6px;
    color: var(--bb-dark);
    line-height: 1.35;
}

.product-info p {
    color: var(--bb-muted);
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-before {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: line-through;
}

.price-live {
    color: var(--bb-red);
    font-size: 17px;
    font-weight: 900;
}

/* BADGE BANNER */
.badge-banner-section {
    padding: 10px 0 70px;
}

.badge-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.badge-banner-card {
    position: relative;
    display: block;
    height: 260px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--bb-dark);
    color: var(--bb-white);
    text-decoration: none;
}

.badge-banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-banner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(40,9,5,.05),
        rgba(40,9,5,.82)
    );
}

.badge-banner-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}

.badge-banner-content span {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
    background: var(--bb-red);
    color: var(--bb-white);
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.badge-banner-content h3 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 8px;
}

.badge-banner-content p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,.82);
    line-height: 1.5;
}
/* =====================================================
   PRODUCT PAGE
===================================================== */

.product-page-hero {
    background: var(--bb-soft);
    padding: 70px 0 30px;
    text-align: center;
}

.page-badge {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--bb-dark);
    color: var(--bb-white);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.product-page-hero h1 {
    font-size: 46px;
    font-weight: 900;
    color: var(--bb-dark);
    margin-bottom: 12px;
}

.product-page-hero p {
    color: var(--bb-muted);
    font-size: 16px;
    margin: 0;
}

.product-filter-section {
    background: var(--bb-soft);
    padding: 10px 0 35px;
}

.product-filter-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--bb-white);
    color: var(--bb-dark);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.filter-pill:hover,
.filter-pill.active {
    background: var(--bb-dark);
    color: var(--bb-white);
}

.product-list-section {
    background: var(--bb-soft);
    padding: 20px 0 90px;
}

.product-list-section .product-image {
    position: relative;
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bb-dark);
    color: var(--bb-white);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-empty {
    max-width: 520px;
    margin: 50px auto;
    text-align: center;
    padding: 45px 30px;
    border-radius: 24px;
    background: var(--bb-white);
}

.product-empty h3 {
    font-weight: 900;
    color: var(--bb-dark);
    margin-bottom: 10px;
}

.product-empty p {
    color: var(--bb-muted);
    margin-bottom: 22px;
}

.btn-back-product {
    display: inline-flex;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--bb-dark);
    color: var(--bb-white);
    font-weight: 700;
    text-decoration: none;
}

/* =====================================================
   PRODUCT DETAIL
===================================================== */

.breadcrumb-section {
    padding: 24px 0 0;
    background: var(--bb-soft);
}

.breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--bb-muted);
}

.breadcrumb-wrap a {
    color: var(--bb-muted);
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-wrap a:hover {
    color: var(--bb-red);
}

.breadcrumb-wrap strong {
    color: var(--bb-dark);
}

.product-detail-section {
    background: var(--bb-soft);
    padding: 50px 0 90px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: start;
}

.product-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 26px;
    overflow: hidden;
    background: var(--bb-gray);
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.product-thumb {
    border: 2px solid transparent;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--bb-gray);
    cursor: pointer;
    aspect-ratio: 1 / 1;
}

.product-thumb.active {
    border-color: var(--bb-dark);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-info {
    padding-top: 10px;
}

.detail-category {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--bb-dark);
    color: var(--bb-white);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.product-detail-info h1 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: var(--bb-dark);
    margin: 0 0 12px;
}

.detail-tagline {
    font-size: 17px;
    color: var(--bb-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.detail-price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.detail-price-before {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 700;
}

.detail-price-live {
    color: var(--bb-red);
    font-size: 30px;
    font-weight: 900;
}

.detail-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.detail-badge {
    display: inline-flex;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--bb-white);
    color: var(--bb-dark);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.detail-spec-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 24px 0;
}

.detail-spec-item,
.detail-feature-item {
    background: var(--bb-white);
    border: 1px solid var(--bb-border);
}

.detail-spec-item {
    padding: 16px;
    border-radius: 18px;
}

.detail-spec-item span {
    display: block;
    font-size: 12px;
    color: var(--bb-muted);
    margin-bottom: 5px;
}

.detail-spec-item strong {
    display: block;
    color: var(--bb-dark);
    font-size: 14px;
}

.detail-color-box,
.detail-feature-box {
    margin-top: 26px;
}

.detail-color-box h5,
.detail-feature-box h5 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 14px;
    color: var(--bb-dark);
}

.detail-color-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-color-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    border: 3px solid var(--bb-white);
    box-shadow: 0 0 0 1px #d1d5db;
}

.detail-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.detail-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

.detail-feature-item i {
    font-size: 18px;
    color: var(--bb-dark);
}

.detail-action-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn-whatsapp-detail,
.btn-back-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
}

.btn-whatsapp-detail {
    background: #25d366;
    color: var(--bb-white);
}

.btn-back-list {
    background: var(--bb-dark);
    color: var(--bb-white);
}

.detail-action-desktop {
    display: flex;
}

.mobile-product-action {
    display: none;
}

/* TESTIMONIAL */
.product-testimonial-box {
    margin-top: 70px;
}

.section-title-center {
    text-align: center;
    margin-bottom: 28px;
}

.section-title-center span {
    color: var(--bb-red);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.product-testimonial-carousel {
    position: relative;
    padding: 0 54px;
}

.testimonial-slide-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.product-testimonial-card {
    width: 100%;
    min-height: 230px;
    padding: 22px;
    border-radius: 22px;
    background: var(--bb-white);
    border: 1px solid var(--bb-border);
    text-align: left;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.testimonial-photo {
    width: 100px;
    height: 100px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bb-gray);
    border-radius: 16px;
    margin: 0;
}

.testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-user strong {
    display: block;
    color: var(--bb-dark);
    font-size: 15px;
    font-weight: 900;
}

.testimonial-user span {
    display: block;
    color: var(--bb-muted);
    font-size: 13px;
    margin-top: 3px;
}

.testimonial-rating {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
}

.product-testimonial-card p {
    color: #374151;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

.testimonial-control {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bb-dark);
    border-radius: 50%;
    opacity: 1;
}

.testimonial-control-prev {
    left: 0;
}

.testimonial-control-next {
    right: 0;
}

/* TAB DESKRIPSI / FAQ */
.product-tab-box {
    margin-top: 60px;
    background: var(--bb-white);
    border-radius: 20px;
    padding: 0;
}

.product-detail-tabs {
    border-bottom: 1px solid var(--bb-border);
    gap: 10px;
}

.product-detail-tabs .nav-link {
    border: 0;
    color: var(--bb-muted);
    font-weight: 800;
    padding: 16px 24px;
    border-radius: 14px 14px 0 0;
}

.product-detail-tabs .nav-link.active {
    color: var(--bb-red);
    background: #fff5f5;
}

.product-tab-content {
    padding: 28px;
}

.product-description-box {
    background: transparent;
}

.product-description-box h3,
.product-faq-box h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 18px;
    color: var(--bb-dark);
}

.product-description-content {
    color: #4b5563;
    line-height: 1.9;
    font-size: 16px;
}

.product-faq-box .accordion-item {
    border: 1px solid var(--bb-border);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
}

.product-faq-box .accordion-button {
    font-weight: 800;
    box-shadow: none;
}

.product-faq-box .accordion-button:not(.collapsed) {
    background: #fff5f5;
    color: var(--bb-red);
}

.related-product-section {
    margin-top: 70px;
}

.related-product-section .section-header p {
    margin: 6px 0 0;
    color: var(--bb-muted);
    font-size: 14px;
}

.related-product-grid {
    margin-top: 24px;
}
/* =====================================================
   ABOUT PAGE
===================================================== */

.about-hero {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--bb-white);
}

.about-hero-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.about-hero-content span,
.about-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bb-red);
    margin-bottom: 12px;
}

.about-hero-content h1 {
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.05;
    font-weight: 950;
    text-transform: uppercase;
}

.about-hero-content p {
    font-size: 18px;
    color: rgba(255,255,255,.82);
    margin-top: 20px;
}

.about-section {
    padding: 78px 0;
    background: var(--bb-soft);
}

.about-alt {
    background: #fff;
}

.about-company,
.process-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-company-img img,
.process-img img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(0,0,0,.1);
}

.about-company-text h2,
.about-title h2,
.coverage-box h2 {
    font-size: 42px;
    font-weight: 950;
    line-height: 1.1;
    color: var(--bb-dark);
}

.about-company-text h2 span,
.about-title h2 span,
.coverage-box h2 span {
    color: var(--bb-red);
}

.about-company-text p,
.process-text p,
.coverage-box p {
    color: var(--bb-muted);
    line-height: 1.8;
    font-size: 16px;
}

.about-title {
    margin-bottom: 40px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.why-card {
    background: var(--bb-white);
    border-radius: 20px;
    padding: 30px 22px;
    text-align: center;
    border: 1px solid var(--bb-border);
    transition: .25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.why-card i {
    font-size: 34px;
    color: var(--bb-dark);
    margin-bottom: 16px;
}

.why-card h5 {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bb-dark);
}

.why-card p {
    font-size: 14px;
    color: var(--bb-muted);
    line-height: 1.7;
    margin: 0;
}

.process-row {
    padding: 52px 0;
    border-bottom: 1px solid var(--bb-border);
}

.process-row:last-child {
    border-bottom: 0;
}

.process-reverse .process-img {
    order: 2;
}

.process-reverse .process-text {
    order: 1;
}

.process-img img {
    height: 320px;
}

.process-text span {
    display: block;
    font-size: 72px;
    font-weight: 950;
    color: #e5e7eb;
    line-height: 1;
}

.process-text h3 {
    font-size: 28px;
    font-weight: 950;
    text-transform: uppercase;
    color: var(--bb-dark);
}

.series-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.series-card {
    background: var(--bb-white);
    border: 1px solid var(--bb-border);
    border-radius: 22px;
    padding: 36px;
}

.series-card h3 {
    font-size: 22px;
    font-weight: 950;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: var(--bb-dark);
}

.series-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.series-card li {
    padding: 10px 0;
    color: var(--bb-muted);
    border-bottom: 1px solid var(--bb-border);
}

.series-card li::before {
    content: "•";
    color: var(--bb-red);
    font-weight: 900;
    margin-right: 10px;
}

.stats-dark {
    background: var(--bb-dark);
    border-radius: 28px;
    padding: 55px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 24px;
}

.stats-dark strong {
    display: block;
    font-size: 42px;
    font-weight: 950;
    color: var(--bb-red);
}

.stats-dark span {
    color: rgba(255,255,255,.62);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.coverage-box {
    background: var(--bb-white);
    border-radius: 26px;
    padding: 48px;
    text-align: center;
}

.coverage-map-img {
    margin-top: 34px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--bb-gray);
}

.coverage-map-img img {
    width: 100%;
    display: block;
    height: auto;
}

.about-closing {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bb-white);
}

.about-closing-content {
    max-width: 660px;
    margin: 0 auto;
}

.about-closing h2 {
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 950;
    text-transform: uppercase;
}

.about-closing p {
    color: rgba(255,255,255,.78);
    line-height: 1.8;
    margin: 18px 0 28px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 999px;
    background: var(--bb-red);
    color: var(--bb-white);
    font-weight: 900;
    text-decoration: none;
}

/* =====================================================
   CONTACT PAGE
===================================================== */

.contact-hero {
    min-height: 430px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--bb-white);
}

.contact-hero-content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

.contact-hero-content span,
.contact-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bb-red);
    margin-bottom: 12px;
}

.contact-hero-content h1 {
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 950;
    line-height: 1.05;
}

.contact-hero-content p {
    font-size: 17px;
    color: rgba(255,255,255,.82);
    margin-top: 18px;
}

.contact-section {
    background: var(--bb-soft);
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 42px;
    align-items: stretch;
}

.contact-info-box,
.contact-card {
    background: var(--bb-white);
    padding: 42px;
    border: 1px solid var(--bb-border);
    border-radius: 22px;
}

.contact-info-box h2,
.contact-card h3 {
    color: var(--bb-dark);
    font-weight: 950;
}

.contact-info-box h2 {
    font-size: 42px;
}

.contact-card h3 {
    font-size: 30px;
}

.contact-info-box p,
.contact-card p {
    color: var(--bb-muted);
    line-height: 1.8;
}

.contact-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.contact-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px;
    background: var(--bb-soft);
    border: 1px solid var(--bb-border);
    border-radius: 16px;
    color: var(--bb-dark);
    text-decoration: none;
}

.contact-item i {
    font-size: 24px;
    color: var(--bb-red);
}

.contact-item strong {
    display: block;
    font-weight: 900;
}

.contact-item span {
    display: block;
    color: var(--bb-muted);
    margin-top: 4px;
}

.contact-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    background: #25d366;
    color: var(--bb-white);
    font-weight: 900;
    text-decoration: none;
    margin-top: 18px;
}

.contact-note {
    margin-top: 28px;
    padding: 18px;
    background: var(--bb-soft);
    border-left: 4px solid var(--bb-red);
    color: var(--bb-muted);
    line-height: 1.7;
}

.contact-note strong {
    color: var(--bb-dark);
}

.contact-map-box {
    margin-top: 46px;
    height: 420px;
    background: var(--bb-gray);
    overflow: hidden;
    border-radius: 22px;
}

.contact-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 992px) {
    .home-hero-wrap {
        padding: 12px;
    }

    .top-banner-section {
        padding: 0 12px 24px;
    }

    .home-hero-wrap .container,
    .top-banner-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-control {
        width: 40px;
        height: 40px;
    }

    .hero-control-prev {
        left: 10px;
    }

    .hero-control-next {
        right: 10px;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .badge-banner-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-grid,
    .about-company,
    .process-row,
    .series-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .process-reverse .process-img,
    .process-reverse .process-text {
        order: unset;
    }

    .testimonial-slide-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-testimonial-carousel {
        padding: 0 48px;
    }
}

@media (max-width: 768px) {
    .home-hero-wrap {
        padding: 10px;
    }

    .top-banner-section{
        padding:0 10px 22px;
    }
    .top-banner-section .container{
        padding-left:0;
        padding-right:0;
    }

    .top-banner-card{
        aspect-ratio:23 / 6;
    }    

    .hero-control {
        width: 36px;
        height: 36px;
    }

    .hero-control-prev {
        left: 8px;
    }

    .hero-control-next {
        right: 8px;
    }

    .hero-control-prev-icon,
    .hero-control-next-icon {
        width: 14px;
        height: 14px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-page-hero {
        padding: 45px 0 24px;
    }

    .product-page-hero h1 {
        font-size: 32px;
    }

    .product-filter-wrap {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 6px;
    }

    .filter-pill {
        white-space: nowrap;
    }

    .product-detail-info h1 {
        font-size: 34px;
    }

    .contact-section,
    .about-section {
        padding: 54px 0;
    }

    .contact-info-box,
    .contact-card,
    .coverage-box,
    .stats-dark {
        padding: 30px;
    }

    .contact-map-box {
        height: 330px;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 86px;
    }

    .home-hero-wrap,
    .top-banner-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .top-banner-card {
        aspect-ratio: 23 / 6;
    }

    .badge-banner-grid,
    .why-grid,
    .stats-dark,
    .testimonial-slide-grid {
        grid-template-columns: 1fr;
    }

    .badge-banner-card {
        height: 210px;
    }

    .product-detail-section {
        padding: 26px 0 70px;
    }

    .product-main-image {
        border-radius: 18px;
    }

    .product-thumb-row {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-detail-info h1 {
        font-size: 30px;
    }

    .detail-spec-box,
    .detail-feature-grid {
        grid-template-columns: 1fr;
    }

    .btn-whatsapp-detail,
    .btn-back-list {
        width: 100%;
    }

    .detail-action-desktop {
        display: none;
    }

    .mobile-product-action {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: block;
        padding: 12px 14px;
        background: rgba(255,255,255,.96);
        box-shadow: 0 -8px 28px rgba(0,0,0,.12);
    }

    .mobile-btn-wa {
        width: 100%;
        min-height: 48px;
        border-radius: 999px;
        background: #25d366;
        color: var(--bb-white);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-weight: 900;
        text-decoration: none;
    }

    .product-testimonial-carousel {
        padding: 0;
    }

    .testimonial-control {
        display: none;
    }

    .about-hero {
        min-height: 420px;
    }

    .process-img img {
        height: 240px;
    }
}
/* =====================================================
   GALLERY PAGE
===================================================== */

.gallery-hero {
    min-height: 430px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--bb-white);
}

.gallery-hero-content {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.gallery-hero-content span,
.gallery-intro span {
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bb-red);
    margin-bottom: 12px;
}

.gallery-hero-content h1 {
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 950;
    line-height: 1.05;
}

.gallery-hero-content p {
    font-size: 17px;
    color: rgba(255,255,255,.82);
    margin-top: 18px;
}

.gallery-section,
.gallery-journey {
    background: var(--bb-soft);
    padding: 80px 0;
}

.gallery-intro {
    max-width: 720px;
    margin-bottom: 34px;
}

.gallery-intro.text-center {
    margin-left: auto;
    margin-right: auto;
}

.gallery-intro h2 {
    font-size: 42px;
    font-weight: 950;
    color: var(--bb-dark);
    line-height: 1.1;
}

.gallery-intro p {
    color: var(--bb-muted);
    line-height: 1.8;
}

.gallery-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.gallery-filter button {
    border: 0;
    background: var(--bb-white);
    color: var(--bb-dark);
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 800;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    background: var(--bb-dark);
    color: var(--bb-white);
}

.gallery-grid {
    columns: 3;
    column-gap: 22px;
}

.gallery-card {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    background: var(--bb-white);
    border: 1px solid var(--bb-border);
    border-radius: 22px;
    overflow: hidden;
    break-inside: avoid;
}

.gallery-image {
    background: var(--bb-gray);
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.gallery-content {
    padding: 22px;
}

.gallery-content span {
    display: inline-block;
    color: var(--bb-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.gallery-content h3 {
    font-size: 20px;
    font-weight: 900;
    color: var(--bb-dark);
    margin-bottom: 8px;
}

.gallery-content p {
    color: var(--bb-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
}

.journey-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 38px;
}

.journey-item {
    background: var(--bb-white);
    border: 1px solid var(--bb-border);
    border-radius: 22px;
    padding: 28px;
}

.journey-item strong {
    display: block;
    font-size: 42px;
    font-weight: 950;
    color: var(--bb-red);
    line-height: 1;
    margin-bottom: 18px;
}

.journey-item h4 {
    font-size: 18px;
    font-weight: 900;
    color: var(--bb-dark);
}

.journey-item p {
    color: var(--bb-muted);
    line-height: 1.7;
    margin: 0;
}

@media(max-width: 992px) {
    .gallery-grid {
        columns: 2;
    }

    .journey-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .gallery-section,
    .gallery-journey {
        padding: 54px 0;
    }

    .gallery-grid {
        columns: 1;
    }

    .journey-row {
        grid-template-columns: 1fr;
    }

    .gallery-intro h2 {
        font-size: 32px;
    }
}
.stats-dark{
    background:#1f2937;
    border-radius:20px;
    padding:40px 20px;

    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    gap:30px;
}

.stats-dark div{
    text-align:center;
}

.stats-dark strong{
    display:block;
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:8px;
}

.stats-dark span{
    display:block;
    color:#fff;
    font-size:15px;
    opacity:.9;
}
/* ==========================================
   HOME CATEGORY
========================================== */

.home-category-section{
    padding:60px 0;
}

.home-category-grid{

    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:260px;

    gap:20px;

    overflow-x:auto;
    overflow-y:hidden;

    padding:5px 5px 15px;

    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;

    scrollbar-width:none;

}

.home-category-grid::-webkit-scrollbar{
    display:none;
}

.home-category-card{

    display:block;

    width:100%;
    height:100%;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    transition:.25s;

    flex-shrink:0;

}

.home-category-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.home-category-image{

    aspect-ratio:1/1;

    overflow:hidden;

}

.home-category-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.3s;

}

.home-category-card:hover img{

    transform:scale(1.06);

}

.home-category-info{

    padding:16px;

}

.home-category-info h4{

    margin:0 0 8px;

    font-size:17px;

    font-weight:700;

    color:#222;

}

.home-category-info p{

    margin:0;

    color:#777;

    font-size:14px;

    line-height:1.5;

}

/* ===============================
   Tablet
================================ */

@media (max-width:992px){

    .home-category-grid{

        grid-auto-columns:220px;
        gap:16px;

    }

}

/* ===============================
   Mobile
================================ */

@media (max-width:768px){

    .home-category-section{

        padding:35px 0;

    }

    .home-category-grid{

        grid-auto-columns:180px;

        gap:14px;

        padding-left:2px;
        padding-right:2px;

    }

    .home-category-info{

        padding:12px;

    }

    .home-category-info h4{

        font-size:15px;

    }

    .home-category-info p{

        font-size:12px;

        line-height:1.4;

    }

}
/* ===================================
   COLLECTION SQUARE
=================================== */

.collection-square-section{
    padding:40px 0;
}

.collection-square-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.collection-square-card{
    display:block;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.collection-square-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.collection-square-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.collection-square-card:hover img{
    transform:scale(1.06);
}

/* Tablet */

@media(max-width:991px){

.collection-square-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

}

/* Mobile */

@media(max-width:576px){

.collection-square-grid{
    grid-template-columns:repeat(1,1fr);
    gap:12px;
}

.collection-square-card{
    border-radius:14px;
}

}

.product-search-filter{
    margin-bottom:28px;
}

.product-search-main{
    display:grid;
    grid-template-columns:1fr auto;
    gap:12px;
    margin-bottom:14px;
}

.product-search-main input{
    width:100%;
    height:48px;
    border:1px solid #ddd;
    border-radius:14px;
    padding:0 16px;
    font-size:14px;
}

.product-search-main button{
    height:48px;
    border:none;
    border-radius:14px;
    padding:0 26px;
    background:#b80000;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}

.product-price-filter-scroll{
    display:flex;
    gap:12px;
    align-items:center;
}

.product-price-filter-scroll input{
    width:160px;
    height:44px;
    border:1px solid #ddd;
    border-radius:999px;
    padding:0 16px;
    font-size:14px;
}

.product-price-filter-scroll button,
.btn-reset-filter{
    height:44px;
    border:none;
    border-radius:999px;
    padding:0 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}

.product-price-filter-scroll button{
    background:#b80000;
    color:#fff;
    cursor:pointer;
}

.btn-reset-filter{
    background:#222;
    color:#fff;
}

@media(max-width:768px){

    .product-search-main{
        grid-template-columns:1fr auto;
        gap:8px;
        margin-bottom:10px;
    }

    .product-search-main input{
        height:40px;
        border-radius:999px;
        font-size:13px;
        padding:0 14px;
    }

    .product-search-main button{
        height:40px;
        border-radius:999px;
        padding:0 18px;
        font-size:13px;
    }

    .product-price-filter-scroll{
        overflow-x:auto;
        flex-wrap:nowrap;
        gap:8px;
        padding-bottom:6px;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .product-price-filter-scroll::-webkit-scrollbar{
        display:none;
    }

    .product-price-filter-scroll input{
        min-width:96px;
        width:96px;
        height:36px;
        font-size:12px;
        padding:0 12px;
    }

    .product-price-filter-scroll button,
    .btn-reset-filter{
        min-width:76px;
        height:36px;
        font-size:12px;
        padding:0 14px;
    }
}