.est-product-detail {
    --est-bg: #111111;
    --est-panel: #191919;
    --est-panel-soft: #f5f2ed;
    --est-text: #f8f4ee;
    --est-muted: rgba(248, 244, 238, 0.68);
    --est-line: rgba(255, 255, 255, 0.14);
    --est-accent: #b55d38;
    width: 100%;
    margin: 36px 0 10px;
    color: var(--est-text);
    font-size: 16px;
}

.est-product-detail--wide,
.est-product-detail--full {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 24px;
    padding-right: 24px;
}

.est-product-detail--wide {
    background: #0f0f0f;
}

.est-product-detail--full {
    padding-left: 0;
    padding-right: 0;
    background: #0f0f0f;
}

.est-product-detail * {
    box-sizing: border-box;
}

.est-product-detail h2,
.est-product-detail h3,
.est-product-detail p {
    margin-top: 0;
}

.est-pd-hero,
.est-pd-feature-grid,
.est-pd-split,
.est-pd-specs,
.est-pd-care,
.est-pd-faq {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.est-product-detail--wide .est-pd-hero,
.est-product-detail--wide .est-pd-feature-grid,
.est-product-detail--wide .est-pd-split,
.est-product-detail--wide .est-pd-specs,
.est-product-detail--wide .est-pd-care,
.est-product-detail--wide .est-pd-faq {
    max-width: 1440px;
}

.est-product-detail--full .est-pd-hero,
.est-product-detail--full .est-pd-feature-grid,
.est-product-detail--full .est-pd-split,
.est-product-detail--full .est-pd-specs,
.est-product-detail--full .est-pd-care,
.est-product-detail--full .est-pd-faq {
    max-width: none;
}

.est-pd-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
    gap: 36px;
    align-items: stretch;
    padding: 42px;
    background: var(--est-bg);
}

.est-pd-hero__copy {
    display: flex;
    min-height: 430px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 8px 10px 10px 0;
}

.est-pd-kicker {
    margin-bottom: 13px;
    color: var(--est-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.est-pd-hero h2,
.est-pd-split h2,
.est-pd-specs h2,
.est-pd-care h2 {
    color: inherit;
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.est-pd-split h2,
.est-pd-specs h2,
.est-pd-care h2 {
    font-size: clamp(24px, 3vw, 38px);
}

.est-pd-hero p:not(.est-pd-kicker),
.est-pd-split p:not(.est-pd-kicker),
.est-pd-care > p {
    max-width: 620px;
    color: var(--est-muted);
    font-size: 17px;
    line-height: 1.72;
}

.est-pd-hero__image,
.est-pd-split figure {
    margin: 0;
    overflow: hidden;
    background: #f4f0ea;
}

.est-pd-hero__image img,
.est-pd-split img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.est-pd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 1px;
    background: var(--est-line);
}

.est-pd-feature {
    min-height: 220px;
    padding: 30px;
    background: var(--est-panel);
}

.est-pd-feature span {
    display: block;
    width: 34px;
    height: 2px;
    margin-bottom: 28px;
    background: var(--est-accent);
}

.est-pd-feature h3 {
    color: var(--est-text);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.est-pd-feature p {
    margin-bottom: 0;
    color: var(--est-muted);
    line-height: 1.65;
}

.est-pd-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    background: var(--est-panel-soft);
    color: #161412;
}

.est-pd-split > div {
    display: flex;
    min-height: 460px;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
}

.est-pd-split p:not(.est-pd-kicker) {
    color: rgba(22, 20, 18, 0.7);
}

.est-pd-specs {
    display: grid;
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    gap: 34px;
    padding: 42px;
    background: #161616;
}

.est-pd-specs dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    background: var(--est-line);
}

.est-pd-specs dl > div {
    padding: 20px;
    background: #1d1d1d;
}

.est-pd-specs dt {
    margin-bottom: 6px;
    color: rgba(248, 244, 238, 0.56);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.est-pd-specs dd {
    margin: 0;
    color: var(--est-text);
    font-weight: 700;
    line-height: 1.45;
}

.est-pd-care {
    display: grid;
    grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.24fr);
    gap: 34px;
    padding: 40px 42px;
    background: #101010;
    border-top: 1px solid var(--est-line);
}

.est-pd-faq {
    background: #161616;
    border-top: 1px solid var(--est-line);
}

.est-pd-faq details {
    padding: 24px 42px;
    border-bottom: 1px solid var(--est-line);
}

.est-pd-faq summary {
    cursor: pointer;
    color: var(--est-text);
    font-size: 17px;
    font-weight: 800;
}

.est-pd-faq p {
    max-width: 780px;
    margin: 14px 0 0;
    color: var(--est-muted);
    line-height: 1.7;
}

@media (max-width: 900px) {
    .est-product-detail--wide,
    .est-product-detail--full {
        padding-left: 0;
        padding-right: 0;
    }

    .est-pd-hero,
    .est-pd-split,
    .est-pd-specs,
    .est-pd-care {
        grid-template-columns: 1fr;
    }

    .est-pd-hero {
        padding: 24px;
    }

    .est-pd-hero__copy,
    .est-pd-split > div {
        min-height: auto;
    }

    .est-pd-hero__image img,
    .est-pd-split img {
        min-height: auto;
        aspect-ratio: 1 / 1;
    }

    .est-pd-feature-grid,
    .est-pd-specs dl {
        grid-template-columns: 1fr;
    }

    .est-pd-split--wear figure {
        order: -1;
    }

    .est-pd-split > div,
    .est-pd-specs,
    .est-pd-care,
    .est-pd-faq details {
        padding: 28px 24px;
    }
}
