body.home {
    --pcv3-red: #7b1018;
    --pcv3-red-dark: #2a0508;
    --pcv3-gold: #bf842d;
    --pcv3-cream: #fbf4e8;
    --pcv3-line: rgba(123, 16, 24, 0.13);
    --pcv3-shadow: 0 20px 50px rgba(58, 16, 10, 0.08);
}

body.home .site-content,
body.home .entry-content {
    background:
        radial-gradient(circle at 8% 12%, rgba(191, 132, 45, 0.12), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #fffaf1 48%, #fff 100%);
}

body.home .entry-content > :not(.pcv3-hero) {
    width: min(100% - 32px, 1180px);
    margin-left: auto;
    margin-right: auto;
}

body.home .homepage-section {
    margin-top: clamp(28px, 4vw, 56px);
    margin-bottom: clamp(20px, 3vw, 40px);
}

body.home .entry-content > h2 {
    max-width: 840px;
    margin-top: clamp(46px, 6vw, 86px) !important;
    margin-bottom: 20px !important;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(25px, 2.55vw, 40px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
}

body.home .entry-content h2:not(#pax-home-latest-intentions .prayer-item-list h2):not(.pcv3-radio-cta h2) {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.home .pcv3-first-grid-title {
    margin-top: clamp(18px, 2.8vw, 34px) !important;
}

body.home .entry-content > h2::after {
    content: "";
    width: 76px;
    height: 2px;
    display: block;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, var(--pcv3-gold), transparent);
}

body.home .pcv3-daily-panel {
    position: relative;
    overflow: hidden;
    margin-top: clamp(22px, 3vw, 42px);
    margin-bottom: clamp(28px, 4vw, 58px);
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(123, 16, 24, 0.13);
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(191, 132, 45, 0.16), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(251,244,232,.88));
    box-shadow: 0 20px 46px rgba(58, 16, 10, 0.08);
    display: grid;
    grid-template-columns: minmax(380px, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(18px, 3vw, 38px);
    align-items: stretch;
}

body.home .pcv3-daily-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 46%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(191,132,45,.85), transparent);
    transform: translateX(-100%);
    animation: pcv3DailySweep 6.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pcv3DailySweep {
    0%, 18% { transform: translateX(-100%); opacity: 0; }
    30%, 70% { opacity: 1; }
    100% { transform: translateX(230%); opacity: 0; }
}

body.home .pcv3-daily-panel__head {
    display: grid;
    gap: 10px;
    align-content: start;
    grid-template-rows: auto auto auto auto;
    min-width: 0;
    justify-items: center;
    text-align: center;
}

body.home .pcv3-daily-panel__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--pcv3-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.home .pcv3-daily-live {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 4px;
    padding: 8px 12px;
    border: 1px solid rgba(123, 16, 24, 0.12);
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    color: var(--pcv3-red-dark);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(58, 16, 10, 0.055);
}

body.home .pcv3-daily-live__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d91f2d;
    box-shadow: 0 0 0 0 rgba(217,31,45,.42);
    animation: pcv3DailyPulse 1.8s infinite;
}

body.home .pcv3-daily-live strong {
    color: var(--pcv3-red);
    font-variant-numeric: tabular-nums;
}

body.home .pcv3-live-stream {
    width: min(100%, 380px);
    min-height: 98px;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 11px;
    margin-top: 4px;
    padding: 13px 15px;
    border: 1px solid rgba(123, 16, 24, 0.13);
    border-radius: 18px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 14px 28px rgba(58, 16, 10, 0.07);
    overflow: hidden;
}

body.home .pcv3-live-stream::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(123,16,24,.05), rgba(191,132,45,.9), rgba(123,16,24,.05));
    transform-origin: left center;
    animation: pcv3LiveLine 4.2s linear infinite;
}

body.home .pcv3-live-stream__pulse {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-self: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, var(--pcv3-red) 0 4px, transparent 5px),
        rgba(123, 16, 24, 0.08);
    box-shadow: 0 0 0 0 rgba(123,16,24,.18);
    animation: pcv3SoftPulse 2.4s ease-out infinite;
}

