.hsd-wrap{
    max-width:1100px;
    margin:0 auto;
    color:#1f1f1f;
    font-family:inherit;
    line-height:1.7;
    letter-spacing:-0.02em;
}
.hsd-wrap *{
    box-sizing:border-box;
}
.hsd-sec{
    margin:0 0 28px;
}
.hsd-card{
    background:#fff;
    border:1px solid #eee4dc;
    border-radius:28px;
    box-shadow:0 16px 40px rgba(0,0,0,.04);
    overflow:hidden;
}
.hsd-hero{
    display:grid;
    grid-template-columns:1.05fr 1fr;
    gap:0;
    background:linear-gradient(180deg,#fffaf6 0%, #fff 100%);
}
.hsd-hero-copy{
    padding:44px 40px;
}
.hsd-kicker{
    display:inline-block;
    margin-bottom:10px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    color:#a9674d;
}
.hsd-title{
    margin:0 0 14px;
    font-size:46px;
    line-height:1.2;
    font-weight:800;
    color:#161616;
    word-break:keep-all;
}
.hsd-sub{
    margin:0 0 22px;
    font-size:16px;
    color:#666;
    word-break:keep-all;
}
.hsd-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 22px;
}
.hsd-badge{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid #ead8cc;
    background:#fff;
    color:#8a5a45;
    font-size:12px;
    font-weight:700;
}
.hsd-hero-text{
    margin:0;
    font-size:15px;
    color:#555;
    line-height:1.9;
    word-break:keep-all;
}
.hsd-hero-media{
    min-height:100%;
    background:#f7f3ef;
}
.hsd-hero-media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hsd-grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.hsd-grid-3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.hsd-grid-4{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.hsd-box{
    padding:28px;
    background:#fff;
    border:1px solid #eee4dc;
    border-radius:24px;
}
.hsd-box-title{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.35;
    font-weight:800;
    color:#1d1d1d;
    word-break:keep-all;
}
.hsd-box-text{
    margin:0;
    font-size:15px;
    color:#666;
    word-break:keep-all;
}

.hsd-mini{
    padding:18px 16px;
    background:#fff;
    border:1px solid #efe5dd;
    border-radius:18px;
}
.hsd-mini strong{
    display:block;
    margin-bottom:6px;
    font-size:15px;
    font-weight:800;
    color:#202020;
}
.hsd-mini span{
    display:block;
    font-size:13px;
    line-height:1.75;
    color:#6f6f6f;
    word-break:keep-all;
}

.hsd-photo{
    overflow:hidden;
    border-radius:24px;
    border:1px solid #eee4dc;
    background:#fff;
}
.hsd-photo img{
    display:block;
    width:100%;
    height:auto;
}
.hsd-caption{
    padding:16px 18px 18px;
}
.hsd-caption strong{
    display:block;
    margin-bottom:6px;
    font-size:18px;
    font-weight:800;
    color:#222;
}
.hsd-caption span{
    display:block;
    font-size:14px;
    line-height:1.75;
    color:#666;
    word-break:keep-all;
}

.hsd-section-head{
    margin:0 0 18px;
    text-align:center;
}
.hsd-section-head .hsd-kicker{
    margin-bottom:8px;
}
.hsd-section-head h3{
    margin:0 0 8px;
    font-size:36px;
    line-height:1.25;
    font-weight:800;
    color:#191919;
    word-break:keep-all;
}
.hsd-section-head p{
    margin:0;
    font-size:15px;
    color:#666;
    word-break:keep-all;
}

.hsd-taste{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.hsd-taste-copy{
    padding:34px;
    border:1px solid #eee4dc;
    border-radius:28px;
    background:linear-gradient(180deg,#fffaf6 0%, #fff 100%);
}
.hsd-list{
    margin:18px 0 0;
    padding:0;
    list-style:none;
}
.hsd-list li{
    padding:12px 0;
    border-bottom:1px solid #f2ebe5;
    font-size:15px;
    color:#555;
}
.hsd-list li:last-child{
    border-bottom:0;
}
.hsd-list b{
    color:#1d1d1d;
}

.hsd-proof{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.hsd-proof-card{
    padding:24px;
    border:1px solid #eee4dc;
    border-radius:24px;
    background:#fff;
}
.hsd-proof-card h4{
    margin:0 0 8px;
    font-size:24px;
    font-weight:800;
    color:#1d1d1d;
}
.hsd-proof-card p{
    margin:0 0 16px;
    font-size:14px;
    color:#666;
}
.hsd-proof-card img{
    display:block;
    width:100%;
    height:auto;
    border-radius:18px;
    border:1px solid #f1e7df;
}

.hsd-awards{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:18px;
}
.hsd-award{
    padding:22px;
    border:1px solid #eee4dc;
    border-radius:24px;
    background:#fff;
}
.hsd-award h4{
    margin:0 0 8px;
    font-size:22px;
    font-weight:800;
    color:#1d1d1d;
}
.hsd-award p{
    margin:0 0 14px;
    font-size:14px;
    color:#666;
}
.hsd-award img{
    display:block;
    width:100%;
    height:auto;
    border-radius:16px;
    border:1px solid #f1e7df;
}

.hsd-process{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.hsd-step{
    background:#fff;
    border:1px solid #eee4dc;
    border-radius:22px;
    overflow:hidden;
}
.hsd-step img{
    display:block;
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}
.hsd-step .txt{
    padding:16px;
}
.hsd-step b{
    display:block;
    margin-bottom:6px;
    font-size:16px;
    font-weight:800;
    color:#222;
}
.hsd-step span{
    display:block;
    font-size:13px;
    line-height:1.7;
    color:#666;
    word-break:keep-all;
}

.hsd-finish{
    padding:34px 30px;
    border:1px solid #eadfd5;
    border-radius:28px;
    background:linear-gradient(180deg,#fffaf6 0%, #fff 100%);
    text-align:center;
}
.hsd-finish h3{
    margin:0 0 10px;
    font-size:34px;
    line-height:1.25;
    font-weight:800;
    color:#191919;
}
.hsd-finish p{
    margin:0;
    font-size:15px;
    line-height:1.9;
    color:#666;
    word-break:keep-all;
}

@media (max-width: 980px){
    .hsd-hero,
    .hsd-grid-2,
    .hsd-grid-3,
    .hsd-grid-4,
    .hsd-taste,
    .hsd-proof,
    .hsd-awards,
    .hsd-process{
        grid-template-columns:1fr;
    }

    .hsd-hero-copy{
        padding:30px 24px;
    }

    .hsd-title{
        font-size:34px;
    }

    .hsd-section-head h3{
        font-size:28px;
    }

    .hsd-box,
    .hsd-taste-copy,
    .hsd-proof-card,
    .hsd-award{
        padding:22px;
    }

    .hsd-finish h3{
        font-size:28px;
    }
}