:root {
    --pc-ivory: #f6f1e7;
    --pc-paper: #fffdf8;
    --pc-wine: #6b1f2c;
    --pc-wine-dark: #42131c;
    --pc-gold: #b38a45;
    --pc-ink: #201d1a;
    --pc-muted: #6d665e;
    --pc-sage: #717865;
    --pc-line: rgba(72, 45, 34, 0.14);
    --pc-shadow: 0 18px 50px rgba(55, 35, 29, 0.09);
}

body {
    background: #fbfaf7;
    color: var(--pc-ink);
    font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
    line-height: 1.72;
}

h1,
h2,
h3,
h4,
.site-title {
    color: var(--pc-ink);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.025em;
    line-height: 1.14;
}

body.page .hero-section {
    display: none;
}

a {
    color: var(--pc-wine);
}

[data-header*="type-1"] .ct-header [data-id="middle-row"] {
    background: rgba(255, 253, 248, 0.96);
    border-bottom: 1px solid var(--pc-line);
    backdrop-filter: blur(14px);
}

.site-title {
    font-weight: 700;
}

.pc-home-hero,
.pc-page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 20%, rgba(201, 161, 86, 0.38), transparent 30%),
        radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.11), transparent 24%),
        linear-gradient(135deg, var(--pc-wine-dark), var(--pc-wine) 58%, #8b3440);
}

.pc-home-hero::after,
.pc-page-hero::after {
    content: "✠";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: max(4vw, 2rem);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.08);
    font-family: Georgia, serif;
    font-size: clamp(11rem, 24vw, 24rem);
    line-height: 1;
}

.pc-home-hero {
    min-height: 580px;
    padding: clamp(6rem, 11vw, 9rem) max(5vw, 1.5rem);
}

.pc-page-hero {
    padding: clamp(4.5rem, 8vw, 7rem) max(5vw, 1.5rem);
}

.pc-home-hero > *,
.pc-page-hero > * {
    max-width: 860px;
}

.pc-home-hero h1,
.pc-page-hero h1 {
    max-width: 900px;
    margin: 0.2em 0 0.35em;
    color: #fff;
    font-size: clamp(3.25rem, 7.4vw, 6.6rem);
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
}

.pc-page-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.pc-lead {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.1rem, 2.1vw, 1.4rem);
}

.pc-kicker,
.pc-card-label {
    margin-bottom: 0.6rem;
    color: var(--pc-gold);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pc-home-hero .pc-kicker,
.pc-page-hero .pc-kicker {
    color: #e3c58e;
}

.pc-home-hero .wp-block-buttons {
    margin-top: 2rem;
}

.wp-block-button__link {
    border-radius: 999px !important;
    padding: 0.9rem 1.5rem !important;
    font-weight: 750;
}

.pc-button-primary .wp-block-button__link {
    color: var(--pc-wine-dark) !important;
    background: #f0cf91 !important;
}

.pc-home-hero .is-style-outline .wp-block-button__link {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.pc-section,
.pc-prose,
.pc-about-strip,
.pc-callout {
    padding-top: clamp(3rem, 6vw, 5.5rem);
    padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.pc-section > h2,
.pc-latest-band > h2,
.pc-about-strip > h2 {
    margin-top: 0;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.pc-card-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: 1.25rem;
    margin-bottom: 0;
}

.pc-card-grid > .wp-block-column {
    margin: 0 !important;
}

.pc-card,
.pc-post-card,
.pc-daily-card,
.pc-homily-card {
    height: 100%;
    padding: clamp(1.45rem, 3vw, 2.15rem);
    border: 1px solid var(--pc-line);
    border-radius: 20px;
    background: var(--pc-paper);
    box-shadow: var(--pc-shadow);
}

.pc-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pc-card:hover {
    transform: translateY(-4px);
    border-color: rgba(107, 31, 44, 0.28);
    box-shadow: 0 24px 55px rgba(55, 35, 29, 0.14);
}

.pc-card h2,
.pc-post-card h3,
.pc-homily-card h3 {
    margin: 0.2rem 0 0.7rem;
}

.pc-card h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.pc-card a,
.pc-post-card a,
.pc-homily-card a {
    text-decoration: none;
}

.pc-card p,
.pc-post-card p,
.pc-homily-card p {
    color: var(--pc-muted);
}

.pc-text-link a {
    color: var(--pc-wine);
    font-weight: 780;
}

.pc-today {
    position: relative;
    z-index: 3;
    margin-top: -3.5rem;
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px solid rgba(179, 138, 69, 0.26);
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 24px 60px rgba(49, 28, 25, 0.16);
}

.pc-featured-home {
    position: relative;
    z-index: 4;
    margin-top: -4.25rem;
}

.pc-home-reflection {
    margin-top: 1.4rem;
}

.pc-home-reflection .pc-daily-card {
    display: grid;
    grid-template-columns: minmax(130px, 0.28fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 2rem);
    padding: clamp(1.3rem, 3vw, 2rem);
}

.pc-home-reflection .pc-daily-card blockquote,
.pc-home-reflection .pc-daily-card p {
    margin-top: 0;
    margin-bottom: 0;
}

.pc-featured-carousel {
    padding: clamp(1.6rem, 4vw, 2.8rem);
    border: 1px solid rgba(179, 138, 69, 0.3);
    border-radius: 26px;
    background: #fffdf9;
    box-shadow: 0 24px 60px rgba(49, 28, 25, 0.16);
}

.pc-carousel-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.pc-carousel-header h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.pc-carousel-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 0.55rem;
}

.pc-carousel-controls button {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid rgba(107, 31, 44, 0.24);
    border-radius: 50%;
    color: var(--pc-wine);
    background: #fff;
    font-size: 1.25rem;
    cursor: pointer;
}

.pc-carousel-controls button:hover,
.pc-carousel-controls button:focus-visible {
    color: #fff;
    background: var(--pc-wine);
}

.pc-carousel-viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--pc-gold) transparent;
}