body.home .pcv3-live-stream__intro {
    grid-column: 2;
    color: var(--pcv3-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.home .pcv3-live-stream__items {
    grid-column: 2;
    position: relative;
    min-height: 48px;
}

body.home .pcv3-live-stream__item {
    position: absolute;
    inset: 0;
    display: grid;
    gap: 1px;
    color: var(--pcv3-red-dark) !important;
    text-decoration: none !important;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 360ms ease, transform 360ms ease;
    pointer-events: none;
}

body.home .pcv3-live-stream__item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.home .pcv3-live-stream__item span {
    color: #7c6a65;
    font-size: 12px;
    font-weight: 800;
}

body.home .pcv3-live-stream__item strong {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    color: var(--pcv3-red-dark);
    font-size: 15px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@keyframes pcv3LiveLine {
    0% { transform: scaleX(.05); opacity: .35; }
    45% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(.05); opacity: .35; }
}

@keyframes pcv3SoftPulse {
    0% { box-shadow: 0 0 0 0 rgba(123,16,24,.18); }
    75% { box-shadow: 0 0 0 12px rgba(123,16,24,0); }
    100% { box-shadow: 0 0 0 0 rgba(123,16,24,0); }
}

@keyframes pcv3DailyPulse {
    0% { box-shadow: 0 0 0 0 rgba(217,31,45,.42); }
    70% { box-shadow: 0 0 0 8px rgba(217,31,45,0); }
    100% { box-shadow: 0 0 0 0 rgba(217,31,45,0); }
}

body.home .pcv3-daily-panel h2 {
    margin: 0 !important;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    max-width: 520px;
    font-size: clamp(34px, 2.55vw, 46px) !important;
    line-height: 1.03 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.home .pcv3-daily-panel h2 span {
    display: block;
    white-space: nowrap;
}

body.home .pcv3-daily-panel__head p {
    margin: 0;
    max-width: 430px;
    color: #5b504d;
    font-size: clamp(15px, 1.02vw, 17px) !important;
    line-height: 1.42 !important;
}

body.home .pcv3-daily-panel__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(220px, 0.84fr);
    grid-auto-rows: minmax(78px, auto);
    gap: 12px;
}

body.home .pcv3-daily-card {
    min-height: auto;
    min-width: 0;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(123, 16, 24, 0.12);
    border-radius: 17px;
    background: rgba(255,255,255,.82);
    color: #352927 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 25px rgba(58, 16, 10, 0.06);
    display: grid;
    align-content: start;
    gap: 5px;
    overflow-wrap: anywhere;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .pcv3-daily-card:hover,
body.home .pcv3-daily-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(123, 16, 24, 0.23);
    box-shadow: 0 18px 34px rgba(58, 16, 10, 0.11);
}

body.home .pcv3-daily-card--wide {
    grid-column: 1;
    grid-row: span 3;
    min-height: 282px;
    padding: clamp(22px, 2.8vw, 34px);
    background: linear-gradient(135deg, rgba(123,16,24,.96), rgba(150,23,31,.92));
    color: #fff !important;
    align-content: center;
    position: relative;
    overflow: hidden;
}

body.home .pcv3-daily-card--wide::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,.16), transparent 68%);
    pointer-events: none;
}

body.home .pcv3-daily-card--compact {
    grid-column: 2;
    min-height: 78px;
}

body.home .pcv3-daily-card--live {
    min-height: 158px;
    position: relative;
    overflow: hidden;
}

body.home .pcv3-daily-card--live-head {
    width: min(100%, 460px);
    margin-top: 6px;
    padding: 20px 22px;
    align-content: center;
    grid-column: 1 !important;
}

body.home .pcv3-daily-card--live::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(123,16,24,.05), rgba(191,132,45,.9), rgba(123,16,24,.05));
    transform-origin: left center;
    animation: pcv3LiveLine 4.2s linear infinite;
}

body.home .pcv3-daily-card--compact strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: clamp(16px, 1vw, 20px);
}

body.home .pcv3-daily-card__label {
    color: var(--pcv3-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.home .pcv3-daily-card__label--live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.home .pcv3-live-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 999px;
    background: var(--pcv3-red);
    box-shadow: 0 0 0 0 rgba(123,16,24,.28);
    animation: pcv3SoftPulse 2.4s ease-out infinite;
}

body.home .pcv3-daily-card--wide .pcv3-daily-card__label {
    color: rgba(255,255,255,.72);
}

body.home .pcv3-daily-card strong {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.25vw, 23px);
    line-height: 1.15;
    min-width: 0;
    overflow-wrap: anywhere;
}

body.home .pcv3-daily-card--wide strong {
    font-size: clamp(24px, 1.9vw, 34px);
    line-height: 1.08;
}

