.hp-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.hp-hero {
    position: relative;
    overflow: hidden;

    padding: 105px 0 92px;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(32, 93, 72, .11),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #fbfcfb,
            #f5f8f6
        );
}

.hp-hero::before {
    content: "";

    position: absolute;
    top: -240px;
    right: -180px;

    width: 600px;
    height: 600px;

    border: 1px solid rgba(31, 92, 72, .08);
    border-radius: 50%;
}

.hp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 80px;
    align-items: center;
}

.hp-hero-content {
    max-width: 770px;
}

.hp-eyebrow {
    margin: 0 0 12px;

    color: #1f5c48;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .09em;
    text-transform: uppercase;
}

.hp-hero h1 {
    max-width: 760px;
    margin: 0;

    color: #14211c;

    font-size: clamp(48px, 7vw, 82px);
    font-weight: 720;

    letter-spacing: -.055em;
    line-height: .98;
}

.hp-hero-text {
    max-width: 680px;

    margin: 25px 0 0;

    color: #607069;

    font-size: 19px;
    line-height: 1.7;
}

.hp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;

    margin-top: 32px;
}

.hp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 11px 19px;

    border: 1px solid #ccd7d2;
    border-radius: 10px;

    background: #fff;
    color: #25352f;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.hp-button:hover {
    transform: translateY(-2px);

    border-color: #aebeb6;

    box-shadow:
        0 10px 24px rgba(20, 33, 28, .08);
}

.hp-button-primary {
    border-color: #1f5c48;

    background: #1f5c48;
    color: #fff;

    box-shadow:
        0 12px 26px rgba(31, 92, 72, .18);
}

.hp-button-primary:hover {
    border-color: #174838;

    background: #174838;
}

.hp-hero-visual {
    display: grid;
    place-items: center;

    min-height: 390px;
}

.hp-symbol {
    position: relative;

    width: min(310px, 85%);
    aspect-ratio: 1;

    border: 1px solid rgba(31, 92, 72, .14);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(31, 92, 72, .08),
            rgba(31, 92, 72, .015) 55%,
            transparent 56%
        );
}

.hp-symbol::before,
.hp-symbol::after {
    content: "";

    position: absolute;
    inset: 50% auto auto 50%;

    border-radius: 2px;

    background: #1f5c48;

    transform: translate(-50%, -50%);
}

.hp-symbol::before {
    width: 9px;
    height: 150px;
}

.hp-symbol::after {
    width: 86px;
    height: 9px;

    transform: translate(-50%, -78px);
}

.hp-section {
    padding: 84px 0;
}

.hp-section:nth-of-type(even) {
    background: #fafbfa;
}

.hp-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 30px;
}

.hp-section-heading.compact {
    margin-bottom: 20px;
}

.hp-section-heading h2,
.hp-about h2,
.hp-contact h2 {
    margin: 0;

    color: #17231e;

    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;

    letter-spacing: -.035em;
    line-height: 1.08;
}

.hp-section-heading.compact h2 {
    font-size: 25px;
}

.hp-section-subtitle {
    margin: 9px 0 0;

    color: #77847e;
}

.hp-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.hp-quick-card {
    position: relative;

    min-height: 140px;

    padding: 21px;

    border: 1px solid #e0e6e2;
    border-radius: 14px;

    background: #fff;
    color: #17231e;

    text-decoration: none;

    box-shadow:
        0 1px 2px rgba(20, 33, 28, .02);

    transition:
        transform .16s ease,
        border-color .16s ease,
        box-shadow .16s ease;
}

.hp-quick-card:hover {
    transform: translateY(-4px);

    border-color: #bdd0c7;

    box-shadow:
        0 14px 30px rgba(20, 33, 28, .07);
}

.hp-quick-card strong {
    display: block;

    margin-top: 33px;

    font-size: 16px;
}

.hp-quick-number {
    color: #9aa8a1;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .06em;
}

.hp-arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;

    color: #1f5c48;
}

