.pc-story-detail-page {
    min-height: 70vh;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    background: linear-gradient(180deg, #f8fbf4 0%, #fffdf8 52%, #f4f8f0 100%);
}

.pc-story-detail-empty {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: 11rem 0 7rem;
    text-align: center;
}

.pc-story-detail-empty span,
.pc-story-detail-related__head span,
.pc-story-detail-section-head span,
.pc-story-detail-place > span {
    color: #e8651a;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.pc-story-detail-empty h1 {
    margin: 1rem 0;
    font: 700 clamp(2.8rem, 8vw, 5.5rem) / 0.95 "Cormorant Garamond", serif;
}

.pc-story-detail-empty p {
    margin-bottom: 2rem;
    color: #5c6b5c;
    line-height: 1.7;
}

.pc-story-detail-empty a,
.pc-story-detail-login {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 1.35rem;
    border-radius: 999px;
    background: #17311d;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.pc-story-detail-hero {
    position: relative;
    min-height: min(82vh, 760px);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #17311d;
}

.pc-story-detail-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-story-detail-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 19, 11, 0.22), rgba(7, 19, 11, 0.86)),
        linear-gradient(90deg, rgba(7, 19, 11, 0.5), transparent 70%);
}

.pc-story-detail-hero__copy {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 9rem 0 clamp(3rem, 8vw, 6rem);
    color: #fff;
}

