/* BASIC css start */
body {
    padding-top: 0 !important;
}

#head_box {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: none !important;
    border: 0 !important;
}

#head_box.fixed {
    background: #fff !important;
    border-bottom: 1px solid #E1D9D7 !important;
}

#contentWrapper {
    padding-top: 0 !important
}

/* 메인 비쥬얼 배너 */
#mainSpot {
    position: relative;
    overflow: hidden;
}

#mainSpot .mySwiper {}

#mainSpot .mySwiper .spotSlider {}

#mainSpot .mySwiper .spotSlider .swiper-slide {}

#mainSpot .mySwiper .spotSlider .swiper-slide a {}

#mainSpot .mySwiper .spotSlider .swiper-slide a img {
    width: 100%;
}

#mainSpot .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 80px);
}

#mainSpot .swiper-button-prev:after {
    font-size: 0;
    background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png);
    width: 22px;
    height: 42px;
}

#mainSpot .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 80px);
}

#mainSpot .swiper-button-next:after {
    font-size: 0;
    background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png);
    width: 22px;
    height: 42px;
}

#mainSpot .swiper-pagination {
    top: unset;
    bottom: 30px;
    width: 240px;
    left: calc(50% - 120px);
    background: rgba(18, 18, 18, 0.2);
    height: 2px;
}

#mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgba(18, 18, 18, 1)
}

/* 이미지 배너 */
.Bnnr {
    position: relative;
    width: 100%;
    text-align: center;
}

.Bnnr .inner {
    overflow: hidden;
}

.Bnnr .inner .tx {}


.Bnnr .inner .tx span {
    display: inline-block;
    white-space: pre;
    animation: text-to-left 60s linear infinite;
    font-size: 96px;
    font-weight: 300;
    color: #5F4541;
    line-height: 360px;
}

@keyframes text-to-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 상품 목록 영역 */
#newPrdSld {
    padding-top: 136px;
}

#bstPrdWrp .swiper-pagination {
    width: 240px;
    left: calc(50% - 120px);
    background: rgba(18, 18, 18, 0.2);
    height: 2px;
    position: unset;
    margin: 60px auto 20px;
}

#bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgba(18, 18, 18, 1)
}

#bstPrdWrp .arrowBox {
    position: absolute;
    right: 0;
    bottom: 30px;
}

#bstPrdWrp .arrowBox .l-line {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    background: #ccc2bf;
    margin: 0 15px;
}

#bstPrdWrp .swiper-button-prev:after,
#bstPrdWrp .swiper-button-next:after {
    font-size: 14px;
    font-family: var(--base-font);
    color: var(--point-color);
    text-transform: capitalize !important;
    font-weight: 500;
}

#bstPrdWrp .arrowBox .swiper-button-next {
    margin-top: 0;
    width: auto;
    height: unset;
    position: unset;
    display: inline-block;
    vertical-align: top;
}

#bstPrdWrp .arrowBox .swiper-button-next span {
    float: right;
    margin-left: 10px;
}

#bstPrdWrp .arrowBox .swiper-button-next span:after {}

#bstPrdWrp .arrowBox .swiper-button-prev {
    margin-top: 0;
    width: auto;
    height: unset;
    position: unset;
    display: inline-block;
    vertical-align: top;
}

#bstPrdWrp .arrowBox .swiper-button-prev span {
    margin-right: 12px;
}

#bstPrdWrp .arrowBox .swiper-button-prev span:after {}

.moreBox {
    padding-top: 0;
    padding-bottom: 80px;
}

.moreBox .item-cont .item-list {
    float: left;
}

.moreBox .item-cont .item-list:nth-child(4n) {
    margin-right: 0
}

/*trend*/
#trend {
    max-width: 1760px;
    margin-bottom: 160px;
    padding-top: 0;
}

#trend .trendPrdWrp {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#trend .item-wrap .item-cont .item-list {
    padding: 16px 0;
    display: inline-flex;
    align-content: stretch;
    align-items: center;
    margin-right: 0;
    width: 100%;
}

#trend .item-wrap .item-cont .item-list:nth-child(2) {
    border-top: 1px solid #E1D9D7;
    border-bottom: 1px solid #E1D9D7;
}

#trend .item-wrap .item-cont .item-list .thumb {
    width: 92px;
    margin-right: 16px;
}

