/* Seasoned Firewood Product Manager — generated product description */
.single-product .woocommerce-Tabs-panel--description > h2:first-child {
    display: none;
}

.sfpm-product-description {
    --sfpm-green: #163b24;
    --sfpm-green-deep: #102d1b;
    --sfpm-orange: #f25a0a;
    --sfpm-cream: #f7f4ee;
    --sfpm-line: #dfe4de;
    --sfpm-text: #202a22;
    --sfpm-muted: #667169;
    display: grid;
    gap: 24px;
    max-width: 1120px;
    color: var(--sfpm-text);
}

.sfpm-product-description :is(h2,h3,p,ul) { margin-top: 0; }
.sfpm-product-description p { line-height: 1.7; }
.sfpm-product-description h3 {
    margin: 3px 0 8px;
    color: var(--sfpm-green-deep);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.18;
}

.sfpm-pd-kicker {
    margin: 0 0 9px !important;
    color: var(--sfpm-orange) !important;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}

.sfpm-pd-intro {
    padding: 4px 2px 2px;
}
.sfpm-pd-lead {
    max-width: 920px;
    margin-bottom: 0 !important;
    color: #344139;
    font-size: 1.05rem;
    line-height: 1.75 !important;
}

.sfpm-pd-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.sfpm-pd-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--sfpm-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(18, 43, 27, .055);
}
.sfpm-pd-card p:last-child {
    margin-bottom: 0;
    color: var(--sfpm-muted);
    font-size: .9rem;
    line-height: 1.55;
}
.sfpm-pd-stat {
    display: block;
    margin: 0 0 10px;
    color: var(--sfpm-green-deep);
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.05;
}
.sfpm-pd-stat--quantity { font-size: clamp(1.32rem, 2.5vw, 1.75rem); }

.sfpm-pd-uses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.sfpm-pd-uses li {
    margin: 0 !important;
    padding: 7px 10px !important;
    border: 1px solid #dbe4dc;
    border-radius: 999px;
    background: #f4f8f4;
    color: #294833;
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.2;
}
.sfpm-pd-uses li::marker { content: ''; }

.sfpm-pd-note {
    padding: 18px 20px;
    border-left: 4px solid var(--sfpm-orange);
    border-radius: 0 11px 11px 0;
    background: #fff7f1;
}
.sfpm-pd-note p:last-child { margin-bottom: 0; }

.sfpm-pd-delivery {
    display: grid;
    grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr);
    gap: 28px;
    align-items: center;
    padding: 24px 26px;
    border: 1px solid #e5dfd4;
    border-radius: 14px;
    background: var(--sfpm-cream);
}
.sfpm-pd-delivery p:last-child {
    margin-bottom: 0;
    color: #59645d;
    font-size: .92rem;
}

.sfpm-pd-finder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 26px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--sfpm-green-deep), var(--sfpm-green));
    color: #fff;
    overflow: hidden;
}
.sfpm-pd-finder .sfpm-pd-kicker { color: #f5bb69 !important; }
.sfpm-pd-finder h3 { color: #fff; font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
.sfpm-pd-finder p:not(.sfpm-pd-kicker) {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255,255,255,.82);
    font-size: .92rem;
    line-height: 1.55;
}
.sfpm-pd-finder__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 9px;
    background: var(--sfpm-orange);
    color: #fff !important;
    font-size: .9rem;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.sfpm-pd-finder__button:hover {
    background: #d94d04;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 840px) {
    .sfpm-pd-grid { grid-template-columns: 1fr; }
    .sfpm-pd-card--uses { order: -1; }
    .sfpm-pd-delivery { grid-template-columns: 1fr; gap: 8px; }
    .sfpm-pd-finder { grid-template-columns: 1fr; gap: 18px; }
    .sfpm-pd-finder__button { justify-self: start; }
}

@media (max-width: 520px) {
    .sfpm-product-description { gap: 18px; }
    .sfpm-pd-card, .sfpm-pd-delivery, .sfpm-pd-finder { padding: 20px 18px; }
    .sfpm-pd-finder__button { width: 100%; }
}


/* v1.0.2 species characteristics */
.sfpm-pd-characteristics {
    padding: 24px 26px;
    border: 1px solid #dbe5dc;
    border-radius: 15px;
    background: #f7faf7;
}
.sfpm-pd-characteristics__heading {
    display: grid;
    grid-template-columns: minmax(210px,.7fr) minmax(0,1.3fr);
    gap: 24px;
    align-items: end;
    margin-bottom: 18px;
}
.sfpm-pd-characteristics__heading h3 { margin-bottom: 0; }
.sfpm-pd-characteristics__heading > p {
    margin-bottom: 0;
    color: var(--sfpm-muted);
    font-size: .82rem;
    line-height: 1.5;
}
.sfpm-pd-characteristics__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}
.sfpm-pd-trait {
    min-width: 0;
    padding: 14px 15px;
    border: 1px solid #dce5dd;
    border-radius: 11px;
    background: #fff;
}
.sfpm-pd-trait small {
    display: block;
    margin-bottom: 4px;
    color: var(--sfpm-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.sfpm-pd-trait strong {
    display: block;
    color: var(--sfpm-green-deep);
    font-size: .92rem;
    line-height: 1.3;
}
@media (max-width:840px) {
    .sfpm-pd-characteristics__heading { grid-template-columns:1fr; gap:6px; }
    .sfpm-pd-characteristics__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:520px) {
    .sfpm-pd-characteristics { padding:20px 18px; }
    .sfpm-pd-characteristics__grid { grid-template-columns:1fr; }
}
