
.gwnpc-page,
.gwnpc-hero,
.gwnpc-products-section,
.gwnpc-contact{
    background:#fbfaf8;
}

.gwnpc-page{
    width:100%;
    overflow:hidden;
}

.gwnpc-container{
    width:min(1140px,calc(100% - 40px));
    margin:0 auto;
    box-sizing:border-box;
}

.gwnpc-hero{
    padding:72px 0 44px;
}

.gwnpc-eyebrow{
    margin-bottom:12px;
    color:#c5632c;
    font-size:13px;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.gwnpc-title{
    margin:0 0 22px;
    color:#242424;
    font-size:clamp(38px,5vw,64px);
    line-height:1.05;
    letter-spacing:-.03em;
}

.gwnpc-intro{
    max-width:860px;
    color:#5c554f;
    font-size:17px;
    line-height:1.8;
}

.gwnpc-products-section{
    padding:10px 0 76px;
}

.gwnpc-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
}

.gwnpc-card{
    overflow:hidden;
    background:#fff;
    border:1px solid #e8e1da;
    border-radius:18px;
    box-shadow:0 12px 34px rgba(71,52,42,.06);
}

.gwnpc-media{
    position:relative;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#efe9e3;
}

.gwnpc-media img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.gwnpc-placeholder{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    color:#9d8b7e;
    font-size:22px;
    font-weight:700;
    letter-spacing:.05em;
}

.gwnpc-status,
.gwnpc-member-badge{
    position:absolute;
    top:16px;
    z-index:2;
    padding:7px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.gwnpc-status{
    right:16px;
    background:#fff;
    color:#4f433c;
}

.gwnpc-member-badge{
    left:16px;
    background:#4f433c;
    color:#fff;
}

.gwnpc-status-available{
    background:#c5632c;
    color:#fff;
}

.gwnpc-card-body{
    padding:26px 28px 30px;
}

.gwnpc-card-topline{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
}

.gwnpc-card-title{
    margin:0 0 8px;
    color:#242424;
    font-size:27px;
    line-height:1.2;
}

.gwnpc-sku{
    flex:0 0 auto;
    color:#8b817a;
    font-size:12px;
}

.gwnpc-subtitle{
    margin-bottom:18px;
    color:#c5632c;
    font-size:14px;
    font-weight:600;
}

.gwnpc-description{
    color:#5c554f;
    font-size:15px;
    line-height:1.72;
}

.gwnpc-description p:last-child{
    margin-bottom:0;
}

.gwnpc-details{
    margin-top:22px;
    border-top:1px solid #eee7e1;
}

.gwnpc-detail-row{
    display:grid;
    grid-template-columns:110px 1fr;
    gap:16px;
    padding:14px 0;
    border-bottom:1px solid #eee7e1;
    color:#5d554f;
    font-size:14px;
    line-height:1.55;
}

.gwnpc-detail-row strong{
    color:#2f2a27;
}

.gwnpc-button,
.gwnpc-contact-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 20px;
    border-radius:8px;
    background:#c5632c;
    color:#fff!important;
    font-weight:700;
    text-decoration:none!important;
    transition:opacity .2s ease,transform .2s ease;
}

.gwnpc-button{
    margin-top:24px;
}

.gwnpc-button:hover,
.gwnpc-contact-button:hover{
    opacity:.9;
    transform:translateY(-1px);
}

.gwnpc-empty{
    padding:72px 24px;
    text-align:center;
    background:#fff;
    border:1px solid #e8e1da;
    border-radius:18px;
}

.gwnpc-empty-mark{
    display:flex;
    width:76px;
    height:76px;
    margin:0 auto 22px;
    align-items:center;
    justify-content:center;
    border:1px solid #d8c9be;
    border-radius:50%;
    color:#c5632c;
    font-size:22px;
    font-weight:800;
}

.gwnpc-empty h2{
    margin:0 0 12px;
    color:#282421;
    font-size:30px;
}

.gwnpc-empty p{
    max-width:620px;
    margin:0 auto;
    color:#6b625c;
    font-size:16px;
    line-height:1.75;
}

.gwnpc-contact{
    padding:0 0 84px;
}

.gwnpc-contact .gwnpc-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:34px 38px;
    background:#4f433c;
    border-radius:18px;
    color:#fff;
}

.gwnpc-contact h2{
    margin:0 0 8px;
    color:#fff;
    font-size:26px;
}

.gwnpc-contact p{
    margin:0;
    color:rgba(255,255,255,.78);
    line-height:1.65;
}

@media(max-width:767px){
    .gwnpc-container{
        width:calc(100% - 30px);
    }

    .gwnpc-hero{
        padding:50px 0 34px;
    }

    .gwnpc-products-section{
        padding-bottom:54px;
    }

    .gwnpc-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .gwnpc-card-body{
        padding:22px;
    }

    .gwnpc-card-title{
        font-size:23px;
    }

    .gwnpc-detail-row{
        grid-template-columns:1fr;
        gap:5px;
    }

    .gwnpc-empty{
        padding:52px 20px;
    }

    .gwnpc-contact{
        padding-bottom:60px;
    }

    .gwnpc-contact .gwnpc-container{
        display:block;
        padding:28px 24px;
    }

    .gwnpc-contact-button{
        margin-top:20px;
    }
}