#trend .item-wrap .item-cont .item-list .prd-info {
    padding-top: 0
}

.trendPrdWrp .section {
    flex: 1;
    display: inline-block;
    vertical-align: top;
}

.trendPrdWrp .section .big {}

.trendPrdWrp .section .big a {}

.trendPrdWrp .section .big a img {
    width: 100%
}

#trend .item-wrap .item-cont {
    gap: 0;
}

#trend .item-wrap .item-cont .item-list .thumb .new_option .ico {
    width: 100%
}

#trend .item-wrap .item-cont .item-list .thumb .new_option .ico img {
    width: 15px;
}

#trend .item-wrap .item-cont .item-list .thumb .new_option {
    right: 5px;
    top: 5px
}

#trend .item-wrap .item-cont .item-list .prd-info .prd-price span.discount {
    position: unset;
    margin-left: 4px;
}

/*중간배너*/
.mid_banner {
    margin-bottom: 160px;
    width: 100%;
    height: 520px;
    background: url('//skin.makeshop.co.kr/skin/fortnight/pc/img/bnr_img.png') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.banner-content {
    z-index: 2;
}

.banner-title {
    font-family: var(--base-font);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.banner-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 24px;
}

.banner-btn {
    font-family: var(--base-font);
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 999px;
    font-size: 16px;
    text-decoration: none;
    margin: auto;
    display: block;
    width: 169px;
    height: 38px;
    line-height: 38px;
}

/*recmd*/
#recmdPrdWrp {
    max-width: 1760px;
}

#recmdPrdWrp .item-cont .item-list {
    width: calc(33.3333% - 16px);
    margin-right: 24px;
    margin-bottom: 80px;
}

#recmdPrdWrp .item-wrap .item-cont .item-list:nth-child(3n) {
    margin-right: 0
}

#recmdPrdWrp .item-wrap .item-cont .item-list .thumb .new_option .ico {
    width: 100%;
}

#newPrdWrp .item-wrap .item-list {
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 80px;
}

#newPrdWrp .item-wrap .item-list:nth-child(4n) {
    margin-right: 0;
}

