.news-detail-page {
    background: #f8f4ee;
    color: #000;
    padding: 0.875rem 0 2.5rem;
}

.news-detail-box-container {
    max-width: var(--site-max-width, 1440px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(var(--site-px, 0px), env(safe-area-inset-left, 0px));
    padding-right: max(var(--site-px, 0px), env(safe-area-inset-right, 0px));
}

.news-detail-breadcrumb-wrap {
    padding-top: clamp(1rem, 2.2vw, 1.35rem);
    padding-bottom: clamp(1rem, 2.2vw, 1.35rem);
}

.news-detail-breadcrumb {
    font-size: clamp(0.8125rem, 0.78rem + 0.12vw, 0.9375rem);
    color: #7e786f;
    line-height: 1.5;
    flex-wrap: wrap;
    margin: 0;
}

.news-detail-breadcrumb-divider {
    height: 1px;
    width: 100%;
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
    background: #ddd4c8;
    border: 0;
}

.news-detail-breadcrumb a {
    color: #7e786f;
}

.news-detail-breadcrumb span {
    margin: 0 0.25rem;
}

.news-detail-header {
    margin-bottom: clamp(3.25rem, 6.5vw, 5.25rem);
}

/* Match index page featured .news-tag */
.news-detail-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4cfc5;
    color: #d4cfc5;
    font-size: 0.625rem;
    font-family: var(--pd-font-body);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.32rem 0.6rem;
    margin: 0 0 1rem;
    box-sizing: border-box;
}

.news-detail-header h1 {
    margin: 0.375rem 0 1.35rem;
    font-size: 2.5rem;
    font-family: var(--pd-font-brand);
    font-weight: 500;
    line-height: 1.2;
}

.news-detail-meta {
    margin: 0;
    color: #8b847b;
}

.news-detail-meta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #8b847b;
}

@media (min-width: 64.0625rem) {
    .news-detail-meta-row {
        font-size: 1.125rem;
    }
}

.news-detail-meta-dot,
.news-detail-meta-sep {
    padding: 0 0.15em;
}

.news-detail-meta-icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #8b847b;
}

.news-detail-meta-icon + .news-detail-date {
    margin-left: 0.1rem;
}

.news-detail-date,
.news-detail-time,
.news-detail-location {
    font-family: var(--pd-font-body);
    font-weight: 400;
}

.news-detail-meta--plain {
    font-family: var(--pd-font-body);
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #8b847b;
}

@media (min-width: 64.0625rem) {
    .news-detail-meta--plain {
        font-size: 1.125rem;
    }
}

/* Full image: natural aspect, no crop */
.news-detail-main-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 0 clamp(3.5rem, 8vw, 6rem);
}

.news-detail-copy {
    width: min(100%, 43rem);
    margin: 0 auto;
    padding: 0;
}

.news-detail-intro {
    font-family: var(--pd-font-body);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.02rem, 0.98rem + 0.15vw, 1.125rem);
    line-height: 1.55;
    color: #544f47;
    margin: 0 0 clamp(1.85rem, 3.5vw, 2.75rem) !important;
}

.news-detail-paragraph {
    font-family: var(--pd-font-body);
    font-weight: 400;
    font-size: clamp(0.95rem, 0.92rem + 0.1vw, 1.0625rem);
    line-height: 1.75;
    color: #3a3733;
    margin: 0 0 clamp(1.75rem, 3.2vw, 2.65rem);
}