.hp-announcements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hp-announcement-card {
    position: relative;

    min-height: 270px;

    padding: 25px;

    border: 1px solid #e0e6e2;
    border-radius: 15px;

    background: #fff;

    box-shadow:
        0 1px 2px rgba(20, 33, 28, .02);
}

.hp-announcement-card h3 {
    margin: 15px 0 11px;

    color: #17231e;

    font-size: 19px;
    line-height: 1.3;
}

.hp-announcement-card p {
    margin: 0;

    color: #69776f;

    line-height: 1.65;
}

.hp-announcement-card small {
    position: absolute;
    left: 25px;
    bottom: 22px;

    color: #97a19c;
}

.hp-featured {
    display: inline-flex;

    padding: 4px 8px;

    border-radius: 999px;

    background: #edf5f1;
    color: #1f5c48;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .04em;
    text-transform: uppercase;
}

.hp-intentions-section {
    background: #14231d !important;
    color: #fff;
}

.hp-intentions-section .hp-eyebrow {
    color: #8fc3ad;
}

.hp-intentions-section h2 {
    color: #fff;
}

.hp-intentions-section .hp-section-subtitle {
    color: #9fb0a8;
}

.hp-text-link {
    color: #bcd8cc;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;
}

.hp-intentions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
}

.hp-intention {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;

    min-height: 105px;

    padding: 20px;

    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hp-intention-date strong,
.hp-intention-date span {
    display: block;
}

.hp-intention-date strong {
    color: #fff;

    font-size: 19px;
}

.hp-intention-date span {
    margin-top: 2px;

    color: #8fc3ad;

    font-size: 13px;
}

.hp-intention p {
    margin: 0;

    color: #d2ddd8;

    line-height: 1.55;
}

.hp-about {
    padding: 100px 0;
}

.hp-about-grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 80px;
    align-items: center;
}

.hp-about-mark {
    display: grid;
    place-items: center;

    aspect-ratio: 1;

    border-radius: 32px;

    background:
        linear-gradient(
            145deg,
            #1f5c48,
            #153d31
        );

    color: rgba(255, 255, 255, .92);

    font-size: 54px;
    font-weight: 800;

    letter-spacing: -.06em;

    box-shadow:
        0 30px 60px rgba(31, 92, 72, .18);
}

.hp-about-text {
    max-width: 700px;

    margin: 20px 0 27px;

    color: #69776f;

    font-size: 17px;
    line-height: 1.75;
}

.hp-contact {
    background: #f0f4f1 !important;
}

.hp-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 32px;

    overflow: hidden;

    border: 1px solid #dce5df;
    border-radius: 14px;

    background: #fff;
}

.hp-contact-grid > div {
    min-height: 130px;

    padding: 22px;

    border-right: 1px solid #e2e8e4;
}

.hp-contact-grid > div:last-child {
    border-right: 0;
}

.hp-contact-grid small,
.hp-contact-grid strong {
    display: block;
}

.hp-contact-grid small {
    margin-bottom: 10px;

    color: #8c9892;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .06em;
}

.hp-contact-grid strong {
    color: #273730;

    font-size: 14px;
    line-height: 1.55;
}

.hp-empty {
    padding: 35px;

    border: 1px dashed #d2dbd6;
    border-radius: 13px;

    color: #839089;

    text-align: center;
}

@media (max-width: 900px) {
    .hp-hero-grid {
        grid-template-columns: 1fr;
    }

    .hp-hero-visual {
        display: none;
    }

    .hp-quick-grid,
    .hp-announcements,
    .hp-contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-about-grid {
        grid-template-columns: 230px 1fr;
        gap: 40px;
    }
}

@media (max-width: 650px) {
    .hp-shell {
        width: min(100% - 28px, 1180px);
    }

    .hp-hero {
        padding: 68px 0 60px;
    }

    .hp-hero h1 {
        font-size: clamp(43px, 14vw, 60px);
    }

    .hp-section {
        padding: 60px 0;
    }

    .hp-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .hp-quick-grid,
    .hp-announcements,
    .hp-intentions,
    .hp-contact-grid,
    .hp-about-grid {
        grid-template-columns: 1fr;
    }

    .hp-about-mark {
        max-width: 180px;
    }

    .hp-contact-grid > div {
        border-right: 0;
        border-bottom: 1px solid #e2e8e4;
    }
}



