.detail-hero {
    padding: 24px 0 30px;
    border-bottom: 1px solid var(--color-border);
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(183, 145, 75, .13),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f8faf8,
            #eef3ef
        );
}

.detail-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 7px;
    margin: 0 0 14px;
    color: #728078;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

.detail-breadcrumb > * {
    min-width: 0;
}

.detail-breadcrumb > :last-child {
    overflow-wrap: anywhere;
}

.detail-breadcrumb a {
    color: #456253;
    font-weight: 700;
}

.detail-breadcrumb a:hover {
    text-decoration: underline;
}

.detail-hero__content {
    max-width: 920px;
    text-align: left;
}

.detail-hero .detail-eyebrow {
    margin-bottom: 6px;
    line-height: 1.25;
}

.detail-eyebrow,
.detail-section-heading > span,
.detail-quote-box > span {
    display: block;
    margin-bottom: 8px;
    color: #9a6f23;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.detail-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #1f352b;
    font-size: clamp(32px, 4.2vw, 50px);
    line-height: 1.08;
    letter-spacing: -.03em;
    text-align: left;
    overflow-wrap: anywhere;
}

.detail-hero__content > p {
    max-width: 850px;
    margin: 10px 0 0;
    color: #5e6c64;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
    overflow-wrap: break-word;
}

.detail-location {
    display: inline-flex;
    gap: 6px;
    margin-top: 18px;
    padding: 9px 13px;
    border: 1px solid #d8e1db;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #647169;
    font-size: 12px;
}

.detail-location strong {
    color: #294c3b;
}

.detail-section {
    padding: 42px 0 70px;
}

.detail-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(270px, 330px);
    align-items: start;
    gap: 28px;
}

.detail-main {
    display: grid;
    min-width: 0;
    gap: 27px;
}

.detail-figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(28, 52, 40, .09);
}

.detail-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    background: transparent;
}

.detail-figure figcaption {
    padding: 12px 16px;
    border-top: 1px solid var(--color-border);
    background: #ffffff;
    color: #67746c;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.detail-content {
    padding: 30px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(28, 52, 40, .07);
}

.rich-content {
    color: #42534a;
    font-size: 16px;
    line-height: 1.82;
}

.rich-content > :first-child {
    margin-top: 0;
}

.rich-content > :last-child {
    margin-bottom: 0;
}

.rich-content h2 {
    margin: 36px 0 14px;
    color: #21392e;
    font-size: 28px;
    line-height: 1.25;
}

.rich-content h3 {
    margin: 29px 0 12px;
    color: #29483a;
    font-size: 22px;
    line-height: 1.3;
}

.rich-content h4 {
    margin: 24px 0 10px;
    color: #315141;
    font-size: 18px;
}

.rich-content p {
    margin: 0 0 18px;
}

.rich-content ul,
.rich-content ol {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding-left: 22px;
}

.rich-content strong {
    color: #243d31;
}

.rich-content a {
    color: #8a651f;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rich-content blockquote {
    margin: 25px 0;
    padding: 17px 20px;
    border-left: 4px solid #b58a3b;
    border-radius: 0 12px 12px 0;
    background: #f5f7f5;
    color: #526158;
}

.rich-content table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    font-size: 14px;
}

.rich-content th,
.rich-content td {
    padding: 12px;
    border: 1px solid #dce4df;
    text-align: left;
    vertical-align: top;
}

.rich-content th {
    background: #eef3ef;
    color: #29473a;
}

.detail-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 16px;
}

.detail-quote-box,
.detail-side-info {
    padding: 23px;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(28, 52, 40, .07);
}

.detail-quote-box h2 {
    margin: 0 0 12px;
    color: #21392e;
    font-size: 25px;
    line-height: 1.2;
}

.detail-quote-box p {
    margin: 0 0 19px;
    color: #647169;
    line-height: 1.65;
}

.detail-quote-box .btn {
    width: 100%;
}

.detail-side-info > strong {
    display: block;
    margin-bottom: 15px;
    color: #283f34;
    font-size: 15px;
}

.detail-side-info dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.detail-side-info dl > div {
    display: grid;
    gap: 4px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e4e9e6;
}

.detail-side-info dl > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-side-info dt {
    color: #7a867f;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.detail-side-info dd {
    margin: 0;
    color: #2d493b;
    font-size: 14px;
    font-weight: 750;
}

.detail-faq {
    display: grid;
    gap: 20px;
    padding: 30px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(28, 52, 40, .07);
}

.detail-section-heading h2 {
    margin: 0;
    color: #21392e;
    font-size: 28px;
}

.detail-section-heading p {
    margin: 10px 0 0;
    color: #6a766f;
    line-height: 1.6;
}

.detail-faq-list {
    display: grid;
    gap: 10px;
}

.detail-faq-item {
    overflow: hidden;
    border: 1px solid #dce4df;
    border-radius: 13px;
    background: #f8faf8;
}

.detail-faq-item summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 16px;
    color: #2b4639;
    cursor: pointer;
    list-style: none;
}

.detail-faq-item summary::-webkit-details-marker {
    display: none;
}

.detail-faq-item summary span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    background: #e9efe9;
    color: #8a651f;
    font-size: 11px;
    font-weight: 850;
}

.detail-faq-item summary strong {
    font-size: 15px;
    line-height: 1.45;
}

.detail-faq-item > div {
    padding: 0 16px 16px 66px;
}

.detail-faq-item p {
    margin: 0;
    color: #607068;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .detail-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-sidebar {
        position: static;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .detail-hero {
        padding: 18px 0 24px;
    }

    .detail-breadcrumb {
        gap: 4px 6px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .detail-hero .detail-eyebrow {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .detail-hero h1 {
        font-size: 30px;
        line-height: 1.1;
    }

    .detail-hero__content > p {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.5;
    }

    .detail-image {
        aspect-ratio: 16 / 10;
    }

    .detail-section {
        padding: 25px 0 48px;
    }

    .detail-layout {
        gap: 18px;
    }

    .detail-content,
    .detail-faq {
        padding: 20px;
        border-radius: 15px;
    }

    .rich-content h2,
    .detail-section-heading h2 {
        font-size: 24px;
    }

    .rich-content h3 {
        font-size: 20px;
    }

    .detail-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-faq-item > div {
        padding: 0 14px 15px;
    }
}