.pc-carousel-track {
    display: flex;
    gap: 1rem;
}

.pc-carousel-slide {
    flex: 0 0 100%;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--pc-line);
    border-radius: 20px;
    background: var(--pc-paper);
}

.pc-carousel-link {
    display: grid;
    grid-template-columns: minmax(280px, 44%) 1fr;
    min-height: 320px;
    color: inherit;
    text-decoration: none;
}

.pc-carousel-media {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, var(--pc-wine-dark), var(--pc-wine));
    font-family: Georgia, serif;
    font-size: 7rem;
}

.pc-carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-carousel-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.3rem, 3vw, 2.2rem);
}

.pc-carousel-copy strong {
    margin: 0.25rem 0 0.7rem;
    color: var(--pc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.6vw, 2.1rem);
    line-height: 1.18;
}

.pc-carousel-copy > span:not(.pc-card-label) {
    color: var(--pc-muted);
}

.pc-carousel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    margin-bottom: 0.8rem;
    color: var(--pc-gold) !important;
    font-size: 0.9rem;
    font-weight: 750;
}

.pc-carousel-summary {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pc-carousel-copy em {
    margin-top: 1rem;
    color: var(--pc-wine);
    font-size: 0.92rem;
    font-style: normal;
    font-weight: 800;
}

.pc-carousel-help {
    margin: 0.75rem 0 0;
    color: var(--pc-muted);
    font-size: 0.86rem;
}

.pc-pillars-intro {
    padding-bottom: 1rem;
}

.pc-today-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.pc-daily-card,
.pc-homily-card {
    box-shadow: none;
}

.pc-daily-card blockquote {
    margin: 1rem 0;
    color: var(--pc-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.8vw, 2.05rem);
    line-height: 1.35;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pc-source {
    color: var(--pc-gold) !important;
    font-weight: 800;
}

.pc-latest-band {
    margin-top: clamp(3rem, 6vw, 6rem);
    padding: clamp(4rem, 7vw, 7rem) max(5vw, 1.5rem);
    background: var(--pc-ivory);
}

.pc-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.pc-post-card h3 {
    font-size: 1.5rem;
}

.pc-about-strip {
    max-width: 880px !important;
}

.pc-about-strip p:not(.pc-kicker) {
    color: var(--pc-muted);
    font-size: 1.15rem;
}

.pc-callout {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-right: clamp(1.5rem, 4vw, 3rem);
    padding-left: clamp(1.5rem, 4vw, 3rem);
    border-left: 5px solid var(--pc-gold);
    background: var(--pc-ivory);
}

.pc-prose {
    max-width: 820px !important;
}

.pc-prose p,
.entry-content > p,
.entry-content > ul,
.entry-content > ol {
    font-size: 1.08rem;
}

.pc-article-lead {
    color: var(--pc-muted);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 2.6vw, 1.75rem) !important;
    line-height: 1.5;
}

.entry-content h2 {
    margin-top: 2.25em;
}

.pc-video-embed {
    display: block !important;
    width: min(750px, calc(100% - 2rem)) !important;
    max-width: 750px !important;
    margin: 1.75rem auto 0.9rem !important;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    background: #111;
    box-shadow: var(--pc-shadow);
}

.pc-video-embed iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    border: 0;
}

