:root {
    --pnwc-accent: #29483a;
    --pnwc-text: #171717;
    --pnwc-muted: #62625d;
    --pnwc-border: #d4d1c9;
    --pnwc-divider: #a8a69f;
    --pnwc-paper: #ffffff;
    --pnwc-section-bg: #f6f5f1;
}

.pnwc-widget,
.pnwc-widget * {
    box-sizing: border-box;
}

.pnwc-widget {
    --pnwc-accent: #29483a;
    --pnwc-text: #171717;
    --pnwc-muted: #62625d;
    --pnwc-border: #d4d1c9;
    color: var(--pnwc-text);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    width: 100%;
}

.pnwc-shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.pnwc-fullbleed {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.pnwc-widget a {
    color: inherit !important;
    text-decoration: none !important;
}

.pnwc-widget a:hover,
.pnwc-widget a:focus-visible {
    color: var(--pnwc-accent) !important;
}

.pnwc-widget h1,
.pnwc-widget h2,
.pnwc-widget h3,
.pnwc-widget h4,
.pnwc-widget h5,
.pnwc-widget h6,
.pnwc-widget p,
.pnwc-widget ol,
.pnwc-widget ul {
    margin: 0 !important;
    padding: 0;
}

.pnwc-widget .pnwc-hero__main-title > a,
.pnwc-widget .pnwc-hero__secondary-title > a,
.pnwc-widget .pnwc-hero__brief-title > a,
.pnwc-widget .pnwc-recent-card__title > a,
.pnwc-widget .pnwc-editors__item h4 > a,
.pnwc-widget .pnwc-category__feature-title > a,
.pnwc-widget .pnwc-category__compact-title > a,
.pnwc-widget .pnwc-related-card__title > a,
.pnwc-widget .pnwc-single__post-nav-item strong {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

.pnwc-card__media {
    background: #ecebe6;
    display: block;
    overflow: hidden;
}

.pnwc-card__image {
    transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

.pnwc-card__media:hover .pnwc-card__image {
    transform: scale(1.025);
}

.pnwc-card__image--placeholder {
    background: linear-gradient(135deg, #e4e2dc, #f4f3ef);
    min-height: 140px;
}

.pnwc-card__category,
.pnwc-section-heading__eyebrow,
.pnwc-section-intro__eyebrow {
    color: var(--pnwc-accent) !important;
    display: inline-block;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
}

.pnwc-card__category {
    margin-bottom: 5px;
}

.pnwc-section-heading__eyebrow,
.pnwc-section-intro__eyebrow {
    margin-bottom: 5px;
}

.pnwc-card__excerpt {
    color: var(--pnwc-muted);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.42;
    margin: 6px 0 0 !important;
}

.pnwc-card__meta {
    align-items: center;
    color: var(--pnwc-muted);
    display: flex;
    flex-wrap: wrap;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 9px;
    gap: 6px;
    letter-spacing: .055em;
    line-height: 1.25;
    margin-top: 9px;
    text-transform: uppercase;
}

.pnwc-meta-dot {
    opacity: .75;
}

.pnwc-empty {
    border: 1px dashed var(--pnwc-border);
    color: var(--pnwc-muted);
    padding: 24px;
    text-align: center;
}

/* Shared headings and real divider lines */
.pnwc-section-heading,
.pnwc-category__header {
    align-items: flex-end;
    border-bottom: 1px solid var(--pnwc-text);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 9px;
}

.pnwc-section-heading__title,
.pnwc-category__section-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.04;
    margin: 0 !important;
}

.pnwc-section-heading__link {
    color: var(--pnwc-text) !important;
    flex: 0 0 auto;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 2px;
    text-transform: uppercase;
}

/* Hero */
.pnwc-hero {
    background: var(--pnwc-paper);
    padding: 0;
}

.pnwc-hero__grid {
    align-items: stretch;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 2.28fr) minmax(280px, 1fr);
}

.pnwc-hero__main-media {
    aspect-ratio: 1.78 / 1;
}

.pnwc-hero__main-content {
    max-width: 94%;
    padding-top: 18px;
}

.pnwc-hero__main-title,
.pnwc-hero__secondary-title,
.pnwc-hero__brief-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
}

.pnwc-hero__main-title {
    font-size: clamp(36px, 3.7vw, 46px);
    letter-spacing: -.032em;
    line-height: .98;
    margin: 0 !important;
}

.pnwc-hero__rail {
    border-left: 1px solid var(--pnwc-border);
    padding-left: 30px;
}

.pnwc-hero__secondary {
    border-bottom: 1px solid var(--pnwc-border);
    padding-bottom: 18px;
}

.pnwc-hero__secondary-media {
    aspect-ratio: 1.52 / 1;
    margin-bottom: 13px;
}

.pnwc-hero__secondary-title {
    font-size: 24px;
    line-height: 1.08;
    margin: 0 !important;
}

.pnwc-hero__brief {
    border-bottom: 1px solid var(--pnwc-border);
    padding: 15px 0;
}

.pnwc-hero__brief:last-child {
    border-bottom: 0;
}

.pnwc-hero__brief-title {
    font-size: 16px;
    line-height: 1.12;
    margin: 0 !important;
}

.pnwc-hero__brief .pnwc-card__meta {
    margin-top: 6px;
}

/* Recent stories */
.pnwc-recent {
    background: var(--pnwc-section-bg);
    padding: 0;
}

.pnwc-recent__grid {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 2.05fr) minmax(290px, .95fr);
}