/* =========================================================
   PARISH HERO — PROFESSIONAL FINAL DESIGN
   ========================================================= */

.parish-hero {
    position: relative;

    overflow: hidden;

    min-height: 680px;

    border-bottom:
        1px solid #e6ece8;

    background:
        radial-gradient(
            circle at 88% 7%,
            rgba(32, 91, 70, .10),
            transparent 27%
        ),
        linear-gradient(
            112deg,
            #fffefa 0%,
            #fbfcf9 47%,
            #f2f6f3 100%
        );

    color: #10271e;
}


/* ---------------------------------------------------------
   DECORATIVE BACKGROUND
   --------------------------------------------------------- */

.parish-hero-background {
    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;
}

.parish-hero-arch {
    position: absolute;

    top: -82px;
    left: 58px;

    width: 330px;
    height: 410px;

    border:
        1px solid rgba(41, 91, 72, .055);

    border-radius:
        165px
        165px
        18px
        18px;
}

.parish-hero-arch::before {
    content: "";

    position: absolute;

    inset: 28px;

    border:
        1px solid rgba(41, 91, 72, .035);

    border-radius:
        135px
        135px
        12px
        12px;
}

.parish-hero-arch span {
    position: absolute;

    top: 122px;
    left: 50%;

    width: 2px;
    height: 72px;

    background:
        rgba(50, 91, 72, .075);

    transform:
        translateX(-50%);
}

.parish-hero-arch span::before {
    content: "";

    position: absolute;

    top: 20px;
    left: 50%;

    width: 46px;
    height: 2px;

    background:
        rgba(50, 91, 72, .075);

    transform:
        translateX(-50%);
}

.parish-hero-orbit {
    position: absolute;

    border:
        1px solid rgba(31, 92, 72, .08);

    border-radius: 50%;
}

.parish-hero-orbit-one {
    top: -340px;
    right: -160px;

    width: 760px;
    height: 760px;
}

.parish-hero-orbit-two {
    right: 320px;
    bottom: -390px;

    width: 620px;
    height: 620px;

    border-color:
        rgba(176, 144, 82, .12);
}


/* ---------------------------------------------------------
   SHELL
   --------------------------------------------------------- */

.parish-hero-shell {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(440px, .88fr)
        minmax(560px, 1.12fr);

    align-items: center;

    gap: 58px;

    width:
        min(
            1440px,
            calc(100% - 80px)
        );

    min-height: 680px;

    margin: 0 auto;

    padding:
        54px 0 62px;
}


/* =========================================================
   HERO COPY
   ========================================================= */

.parish-hero-copy {
    position: relative;

    max-width: 620px;

    padding-left: 3px;
}


/* EYEBROW */

.parish-hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 22px;

    color: #557466;

    font-size: 10px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: .18em;
    text-transform: uppercase;
}

.parish-hero-eyebrow i {
    display: block;

    width: 48px;
    height: 1px;

    background: #a79567;
}


/* ---------------------------------------------------------
   HEADLINE
   --------------------------------------------------------- */

.parish-hero h1 {
    margin: 0;

    font-family:
        ui-serif,
        Georgia,
        Cambria,
        "Times New Roman",
        serif;

    letter-spacing: -.052em;
}

.parish-hero h1 strong {
    display: block;

    color: #10271e;

    font-size:
        clamp(
            52px,
            5.2vw,
            82px
        );

    font-weight: 600;

    line-height: .96;
}

.parish-hero h1 span {
    display: block;

    margin-top: 9px;

    color: #345d4d;

    font-size:
        clamp(
            38px,
            3.4vw,
            57px
        );

    font-weight: 500;

    line-height: 1.02;

    letter-spacing: -.045em;
}


/* ---------------------------------------------------------
   LEAD
   --------------------------------------------------------- */