@media (max-width:1024px) {

    #mainSpot .swiper-button-next,
    #mainSpot .swiper-button-prev {
        display: none !important;
    }

    #mainSpot .mySwiper .spotSlider .swiper-slide a img {
        width: 100%;
    }

    #mainSpot .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 80px);
    }

    #mainSpot .swiper-button-prev:after {
        font-size: 0;
        background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png);
        width: 22px;
        height: 42px;
    }

    #mainSpot .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 80px);
    }

    #mainSpot .swiper-button-next:after {
        font-size: 0;
        background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png);
        width: 22px;
        height: 42px;
    }

    #mainSpot .swiper-pagination {
        top: unset;
        bottom: 30px;
        width: 240px;
        left: calc(50% - 120px);
        background: rgba(18, 18, 18, 0.2);
        height: 2px;
    }

    #mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
        background: rgba(18, 18, 18, 1)
    }

    #head_box {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        background: none !important;
        border: 0 !important;
    }

    #head_box.fixed {
        background: #fff !important;
        border-bottom: 1px solid #E1D9D7 !important;
    }

    #contentWrapper {
        padding-top: 0 !important
    }

    /* 메인 비쥬얼 배너 */
    #mainSpot {
        position: relative;
        overflow: hidden;
    }

    #mainSpot .mySwiper {}

    #mainSpot .mySwiper .spotSlider {}

    #mainSpot .mySwiper .spotSlider .swiper-slide {}

    #mainSpot .mySwiper .spotSlider .swiper-slide a {}

    #mainSpot .mySwiper .spotSlider .swiper-slide a img {
        width: 100%;
    }

    #mainSpot .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 80px);
    }

    #mainSpot .swiper-button-prev:after {
        font-size: 0;
        background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_left.png);
        width: 22px;
        height: 42px;
    }

    #mainSpot .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 80px);
    }

    #mainSpot .swiper-button-next:after {
        font-size: 0;
        background: url(//skin.makeshop.co.kr/skin/fortnight/pc/img/sld_right.png);
        width: 22px;
        height: 42px;
    }

    #mainSpot .swiper-pagination {
        top: unset;
        bottom: 30px;
        width: 240px;
        left: calc(50% - 120px);
        background: rgba(18, 18, 18, 0.2);
        height: 2px;
    }

    #mainSpot .swiper-pagination .swiper-pagination-progressbar-fill {
        background: rgba(18, 18, 18, 1)
    }

    /* 이미지 배너 */
    .Bnnr {
        overflow: hidden;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .Bnnr .inner {}

    .Bnnr .inner .tx {
        display: inline-block;
        white-space: pre;
        animation: text-to-left 60s linear infinite;
        font-size: 48px;
        font-weight: 300;
        color: #5F4541;
        line-height: 1;
    }

    .Bnnr .inner .tx span {
        font-size: 48px;
        font-weight: 300;
        color: #5F4541;
        line-height: 1;
        display: block;
        animation: none;
    }

    @keyframes text-to-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* 상품 목록 영역 */
    #newPrdSld {
        padding-top: 136px;
    }

    #bstPrdWrp .swiper-pagination {
        width: 240px;
        left: calc(50% - 120px);
        background: rgba(18, 18, 18, 0.2);
        height: 2px;
        position: unset;
        margin: 40px auto 0px;
    }

    #bstPrdWrp .swiper-pagination .swiper-pagination-progressbar-fill {
        background: rgba(18, 18, 18, 1)
    }

    #bstPrdWrp .arrowBox {
        position: absolute;
        right: 0;
        bottom: 28px;
    }

    #bstPrdWrp .arrowBox .l-line {
        display: inline-block;
        vertical-align: top;
        width: 1px;
        height: 12px;
        background: #ccc2bf;
        margin: 2px 15px;
    }

    #bstPrdWrp .swiper-button-prev:after,
    #bstPrdWrp .swiper-button-next:after {
        font-size: 13px;
        font-family: var(--base-font);
        color: var(--point-color);
        text-transform: capitalize !important;
        font-weight: 500;
    }

    #bstPrdWrp .arrowBox .swiper-button-next {
        margin-top: 0;
        width: auto;
        height: unset;
        position: unset;
        display: inline-block;
        vertical-align: top;
    }

    #bstPrdWrp .arrowBox .swiper-button-next span {
        float: right;
        margin-left: 10px;
    }

    #bstPrdWrp .arrowBox .swiper-button-next span:after {}

    #bstPrdWrp .arrowBox .swiper-button-prev {
        margin-top: 0;
        width: auto;
        height: unset;
        position: unset;
        display: inline-block;
        vertical-align: top;
    }

    #bstPrdWrp .arrowBox .swiper-button-prev span {
        margin-right: 12px;
    }

    #bstPrdWrp .arrowBox .swiper-button-prev span:after {}

    #bstPrdWrp .arrowBox .swiper-button-next span img,
    #bstPrdWrp .arrowBox .swiper-button-prev span img {
        width: 5px;
        height: 10px;
        vertical-align: middle;
        margin-top: -2px;
        display: inline-block;
    }

    .moreBox {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .moreBox .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .moreBox .item-wrap .item-cont .items,
    .moreBox .item-wrap .item-cont .items .thumb {
        width: 100%
    }


    .moreBox .items .thumb {
        position: relative;
        overflow: hidden;
    }

    .moreBox .items .thumb .prd_thumb img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        display: block;
    }

    .moreBox .items .thumb .new_option {
        position: absolute;
        right: 16px;
        top: 17px;
    }

    .moreBox .items .prd-info {
        padding-bottom: 0
    }

    .moreBox .items .prd-info .prd-price {
        padding-top: 0;
        position: relative;
    }

    .moreBox .items .prd-info .prd-price strike {
        color: #999999;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
    }


    .moreBox .items .prd-info .prd-price span.replace {
        color: #121212;
        font-size: 14px;
        font-weight: 700;
    }

    .moreBox .items .prd-info .prd-price span.discount {
        color: #5F4541;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .moreBox .items .prd-info .prd-info-list {
        text-align: left;
    }

    .moreBox .items .prd-info .score img {
        width: 15px;
        margin-top: -3px;
        margin-right: 3px;
    }

    .moreBox .items .prd-info .review {
        margin-left: 5px;
    }

    .moreBox .items .prd-wish {
        padding-top: 0;
    }

    .moreBox .items .thumb .new_option .ico.prd-wish::after {
        bottom: 18px;
    }

    .moreBox .items .thumb .new_option {}

    .moreBox .items .thumb .new_option .ico {
        display: inline-block;
        text-align: center;
        width: 49%;
    }

    .moreBox .items .thumb .new_option .ico.prd-wish::after {
        /*content:"";display:inline-block;width:1px;height:30px;background-color:#eee8da;position: absolute;right: 50%;bottom:15px;*/
    }

    .moreBox .items .thumb .new_option .ico img {
        width: 20px;
        height: 100%;
    }

    .moreBox .items .thumb .new_option .ico .on {
        display: none;
    }

    .moreBox .items .thumb .new_option .ico .wish-on .off {
        display: none;
    }

    .moreBox .items .thumb .new_option .ico .wish-on .on {
        display: inline-block;
    }

    .moreBox .items .thumb {
        position: relative;
        overflow: hidden
    }

    .moreBox .items .thumb .prd_thumb img {
        width: 100%;
        transform: scale(1);
        transition: all 0.6s ease;
    }

    .moreBox .items .thumb .prd_thumb img:hover {
        transform: scale(1.04);
        transition: all 0.6s ease;
    }

    .moreBox .items .prd-info {
        padding: 12px 0 60px;
        overflow: hidden
    }

    .moreBox .items .prd-ico {
        text-align: left;
        display: inline-block;
    }

    .moreBox .items .prd-ico img {
        margin: 2px
    }

    .moreBox .items .prd-name {
        text-align: left;
        _margin-bottom: 6px;
    }

    .moreBox .items .prd-name a {
        font-weight: 500;
        color: #121212;
        font-size: 13px;
        word-wrap: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 20px;
        display: inline-block;
    }

    .moreBox .items .prd-price {
        padding-top: 5px;
        text-align: left;
    }

    .moreBox .items .prd-price strike {
        color: #707070;
    }

    .moreBox .items .prd-price .price {
        color: #1c1c1c;
    }

    .moreBox .items .prd-color {
        padding-top: 15px;
        text-align: left;
    }

    .moreBox .items .prd-preview {
        padding-top: 5px
    }

    .moreBox .items .prd-preview .btn-preview {
        display: inline-block;
        width: 69px;
        height: 17px;
        text-indent: -9999em;
        background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_preview.gif) 0 0 no-repeat
    }

    .moreBox .items .prd-benefit {
        padding-top: 5px;
        text-align: left;
    }

    .moreBox .items .prd-wish a {
        font-family: 'malgun gothic';
        font-size: 14px;
        color: #000;
    }

    .moreBox .items .prd-wish i.fa {
        margin-right: 4px;
        color: #c8c8c8;
        font-size: 22px;
        vertical-align: text-top;
        cursor: pointer;
    }

    .moreBox .items .prd-wish i.fa-heart {
        display: none;
        color: #f41f3a;
    }

    .moreBox .items .prd-wish .wish-on i.fa-heart {
        display: inline-block;
    }

    .moreBox .items .prd-wish .wish-on i.fa-heart-o {
        display: none;
    }

    .moreBox .items .prd-subname {
        line-height: 16px;
        margin-bottom: 8px;
        color: #999999;
        text-align: left;
        _word-break: keep-all;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 16px;
    }


    #newPrdWrp .item-wrap .item-list {
        width: calc(50% - 4px);
        margin-bottom: 40px;
    }

    #newPrdWrp .item-wrap .item-list:nth-child(even) {
        margin-left: 4px;
        margin-right: 0;
    }

    #newPrdWrp .item-wrap .item-list:nth-child(odd) {
        margin-left: 0;
        margin-right: 4px;
    }


    /*trend*/
    #trend {
        width: calc(100% - 32px);
        margin-bottom: 40px;
        padding-top: 0;
    }

    #trend .trendPrdWrp {
        display: block;
    }

    #trend .item-wrap .item-cont .item-list {
        padding: 16px 0;
        display: inline-flex;
        align-content: stretch;
        align-items: center;
        margin-right: 0;
        width: 100%;
    }

    #trend .item-wrap .item-cont .item-list:nth-child(2) {
        border-top: 1px solid #E1D9D7;
        border-bottom: 1px solid #E1D9D7;
    }

    #trend .item-wrap .item-cont .item-list .thumb {
        width: 80px;
        margin-right: 16px;
    }

    #trend .item-wrap .item-cont .item-list .prd-info {
        padding-top: 0
    }

    .trendPrdWrp .section {
        width: 100%;
        display: block;
        padding-bottom: 60px;
    }

    .trendPrdWrp .section .big {}


    .trendPrdWrp .section .big a {}

    .trendPrdWrp .section .big a img {
        width: 100%
    }

    #trend .item-wrap .item-cont .item-list .thumb .new_option .ico {
        width: 100%
    }

    #trend .item-wrap .item-cont .item-list .thumb .new_option .ico img {
        width: 15px;
    }

    #trend .item-wrap .item-cont .item-list .thumb .new_option {
        right: 8px;
        top: 9px
    }

    #trend .item-wrap .item-cont .item-list .prd-info .prd-price span.discount {
        position: unset;
        margin-left: 4px;
    }

    /*중간배너*/
    .mid_banner {
        margin-bottom: 100px;
        width: 100%;
        height: 520px;
        background: url('//skin.makeshop.co.kr/skin/fortnight/pc/img/bnr_img.png') no-repeat center center / cover;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
    }

    .banner-content {
        z-index: 2;
    }

    .banner-title {
        font-family: var(--base-font);
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .banner-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
        line-height: 24px;
        word-break: keep-all;
    }

    .banner-btn {
        font-family: var(--base-font);
        font-weight: 600;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 999px;
        font-size: 16px;
        text-decoration: none;
        margin: auto;
        display: block;
        width: 169px;
        height: 38px;
        line-height: 38px;
    }

    /*recmd*/
    #recmdPrdWrp {
        width: calc(100% - 32px);
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .prd-info .prd-price strike {
        font-size: 11px
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .prd-info .prd-price .price {
        margin-right: 3px
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .prd-info {
        _padding-bottom: 40px
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .prd-name a {
        line-height: 1
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .prd-info .prd-price .price {
        font-size: 13px
    }

    #recmdPrdWrp .item-wrap .item-list {
        width: calc(33.3333% - 8px);
        margin-bottom: 40px;
    }


    #recmdPrdWrp .item-wrap .item-list:nth-child(2) {}

    #recmdPrdWrp .item-wrap .item-cont .item-list {
        margin-right: 12px;
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .thumb {}

    #recmdPrdWrp .item-wrap .item-cont .item-list:nth-child(3n) {
        margin-right: 0
    }

    #recmdPrdWrp .item-wrap .item-cont .item-list .thumb .new_option .ico {
        width: 100%;
    }

    .product-wrap .item-wrap .item-cont .item-list .prd-info .prd-price span.discount {
        line-height: 1.4
    }
}