.pnwc-recent__grid--single {
    grid-template-columns: 1fr;
}

.pnwc-recent-card {
    align-items: start;
    border-bottom: 1px solid var(--pnwc-border);
    display: grid;
    gap: 16px;
    grid-template-columns: 172px minmax(0, 1fr);
    padding: 0 0 15px;
}

.pnwc-recent-card + .pnwc-recent-card {
    padding-top: 15px;
}

.pnwc-recent-card:last-child {
    border-bottom: 0;
}

.pnwc-recent-card__media {
    aspect-ratio: 1.45 / 1;
}

.pnwc-recent-card__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    margin: 0 !important;
}

.pnwc-recent-card .pnwc-card__excerpt {
    margin-top: 4px;
}

.pnwc-recent-card .pnwc-card__meta {
    margin-top: 6px;
}

.pnwc-editors {
    background: #fff;
    border: 1px solid var(--pnwc-border);
    padding: 18px 20px 4px;
}

.pnwc-editors__title {
    border-bottom: 1px solid var(--pnwc-border);
    color: var(--pnwc-accent);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .17em;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.pnwc-editors__list {
    counter-reset: pnwc-editors;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pnwc-editors__item {
    align-items: flex-start;
    border-bottom: 1px solid var(--pnwc-border);
    counter-increment: pnwc-editors;
    display: grid;
    gap: 13px;
    grid-template-columns: 22px 1fr;
    padding: 13px 0;
}

.pnwc-editors__item:last-child {
    border-bottom: 0;
}

.pnwc-editors__number::before {
    content: counter(pnwc-editors);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
}

.pnwc-editors__item h4 {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
    margin: 0 !important;
}

/* Reusable section intro/divider */
.pnwc-section-intro--plain {
    padding: 0;
}

.pnwc-section-intro--band {
    background: var(--pnwc-section-bg);
    padding: 0;
}

.pnwc-section-intro__title {
    border-bottom: 1px solid var(--pnwc-divider);
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.04;
    margin: 0 !important;
    padding-bottom: 11px;
}

.pnwc-section-intro__eyebrow {
    margin-bottom: 5px;
}

/* Reusable category widget */
.pnwc-category {
    min-width: 0;
    padding-bottom: 0;
}

.pnwc-category--divider-left {
    border-left: 1px solid var(--pnwc-border);
    padding-left: 32px;
}

.pnwc-category--divider-right {
    border-right: 1px solid var(--pnwc-border);
    padding-right: 32px;
}

.pnwc-category__header {
    margin-bottom: 17px;
    padding-bottom: 8px;
}

.pnwc-category__section-title {
    font-size: 24px;
}

.pnwc-category__feature-media {
    aspect-ratio: 1.5 / 1;
    margin-bottom: 11px;
}

.pnwc-category--feature .pnwc-category__feature-media {
    aspect-ratio: 1.8 / 1;
}

.pnwc-category__feature-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.012em;
    line-height: 1.06;
    margin: 0 !important;
}

.pnwc-category__compact-list,
.pnwc-category__headline-list {
    margin-top: 14px;
}

.pnwc-category__compact {
    border-top: 1px solid var(--pnwc-border);
    padding: 12px 0;
}

.pnwc-category__compact--image {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 86px minmax(0, 1fr);
}

.pnwc-category__compact-media {
    aspect-ratio: 1.35 / 1;
}

.pnwc-category__compact-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.13;
    margin: 0 !important;
}

.pnwc-category__compact .pnwc-card__meta {
    margin-top: 4px;
}

.pnwc-category__term-links {
    border-top: 1px solid var(--pnwc-border);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-top: 10px;
    padding-top: 14px;
}

.pnwc-category__term-links a {
    color: var(--pnwc-muted) !important;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;
    line-height: 1.35;
    text-transform: uppercase;
}

.pnwc-category__news-list .pnwc-category__compact:first-child,
.pnwc-category__headline-list .pnwc-category__compact:first-child {
    border-top: 0;
    padding-top: 0;
}

.pnwc-category__news-row {
    grid-template-columns: 78px minmax(0, 1fr);
}

.pnwc-category--news .pnwc-category__compact-title {
    font-size: 15px;
}

.pnwc-category--feature .pnwc-category__headline-list {
    margin-top: 10px;
}

.pnwc-category--feature .pnwc-category__compact {
    padding: 11px 0;
}

/* Reference-matched vertical rhythm and theme reset */
.pnwc-hero__main-content .pnwc-card__category,
.pnwc-hero__secondary .pnwc-card__category,
.pnwc-hero__brief .pnwc-card__category,
.pnwc-recent-card__content .pnwc-card__category,
.pnwc-editors__item .pnwc-card__category,
.pnwc-category__feature .pnwc-card__category,
.pnwc-category__compact .pnwc-card__category {
    display: block;
}

