.hmc-production-profile{
    --hmc-green:#3F5238;
    --hmc-orange:#C97B19;
    --hmc-bg:#F8F6F1;
    --hmc-text:#2E352B;
    --hmc-line:#E3E0D9;
    margin:30px 0 10px;
    padding:24px;
    border:1px solid var(--hmc-line);
    border-radius:14px;
    background:var(--hmc-bg);
    color:var(--hmc-text);
    font-family:Montserrat,Arial,sans-serif;
}
.hmc-production-profile__heading{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:18px;
}
.hmc-production-profile__eyebrow{
    display:block;
    margin-bottom:5px;
    color:var(--hmc-orange);
    font-size:11px;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.hmc-production-profile h3{
    margin:0;
    color:var(--hmc-green);
    font-family:"Cormorant Garamond",Georgia,serif;
    font-size:30px;
    line-height:1.05;
}
.hmc-production-profile__quantity-label{
    flex:0 0 auto;
    padding:7px 11px;
    border-radius:999px;
    background:#E9EEE6;
    color:var(--hmc-green);
    font-size:12px;
    font-weight:700;
}
.hmc-production-profile__summary{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-bottom:18px;
}
.hmc-production-profile__summary-card{
    padding:13px 14px;
    border:1px solid var(--hmc-line);
    border-radius:10px;
    background:#fff;
}
.hmc-production-profile__summary-card[hidden]{display:none!important}
.hmc-production-profile__summary-card span{
    display:block;
    margin-bottom:4px;
    color:#6C7168;
    font-size:11px;
    line-height:1.3;
}
.hmc-production-profile__summary-card strong{
    color:var(--hmc-green);
    font-size:16px;
}
.hmc-production-profile__table-wrap{
    overflow-x:auto;
    margin:0 0 14px;
    border:1px solid var(--hmc-line);
    border-radius:10px;
    background:#fff;
}
.hmc-production-profile__table{
    width:100%;
    margin:0!important;
    border:0!important;
    border-collapse:collapse;
}
.hmc-production-profile__table th,
.hmc-production-profile__table td{
    padding:11px 13px;
    border:0!important;
    border-bottom:1px solid #EEECE7!important;
    text-align:left;
    vertical-align:top;
}
.hmc-production-profile__table th{
    background:#F1EFE9;
    color:var(--hmc-green);
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.hmc-production-profile__table th:nth-child(2),
.hmc-production-profile__table th:nth-child(3),
.hmc-production-profile__table td:nth-child(2),
.hmc-production-profile__table td:nth-child(3){
    width:19%;
    text-align:right;
    white-space:nowrap;
}
.hmc-production-profile__table tbody tr:last-child td{border-bottom:0!important}
.hmc-production-profile__table td strong{
    display:block;
    color:var(--hmc-text);
    font-weight:650;
}
.hmc-production-profile__table td small{
    display:block;
    margin-top:3px;
    color:#74796F;
    font-size:11px;
    line-height:1.35;
}
.hmc-production-profile__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 20px;
    margin-top:13px;
    color:#5D635A;
    font-size:12px;
}
.hmc-production-profile__meta strong{color:var(--hmc-text)}
.hmc-production-profile__customer-note{
    margin:14px 0 0;
    padding:11px 13px;
    border-left:3px solid var(--hmc-orange);
    background:#fff;
    color:#50564D;
    font-size:12px;
    line-height:1.55;
}
.hmc-production-profile__disclaimer{
    margin:12px 0 0;
    color:#757A72;
    font-size:10.5px;
    line-height:1.5;
}
@media (max-width:700px){
    .hmc-production-profile{padding:18px}
    .hmc-production-profile__heading{display:block}
    .hmc-production-profile__quantity-label{display:inline-block;margin-top:10px}
    .hmc-production-profile__summary{grid-template-columns:1fr}
    .hmc-production-profile h3{font-size:26px}
    .hmc-production-profile__table th:nth-child(2),
    .hmc-production-profile__table th:nth-child(3),
    .hmc-production-profile__table td:nth-child(2),
    .hmc-production-profile__table td:nth-child(3){width:auto}
}