/* ══════════════════════════════════════════════════════════════
   ══════════════════════════════════════════════════════════════

   theBetterBean — NEW MAIN PAGE STYLES
   디자인 토큰 기반 메인 페이지 — 레거시 코드 아래에 추가

   ══════════════════════════════════════════════════════════════
   ══════════════════════════════════════════════════════════════ */

/* ── Hero Section ── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('/design/thenaeunbh/main/hero-bg.jpg') center/cover no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(34, 28, 26, 0.35) 0%,
      rgba(34, 28, 26, 0.55) 100%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 680px;
  padding: 0 var(--space-md);
}

.hero__label {
  font-size: 0.8125rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: var(--space-sm);
  font-weight: 400;
}

.hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-md);
  color: #fff;
}

.hero__subtitle {
  font-size: clamp(0.9375rem, 1.8vw, 1.125rem);
  color: var(--color-text-inverse);
  line-height: 1.8;
  opacity: 0.85;
  font-weight: 300;
  margin-bottom: var(--space-xl);
}

.hero__cta {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.hero__cta:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* Scroll indicator */
.hero__scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero__scroll-text {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
}

.hero__scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}

/* ── Brand Story Section ── */
.story__text {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 2;
  color: var(--color-text-primary);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-md);
}

.story__secondary {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--color-text-secondary);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Category Showcase ── */
.category-showcase {
  margin-top: var(--space-lg);
  gap: var(--space-lg);
}