.pnwc-hero__main-content .pnwc-card__excerpt {
    margin-top: 7px !important;
}

.pnwc-hero__main-content .pnwc-card__meta {
    margin-top: 10px;
}

.pnwc-hero__secondary .pnwc-card__meta {
    margin-top: 8px;
}

.pnwc-hero__brief .pnwc-card__category,
.pnwc-category__compact .pnwc-card__category,
.pnwc-editors__item .pnwc-card__category {
    margin-bottom: 4px;
}

.pnwc-recent-card .pnwc-card__excerpt {
    margin-top: 4px !important;
}

.pnwc-recent-card .pnwc-card__meta {
    margin-top: 6px;
}

.pnwc-category__feature .pnwc-card__excerpt {
    margin-top: 5px !important;
}

.pnwc-category__feature .pnwc-card__meta {
    margin-top: 8px;
}

.pnwc-section-heading__title,
.pnwc-category__section-title,
.pnwc-section-intro__title,
.pnwc-hero__main-title,
.pnwc-hero__secondary-title,
.pnwc-hero__brief-title,
.pnwc-recent-card__title,
.pnwc-category__feature-title,
.pnwc-category__compact-title,
.pnwc-editors__item h4 {
    text-wrap: pretty;
}

/* Desktop Elementor container helper */
.elementor-element:has(> .elementor-widget-container > .pnwc-category--divider-left),
.elementor-element:has(> .elementor-widget-container > .pnwc-category--divider-right) {
    min-width: 0;
}

@media (max-width: 1024px) {
    .pnwc-shell {
        padding-left: 0;
        padding-right: 0;
    }

    .pnwc-hero__grid {
        grid-template-columns: minmax(0, 1.75fr) minmax(260px, 1fr);
    }

    .pnwc-hero__main-title {
        font-size: 38px;
    }

    .pnwc-recent__grid {
        grid-template-columns: minmax(0, 1.55fr) minmax(260px, .9fr);
    }

    .pnwc-recent-card {
        grid-template-columns: 145px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .pnwc-shell {
        padding-left: 0;
        padding-right: 0;
    }

    .pnwc-fullbleed {
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
        width: 100%;
    }

    .pnwc-hero {
        padding: 0;
    }

    .pnwc-hero__grid,
    .pnwc-recent__grid {
        grid-template-columns: 1fr;
    }

    .pnwc-hero__rail {
        border-left: 0;
        border-top: 1px solid var(--pnwc-border);
        padding-left: 0;
        padding-top: 24px;
    }

    .pnwc-hero__main-content {
        max-width: none;
    }

    .pnwc-hero__main-title {
        font-size: 35px;
    }

    .pnwc-hero__secondary-title {
        font-size: 23px;
    }

    .pnwc-recent {
        padding: 0;
    }

    .pnwc-section-heading,
    .pnwc-category__header {
        align-items: flex-start;
    }

    .pnwc-section-heading__title,
    .pnwc-section-intro__title {
        font-size: 27px;
    }

    .pnwc-recent-card {
        gap: 14px;
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .pnwc-recent-card .pnwc-card__excerpt {
        display: none;
    }

    .pnwc-editors {
        margin-top: 8px;
    }

    .pnwc-section-intro--plain {
        padding: 0;
    }

    .pnwc-section-intro--band {
        padding: 0;
    }

    .pnwc-category,
    .pnwc-category--divider-left,
    .pnwc-category--divider-right {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .pnwc-card__category,
    .pnwc-section-heading__eyebrow,
    .pnwc-section-intro__eyebrow {
        font-size: 8px;
    }

    .pnwc-hero__main-title {
        font-size: 31px;
    }

    .pnwc-recent-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .pnwc-recent-card__title {
        font-size: 16px;
    }

    .pnwc-card__meta {
        font-size: 8px;
    }

    .pnwc-category__compact--image {
        grid-template-columns: 72px minmax(0, 1fr);
    }
}



/* Continuous Discover / PNW News / History background */
.pnwc-category--news,
.pnwc-category--feature {
    --pnwc-flow-bg: #f6f5f1;
    background: var(--pnwc-flow-bg);
    box-shadow: 0 0 0 100vmax var(--pnwc-flow-bg);
    clip-path: inset(-140px -100vmax -76px);
    position: relative;
}

/* Combined Discover + Stories widget */
.pnwc-discover {
    --pnwc-discover-bg: #f6f5f1;
    background: var(--pnwc-discover-bg);
    display: flow-root;
}

.pnwc-discover__shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    width: 100%;
}

.pnwc-discover__intro-title {
    border-bottom: 1px solid var(--pnwc-divider);
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.04;
    margin: 0 !important;
    padding-bottom: 11px;
    text-wrap: pretty;
}

.pnwc-discover__stories {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 92px;
}

.pnwc-discover__column {
    min-width: 0;
}

.pnwc-discover__column--right {
    border-left: 1px solid var(--pnwc-border);
    padding-left: 48px;
}

.pnwc-discover__column-header {
    align-items: flex-end;
    border-bottom: 1px solid var(--pnwc-text);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 9px;
}

.pnwc-discover__column-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.05;
    margin: 0 !important;
}

.pnwc-discover__story-row {
    align-items: center;
    border-bottom: 1px solid var(--pnwc-border);
    display: grid;
    gap: 16px;
    grid-template-columns: 118px minmax(0, 1fr);
    padding: 15px 0;
}

.pnwc-discover__story-row:first-child {
    padding-top: 0;
}

.pnwc-discover__story-row:last-child {
    border-bottom: 0;
}

.pnwc-discover__story-media {
    aspect-ratio: 1 / 1;
}

.pnwc-discover__story-title,
.pnwc-discover__feature-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.12;
    margin: 0 !important;
    text-wrap: pretty;
}