.parish-hero-lead {
    max-width: 555px;

    margin:
        29px 0 0;

    color: #67766e;

    font-size: 16px;
    font-weight: 430;

    line-height: 1.7;

    letter-spacing: -.008em;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.parish-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 11px;

    margin-top: 31px;
}

.parish-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 50px;

    padding:
        9px 19px;

    border-radius: 11px;

    font-size: 12px;
    font-weight: 730;

    line-height: 1;

    text-decoration: none;

    transition:
        transform .15s ease,
        background-color .15s ease,
        border-color .15s ease,
        box-shadow .15s ease;
}

.parish-hero-button-icon {
    display: grid;
    place-items: center;

    width: 24px;
    height: 24px;
}

.parish-hero-button-icon svg {
    width: 20px;
    height: 20px;
}


/* PRIMARY */

.parish-hero-button-primary {
    border:
        1px solid #175a43;

    background: #175a43;

    color: #ffffff;

    box-shadow:
        0 11px 30px
        rgba(23, 90, 67, .17);
}

.parish-hero-button-primary:hover {
    border-color: #104b37;

    background: #104b37;

    color: #ffffff;

    transform:
        translateY(-2px);

    box-shadow:
        0 14px 34px
        rgba(23, 90, 67, .23);
}


/* SECONDARY */

.parish-hero-button-secondary {
    border:
        1px solid #ccd7d1;

    background:
        rgba(255, 255, 255, .76);

    color: #1a3127;

    box-shadow:
        0 7px 20px
        rgba(15, 39, 29, .035);

    backdrop-filter:
        blur(10px);
}

.parish-hero-button-secondary:hover {
    border-color: #aebfb6;

    background: #ffffff;

    color: #10271e;

    transform:
        translateY(-2px);
}


/* FOCUS */

.parish-hero-button:focus-visible {
    outline:
        3px solid
        rgba(23, 90, 67, .18);

    outline-offset: 3px;
}


/* =========================================================
   VALUES
   ========================================================= */

.parish-hero-values {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-top: 52px;
    padding-top: 19px;

    border-top:
        1px solid #e3e9e5;

    color: #87938d;

    font-size: 8px;
    font-weight: 750;

    letter-spacing: .22em;
    text-transform: uppercase;
}

.parish-hero-values i {
    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #a79567;
}


/* =========================================================
   PHOTO AREA
   ========================================================= */

.parish-hero-visual {
    position: relative;

    min-width: 0;

    padding:
        8px 8px 36px 0;
}

.parish-hero-photo-frame {
    position: relative;

    overflow: hidden;

    aspect-ratio: 1.45 / 1;

    border:
        1px solid
        rgba(169, 143, 83, .42);

    border-radius:
        72px 18px 72px 18px;

    background: #eaf0eb;

    box-shadow:
        0 30px 65px
            rgba(22, 53, 41, .12),
        0 4px 14px
            rgba(22, 53, 41, .05);
}

.parish-hero-photo-frame::before {
    content: "";

    position: absolute;
    z-index: 3;

    inset: 6px;

    border:
        1px solid
        rgba(255, 255, 255, .45);

    border-radius:
        66px 14px 66px 14px;

    pointer-events: none;
}

.parish-hero-photo {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 50% 50%;

    transform: scale(1.002);
}

.parish-hero-photo-shade {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            transparent 48%,
            rgba(9, 38, 28, .03)
        );

    pointer-events: none;
}


/* ---------------------------------------------------------
   QUOTE
   --------------------------------------------------------- */

.parish-hero-quote {
    position: absolute;

    z-index: 4;

    top: 42px;
    right: 40px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    color: rgba(255, 255, 255, .95);

    font-family:
        ui-serif,
        Georgia,
        Cambria,
        serif;

    font-style: italic;

    text-shadow:
        0 2px 9px
        rgba(0, 0, 0, .25);
}

.parish-hero-quote span,
.parish-hero-quote strong {
    font-size:
        clamp(
            15px,
            1.25vw,
            20px
        );

    font-weight: 500;

    line-height: 1.25;

    letter-spacing: .035em;
}