body.home .pcv3-daily-card span:last-child {
    color: inherit;
    opacity: .82;
    font-size: 14px;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

body.home .pcv3-daily-card--wide span:last-child {
    font-size: clamp(15.5px, 1.15vw, 19px);
    line-height: 1.42;
}

body.home .pcv3-daily-card--compact span:last-child {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .pcv3-daily-card--live .pcv3-live-stream__items {
    grid-column: auto;
    position: relative;
    min-height: 82px;
}

body.home .pcv3-daily-card--live .pcv3-live-stream__item {
    position: absolute;
    inset: 0;
    display: grid;
    gap: 5px;
    color: var(--pcv3-red-dark) !important;
    text-decoration: none !important;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 360ms ease, transform 360ms ease;
    pointer-events: none;
}

body.home .pcv3-daily-card--live .pcv3-live-stream__item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.home .pcv3-daily-card--live .pcv3-live-stream__item span {
    color: #7c6a65;
    font-size: 12px;
    font-weight: 800;
}

body.home .pcv3-daily-card--live .pcv3-live-stream__item strong {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    color: var(--pcv3-red-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.15vw, 23px);
    line-height: 1.32;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
}

body.home .entry-content > p {
    max-width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 0 22px;
    border-left: 3px solid rgba(191, 132, 45, 0.42);
    color: #342927;
    font-size: clamp(17px, 1.25vw, 20px) !important;
    line-height: 1.72 !important;
}

body.home .entry-content > ul {
    max-width: 980px;
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 24px 28px;
    border: 1px solid var(--pcv3-line);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(251,244,232,.84));
    box-shadow: var(--pcv3-shadow);
    list-style: none;
    display: grid;
    gap: 12px 24px;
}

body.home .entry-content > ul li {
    position: relative;
    padding-left: 28px;
    font-size: clamp(16px, 1.15vw, 19px) !important;
    line-height: 1.55;
}

body.home .entry-content > ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48em;
    width: 13px;
    height: 13px;
    border: 2px solid var(--pcv3-gold);
    border-radius: 999px;
    box-shadow: inset 0 0 0 3px #fff;
    background: var(--pcv3-red);
}

body.home .entry-content > blockquote {
    max-width: 920px;
    margin-top: 22px;
    margin-bottom: 22px;
    padding: 26px 30px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #650d14, #8c101a);
    color: #fff;
    box-shadow: 0 22px 48px rgba(101, 13, 20, 0.22);
}

body.home .entry-content > blockquote p {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.35;
}

body.home .entry-content > blockquote footer {
    margin-top: 12px;
    color: rgba(255,255,255,.78);
    font-size: 15px;
}

body.home .entry-content > hr {
    max-width: 960px;
    border: 0;
    border-top: 1px solid var(--pcv3-line);
}

body.home .entry-content > div[style*="text-align: center"] a {
    border-radius: 999px !important;
    box-shadow: 0 16px 34px rgba(123, 16, 24, 0.18);
    font-weight: 800;
}

body.home .entry-content > p[style*="text-align:center"][style*="font-style:italic"] {
    margin-bottom: 0 !important;
}

body.home .entry-content > p[style*="text-align:center"][style*="font-style:italic"] ~ .wp-block-spacer,
body.home .entry-content > p[style*="text-align:center"][style*="font-style:italic"] ~ div[style*="padding-bottom: 56.25%"] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home .entry-content > h2::after,
body.home .pcv3-home-editorial h2::after {
    display: none !important;
}

body.home .pcv3-home-editorial {
    width: min(100% - 32px, 1120px) !important;
    max-width: 1120px !important;
    margin: clamp(34px, 5vw, 70px) auto clamp(42px, 5vw, 76px) !important;
    padding: clamp(28px, 4vw, 48px) !important;
    border: 1px solid rgba(234, 223, 221, .95) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(58, 16, 10, .055) !important;
    box-sizing: border-box !important;
}