.pnwc-discover__feature-media {
    height: 355px;
    margin-bottom: 12px;
}

.pnwc-discover__feature-title {
    font-size: 20px;
    line-height: 1.08;
}

.pnwc-discover__headline-list {
    margin-top: 10px;
}

.pnwc-discover__headline {
    border-top: 1px solid var(--pnwc-border);
    padding: 11px 0;
}

.pnwc-discover__headline .pnwc-card__category,
.pnwc-discover__story-content .pnwc-card__category,
.pnwc-discover__feature .pnwc-card__category {
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .pnwc-category--news,
    .pnwc-category--feature {
        clip-path: inset(-80px -100vmax -48px);
    }

    .pnwc-discover__stories {
        gap: 42px;
        grid-template-columns: 1fr;
        margin-top: 48px;
    }

    .pnwc-discover__column--right {
        border-left: 0;
        border-top: 1px solid var(--pnwc-border);
        padding-left: 0;
        padding-top: 42px;
    }

    .pnwc-discover__story-row {
        grid-template-columns: 92px minmax(0, 1fr);
    }
}

/* Single post template — matched to the original Lovable article layout */
.pnwc-single {
    --pnwc-soft-bg: #f6f5f1;
    --pnwc-sand: #bfa77d;
    --pnwc-prose: #23231f;
    padding: 0;
}

.pnwc-single__shell,
.pnwc-related__shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}

.pnwc-single__breadcrumbs {
    align-items: center;
    color: var(--pnwc-muted);
    display: flex;
    flex-wrap: wrap;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    gap: 8px;
    letter-spacing: .04em;
    line-height: 1.35;
    margin: 0 0 24px;
    overflow: hidden;
    text-transform: uppercase;
}