.pc-video-source,
.pc-video-summary {
    width: min(750px, calc(100% - 2rem)) !important;
    max-width: 750px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.pc-video-source {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
    color: var(--pc-muted);
    font-size: 0.96rem !important;
}

.pc-video-summary {
    margin-top: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    color: var(--pc-ink);
    font-size: 1.06rem !important;
    line-height: 1.72;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pc-video-fallback {
    display: none !important;
}

.pc-share-panel {
    margin-top: 2.5rem;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid rgba(107, 31, 44, 0.16);
    border-radius: 18px;
    background: var(--pc-ivory);
}

.pc-share-panel > summary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    color: var(--pc-ink);
    background: #fff;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.pc-share-panel > summary::-webkit-details-marker {
    display: none;
}

.pc-share-panel[open] > summary {
    color: #fff;
    background: var(--pc-wine);
}

.pc-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.pc-share-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.8rem;
    padding: 0.65rem 1rem;
    border: 1px solid var(--pc-wine);
    border-radius: 999px;
    color: var(--pc-wine);
    background: #fff;
    font: inherit;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.pc-share-whatsapp {
    border-color: #167d48;
    color: #0d6b3b;
}

.pc-share-x {
    border-color: #1e1e1e;
    color: #1e1e1e;
}

.pc-share-instagram {
    border-color: #9a2aa2;
    color: #81248a;
}

.pc-share-button:hover,
.pc-share-button:focus-visible {
    color: #fff;
    background: var(--pc-wine);
}

.pc-share-whatsapp:hover,
.pc-share-whatsapp:focus-visible {
    color: #fff;
    background: #167d48;
}

.pc-share-x:hover,
.pc-share-x:focus-visible {
    color: #fff;
    background: #1e1e1e;
}

.pc-share-instagram:hover,
.pc-share-instagram:focus-visible {
    color: #fff;
    background: #9a2aa2;
}

.pc-share-status {
    min-height: 1.3em;
    margin: 0.75rem 0 0;
    color: var(--pc-muted);
    font-size: 0.9rem !important;
}

.pc-video-fallback a {
    color: var(--pc-wine);
    font-weight: 700;
}

/* Homily sharing controls: compact, accessible and mobile friendly. */
.pc-share-panel {
    width: min(750px, calc(100% - 2rem));
    max-width: 750px;
    margin: 2rem auto 0;
    padding: 0.8rem;
    border: 1px solid rgba(107, 31, 44, 0.15);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffdf8, #f7f0e6);
    box-shadow: 0 14px 38px rgba(55, 35, 29, 0.08);
}

.pc-share-panel > summary {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.3rem;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    color: var(--pc-ink);
    background: transparent;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.pc-share-panel > summary::after {
    content: "+";
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: auto;
    place-items: center;
    border-radius: 50%;
    color: var(--pc-wine);
    background: rgba(107, 31, 44, 0.09);
    font-size: 1.2rem;
    line-height: 1;
}

.pc-share-panel[open] > summary {
    color: var(--pc-ink);
    background: transparent;
}

.pc-share-panel[open] > summary::after {
    content: "−";
    color: #fff;
    background: var(--pc-wine);
}

.pc-share-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 0.7rem;
    margin-top: 0;
    padding: 0.8rem 0.2rem 0.2rem;
}

.pc-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.68rem 0.85rem;
    border: 1px solid rgba(107, 31, 44, 0.2);
    border-radius: 14px;
    color: var(--pc-wine);
    background: #fff;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

.pc-share-icon {
    display: inline-grid;
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    place-items: center;
}

.pc-share-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pc-share-whatsapp {
    border-color: rgba(18, 140, 126, 0.3);
    color: #0b7468;
}

.pc-share-x {
    border-color: rgba(20, 20, 20, 0.24);
    color: #171717;
}

.pc-share-instagram {
    border-color: rgba(173, 42, 123, 0.28);
    color: #9c236e;
}

.pc-share-button:hover,
.pc-share-button:focus-visible {
    transform: translateY(-2px);
    color: #fff;
    background: var(--pc-wine);
    box-shadow: 0 10px 24px rgba(55, 35, 29, 0.13);
}

.pc-share-whatsapp:hover,
.pc-share-whatsapp:focus-visible {
    background: #0b7468;
}

.pc-share-x:hover,
.pc-share-x:focus-visible {
    background: #171717;
}

.pc-share-instagram:hover,
.pc-share-instagram:focus-visible {
    background: #9c236e;
}

.pc-share-button:focus-visible,
.pc-share-panel > summary:focus-visible {
    outline: 3px solid rgba(179, 138, 69, 0.45);
    outline-offset: 3px;
}

.pc-share-status {
    min-height: 1.3em;
    margin: 0.6rem 0.35rem 0.15rem;
    color: var(--pc-muted);
    font-size: 0.88rem !important;
}

@media (max-width: 520px) {
    .pc-video-embed,
    .pc-video-source,
    .pc-video-summary,
    .pc-share-panel {
        width: calc(100% - 1.25rem) !important;
    }

    .pc-share-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-share-button {
        padding-right: 0.55rem;
        padding-left: 0.55rem;
        font-size: 0.88rem;
    }
}

.pc-homily-index {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.pc-homily-index-heading {
    max-width: 780px;
    margin-bottom: 2rem;
}

.pc-homily-index-heading h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.pc-homily-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
}

.pc-homily-list-item {
    overflow: hidden;
    border: 1px solid var(--pc-line);
    border-radius: 20px;
    background: var(--pc-paper);
    box-shadow: var(--pc-shadow);
}

.pc-homily-thumbnail {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, var(--pc-wine-dark), var(--pc-wine));
}