body.home .pcv3-home-editorial :is(h2, h3, p, li, ul, ol, blockquote) {
    max-width: 840px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.home .pcv3-home-editorial h2 {
    margin-top: clamp(32px, 4vw, 54px) !important;
    margin-bottom: 16px !important;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(25px, 2.45vw, 38px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-wrap: balance;
}

body.home .pcv3-home-editorial h2:first-of-type {
    margin-top: 0 !important;
}

body.home .pcv3-home-editorial > p {
    padding: 0 !important;
    border-left: 0 !important;
    color: #342927 !important;
    font-size: clamp(17px, 1.12vw, 19px) !important;
    line-height: 1.76 !important;
}

body.home .pcv3-home-editorial > p:first-child {
    margin: 0 auto clamp(26px, 3vw, 38px) !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(234, 223, 221, .95) !important;
    border-left: 1px solid rgba(234, 223, 221, .95) !important;
    border-radius: 8px !important;
    background: #fff8ef !important;
    box-shadow: none !important;
    color: #4c3934 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

body.home .pcv3-home-editorial > ul {
    padding: 0 0 0 1.35rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: block !important;
    list-style: disc !important;
}

body.home .pcv3-home-editorial > ul li {
    padding-left: 0 !important;
    color: #342927 !important;
    font-size: clamp(17px, 1.08vw, 18.5px) !important;
    line-height: 1.7 !important;
}

body.home .pcv3-home-editorial > ul li::before {
    display: none !important;
}

body.home .pcv3-home-editorial > blockquote {
    margin: 24px auto !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-left: 4px solid var(--pcv3-gold) !important;
    border-radius: 0 !important;
    background: #fff8ef !important;
    box-shadow: none !important;
    color: #3e302d !important;
}

body.home .pcv3-home-editorial > blockquote p {
    color: #3e302d !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(18px, 1.35vw, 22px) !important;
    line-height: 1.62 !important;
}

body.home .pcv3-home-editorial > blockquote footer {
    color: #7c6a65 !important;
}

body.home .pcv3-home-editorial > hr {
    display: none !important;
}

body.home .pcv3-home-editorial > div[style*="text-align: center"] {
    margin-top: clamp(22px, 3vw, 36px) !important;
    margin-bottom: clamp(20px, 3vw, 32px) !important;
    text-align: center !important;
}

body.home .pcv3-home-editorial > div[style*="text-align: center"] a {
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(123, 16, 24, 0.14) !important;
    font-weight: 800 !important;
}

body.home .pcv3-home-editorial > p[style*="text-align:center"][style*="font-style:italic"] {
    max-width: 840px !important;
    margin-top: clamp(22px, 3vw, 34px) !important;
    margin-bottom: 0 !important;
    padding: 20px 22px !important;
    border: 1px solid rgba(191, 132, 45, .22) !important;
    border-left: 1px solid rgba(191, 132, 45, .22) !important;
    border-radius: 8px !important;
    background: #fff8ef !important;
    color: #3e302d !important;
    font-size: clamp(17px, 1.12vw, 19px) !important;
    font-style: italic !important;
    line-height: 1.72 !important;
    text-align: center !important;
}

body.home .entry-content > .pcv3-home-editorial ~ .wp-block-spacer,
body.home .entry-content > .pcv3-home-editorial ~ div[style*="padding-bottom: 56.25%"] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home .prayer-grid,
body.home .neuvaines-grid,
body.home .saints-grid,
body.home .saint-grid,
body.home .dioceses-grid,
body.home .diocese-grid,
body.home .musiques-grid,
body.home .musique-grid,
body.home .angels-grid,
body.home .anges-grid,
body.home .patrimoine-grid {
    gap: clamp(14px, 1.55vw, 22px) !important;
}

body.home .prayer-item,
body.home .neuvaine-item,
body.home .saint-item,
body.home .diocese-item,
body.home .musique-item,
body.home .angel-item,
body.home .ange-item,
body.home .patrimoine-item {
    border: 1px solid var(--pcv3-line) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.88) !important;
    box-shadow: 0 16px 38px rgba(58, 16, 10, 0.08) !important;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .prayer-item:hover,
body.home .neuvaine-item:hover,
body.home .saint-item:hover,
body.home .diocese-item:hover,
body.home .musique-item:hover,
body.home .angel-item:hover,
body.home .ange-item:hover,
body.home .patrimoine-item:hover {
    transform: translateY(-3px);
    border-color: rgba(123, 16, 24, 0.22) !important;
    box-shadow: 0 24px 52px rgba(58, 16, 10, 0.13) !important;
}

body.home .prayer-item img,
body.home .neuvaine-item img,
body.home .saint-item img,
body.home .diocese-item img,
body.home .musique-item img,
body.home .angel-item img,
body.home .ange-item img,
body.home .patrimoine-item img {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 14px 14px 0 0 !important;
}

body.home .prayer-item h3,
body.home .neuvaine-item h3,
body.home .saint-item h3,
body.home .diocese-item h3,
body.home .musique-item h3,
body.home .angel-item h3,
body.home .ange-item h3,
body.home .patrimoine-item h3 {
    min-height: 58px;
    padding: 12px 14px 15px;
    color: var(--pcv3-red-dark) !important;
    font-size: clamp(14px, 0.95vw, 18px) !important;
    line-height: 1.18 !important;
    text-align: center;
    text-wrap: balance;
}

body.home .prayer-item a,
body.home .neuvaine-item a,
body.home .saint-item a,
body.home .diocese-item a,
body.home .musique-item a,
body.home .angel-item a,
body.home .ange-item a,
body.home .patrimoine-item a {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
}

body.home .prayer-item a:hover h3,
body.home .neuvaine-item a:hover h3,
body.home .saint-item a:hover h3,
body.home .diocese-item a:hover h3,
body.home .musique-item a:hover h3,
body.home .angel-item a:hover h3,
body.home .ange-item a:hover h3,
body.home .patrimoine-item a:hover h3 {
    color: var(--pcv3-red) !important;
}

body.home .prayer-item h3 {
    font-size: clamp(13.5px, 0.88vw, 16px) !important;
}

body.home .prayer-grid .prayer-item {
    background: rgba(255,255,255,.92) !important;
}

body.home .prayer-grid .prayer-item img {
    display: block;
    aspect-ratio: 1.85 / 1;
    border-radius: 14px 14px 0 0 !important;
}

body.home .prayer-grid .prayer-item h3 {
    min-height: auto;
    margin: 0 !important;
    padding: 14px 18px 6px;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(17px, 1.15vw, 21px) !important;
    line-height: 1.15 !important;
    text-align: left;
    text-wrap: balance;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .prayer-grid .pcv3-home-prayer-excerpt {
    display: -webkit-box;
    margin: 0 !important;
    padding: 0 18px 18px;
    color: #5b504d;
    font-size: 13.5px !important;
    line-height: 1.42 !important;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .neuvaines-grid .neuvaine-item,
body.home .saints-grid .saint-item,
body.home .saint-grid .saint-item,
body.home .angels-grid .angel-item,
body.home .anges-grid .ange-item {
    background: rgba(255,255,255,.92) !important;
}

body.home .neuvaines-grid .neuvaine-item img,
body.home .saints-grid .saint-item img,
body.home .saint-grid .saint-item img,
body.home .angels-grid .angel-item img,
body.home .anges-grid .ange-item img {
    display: block;
    aspect-ratio: 1.85 / 1;
    border-radius: 14px 14px 0 0 !important;
}

body.home .neuvaines-grid .neuvaine-item h3,
body.home .saints-grid .saint-item h3,
body.home .saint-grid .saint-item h3,
body.home .angels-grid .angel-item h3,
body.home .anges-grid .ange-item h3 {
    min-height: auto;
    margin: 0 !important;
    padding: 14px 18px 6px;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(17px, 1.15vw, 21px) !important;
    line-height: 1.15 !important;
    text-align: left;
    text-wrap: balance;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .neuvaines-grid .pcv3-home-card-excerpt,
body.home .saints-grid .pcv3-home-card-excerpt,
body.home .saint-grid .pcv3-home-card-excerpt,
body.home .angels-grid .pcv3-home-card-excerpt,
body.home .anges-grid .pcv3-home-card-excerpt {
    display: -webkit-box;
    margin: 0 !important;
    padding: 0 18px 18px;
    color: #5b504d;
    font-size: 13.5px !important;
    line-height: 1.42 !important;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .diocese-item h3 {
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .prayer-grid .prayer-item,
body.home .neuvaines-grid .neuvaine-item,
body.home .saints-grid .saint-item,
body.home .saint-grid .saint-item,
body.home .dioceses-grid .diocese-item,
body.home .diocese-grid .diocese-item,
body.home .musiques-grid .musique-item,
body.home .musique-grid .musique-item,
body.home .angels-grid .angel-item,
body.home .anges-grid .ange-item,
body.home .patrimoine-grid .patrimoine-item {
    padding: 0 !important;
    background: rgba(255,255,255,.92) !important;
}

body.home .prayer-grid .prayer-item img,
body.home .neuvaines-grid .neuvaine-item img,
body.home .saints-grid .saint-item img,
body.home .saint-grid .saint-item img,
body.home .dioceses-grid .diocese-item img,
body.home .diocese-grid .diocese-item img,
body.home .musiques-grid .musique-item img,
body.home .musique-grid .musique-item img,
body.home .angels-grid .angel-item img,
body.home .anges-grid .ange-item img,
body.home .patrimoine-grid .patrimoine-item img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block;
    aspect-ratio: 1.85 / 1;
    object-fit: cover;
    border-radius: 14px 14px 0 0 !important;
}

body.home .prayer-grid .prayer-item h3,
body.home .neuvaines-grid .neuvaine-item h3,
body.home .saints-grid .saint-item h3,
body.home .saint-grid .saint-item h3,
body.home .dioceses-grid .diocese-item h3,
body.home .diocese-grid .diocese-item h3,
body.home .musiques-grid .musique-item h3,
body.home .musique-grid .musique-item h3,
body.home .angels-grid .angel-item h3,
body.home .anges-grid .ange-item h3,
body.home .patrimoine-grid .patrimoine-item h3 {
    min-height: auto;
    margin: 0 !important;
    padding: 14px 18px 6px;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(17px, 1.15vw, 21px) !important;
    line-height: 1.15 !important;
    text-align: left !important;
    text-wrap: balance;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home .dioceses-grid .diocese-item h3,
body.home .diocese-grid .diocese-item h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .prayer-grid .pcv3-home-prayer-excerpt,
body.home .neuvaines-grid .pcv3-home-card-excerpt,
body.home .saints-grid .pcv3-home-card-excerpt,
body.home .saint-grid .pcv3-home-card-excerpt,
body.home .dioceses-grid .pcv3-home-card-excerpt,
body.home .diocese-grid .pcv3-home-card-excerpt,
body.home .musiques-grid .pcv3-home-card-excerpt,
body.home .musique-grid .pcv3-home-card-excerpt,
body.home .angels-grid .pcv3-home-card-excerpt,
body.home .anges-grid .pcv3-home-card-excerpt,
body.home .patrimoine-grid .pcv3-home-card-excerpt {
    display: -webkit-box;
    margin: 0 !important;
    padding: 0 18px 18px;
    color: #5b504d;
    font-size: 13.5px !important;
    line-height: 1.42 !important;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home #pax-home-latest-intentions {
    max-width: 1060px;
    padding: clamp(18px, 2.4vw, 26px);
    border: 1px solid var(--pcv3-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(191, 132, 45, 0.13), transparent 38%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(251,244,232,.82));
    box-shadow: var(--pcv3-shadow);
}

body.home #pax-home-latest-intentions > h2 {
    margin: 0 0 18px !important;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(24px, 2.35vw, 34px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-wrap: balance;
}

body.home #pax-home-latest-intentions .prayer-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(100%, 980px);
    margin-left: auto;
    margin-right: auto;
}

body.home #pax-home-latest-intentions .prayer-card-link {
    width: 100% !important;
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

body.home #pax-home-latest-intentions .prayer-item-list {
    width: 100% !important;
    min-height: auto;
    padding: 14px 16px !important;
    border: 1px solid rgba(123, 16, 24, 0.12) !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 10px 24px rgba(58, 16, 10, 0.055) !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 5px 14px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home #pax-home-latest-intentions .prayer-item-list::before {
    content: none;
}

body.home #pax-home-latest-intentions .pax-intention-pattern {
    display: none !important;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    align-self: center;
}

body.home #pax-home-latest-intentions .prayer-card-link:hover .prayer-item-list {
    transform: translateX(2px);
    border-color: rgba(123, 16, 24, 0.23) !important;
    box-shadow: 0 16px 32px rgba(58, 16, 10, 0.10) !important;
}

body.home #pax-home-latest-intentions .prayer-item-list h2,
body.home #pax-home-latest-intentions .pax-prayer-card-title {
    margin: 0 !important;
    grid-column: 1;
    grid-row: 1;
    color: var(--pcv3-red-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(16px, 1vw, 19px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

body.home #pax-home-latest-intentions .prayer-excerpt {
    grid-column: 1;
    grid-row: 3;
    margin: 0 !important;
    color: #5b504d;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    max-width: 760px;
    text-align: left !important;
}

body.home #pax-home-latest-intentions .pax-intention-author {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    max-width: 760px;
    margin: 0 !important;
    color: #7b5d55 !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

body.home #pax-home-latest-intentions .pax-prayer-meta,
body.home #pax-home-latest-intentions .paxint-like-btn {
    position: static !important;
    width: fit-content;
    grid-column: 3;
    grid-row: 1 / span 3;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6px;
    margin-top: 0;
    padding: 8px 11px !important;
    border: 1px solid rgba(123, 16, 24, 0.13) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 7px 15px rgba(58, 16, 10, 0.055) !important;
    color: var(--pcv3-red) !important;
    font-size: 12px !important;
    font-weight: 800;
}

body.home #pax-home-latest-intentions .pax-pray-chip {
    grid-column: 2;
    grid-row: 1 / span 3;
    justify-self: end;
    white-space: nowrap;
}

body.home #pax-home-latest-intentions .pax-like-heart {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: transparent;
    color: var(--pcv3-red) !important;
    font-size: 0 !important;
}

body.home #pax-home-latest-intentions .pax-like-heart::before {
    content: "\2661";
    font-size: 17px;
    line-height: 1;
}

body.home #pax-home-latest-intentions .paxint-like-btn:hover,
body.home #pax-home-latest-intentions .paxint-like-btn:focus-visible,
body.home #pax-home-latest-intentions .paxint-like-btn[aria-pressed="true"] {
    border-color: #7b1018 !important;
    background: #7b1018 !important;
    color: #fff !important;
}