.pnwc-single__breadcrumbs span:last-child {
    color: var(--pnwc-text);
    max-width: min(68vw, 760px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pnwc-single__header {
    margin: 0 auto 56px;
    max-width: 896px;
    text-align: center;
}

.pnwc-single__header .pnwc-card__category {
    display: block;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.2;
    margin-bottom: 16px;
}

.pnwc-single__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.05;
    margin: 0 !important;
    text-wrap: balance;
}

.pnwc-single__dek {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.625;
    margin: 24px auto 0 !important;
    max-width: 768px;
    text-wrap: balance;
}

.pnwc-single__meta {
    align-items: center;
    color: var(--pnwc-muted);
    display: flex;
    flex-wrap: wrap;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    gap: 0;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1.35;
    margin-top: 32px;
    text-transform: uppercase;
}

.pnwc-single__meta > span {
    align-items: center;
    display: inline-flex;
}

.pnwc-single__meta > span + span::before {
    color: var(--pnwc-muted);
    content: "·";
    margin: 0 16px;
}

.pnwc-single__meta-author {
    color: var(--pnwc-text);
    gap: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.pnwc-single__meta-author > span:last-child {
    font-size: 14px;
    font-weight: 600;
}

.pnwc-single__avatar {
    align-items: center;
    background: var(--pnwc-accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    height: 64px;
    justify-content: center;
    letter-spacing: 0;
    width: 64px;
}

.pnwc-single__avatar--small {
    background: var(--pnwc-soft-bg);
    border: 1px solid var(--pnwc-border);
    color: var(--pnwc-accent);
    font-size: 14px;
    height: 40px;
    width: 40px;
}

.pnwc-single__featured {
    margin: 0 !important;
}

.pnwc-single__featured-media {
    background: #ecebe6;
    height: 68vh;
    min-height: 430px;
    max-height: 720px;
    overflow: hidden;
}

.pnwc-single__featured-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pnwc-single__featured figcaption {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.5;
    margin-top: 12px;
}

.pnwc-single__body {
    margin: 64px auto 0;
    max-width: 720px;
    width: 100%;
}

.pnwc-single__share {
    align-items: center;
    border-bottom: 1px solid var(--pnwc-border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 24px;
}

.pnwc-single__share-left {
    align-items: center;
    display: flex;
    gap: 12px;
}

.pnwc-single__share-label,
.pnwc-single__author-label {
    color: var(--pnwc-muted);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    margin-right: 0;
    text-transform: uppercase;
}

.pnwc-single__icon-button {
    align-items: center;
    appearance: none;
    background: transparent !important;
    border: 1px solid var(--pnwc-border) !important;
    border-radius: 0 !important;
    color: var(--pnwc-muted) !important;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin: 0 !important;
    min-height: 0;
    padding: 8px !important;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
    width: 34px;
}

.pnwc-single__icon-button:hover,
.pnwc-single__icon-button:focus-visible,
.pnwc-single__icon-button.is-active {
    background: transparent !important;
    border-color: var(--pnwc-accent) !important;
    color: var(--pnwc-accent) !important;
}

.pnwc-single__icon-button svg {
    fill: currentColor;
    height: 16px;
    width: 16px;
}

.pnwc-single__content {
    color: var(--pnwc-prose);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18.16px;
    line-height: 1.75;
}

.pnwc-single__content > *:first-child {
    margin-top: 0 !important;
}

.pnwc-single__content > *:last-child {
    margin-bottom: 0 !important;
}

.pnwc-single__content p {
    margin: 0 0 24px !important;
}

.pnwc-single__content p,
.pnwc-single__content li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.pnwc-single__content figure,
.pnwc-single__content .wp-block-image,
.pnwc-single__content .wp-block-gallery {
    margin: 40px 0 !important;
}

.pnwc-single__content figure img,
.pnwc-single__content .wp-block-image img {
    margin: 0;
}

.pnwc-single__content--dropcap > p:first-of-type::first-letter {
    color: var(--pnwc-accent);
    float: left;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 72px;
    font-weight: 700;
    line-height: .85;
    margin: 8px 12px 0 0;
}

.pnwc-single__content h2,
.pnwc-single__content h3,
.pnwc-single__content h4 {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
}

.pnwc-single__content h2 {
    font-size: 30px;
    margin: 48px 0 16px !important;
}

.pnwc-single__content h3 {
    font-size: 26px;
    margin: 40px 0 14px !important;
}

.pnwc-single__content h4 {
    font-size: 22px;
    margin: 34px 0 12px !important;
}

.pnwc-single__content a {
    color: var(--pnwc-accent) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

.pnwc-single__content ul,
.pnwc-single__content ol {
    margin: 0 0 24px 24px !important;
    padding: 0;
}

.pnwc-single__content li + li {
    margin-top: 8px;
}

.pnwc-single__content blockquote,
.pnwc-single__content .wp-block-quote {
    border-left: 2px solid var(--pnwc-accent) !important;
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 48px 0 !important;
    padding: 0 0 0 24px !important;
}

.pnwc-single__content blockquote p {
    line-height: inherit;
    margin: 0 !important;
}

.pnwc-single__content blockquote cite {
    color: var(--pnwc-muted);
    display: block;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 12px;
    text-transform: uppercase;
}

.pnwc-single__content img {
    height: auto;
    max-width: 100%;
}

.pnwc-single__content figcaption {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: normal;
    line-height: 1.5;
    margin-top: 8px;
}

.pnwc-single__content hr {
    border: 0;
    border-top: 1px solid var(--pnwc-border);
    margin: 32px 0;
}

.pnwc-travel-tip,
.pnwc-single__content .pnwc-travel-tip {
    background: var(--pnwc-soft-bg);
    border: 0;
    border-left: 2px solid var(--pnwc-sand);
    margin: 40px 0 !important;
    padding: 24px;
}

.pnwc-travel-tip__label {
    color: var(--pnwc-accent);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pnwc-travel-tip__content,
.pnwc-travel-tip__content p {
    color: var(--pnwc-text);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.625;
    margin: 0 !important;
}

.pnwc-single__affiliate {
    border-top: 1px solid var(--pnwc-border);
    color: var(--pnwc-muted);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12px;
    line-height: 1.625;
    margin-top: 24px;
    padding-top: 20px;
}

.pnwc-single__affiliate strong {
    color: var(--pnwc-text);
    font-weight: 700;
}

.pnwc-single__author-box {
    align-items: start;
    background: var(--pnwc-soft-bg);
    border: 1px solid var(--pnwc-border);
    display: grid;
    gap: 20px;
    grid-template-columns: 64px minmax(0, 1fr);
    margin-top: 56px;
    padding: 32px;
}

.pnwc-single__author-label {
    color: var(--pnwc-accent);
    margin: 0 0 4px;
}

.pnwc-single__author-name {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.pnwc-single__author-bio {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.625;
    margin: 8px 0 0 !important;
}

.pnwc-single__post-nav {
    border-top: 1px solid var(--pnwc-border);
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 56px;
    padding-top: 32px;
}

.pnwc-single__post-nav-item {
    border: 1px solid var(--pnwc-border);
    display: block;
    min-height: 96px;
    padding: 20px;
}

.pnwc-single__post-nav-item--next {
    text-align: right;
}

.pnwc-single__post-nav-item span {
    color: var(--pnwc-accent);
    display: block;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.pnwc-single__post-nav-item strong {
    color: var(--pnwc-text);
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

/* Related stories — matched to the original Lovable cards */
.pnwc-related {
    padding: 0;
}

.pnwc-related__header {
    border-bottom: 1px solid var(--pnwc-related-divider, var(--pnwc-text));
    margin-bottom: 32px;
    padding-bottom: 16px;
}

.pnwc-related__eyebrow {
    color: var(--pnwc-accent);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pnwc-related__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 !important;
}

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

.pnwc-related__grid--1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
}

.pnwc-related__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pnwc-related__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pnwc-related-card {
    min-width: 0;
}

.pnwc-related-card__media {
    height: 208px;
    margin-bottom: 20px;
}

.pnwc-related-card .pnwc-card__category {
    display: block;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    margin-bottom: 8px;
}

.pnwc-related-card__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.15;
    margin: 0 !important;
    text-wrap: pretty;
}

.pnwc-related-card__excerpt {
    color: var(--pnwc-muted);
    display: -webkit-box;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14.5px;
    line-height: 1.625;
    margin: 8px 0 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pnwc-related-card__meta {
    color: var(--pnwc-muted);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.35;
    margin-top: 12px;
    text-transform: uppercase;
}

.pnwc-related-card__meta .pnwc-meta-dot {
    margin: 0 12px;
}

@media (max-width: 1024px) {
    .pnwc-single__title {
        font-size: 57.6px;
    }

    .pnwc-related__grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pnwc-single__breadcrumbs {
        font-size: 11px;
        margin-bottom: 24px;
    }

    .pnwc-single__header {
        margin-bottom: 40px;
    }

    .pnwc-single__header .pnwc-card__category {
        margin-bottom: 16px;
    }

    .pnwc-single__title {
        font-size: 35.2px;
        line-height: 1.05;
    }

    .pnwc-single__dek {
        font-size: 18px;
        margin-top: 24px !important;
    }

    .pnwc-single__meta {
        font-size: 11px;
        margin-top: 32px;
    }

    .pnwc-single__meta > span + span::before {
        margin: 0 8px;
    }

    .pnwc-single__featured-media {
        height: 50vh;
        min-height: 260px;
        max-height: 420px;
    }

    .pnwc-single__body {
        margin-top: 48px;
    }

    .pnwc-single__share {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }

    .pnwc-single__content {
        font-size: 17px;
        line-height: 1.75;
    }

    .pnwc-single__content h2 {
        font-size: 27px;
    }

    .pnwc-single__content blockquote,
    .pnwc-single__content .wp-block-quote {
        font-size: 24px;
        margin: 40px 0 !important;
    }

    .pnwc-single__author-box {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 24px;
    }

    .pnwc-single__avatar {
        font-size: 18px;
        height: 56px;
        width: 56px;
    }

    .pnwc-single__post-nav {
        grid-template-columns: 1fr;
    }

    .pnwc-single__post-nav-item--next {
        text-align: left;
    }

    .pnwc-related__title {
        font-size: 24px;
    }

    .pnwc-related__grid,
    .pnwc-related__grid--2,
    .pnwc-related__grid--3,
    .pnwc-related__grid--4 {
        grid-template-columns: 1fr;
    }

    .pnwc-related-card__media {
        height: 208px;
    }

    .pnwc-related-card__title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .pnwc-single__breadcrumbs span:last-child {
        max-width: 54vw;
    }

    .pnwc-single__share-left {
        gap: 7px;
    }

    .pnwc-single__share-label {
        margin-right: 2px;
    }

    .pnwc-related__eyebrow,
    .pnwc-related-card .pnwc-card__category,
    .pnwc-single__header .pnwc-card__category {
        font-size: 10px;
    }
}

/* Category archive — matched to the original Lovable Washington/Oregon archive layout */
.pnwc-archive {
    --pnwc-archive-paper: #fff;
    background: var(--pnwc-archive-paper);
    padding: 0;
}

.pnwc-archive__shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    width: 100%;
}

.pnwc-archive__header {
    margin-top: 48px;
}

.pnwc-archive__breadcrumbs {
    align-items: center;
    color: var(--pnwc-muted);
    display: flex;
    flex-wrap: wrap;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    gap: 8px;
    letter-spacing: .04em;
    line-height: 1.35;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.pnwc-archive__breadcrumb-separator {
    color: var(--pnwc-muted);
    opacity: .5;
}

.pnwc-archive__intro {
    max-width: 768px;
}

.pnwc-archive__subtitle {
    color: var(--pnwc-accent);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.2;
    margin: 0 0 14px !important;
    text-transform: uppercase;
}

.pnwc-archive__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.05;
    margin: 0 !important;
}

.pnwc-archive__description {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.625;
    margin: 20px 0 0 !important;
}

.pnwc-archive__category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.pnwc-archive__category-nav a {
    background: #fff;
    border: 1px solid var(--pnwc-border);
    color: var(--pnwc-text) !important;
    display: inline-flex;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .12em;
    line-height: 1.2;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: border-color .2s ease, color .2s ease;
}

.pnwc-archive__category-nav a:hover,
.pnwc-archive__category-nav a:focus-visible {
    border-color: var(--pnwc-accent);
    color: var(--pnwc-accent) !important;
}

.pnwc-archive__feature-grid {
    align-items: start;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    margin-top: 48px;
}

.pnwc-archive__feature-main,
.pnwc-archive__side-grid,
.pnwc-archive-feature,
.pnwc-archive-side,
.pnwc-archive-row {
    min-width: 0;
}

.pnwc-archive-feature__media {
    height: 520px;
}

.pnwc-archive-feature__content,
.pnwc-archive-side__content {
    padding-top: 20px;
}

.pnwc-archive-feature .pnwc-card__category,
.pnwc-archive-side .pnwc-card__category,
.pnwc-archive-row .pnwc-card__category {
    display: block;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.2;
    margin-bottom: 8px;
}

.pnwc-archive-feature__title,
.pnwc-archive-side__title,
.pnwc-archive-row__title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.15;
    margin: 0 !important;
    text-wrap: pretty;
}

.pnwc-widget .pnwc-archive-feature__title > a,
.pnwc-widget .pnwc-archive-side__title > a,
.pnwc-widget .pnwc-archive-row__title > a {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.pnwc-archive-card__excerpt {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14.5px;
    line-height: 1.625;
    margin: 8px 0 0 !important;
}

.pnwc-archive-card__meta {
    color: var(--pnwc-muted);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.35;
    margin-top: 12px;
    text-transform: uppercase;
}

.pnwc-archive-card__meta .pnwc-meta-dot {
    margin: 0 12px;
}

.pnwc-archive__side-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
}

.pnwc-archive-side__media {
    height: 160px;
}

.pnwc-archive__more {
    margin-top: 64px;
}

.pnwc-archive__more-header {
    border-bottom: 1px solid var(--pnwc-text);
    margin-bottom: 0;
    padding-bottom: 16px;
}

.pnwc-archive__more-eyebrow {
    color: var(--pnwc-accent);
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 11.2px;
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pnwc-archive__more-title {
    color: var(--pnwc-text);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: 0 !important;
}

.pnwc-archive__rows {
    width: 100%;
}

.pnwc-archive-row {
    align-items: start;
    border-bottom: 1px solid var(--pnwc-border);
    display: grid;
    gap: 32px;
    grid-template-columns: 280px minmax(0, 1fr);
    padding: 24px 0;
}

.pnwc-archive-row:last-child {
    border-bottom: 0;
}

.pnwc-archive-row__media {
    height: 176px;
}

.pnwc-archive-row__content {
    min-width: 0;
}

.pnwc-archive__empty {
    color: var(--pnwc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.625;
    margin-top: 48px;
}

.pnwc-archive__pagination {
    margin-top: 48px;
}

.pnwc-archive__pagination .page-numbers {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.pnwc-archive__pagination .page-numbers li {
    margin: 0;
}

.pnwc-archive__pagination a.page-numbers,
.pnwc-archive__pagination span.page-numbers {
    align-items: center;
    border: 1px solid var(--pnwc-border);
    color: var(--pnwc-text) !important;
    display: inline-flex;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    letter-spacing: .08em;
    min-width: 40px;
    padding: 0 12px;
    text-transform: uppercase;
}

.pnwc-archive__pagination span.current,
.pnwc-archive__pagination a.page-numbers:hover,
.pnwc-archive__pagination a.page-numbers:focus-visible {
    background: var(--pnwc-accent);
    border-color: var(--pnwc-accent);
    color: #fff !important;
}

@media (max-width: 1023px) {
    .pnwc-archive__feature-grid {
        grid-template-columns: 1fr;
    }

    .pnwc-archive__side-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnwc-archive-feature__media {
        height: 420px;
    }

    .pnwc-archive-row {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .pnwc-archive-row__media {
        height: 145px;
    }
}

@media (max-width: 767px) {
    .pnwc-archive__header {
        margin-top: 32px;
    }

    .pnwc-archive__breadcrumbs {
        font-size: 11px;
        margin-bottom: 24px;
    }

    .pnwc-archive__title {
        font-size: 36px;
    }

    .pnwc-archive__description {
        font-size: 18px;
        margin-top: 16px !important;
    }

    .pnwc-archive__category-nav {
        gap: 8px;
        margin-top: 24px;
    }

    .pnwc-archive__category-nav a {
        font-size: 11px;
        padding: 9px 12px;
    }

    .pnwc-archive__feature-grid {
        margin-top: 40px;
    }

    .pnwc-archive-feature__media {
        height: 288px;
    }

    .pnwc-archive__side-grid {
        grid-template-columns: 1fr;
    }

    .pnwc-archive-side__media {
        height: 210px;
    }

    .pnwc-archive-feature__title,
    .pnwc-archive-side__title,
    .pnwc-archive-row__title {
        font-size: 21px;
    }

    .pnwc-archive__more {
        margin-top: 48px;
    }

    .pnwc-archive__more-title {
        font-size: 30px;
    }

    .pnwc-archive-row {
        gap: 16px;
        grid-template-columns: 130px minmax(0, 1fr);
        padding: 20px 0;
    }

    .pnwc-archive-row__media {
        height: 96px;
    }

    .pnwc-archive-row .pnwc-archive-card__excerpt {
        display: none;
    }

    .pnwc-archive-card__meta {
        font-size: 10.5px;
        margin-top: 8px;
    }

    .pnwc-archive-card__meta .pnwc-meta-dot {
        margin: 0 7px;
    }
}

@media (max-width: 480px) {
    .pnwc-archive-row {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .pnwc-archive-row__media {
        height: 82px;
    }

    .pnwc-archive-row__title {
        font-size: 18px;
    }

    .pnwc-archive-row .pnwc-card__category {
        font-size: 9px;
        margin-bottom: 5px;
    }
}

/* PNW News Showcase — neutral section; background is controlled by Elementor */
.pnwc-news-showcase {
    --pnwc-news-text: #171717;
    --pnwc-news-muted: #62625d;
    --pnwc-news-accent: #29483a;
    --pnwc-news-divider: #dddcd6;
    background: transparent;
    color: var(--pnwc-news-text);
    display: flow-root;
    padding: 0;
}

.pnwc-news-showcase a,
.pnwc-news-showcase a:hover,
.pnwc-news-showcase a:focus-visible {
    color: inherit !important;
}

.pnwc-news-showcase__shell {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding: 0;
    width: 100%;
}


.pnwc-news-showcase__section-title,
.pnwc-news-showcase__main-title,
.pnwc-news-showcase__side-title,
.pnwc-news-showcase__headline-title {
    color: var(--pnwc-news-text) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
    margin: 0 !important;
    text-wrap: pretty;
}


.pnwc-news-showcase__content {
    margin-top: 0 !important;
}

.pnwc-news-showcase__header {
    align-items: flex-end;
    border-bottom: 1px solid var(--pnwc-news-divider);
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 10px;
}

.pnwc-news-showcase__section-title {
    font-size: 27px;
    letter-spacing: -.015em;
    line-height: 1.05;
}

.pnwc-news-showcase__view-all {
    color: var(--pnwc-news-accent) !important;
    flex: 0 0 auto;
    font-family: "Source Sans 3", Inter, system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.2;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.pnwc-news-showcase__view-all:hover,
.pnwc-news-showcase__view-all:focus-visible {
    color: var(--pnwc-news-text) !important;
}

.pnwc-news-showcase__grid {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .95fr);
}

.pnwc-news-showcase__main-column,
.pnwc-news-showcase__rail {
    min-width: 0;
}

.pnwc-news-showcase__rail {
    border-left: 1px solid var(--pnwc-news-divider);
    padding-left: 34px;
}

.pnwc-news-showcase__main-media {
    height: 520px;
}

.pnwc-news-showcase__side-media {
    height: 210px;
}

.pnwc-news-showcase .pnwc-card__media {
    background: #f6f5f1;
}

.pnwc-news-showcase__main-content {
    padding-top: 15px;
}

.pnwc-news-showcase__side-content {
    padding-top: 13px;
}

.pnwc-news-showcase .pnwc-card__category {
    color: var(--pnwc-news-accent) !important;
    display: block;
    margin-bottom: 6px;
}

.pnwc-news-showcase__main-title {
    font-size: 27px;
    letter-spacing: -.015em;
    line-height: 1.06;
}

.pnwc-news-showcase__side-title {
    font-size: 20px;
    letter-spacing: -.012em;
    line-height: 1.08;
}

.pnwc-news-showcase__headline-title {
    font-size: 16px;
    line-height: 1.12;
}

.pnwc-news-showcase .pnwc-card__excerpt {
    color: var(--pnwc-news-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px !important;
}

.pnwc-news-showcase .pnwc-card__meta {
    color: var(--pnwc-news-muted);
    margin-top: 9px;
}

.pnwc-news-showcase__headlines {
    margin-top: 20px;
}

.pnwc-news-showcase__headline {
    border-top: 1px solid var(--pnwc-news-divider);
    padding: 15px 0 14px;
}

.pnwc-news-showcase__headline:last-child {
    border-bottom: 1px solid var(--pnwc-news-divider);
}

.pnwc-news-showcase .pnwc-empty {
    border-color: var(--pnwc-news-divider);
    color: var(--pnwc-news-muted);
}

@media (max-width: 1024px) {
    .pnwc-news-showcase__grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    }

    .pnwc-news-showcase__main-media {
        height: 430px;
    }

    .pnwc-news-showcase__rail {
        padding-left: 28px;
    }
}

@media (max-width: 767px) {


    .pnwc-news-showcase__grid {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .pnwc-news-showcase__rail {
        border-left: 0;
        border-top: 1px solid var(--pnwc-news-divider);
        padding-left: 0;
        padding-top: 40px;
    }

    .pnwc-news-showcase__main-media {
        height: 300px;
    }

    .pnwc-news-showcase__side-media {
        height: 230px;
    }

    .pnwc-news-showcase__main-title {
        font-size: 24px;
    }

    .pnwc-news-showcase__section-title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .pnwc-news-showcase__header {
        align-items: flex-start;
        gap: 16px;
    }


    .pnwc-news-showcase__main-media {
        height: 250px;
    }

    .pnwc-news-showcase__side-media {
        height: 200px;
    }
}
