.pbdh,
.pbdh * {
    box-sizing: border-box;
}

.pbdh {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 0 0, rgba(21, 93, 52, 0.08), transparent 32%), linear-gradient(135deg, #fffdf4 0%, #fbfaf2 52%, #f7f2e8 100%);
    padding: 100px 24px 90px;
    isolation: isolate;
}

.pbdh__inner {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pbdh__hero-grid {
    display: flex;
    align-items: center;
    gap: 78px;
    width: 100%;
}

.pbdh__hero-content {
    flex: 0 1 48%;
    max-width: 48%;
    min-width: 0;
}

.pbdh__hero-visual {
    flex: 0 1 52%;
    max-width: 52%;
    min-width: 0;
}

.pbdh__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 26px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(21, 93, 52, 0.08);
    color: #155d34;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.pbdh__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex: 0 0 auto;
}

.pbdh__badge-icon img {
    width: 1.15em;
    height: 1.15em;
    display: block;
    object-fit: contain;
}

.pbdh__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 22px;
    color: #8c8c7c;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.pbdh__breadcrumb a {
    color: #155d34;
    text-decoration: none !important;
    transition: color .2s ease;
}

.pbdh__breadcrumb a:hover,
.pbdh__breadcrumb a:focus {
    color: #d7aa22;
}

.pbdh__breadcrumb strong {
    color: #4f5b54;
    font-weight: 700;
}

.pbdh__title {
    margin: 0 0 30px;
    color: #164d32;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    font-size: clamp(42px, 4.7vw, 76px);
    line-height: .98;
    letter-spacing: -0.04em;
}

.pbdh__excerpt {
    max-width: 650px;
    margin: 0;
    color: #646464;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: clamp(16px, 1.13vw, 20px);
    line-height: 1.76;
    font-weight: 500;
}

.pbdh__excerpt p {
    margin: 0 0 1em;
}

.pbdh__excerpt p:last-child {
    margin-bottom: 0;
}

.pbdh__image-card {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 30px;
    background: #e9efe5;
    box-shadow: 18px 24px 38px rgba(44, 42, 26, 0.16);
}

.pbdh__image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.26), transparent 37%, transparent 72%, rgba(255,255,255,.09));
    pointer-events: none;
}

.pbdh__image-card picture,
.pbdh__image-card img {
    display: block;
    width: 100%;
    height: 100%;
}

.pbdh__image-card img {
    object-fit: cover;
    object-position: center center;
}

.pbdh__placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px;
    background: linear-gradient(180deg, #d8ecdb 0%, #f7f0d7 54%, #d6ead2 100%);
}

.pbdh__placeholder-fruits {
    position: relative;
    z-index: 2;
    font-size: clamp(54px, 6vw, 104px);
    line-height: 1.05;
    text-shadow: 0 10px 22px rgba(0,0,0,.14);
}

.pbdh__placeholder-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-self: flex-start;
    margin-top: 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.84);
    color: #155d34;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pbdh__details {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    width: 100%;
    margin-top: 76px;
}

