.species-owner section[id],
.owner-catalog-explorer details {
    scroll-margin-top: 130px;
}

.owner-catalog-explorer,
.owner-price-ranges {
    overflow-x: hidden;
}

.owner-cat-filters {
    margin: 0 0 1.1rem;
}

.owner-cat-filters fieldset {
    border: 1px solid var(--timber-border, rgba(26, 71, 42, 0.22));
    border-radius: 6px;
    padding: 0.85rem 1rem 1rem;
    margin: 0 0 1rem;
}

.owner-cat-filters legend {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--timber-green, #1a472a);
    float: none;
    width: auto;
    padding: 0 0.35rem;
}

.owner-catalog-explorer .yp-style-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.owner-catalog-explorer .yp-style-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.9rem;
    min-height: 44px;
    border: 1px solid var(--timber-border, rgba(26, 71, 42, 0.22));
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--timber-green, #1a472a);
    background: #fff;
    cursor: pointer;
}

.owner-catalog-explorer .yp-style-option:has(input:checked) {
    background: var(--timber-green, #1a472a);
    border-color: var(--timber-green, #1a472a);
    color: #fff;
}

.owner-catalog-explorer .yp-style-option input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.owner-catalog-explorer .yp-size-summary {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: var(--timber-muted, #5c5c5c);
}

.owner-catalog-explorer .yp-size-more {
    margin-top: 0.55rem;
}

.owner-catalog-explorer .yp-size-more summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--timber-green, #1a472a);
    min-height: 44px;
    display: flex;
    align-items: center;
}

.owner-catalog-explorer .yp-size-more .yp-style-pills {
    margin-top: 0.45rem;
}

.owner-cat-count-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin: 0;
    font-size: 0.9rem;
    color: var(--timber-muted, #5c5c5c);
}

.owner-cat-clear {
    border: 0;
    background: none;
    padding: 0;
    min-height: 44px;
    font-weight: 600;
    color: var(--timber-green, #1a472a);
    cursor: pointer;
    text-decoration: underline;
}

.owner-cat-empty {
    margin: 0 0 0.85rem;
    color: var(--timber-muted, #5c5c5c);
}

.owner-cat-list {
    margin: 0;
}

.owner-cat-list li[hidden] {
    display: none;
}

.owner-cat-cta {
    margin-top: 1rem;
}

.owner-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
    gap: 0.85rem;
}

.owner-price-card {
    border: 1px solid rgba(26, 71, 42, 0.14);
    border-radius: 8px;
    padding: 0.9rem 1rem;
    background: #fff;
    min-width: 0;
}

.owner-price-card h3 {
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
}

.owner-price-span {
    margin: 0 0 0.5rem;
    font-weight: 600;
}

.owner-price-rows {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
}

.owner-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
    gap: 0.85rem 1rem;
    align-items: center;
    border: 1px solid rgba(26, 71, 42, 0.14);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    background: #fff;
    min-width: 0;
}

.owner-price-row-visual {
    width: 7.25rem;
}

.owner-price-row-visual .deck-end-svg {
    display: block;
    width: 100%;
    height: auto;
}

.owner-price-row-copy h3 {
    font-size: 1.05rem;
    margin: 0 0 0.2rem;
}

.owner-price-lf {
    margin: 0;
    font-weight: 700;
    color: var(--timber-green, #1a472a);
    font-size: 1.05rem;
}

.owner-price-lf--request {
    font-weight: 600;
    color: var(--timber-muted, #5c5c5c);
}

.owner-price-example {
    margin: 0.15rem 0 0;
    color: var(--timber-muted, #5c5c5c);
    font-size: 0.85rem;
}

.owner-price-row-cta {
    margin: 0;
    min-width: 0;
}

.owner-price-row > * { min-width: 0; overflow-wrap: anywhere; }
.owner-price-row[hidden], .owner-price-filters[hidden], .owner-price-empty[hidden] { display: none; }
.owner-price-grade { margin: 0; font-size: .85rem; color: var(--timber-muted); }
.owner-price-filters { display: flex; flex-wrap: wrap; gap: .75rem; align-items: end; margin-block: 1rem; }
.owner-price-filters label { display: grid; gap: .35rem; min-width: 0; flex: 1 1 12rem; font-weight: 600; }
.owner-price-filters select { width: 100%; min-height: 44px; border: 1px solid #9aa695; border-radius: 6px; padding: .55rem; background: #fff; }
.owner-price-filters button { min-height: 44px; }
.owner-price-count { font-size: .9rem; }
.owner-price-row-cta a { display: inline-flex; align-items: center; min-height: 44px; }
.owner-price-row[id] { scroll-margin-top: 130px; }

.owner-price-row-cta a {
    font-weight: 600;
}

.owner-price-more {
    margin: 0 0 1.1rem;
    scroll-margin-top: 130px;
}

.owner-price-more summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--timber-green, #1a472a);
    min-height: 44px;
    display: flex;
    align-items: center;
}

.owner-price-more-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-top: 0.55rem;
}

.owner-price-more-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
    gap: 0.5rem 1rem;
    align-items: baseline;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(26, 71, 42, 0.1);
    border-radius: 6px;
    background: #fff;
    font-size: 0.92rem;
}

.owner-price-more-row a {
    font-weight: 600;
}

@media (max-width: 700px) {
    .owner-price-row {
        grid-template-columns: minmax(0, 1fr);
        gap: .3rem;
    }

    .owner-price-row-cta {
        grid-column: 1 / -1;
    }

    .owner-price-more-row {
        grid-template-columns: 1fr auto;
    }

    .owner-price-more-row span:nth-child(2) {
        grid-column: 1 / -1;
        color: var(--timber-muted, #5c5c5c);
    }
}

@media (max-width: 420px) {
    .owner-cat-filters fieldset,
    .owner-price-card,
    .owner-price-row {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