.parish-hero-quote i {
    width: 39px;
    height: 2px;

    margin-top: 12px;

    background:
        #ddd0a4;
}


/* =========================================================
   SEAL
   ========================================================= */

.parish-hero-seal {
    position: absolute;
    z-index: 5;

    right: -26px;
    bottom: -9px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 126px;
    height: 126px;

    border:
        1px solid
        rgba(169, 143, 83, .44);

    border-radius: 50%;

    background:
        rgba(255, 254, 249, .94);

    color: #988257;

    box-shadow:
        0 16px 38px
        rgba(25, 48, 39, .11);

    backdrop-filter:
        blur(12px);

    text-align: center;
}

.parish-hero-seal::before {
    content: "";

    position: absolute;

    inset: 7px;

    border:
        1px solid
        rgba(169, 143, 83, .18);

    border-radius: 50%;
}

.parish-hero-seal svg {
    width: 24px;
    height: 32px;

    margin: 3px 0;
}

.parish-hero-seal span {
    position: relative;
    z-index: 2;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: .14em;
    text-transform: uppercase;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1500px) {

    .parish-hero-shell {
        grid-template-columns:
            minmax(490px, .88fr)
            minmax(650px, 1.12fr);
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1120px) {

    .parish-hero-shell {
        grid-template-columns:
            minmax(360px, .9fr)
            minmax(450px, 1.1fr);

        gap: 34px;

        width:
            min(
                100% - 48px,
                1240px
            );
    }

    .parish-hero h1 strong {
        font-size:
            clamp(
                45px,
                5.2vw,
                64px
            );
    }

    .parish-hero h1 span {
        font-size:
            clamp(
                32px,
                3.6vw,
                44px
            );
    }

    .parish-hero-photo-frame {
        border-radius:
            52px 16px 52px 16px;
    }

}


/* =========================================================
   MOBILE / STACKED HERO
   ========================================================= */

@media (max-width: 860px) {

    .parish-hero {
        min-height: auto;
    }

    .parish-hero-shell {
        grid-template-columns: 1fr;

        gap: 38px;

        width:
            min(
                100% - 30px,
                700px
            );

        min-height: 0;

        padding:
            54px 0 62px;
    }

    .parish-hero-copy {
        max-width: none;
    }

    .parish-hero h1 strong {
        font-size:
            clamp(
                46px,
                12vw,
                66px
            );
    }

    .parish-hero h1 span {
        font-size:
            clamp(
                32px,
                8vw,
                44px
            );
    }

    .parish-hero-lead {
        max-width: 590px;
    }

    .parish-hero-values {
        margin-top: 35px;
    }

    .parish-hero-visual {
        padding:
            0 0 30px;
    }

    .parish-hero-photo-frame {
        aspect-ratio:
            1.3 / 1;

        border-radius:
            38px 12px 38px 12px;
    }

    .parish-hero-seal {
        right: 14px;
        bottom: -18px;

        width: 104px;
        height: 104px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 520px) {

    .parish-hero-shell {
        padding-top: 40px;
    }

    .parish-hero-eyebrow {
        font-size: 8px;

        letter-spacing: .14em;
    }

    .parish-hero-eyebrow i {
        width: 30px;
    }

    .parish-hero h1 strong {
        font-size:
            clamp(
                40px,
                13vw,
                54px
            );
    }

    .parish-hero h1 span {
        font-size:
            clamp(
                29px,
                9vw,
                38px
            );
    }

    .parish-hero-lead {
        margin-top: 22px;

        font-size: 14px;
    }

    .parish-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .parish-hero-button {
        width: 100%;
    }

    .parish-hero-values {
        justify-content: center;

        gap: 9px;

        font-size: 7px;

        letter-spacing: .15em;
    }

    .parish-hero-photo-frame {
        aspect-ratio:
            1.08 / 1;

        border-radius:
            28px 10px 28px 10px;
    }

    .parish-hero-quote {
        top: 24px;
        right: 23px;
    }

    .parish-hero-seal {
        display: none;
    }

}