.pc-story-detail-back {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-bottom: clamp(2rem, 6vw, 4rem);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.pc-story-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.pc-story-detail-meta span {
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.pc-story-detail-hero h1 {
    max-width: 1000px;
    font: 700 clamp(3.25rem, 9vw, 8rem) / 0.86 "Cormorant Garamond", serif;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.pc-story-detail-date {
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pc-story-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(220px, 280px);
    gap: clamp(2rem, 6vw, 6rem);
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.pc-story-detail-lead {
    margin-bottom: 2.4rem;
    color: #29412f;
    font: 600 clamp(1.45rem, 3vw, 2.15rem) / 1.45 "Cormorant Garamond", serif;
}

.pc-story-detail-body {
    color: #24352a;
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    line-height: 1.95;
}

.pc-story-detail-body p {
    margin-bottom: 1.65rem;
}

.pc-story-detail-body p:first-child::first-letter {
    float: left;
    margin: 0.1rem 0.6rem 0 0;
    color: #e8651a;
    font: 700 4.4rem/0.75 "Cormorant Garamond", serif;
}

.pc-story-detail-place {
    margin: 3.5rem 0;
    padding: 2rem;
    border: 1px solid rgba(23, 49, 29, 0.12);
    border-radius: 24px;
    background: rgba(232, 245, 233, 0.68);
}

.pc-story-detail-place h2 {
    margin: 0.55rem 0;
    font: 700 clamp(2rem, 5vw, 3rem) / 1 "Cormorant Garamond", serif;
}

.pc-story-detail-place a {
    color: #2e7d32;
    font-weight: 700;
    text-decoration: none;
}

.pc-story-detail-aside {
    align-self: start;
    position: sticky;
    top: 7rem;
}

.pc-story-detail-actions {
    overflow: hidden;
    border: 1px solid rgba(23, 49, 29, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 50px rgba(23, 49, 29, 0.08);
    backdrop-filter: blur(18px);
}

.pc-story-detail-actions button,
.pc-story-detail-actions a {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 58px;
    padding: 0.8rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(23, 49, 29, 0.08);
    background: transparent;
    color: #17311d;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.pc-story-detail-actions > :last-child {
    border-bottom: 0;
}

.pc-story-detail-actions button:hover,
.pc-story-detail-actions a:hover,
.pc-story-detail-actions button.is-active {
    background: #e8f5e9;
}

.pc-story-detail-actions span {
    font-size: 1.35rem;
}

.pc-story-detail-actions b {
    font-size: 0.86rem;
}

.pc-story-detail-actions small {
    color: #5c6b5c;
    font-weight: 700;
}

.pc-story-detail-status {
    min-height: 1.4rem;
    margin-top: 0.75rem;
    color: #5c6b5c;
    font-size: 0.76rem;
    line-height: 1.45;
}

.pc-story-detail-comments {
    scroll-margin-top: 7rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(23, 49, 29, 0.12);
}

.pc-story-detail-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pc-story-detail-section-head h2,
.pc-story-detail-related h2 {
    margin-top: 0.45rem;
    font: 700 clamp(2.2rem, 5vw, 4rem) / 0.95 "Cormorant Garamond", serif;
}

.pc-story-detail-section-head > strong {
    color: #5c6b5c;
    font-size: 0.78rem;
}

.pc-story-detail-comment-list {
    display: grid;
    gap: 0.85rem;
}

.pc-story-detail-comment {
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(23, 49, 29, 0.1);
    border-radius: 16px;
    background: #fff;
}

.pc-story-detail-comment.is-pending {
    border-style: dashed;
    background: #fff9e8;
}

.pc-story-detail-comment strong {
    color: #2e7d32;
    font-size: 0.8rem;
}

.pc-story-detail-comment p {
    margin-top: 0.45rem;
    color: #3e4e3e;
    line-height: 1.65;
}

.pc-story-detail-comment em {
    display: inline-block;
    margin-left: 0.5rem;
    color: #9a6d00;
    font-size: 0.68rem;
}

.pc-story-detail-no-comments {
    padding: 1.25rem;
    border-radius: 16px;
    background: rgba(232, 245, 233, 0.6);
    color: #5c6b5c;
    line-height: 1.6;
}

.pc-story-detail-comment-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pc-story-detail-comment-form label {
    font-weight: 700;
}

.pc-story-detail-comment-form textarea {
    width: 100%;
    min-height: 130px;
    resize: vertical;
    padding: 1rem;
    border: 1px solid rgba(23, 49, 29, 0.2);
    border-radius: 16px;
    background: #fff;
    color: #17311d;
    font: inherit;
    line-height: 1.6;
}

.pc-story-detail-comment-form button {
    justify-self: start;
    min-height: 46px;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 999px;
    background: #17311d;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.pc-story-detail-comment-form button:disabled,
.pc-story-detail-actions button:disabled {
    opacity: 0.55;
    cursor: wait;
}

.pc-story-detail-comment-form > p {
    min-height: 1.3rem;
    color: #5c6b5c;
    font-size: 0.78rem;
}

.pc-story-detail-login {
    margin-top: 1.5rem;
}

.pc-story-detail-related {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: clamp(2rem, 5vw, 4rem);
    border-top: 1px solid rgba(23, 49, 29, 0.12);
}

.pc-story-detail-related__head {
    margin-bottom: 2rem;
}

.pc-story-detail-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pc-story-detail-related article {
    overflow: hidden;
    border: 1px solid rgba(23, 49, 29, 0.1);
    border-radius: 22px;
    background: #fff;
}

.pc-story-detail-related a {
    display: block;
    height: 100%;
    color: #17311d;
    text-decoration: none;
}

.pc-story-detail-related img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.pc-story-detail-related article div {
    padding: 1.15rem;
}

.pc-story-detail-related h3 {
    font: 700 1.55rem/1.05 "Cormorant Garamond", serif;
}

.pc-story-detail-related p {
    margin: 0.65rem 0 1rem;
    color: #5c6b5c;
    font-size: 0.85rem;
    line-height: 1.55;
}

.pc-story-detail-related strong {
    color: #2e7d32;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 850px) {
    .pc-story-detail-hero {
        min-height: 72vh;
    }

    .pc-story-detail-layout {
        grid-template-columns: 1fr;
    }

    .pc-story-detail-aside {
        position: static;
        grid-row: 1;
    }

    .pc-story-detail-actions {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .pc-story-detail-actions button,
    .pc-story-detail-actions a {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.25rem;
        min-height: 72px;
        border-right: 1px solid rgba(23, 49, 29, 0.08);
        border-bottom: 0;
        text-align: center;
    }

    .pc-story-detail-related__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .pc-story-detail-hero__copy,
    .pc-story-detail-layout,
    .pc-story-detail-related {
        width: min(100% - 28px, 1120px);
    }

    .pc-story-detail-hero {
        min-height: 68vh;
    }

    .pc-story-detail-hero h1 {
        font-size: clamp(3rem, 17vw, 5rem);
        line-height: 0.9;
    }

    .pc-story-detail-meta span {
        font-size: 0.66rem;
    }

    .pc-story-detail-layout {
        padding-top: 2rem;
    }

    .pc-story-detail-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pc-story-detail-related__grid {
        grid-template-columns: 1fr;
    }
}