.category-card {
  display: block;
  text-decoration: none;
  color: var(--color-text-primary);
  border-radius: 2px;
  overflow: hidden;
  background: var(--color-bg-primary);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(76, 67, 65, 0.08);
}

.category-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: center/cover no-repeat;
  transition: background-size 0.6s ease;
}

.category-card__image--wholebean {
  background-image: url('/design/thenaeunbh/main/category-wholebean.jpg');
}

.category-card__image--dripbag {
  background-image: url('/design/thenaeunbh/main/category-dripbag.jpg');
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 50%,
      rgba(34, 28, 26, 0.06) 100%);
}

.category-card__body {
  padding: var(--space-lg) var(--space-md);
}

.category-card__number {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
  font-weight: 500;
}

.category-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: var(--space-sm);
  letter-spacing: -0.01em;
}

.category-card__desc {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.category-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  font-weight: 500;
  transition: gap 0.3s ease;
}

.category-card:hover .category-card__cta {
  gap: 0.75rem;
}

.category-card__arrow {
  transition: transform 0.3s ease;
}

.category-card:hover .category-card__arrow {
  transform: translateX(2px);
}

/* ── Product Cards (main page) ── */
.product-card {
  background: var(--color-bg-secondary);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(76, 67, 65, 0.07);
}