body.home #pax-home-latest-intentions .paxint-like-btn:hover .pax-like-heart,
body.home #pax-home-latest-intentions .paxint-like-btn:hover .pax-like-count,
body.home #pax-home-latest-intentions .paxint-like-btn:focus-visible .pax-like-heart,
body.home #pax-home-latest-intentions .paxint-like-btn:focus-visible .pax-like-count,
body.home #pax-home-latest-intentions .paxint-like-btn[aria-pressed="true"] .pax-like-heart,
body.home #pax-home-latest-intentions .paxint-like-btn[aria-pressed="true"] .pax-like-count {
    color: #fff !important;
}

body.home #pax-home-latest-intentions .paxint-like-btn:hover .pax-like-heart::before,
body.home #pax-home-latest-intentions .paxint-like-btn[aria-pressed="true"] .pax-like-heart::before {
    content: "\2665";
}

body.home #pax-home-latest-intentions .paxcoeur-load-more-wrapper {
    margin-top: 22px;
}

body.home .paxcoeur-load-more,
body.home .paxcoeur-load-more-intentions,
body.home .pcv3-index-intention-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--pcv3-red), #9b111b) !important;
    box-shadow: 0 16px 34px rgba(123, 16, 24, 0.18) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 13px 28px !important;
    text-decoration: none !important;
}