.pbdh__article-card {
    flex: 0 1 75%;
    max-width: 75%;
    min-width: 0;
    padding: 46px;
    border: 1px solid rgba(21, 93, 52, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(36, 50, 39, .08);
}

.pbdh__sidebar {
    flex: 0 1 25%;
    max-width: 25%;
    min-width: 290px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pbdh__sidebar-card {
    padding: 28px;
    border: 1px solid rgba(21, 93, 52, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(36, 50, 39, .08);
}

.pbdh__content-heading,
.pbdh__sidebar-title,
.pbdh__gallery-title,
.pbdh__share-title {
    position: relative;
    margin: 0 0 24px;
    color: #164d32;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.02em;
}

.pbdh__content-heading {
    font-size: clamp(28px, 2.4vw, 42px);
}

.pbdh__sidebar-title {
    font-size: 24px;
}

.pbdh__content-heading::after,
.pbdh__sidebar-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: #155d34;
    box-shadow: 26px 0 0 #d7aa22;
}

.pbdh__content-body {
    color: #4d4d4d;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.82;
}

.pbdh__content-body h1,
.pbdh__content-body h2,
.pbdh__content-body h3,
.pbdh__content-body h4,
.pbdh__content-body h5,
.pbdh__content-body h6 {
    color: #164d32;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 800;
    line-height: 1.18;
    margin: 1.25em 0 .55em;
}

.pbdh__content-body p {
    margin: 0 0 1.1em;
}

.pbdh__content-body ul,
.pbdh__content-body ol {
    margin: 0 0 1.2em 1.2em;
    padding: 0;
}

.pbdh__content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.pbdh__content-body a {
    color: #155d34;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pbdh__gallery-wrap {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid rgba(21, 93, 52, .12);
}

.pbdh__gallery-title,
.pbdh__share-title {
    font-size: 26px;
}

.pbdh__gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pbdh__gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    height: 170px;
    border-radius: 16px;
    background: #edf3e9;
}

.pbdh__gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.pbdh__gallery-item:hover img,
.pbdh__gallery-item:focus img {
    transform: scale(1.06);
}

.pbdh__related-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pbdh__related-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 18px;
    background: #fbfaf2;
    color: inherit;
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.pbdh__related-item:hover,
.pbdh__related-item:focus {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 12px 30px rgba(21, 93, 52, .10);
}

.pbdh__related-thumb {
    flex: 0 0 78px;
    width: 78px;
    height: 72px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(21, 93, 52, .09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbdh__related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pbdh__related-placeholder {
    font-size: 28px;
}

.pbdh__related-text {
    min-width: 0;
    display: block;
}

.pbdh__related-date {
    display: block;
    margin-bottom: 5px;
    color: #8a8a78;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.pbdh__related-text strong {
    display: block;
    color: #173f2c;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.pbdh__form-desc {
    margin: -8px 0 20px;
    color: #6b6b60;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.pbdh__notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.pbdh__notice--success {
    background: rgba(21, 93, 52, .10);
    color: #155d34;
}

.pbdh__notice--error {
    background: rgba(200, 52, 42, .10);
    color: #9d2b23;
}

.pbdh__form {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.pbdh__form label {
    display: block;
    margin: 0;
}

.pbdh__form label span {
    display: block;
    margin: 0 0 6px;
    color: #173f2c;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.pbdh__form input,
.pbdh__form textarea {
    width: 100%;
    min-height: 46px;
    padding: 13px 14px;
    border: 1px solid rgba(21, 93, 52, .16);
    border-radius: 12px;
    background: #fbfaf2;
    color: #173f2c;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pbdh__form textarea {
    min-height: 112px;
    resize: vertical;
}

.pbdh__form input:focus,
.pbdh__form textarea:focus {
    border-color: rgba(21, 93, 52, .55);
    box-shadow: 0 0 0 4px rgba(21, 93, 52, .08);
}

.pbdh__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    border: 1px solid #155d34;
    border-radius: 12px;
    background: #155d34;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.pbdh__form button:hover,
.pbdh__form button:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(21, 93, 52, .22);
}

.pbdh__hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.pbdh__share {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(21, 93, 52, .12);
}

.pbdh__share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pbdh__share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid rgba(21, 93, 52, .18);
    border-radius: 999px;
    background: #fff;
    color: #173f2c;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.pbdh__share-link span {
    min-width: 18px;
    text-align: center;
    line-height: 1;
}

.pbdh__share-link em {
    font-style: normal;
}

.pbdh__share-link:hover,
.pbdh__share-link:focus {
    color: #fff;
    transform: translateY(-2px);
}

.pbdh--decorated .pbdh__decor {
    display: block;
}

.pbdh__decor {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: .42;
}

.pbdh__decor--leaf {
    left: -58px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 7px solid rgba(21, 93, 52, .12);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-26deg);
}

.pbdh__decor--dots {
    right: 42px;
    top: 34px;
    width: 118px;
    height: 118px;
    background-image: radial-gradient(rgba(215, 170, 34, .22) 2px, transparent 3px);
    background-size: 18px 18px;
}

.pbdh__decor--lines {
    left: -10px;
    bottom: 20px;
    width: 170px;
    height: 170px;
    background: repeating-linear-gradient(-32deg, transparent 0 12px, rgba(21, 93, 52, .10) 13px 16px);
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .pbdh__hero-grid {
        gap: 44px;
    }

    .pbdh__details {
        gap: 24px;
    }

    .pbdh__article-card {
        flex-basis: 68%;
        max-width: 68%;
        padding: 36px;
    }

    .pbdh__sidebar {
        flex-basis: 32%;
        max-width: 32%;
        min-width: 260px;
    }

    .pbdh__sidebar-card {
        padding: 24px;
    }
}

@media (max-width: 1024px) {
    .pbdh {
        padding: 84px 22px 78px;
    }

    .pbdh__hero-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .pbdh__hero-content,
    .pbdh__hero-visual {
        flex-basis: auto;
        max-width: 100%;
    }

    .pbdh__image-card {
        height: 440px;
    }

    .pbdh__details {
        flex-direction: column;
    }

    .pbdh__article-card,
    .pbdh__sidebar {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .pbdh__sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

@media (max-width: 767px) {
    .pbdh {
        padding: 62px 16px 64px;
    }

    .pbdh__badge {
        font-size: 12px;
        padding: 10px 16px;
        margin-bottom: 20px;
    }

    .pbdh__breadcrumb {
        font-size: 12px;
        gap: 7px;
    }

    .pbdh__title {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.03;
        letter-spacing: -.035em;
    }

    .pbdh__excerpt {
        font-size: 15px;
        line-height: 1.68;
    }

    .pbdh__image-card {
        height: 310px;
        border-radius: 22px;
    }

    .pbdh__details {
        margin-top: 42px;
    }

    .pbdh__article-card,
    .pbdh__sidebar-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .pbdh__content-heading {
        font-size: 28px;
    }

    .pbdh__sidebar-title,
    .pbdh__gallery-title,
    .pbdh__share-title {
        font-size: 22px;
    }

    .pbdh__content-body {
        font-size: 15px;
        line-height: 1.74;
    }

    .pbdh__gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pbdh__gallery-item {
        height: 128px;
        border-radius: 13px;
    }

    .pbdh__sidebar {
        display: flex;
    }

    .pbdh__related-thumb {
        flex-basis: 70px;
        width: 70px;
        height: 66px;
    }

    .pbdh__share-links {
        gap: 10px;
    }

    .pbdh__share-link {
        flex: 1 1 calc(50% - 10px);
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .pbdh__gallery-grid {
        grid-template-columns: 1fr;
    }

    .pbdh__gallery-item {
        height: 185px;
    }

    .pbdh__share-link {
        flex-basis: 100%;
    }
}