.news-detail-paragraph:last-of-type {
    margin-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.news-detail-quote-images {
    --news-quote-row-max: min(100%, 50rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: clamp(0.65rem, 1.4vw, 1rem);
    width: 100%;
    max-width: var(--news-quote-row-max);
    margin: 0 auto clamp(1.75rem, 3.5vw, 2.75rem);
}

.news-detail-quote-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    height: auto;
}

.news-detail-register {
    display: none;
    width: 100%;
    max-width: min(100%, 50rem);
    margin: 0 auto clamp(1.25rem, 3vw, 2rem);
    box-sizing: border-box;
}

.news-detail-register-inner {
    border-top: 1px solid #ddd4c8;
    border-bottom: 1px solid #ddd4c8;
    padding: clamp(1.35rem, 4vw, 1.85rem) 0;
    text-align: center;
}

.news-detail-register-heading {
    margin: 0 0 clamp(0.85rem, 2.5vw, 1.1rem);
    font-family: var(--pd-font-body);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b847b;
    line-height: 1.35;
}

.news-detail-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.55rem 2.25rem;
    background: #000;
    color: #fff;
    font-family: var(--pd-font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
}

.news-detail-register-btn:hover,
.news-detail-register-btn:focus-visible {
    background: #222;
    color: #fff;
}

.news-detail-register-note {
    margin: clamp(0.85rem, 2.2vw, 1.1rem) 0 0;
    font-family: var(--pd-font-body);
    font-size: 0.75rem;
    font-weight: 400;
    color: #9a9389;
    line-height: 1.45;
}

.news-detail-pullquote {
    --news-quote-row-max: min(100%, 50rem);
    display: block;
    width: 100%;
    max-width: var(--news-quote-row-max);
    box-sizing: border-box;
    margin: 0 auto 2rem;
    padding: clamp(1.75rem, 3.2vw, 2.75rem) 0 clamp(1.75rem, 3.2vw, 2.75rem) 1rem;
    border-left: 1px solid #d5ccc0;
    font-family: var(--pd-font-brand);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.15rem, 1.05rem + 0.4vw, 1.5rem);
    line-height: 1.45;
    color: #544f47;
    white-space: nowrap;
}

@media (max-width: 48rem) {
    .news-detail-pullquote {
        white-space: normal;
    }
}

.news-related {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
    border-top: 1px solid #ddd4c8;
    padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

.news-related .news-related-title,
.news-related h3.news-related-title {
    margin: 0 0 clamp(1.25rem, 2vw, 1.75rem);
    font-family: var(--pd-font-body);
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}


.news-related .news-card span {
    font-size: 0.8125rem;
}

.news-related .news-card h3 {
    font-size: 1.75rem;
}

.news-related .news-card small {
    font-size: 1.0625rem;
}

@media (min-width: 40.0625rem) {
    .news-related .news-grid.news-related-grid,
    .news-related .news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 1.5rem;
        row-gap: 2.5rem;
    }
}

@media (max-width: 40rem) {
    .news-detail-quote-images {
        grid-template-columns: 1fr 1fr;
        gap: clamp(0.45rem, 2.2vw, 0.65rem);
        --news-quote-row-max: 100%;
    }

    .news-detail-register.news-detail-register--mobile-only {
        display: block;
    }

    .news-detail-pullquote {
        font-size: clamp(1.35rem, 1.1rem + 1.4vw, 1.65rem);
        line-height: 1.42;
    }

    /* Horizontal scroll*/
    .news-related .news-grid.news-related-grid,
    .news-related .news-grid {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        grid-template-columns: unset !important;
        gap: 0.75rem;
        row-gap: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.35rem;
    }

    .news-related .news-card {
        flex: 0 0 82%;
        max-width: 82%;
        min-width: 0;
        scroll-snap-align: start;
    }
}

@media (max-width: 48rem) {
    .news-detail-page {
        padding: 0.5rem 0 1.75rem;
    }

    .news-detail-breadcrumb-wrap {
        padding-top: clamp(0.85rem, 3vw, 1.1rem);
        padding-bottom: clamp(0.85rem, 3vw, 1.1rem);
    }

    .news-detail-meta-row {
        font-size: 0.9375rem;
    }

    .news-detail-meta--plain {
        font-size: 0.9375rem;
    }

    .news-detail-header h1 {
        font-size: 1.625rem;
        line-height: 1.25;
        margin-bottom: 1.15rem;
    }
}

@media (max-width: 36rem) {
    .news-detail-header h1 {
        font-size: 1.375rem;
    }
}