@media (min-width: 1100px) {
    body.home .prayer-grid,
    body.home .neuvaines-grid,
    body.home .saints-grid,
    body.home .dioceses-grid,
    body.home .musiques-grid,
    body.home .angels-grid,
    body.home .patrimoine-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.home .prayer-item img,
    body.home .neuvaine-item img,
    body.home .saint-item img,
    body.home .diocese-item img,
    body.home .musique-item img,
    body.home .angel-item img,
    body.home .patrimoine-item img {
        aspect-ratio: 1.85 / 1;
    }
}

body.home .pcv3-radio-cta {
    margin-top: clamp(34px, 5vw, 70px);
    margin-bottom: clamp(34px, 5vw, 70px);
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(123, 16, 24, 0.15);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(191, 132, 45, 0.20), transparent 34%),
        linear-gradient(135deg, #650d14, #8c101a);
    color: #fff;
    box-shadow: 0 24px 58px rgba(83, 10, 15, 0.22);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 2.4vw, 28px);
}

body.home .pcv3-radio-cta__media {
    width: clamp(58px, 7vw, 86px);
    height: clamp(58px, 7vw, 86px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255,255,255,.13);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

body.home .pcv3-radio-cta__media svg {
    width: 48%;
    height: 48%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.home .pcv3-radio-cta__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.home .pcv3-radio-cta h2 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(24px, 2.4vw, 36px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

body.home .pcv3-radio-cta p {
    margin: 0;
    max-width: 620px;
    color: rgba(255,255,255,.84);
    font-size: clamp(15px, 1.1vw, 18px) !important;
    line-height: 1.45 !important;
}

body.home .pcv3-radio-cta__link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #fff;
    color: var(--pcv3-red) !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(42, 5, 8, 0.18);
    white-space: nowrap;
}

@media (min-width: 900px) {
    body.home .entry-content > ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 980px) {
    body.home .pcv3-daily-panel {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    body.home .pcv3-daily-panel__grid {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    body.home .pcv3-daily-card,
    body.home .pcv3-daily-card--wide,
    body.home .pcv3-daily-card--compact {
        grid-column: auto;
        grid-row: auto;
    }

    body.home .pcv3-daily-card--wide {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    body.home .entry-content > :not(.pcv3-hero) {
        width: min(100% - 24px, 1180px);
    }

    body.home #pax-home-latest-intentions .prayer-item-list {
        grid-template-columns: minmax(0, 1fr);
        gap: 5px 11px;
    }

    body.home #pax-home-latest-intentions .pax-prayer-meta,
    body.home #pax-home-latest-intentions .paxint-like-btn {
        grid-column: 1;
        grid-row: 5;
        justify-self: start;
        margin-top: 5px;
    }

    body.home #pax-home-latest-intentions .pax-pray-chip {
        grid-column: 1;
        grid-row: 4;
        justify-self: start;
        margin-top: 5px;
    }

    body.home .entry-content > p,
    body.home .entry-content > ul,
    body.home .entry-content > blockquote {
        padding: 18px;
        border-radius: 14px;
    }

    body.home .entry-content > p {
        padding: 0 0 0 16px;
        border-radius: 0;
    }

    body.home .pcv3-home-editorial {
        width: min(100% - 24px, 1120px) !important;
        margin-top: 28px !important;
        margin-bottom: 42px !important;
        padding: 20px 16px !important;
    }

    body.home .pcv3-home-editorial :is(h2, h3, p, li, ul, ol, blockquote) {
        max-width: 100% !important;
    }

    body.home .pcv3-home-editorial h2 {
        font-size: clamp(23px, 6.8vw, 31px) !important;
        line-height: 1.16 !important;
    }

    body.home .pcv3-home-editorial > p:first-child {
        padding: 12px !important;
        font-size: 14px !important;
    }

    body.home .pcv3-home-editorial > blockquote {
        padding: 14px 16px !important;
    }

    body.home .entry-content > h2 {
        max-width: 340px;
        font-size: clamp(23px, 7vw, 31px) !important;
    }

    body.home .pcv3-daily-panel {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 18px;
        gap: 16px;
    }

    body.home .pcv3-daily-panel__head {
        justify-items: center;
        text-align: center;
    }

    body.home .pcv3-daily-card--live-head {
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }

    body.home .pcv3-daily-live {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 15px;
        text-align: center;
    }

    body.home .pcv3-live-stream {
        width: 100%;
        min-height: 106px;
        text-align: left;
    }

    body.home .pcv3-live-stream__item strong {
        font-size: 14px;
    }

    body.home .pcv3-daily-panel h2 {
        max-width: 360px;
        text-align: center !important;
        font-size: clamp(26px, 7.3vw, 34px) !important;
        line-height: .98 !important;
    }

    body.home .pcv3-daily-panel__head p {
        max-width: 320px;
        text-align: center;
        font-size: 17px !important;
    }

    body.home .pcv3-daily-panel__grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

    body.home .pcv3-daily-card,
    body.home .pcv3-daily-card--wide {
        grid-column: auto;
        grid-row: auto;
        min-height: auto;
        padding: 15px;
    }

    body.home .pcv3-daily-card--wide {
        padding: 18px;
    }

    body.home .pcv3-daily-card--compact {
        grid-column: auto;
    }

    body.home .pcv3-daily-card--live .pcv3-live-stream__item strong {
        white-space: normal;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.34;
        padding-bottom: 1px;
    }

    body.home .prayer-item h3,
    body.home .neuvaine-item h3,
    body.home .saint-item h3,
    body.home .diocese-item h3,
    body.home .musique-item h3,
    body.home .angel-item h3,
    body.home .ange-item h3,
    body.home .patrimoine-item h3 {
        min-height: auto;
        font-size: 15px !important;
    }

    body.home .prayer-grid .prayer-item h3 {
        padding: 13px 16px 6px;
        font-size: 17px !important;
        text-align: left;
    }

    body.home .prayer-grid .pcv3-home-prayer-excerpt {
        padding: 0 16px 16px;
        font-size: 13px !important;
    }

    body.home .neuvaines-grid .neuvaine-item h3,
    body.home .saints-grid .saint-item h3,
    body.home .saint-grid .saint-item h3,
    body.home .angels-grid .angel-item h3,
    body.home .anges-grid .ange-item h3 {
        padding: 13px 16px 6px;
        font-size: 17px !important;
        text-align: left;
    }

    body.home .neuvaines-grid .pcv3-home-card-excerpt,
    body.home .saints-grid .pcv3-home-card-excerpt,
    body.home .saint-grid .pcv3-home-card-excerpt,
    body.home .angels-grid .pcv3-home-card-excerpt,
    body.home .anges-grid .pcv3-home-card-excerpt {
        padding: 0 16px 16px;
        font-size: 13px !important;
    }

    body.home .prayer-grid .prayer-item h3,
    body.home .neuvaines-grid .neuvaine-item h3,
    body.home .saints-grid .saint-item h3,
    body.home .saint-grid .saint-item h3,
    body.home .dioceses-grid .diocese-item h3,
    body.home .diocese-grid .diocese-item h3,
    body.home .musiques-grid .musique-item h3,
    body.home .musique-grid .musique-item h3,
    body.home .angels-grid .angel-item h3,
    body.home .anges-grid .ange-item h3,
    body.home .patrimoine-grid .patrimoine-item h3 {
        padding: 13px 16px 6px;
        font-size: 17px !important;
        text-align: left !important;
    }

    body.home .prayer-grid .pcv3-home-prayer-excerpt,
    body.home .neuvaines-grid .pcv3-home-card-excerpt,
    body.home .saints-grid .pcv3-home-card-excerpt,
    body.home .saint-grid .pcv3-home-card-excerpt,
    body.home .dioceses-grid .pcv3-home-card-excerpt,
    body.home .diocese-grid .pcv3-home-card-excerpt,
    body.home .musiques-grid .pcv3-home-card-excerpt,
    body.home .musique-grid .pcv3-home-card-excerpt,
    body.home .angels-grid .pcv3-home-card-excerpt,
    body.home .anges-grid .pcv3-home-card-excerpt,
    body.home .patrimoine-grid .pcv3-home-card-excerpt {
        padding: 0 16px 16px;
        font-size: 13px !important;
    }

    body.home .pcv3-radio-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        border-radius: 18px;
    }

    body.home .pcv3-radio-cta p {
        max-width: 320px;
    }

    body.home .pcv3-radio-cta__link {
        width: 100%;
    }
}