.product-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--color-bg-primary);
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.06);
}

.product-card__body {
  padding: var(--space-md) var(--space-sm);
}

.product-card__name {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: var(--space-xs);
  color: var(--color-text-primary);
  letter-spacing: -0.005em;
}

.product-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.featured-products__more {
  margin-top: var(--space-xl);
}

/* Text arrow link */
.btn-text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.3s ease;
}

.btn-text-arrow:hover {
  gap: 0.75rem;
}

.btn-text-arrow__icon {
  transition: transform 0.3s ease;
}

.btn-text-arrow:hover .btn-text-arrow__icon {
  transform: translateX(3px);
}

/* ── Origin Map Section ── */
.origin-map {
  margin-top: var(--space-xl);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.origin-map__visual {
  position: relative;
}

.origin-map__svg {
  width: 100%;
  height: auto;
}

.origin-map__land {
  transition: opacity 0.3s ease;
}

.origin-map__pin {
  cursor: pointer;
  transition: r 0.3s ease, opacity 0.3s ease;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
}

.origin-map__pin:hover {
  r: 9;
}

/* Pulse animation for pins */
@keyframes originPulse {
  0% {
    r: 6;
    opacity: 1;
  }
  50% {
    r: 10;
    opacity: 0.5;
  }
  100% {
    r: 6;
    opacity: 1;
  }
}

.origin-map__pin[data-active="true"] {
  animation: originPulse 2s ease-in-out infinite;
}

/* Origin List */
.origin-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.origin-list__item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-radius: 2px;
  cursor: default;
  transition: background-color 0.25s ease;
}

.origin-list__item:hover,
.origin-list__item[data-active="true"] {
  background-color: var(--color-bg-primary);
}

.origin-list__dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.origin-list__info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.origin-list__name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--color-text-primary);
  letter-spacing: 0.01em;
}

.origin-list__note {
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

/* ── CTA Banner Section ── */
.cta-banner {
  background-color: var(--color-text-primary);
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

.cta-banner__title {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 300;
  color: var(--color-bg-primary);
  letter-spacing: -0.01em;
  margin-bottom: var(--space-sm);
}

.cta-banner__desc {
  font-size: 1rem;
  color: rgba(250, 246, 237, 0.7);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.cta-banner__btn {
  display: inline-block;
  padding: 1rem 3rem;
  background-color: var(--color-accent);
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-banner__btn:hover {
  background-color: #b55a24;
  transform: translateY(-1px);
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .origin-map {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .origin-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xs);
  }
}

/* ── Responsive: Mobile ── */
@media (max-width: 768px) {
  .category-showcase {
    grid-template-columns: 1fr;
  }

  .product-grid.bb-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  .hero__scroll-indicator {
    bottom: 1.5rem;
  }

  .origin-list {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive: Small Mobile ── */
@media (max-width: 480px) {
  .product-grid.bb-grid--3 {
    grid-template-columns: 1fr;
  }

  .category-card__body {
    padding: var(--space-md);
  }

  .cta-banner__btn {
    padding: 0.875rem 2rem;
  }
}
/* BASIC css end */