.pc-homily-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.pc-homily-list-item:hover .pc-homily-thumbnail img {
    transform: scale(1.025);
}

.pc-homily-item-copy {
    padding: clamp(1.25rem, 3vw, 1.8rem);
}

.pc-homily-item-copy h3 {
    margin: 0.35rem 0 0.7rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.pc-homily-item-copy h3 a {
    color: var(--pc-ink);
    text-decoration: none;
}

.pc-homily-channel {
    margin: 0;
    color: var(--pc-wine);
    font-size: 0.77rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pc-homily-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.6rem;
    margin: 0;
    color: var(--pc-gold);
    font-size: 0.9rem !important;
    font-weight: 750;
}

.pc-homily-item-summary {
    margin-top: 0.9rem;
    color: var(--pc-muted);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.pc-homily-compact .pc-homily-list-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pc-homily-compact .pc-homily-item-copy {
    padding: 0;
}

.pc-scripture-reflection {
    width: min(750px, calc(100% - 2rem));
    margin: 0 auto;
}

.pc-scripture-reflection .pc-scripture-heading {
    margin-bottom: 1.15rem;
    color: var(--pc-wine);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pc-scripture-quote {
    margin: 0;
    padding: clamp(1.4rem, 4vw, 2.35rem);
    border-left: 4px solid var(--pc-gold);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #fffdf7, #f7f0df);
    color: var(--pc-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.8;
    box-shadow: 0 16px 38px rgba(20, 36, 58, 0.09);
}

.pc-scripture-reference {
    margin: 0.9rem 0 1.6rem;
    color: var(--pc-wine);
    font-weight: 800;
    text-align: right;
}

.pc-reflection-notes {
    margin: 1.5rem 0;
    border: 1px solid rgba(173, 130, 48, 0.35);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 36, 58, 0.07);
}

.pc-reflection-notes > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    color: var(--pc-wine);
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.pc-reflection-notes > summary::-webkit-details-marker {
    display: none;
}

.pc-reflection-notes > summary::after {
    content: "+";
    font-size: 1.35rem;
    line-height: 1;
}

.pc-reflection-notes[open] > summary::after {
    content: "−";
}

.pc-reflection-notes-content {
    padding: 0 1.2rem 1.25rem;
}

.pc-reflection-notes-content blockquote {
    margin: 0.8rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--pc-gold);
    background: var(--pc-cream);
    font-size: 1rem;
}

.pc-reflection-explanation {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.ct-footer {
    margin-top: 4rem;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    color: rgba(255, 255, 255, 0.76);
    background: var(--pc-wine-dark);
}

@media (max-width: 980px) {
    .pc-card-grid,
    .pc-post-grid,
    .pc-homily-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 690px) {
    .pc-home-hero {
        min-height: 520px;
        padding-top: 5.5rem;
        padding-bottom: 6.5rem;
    }

    .pc-home-hero h1,
    .pc-page-hero h1 {
        font-size: clamp(2.65rem, 13vw, 4.3rem);
    }

    .pc-card-grid,
    .pc-post-grid,
    .pc-today-grid,
    .pc-homily-grid {
        grid-template-columns: 1fr;
    }

    .pc-today {
        margin-right: 0.85rem;
        margin-left: 0.85rem;
    }

    .pc-featured-home {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
    }

    .pc-featured-carousel {
        padding: 1.25rem;
    }

    .pc-carousel-header {
        align-items: center;
    }

    .pc-carousel-link {
        grid-template-columns: 1fr;
    }

    .pc-carousel-slide {
        flex-basis: 91%;
    }

    .pc-carousel-media {
        min-height: 190px;
        aspect-ratio: 16 / 9;
    }

    .pc-home-reflection .pc-daily-card {
        display: block;
    }

    .pc-home-reflection .pc-daily-card blockquote {
        margin: 1rem 0;
    }

    .pc-home-hero::after,
    .pc-page-hero::after {
        right: -2rem;
        font-size: 13rem;
    }
}
