/* ========================================
   LCVYRC NEW WEBSITE
   I NEED HELP - HERO
   ======================================== */

.lcv-help-hero {
    background: #edf7fc;
    padding: 64px 60px;
    margin-top: 0;
    margin-bottom: 0;
}

/* Small NEED HELP? eyebrow */
.lcv-help-hero > h2:first-child {
    color: #4da3e6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Main hero headline */
.lcv-help-hero > h2:nth-of-type(2) {
    color: #102f67;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1.08;
    font-weight: 700;
    max-width: 780px;
    margin-bottom: 24px;
}

/* Hero body copy */
.lcv-help-hero > p {
    color: #29455c;
    font-size: 19px;
    line-height: 1.6;
    max-width: 760px;
}

/* Hero buttons */
.lcv-help-hero .wp-block-button__link {
    background: #146fa3;
    color: #ffffff;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 14px 26px;
    text-decoration: none;
}

/* Button hover */
.lcv-help-hero .wp-block-button__link:hover {
    background: #102f67;
    color: #ffffff;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-help-hero {
        padding: 42px 24px;
    }

    .lcv-help-hero > h2:nth-of-type(2) {
        font-size: 34px;
    }

    .lcv-help-hero > p {
        font-size: 17px;
    }
}
/* Force new LCVYRC hero typography over Alves theme styles */

body .lcv-help-hero > h2:first-child {
    color: #4da3e6 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

body .lcv-help-hero > h2:nth-of-type(2) {
    color: #102f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 46px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
} /* LCVYRC HELP HERO - FINAL TYPOGRAPHY OVERRIDE */

.lcv-help-hero h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
}

.lcv-help-hero h2:first-child {
    color: #4da3e6 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}

.lcv-help-hero h2:nth-child(2) {
    color: #102f67 !important;
    font-size: 46px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    text-transform: none !important;
} /* Hide the automatic page title on I NEED HELP */
.page-id-6813 .entry-header,
.page-id-6813 .page-header,
.page-id-6813 h1.entry-title,
.page-id-6813 h1.page-title {
    display: none !important;
} /* ========================================
   LCVYRC I NEED HELP
   THE CENTER - AGES 12-17
   ======================================== */

.lcv-center-section {
    background: #ffffff;
    padding: 64px 12px 72px;
}

/* AGES 12-17 eyebrow */
.lcv-center-section > h2:first-child {
    color: #4da3e6 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

/* THE CENTER */
.lcv-center-section > h2:nth-of-type(2) {
    color: #102f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

/* Center introduction */
.lcv-center-section > p {
    color: #29455c;
    font-size: 18px;
    line-height: 1.6;
    max-width: 780px;
    margin-bottom: 36px;
}

/* Space between the two cards */
.lcv-center-section > .wp-block-columns {
    gap: 24px;
    align-items: stretch;
}

/* Drop-In and Overnight cards */
.lcv-center-section > .wp-block-columns > .wp-block-column {
    background: #edf7fc;
    border-radius: 16px;
    padding: 32px;
}

/* Card titles */
.lcv-center-section .wp-block-column > h2:first-child {
    color: #102f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

/* "A safe place..." headings */
.lcv-center-section .wp-block-column > h2:nth-of-type(2) {
    color: #4a89a8 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

/* Card body copy */
.lcv-center-section .wp-block-column p,
.lcv-center-section .wp-block-column li {
    color: #29455c;
    font-size: 16px;
    line-height: 1.55;
}

/* Tighten those giant Alves list gaps */
.lcv-center-section .wp-block-column ul {
    margin-top: 12px;
    margin-bottom: 24px;
}

.lcv-center-section .wp-block-column li {
    margin-bottom: 8px !important;
}

/* Call/text button */
.lcv-center-section .wp-block-button__link {
    background: #146fa3 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    padding: 13px 22px !important;
    text-decoration: none !important;
}

.lcv-center-section .wp-block-button__link:hover {
    background: #102f67 !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-center-section {
        padding: 48px 24px 56px;
    }

    .lcv-center-section > h2:nth-of-type(2) {
        font-size: 34px !important;
    }

    .lcv-center-section > .wp-block-columns {
        gap: 18px;
    }

    .lcv-center-section > .wp-block-columns > .wp-block-column {
        padding: 26px 22px;
    }
} /* ========================================
   THE CENTER - ALVES OVERRIDES
   ======================================== */

/* AGES 12-17 */
body .lcv-center-section > h2:first-child {
    color: #4da3e6 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

/* THE CENTER */
body .lcv-center-section > h2:nth-child(2) {
    color: #102f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

/* Make each column into a card */
body .lcv-center-section .wp-block-columns .wp-block-column {
    background-color: #edf7fc !important;
    border-radius: 16px !important;
    padding: 32px !important;
}

/* Keep cards aligned */
body .lcv-center-section .wp-block-columns {
    gap: 24px !important;
    align-items: stretch !important;
}

/* Mobile */
@media (max-width: 700px) {
    body .lcv-center-section .wp-block-columns .wp-block-column {
        padding: 26px 22px !important;
    }
}/* ========================================
   LCVYRC REUSABLE TYPOGRAPHY
   ======================================== */

body .lcv-eyebrow {
    color: #4da3e6 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

body .lcv-section-title {
    color: #102f67 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
}

@media (max-width: 700px) {
    body .lcv-section-title {
        font-size: 34px !important;
    }
} /* ========================================
   LCVYRC I NEED HELP
   THE VILLAGE - AGES 18-21
   ======================================== */

.lcv-village-section {
    background: #edf7fc;
    padding: 64px 60px 68px;
    margin-top: 0;
    margin-bottom: 0;
}

/* Somewhere stable to grow. */
body .lcv-village-section > h2:nth-of-type(3) {
    color: #4a89a8 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 24px !important;
}

/* Village body copy */
.lcv-village-section > p {
    color: #29455c;
    font-size: 17px;
    line-height: 1.6;
    max-width: 780px;
}

/* Give paragraphs comfortable but intentional spacing */
.lcv-village-section > p + p {
    margin-top: 20px;
}

/* Village button */
.lcv-village-section .wp-block-button__link {
    background: #146fa3 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    padding: 13px 24px !important;
    text-decoration: none !important;
}

.lcv-village-section .wp-block-button__link:hover {
    background: #102f67 !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-village-section {
        padding: 48px 24px 54px;
    }

    body .lcv-village-section > h2:nth-of-type(3) {
        font-size: 22px !important;
    }
} /* LCVYRC reusable section subheading */

body .lcv-subheading {
    color: #4a89a8 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-top: 10px !important;
    margin-bottom: 24px !important;
}

@media (max-width: 700px) {
    body .lcv-subheading {
        font-size: 22px !important;
    }
} /* ========================================
   LCVYRC I NEED HELP
   THE KEYS - AGES 18-24
   ======================================== */

.lcv-keys-section {
    background: #ffffff;
    padding: 64px 12px 68px;
}

/* Coming Soon badge */
body .lcv-coming-soon {
    display: inline-block !important;
    width: auto !important;
    background: #edf7fc !important;
    color: #146fa3 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    margin: 12px 0 22px !important;
}

/* Keys body copy */
.lcv-keys-section > p:not(.lcv-coming-soon) {
    color: #29455c;
    font-size: 17px;
    line-height: 1.6;
    max-width: 780px;
}

@media (max-width: 700px) {
    .lcv-keys-section {
        padding: 48px 24px 54px;
    }
} /* ========================================
   LCVYRC I NEED HELP
   FINAL HELP CTA
   ======================================== */

.lcv-help-closing {
    background: #102f67 !important;
    padding: 64px 60px 60px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* NOT SURE WHERE TO START? */
body .lcv-help-closing > h2:first-child {
    color: #74c3f1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

/* Main closing headline */
body .lcv-help-closing > h2:nth-of-type(2) {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
    max-width: 700px;
    margin-bottom: 22px !important;
}

/* Closing copy */
.lcv-help-closing > p {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    max-width: 720px;
}

/* Call/Text button */
.lcv-help-closing .wp-block-button__link {
    background: #2e9bd3 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    padding: 14px 26px !important;
    text-decoration: none !important;
}

.lcv-help-closing .wp-block-button__link:hover {
    background: #ffffff !important;
    color: #102f67 !important;
}

/* Make emergency note quieter */
.lcv-help-closing > p:last-child {
    font-size: 14px !important;
    opacity: 0.85;
    margin-top: 24px !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-help-closing {
        padding: 48px 24px 46px !important;
    }

    body .lcv-help-closing > h2:nth-of-type(2) {
        font-size: 32px !important;
    }
} /* ========================================
   LCVYRC DARK SECTION TYPOGRAPHY
   ======================================== */

body .lcv-dark-eyebrow {
    color: #74c3f1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

body .lcv-dark-title {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
    max-width: 700px !important;
    margin-bottom: 22px !important;
}

body .lcv-dark-copy {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    max-width: 720px !important;
}

body .lcv-dark-note {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: 0.85;
    margin-top: 24px !important;
}

@media (max-width: 700px) {
    body .lcv-dark-title {
        font-size: 32px !important;
    }
} /* ========================================
   LCVYRC DARK SECTION TYPOGRAPHY
   ======================================== */

body .lcv-dark-eyebrow {
    color: #74c3f1 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

body .lcv-dark-title {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
    max-width: 700px !important;
    margin-bottom: 22px !important;
}

body .lcv-dark-copy {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    max-width: 720px !important;
}

body .lcv-dark-note {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: 0.85;
    margin-top: 24px !important;
}

@media (max-width: 700px) {
    body .lcv-dark-title {
        font-size: 32px !important;
    }
} /* ========================================
   I NEED HELP - HIDE ALVES PAGE TITLE
   DESKTOP + MOBILE
   ======================================== */

body.page-id-6813 .entry-header,
body.page-id-6813 .page-header,
body.page-id-6813 header.entry-header,
body.page-id-6813 .entry-title,
body.page-id-6813 .page-title,
body.page-id-6813 h1.entry-title,
body.page-id-6813 h1.page-title {
    display: none !important;
}

/* Remove space left behind by hidden title */
@media (max-width: 700px) {
    body.page-id-6813 .entry-header,
    body.page-id-6813 .page-header {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
    }
} /* FINAL fix: hide Alves automatic page title on I NEED HELP */
body.page-id-6813 main h1,
body.page-id-6813 #primary h1,
body.page-id-6813 .site-main h1,
body.page-id-6813 article h1 {
    display: none !important;
} /* ========================================
   WHAT WE NEED - HERO
   ======================================== */

.lcv-needs-hero {
    background: #eef8fc;
    padding: 48px 42px;
    margin-bottom: 55px;
}

.lcv-needs-hero .lcv-eyebrow {
    color: #4298d4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.lcv-needs-hero .lcv-needs-hero-title {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 22px;
}

.lcv-needs-hero p {
    color: #294554;
    font-size: 18px;
    line-height: 1.55;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-needs-hero {
        padding: 34px 20px;
        margin-bottom: 40px;
    }

    .lcv-needs-hero .lcv-needs-hero-title {
        font-size: 34px;
        line-height: 1.1;
    }

    .lcv-needs-hero p {
        font-size: 17px;
    }
} /* ========================================
   WHAT WE NEED - THE CENTER
   ======================================== */

.lcv-needs-center {
    padding: 10px 0 60px;
}

.lcv-needs-center .lcv-eyebrow {
    color: #4298d4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lcv-needs-center .lcv-section-title {
	text-transform: none;
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.lcv-needs-center h3 {
    color: #23495d;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.lcv-needs-center ul {
    line-height: 1.6;
}

.lcv-needs-center li {
    margin-bottom: 12px;
}

.lcv-needs-center img {
    border-radius: 14px;
}

.lcv-dropoff-box {
    background: #eef8fc;
    border-radius: 16px;
    padding: 30px 32px;
    margin-top: 38px;
}

.lcv-dropoff-box h3 {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
}

.lcv-dropoff-box p {
    line-height: 1.55;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-needs-center {
        padding-bottom: 45px;
    }

    .lcv-needs-center .lcv-section-title {
			text-transform: none;
        font-size: 32px;
    }

    .lcv-dropoff-box {
        padding: 24px 20px;
        margin-top: 28px;
    }

    .lcv-dropoff-box h3 {
        font-size: 24px;
    }
} body .lcv-needs-center h2.lcv-section-title {
    text-transform: none !important;
} /* ========================================
   WHAT WE NEED - THE VILLAGE
   ======================================== */

.lcv-needs-village {
    background: #eef8fc;
    padding: 52px 42px;
    margin-top: 10px;
    margin-bottom: 55px;
}

.lcv-needs-village .lcv-eyebrow {
    color: #4298d4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

body .lcv-needs-village h2.lcv-section-title {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.lcv-needs-village h3 {
    color: #23495d;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.lcv-needs-village p,
.lcv-needs-village li {
    line-height: 1.6;
}

.lcv-needs-village li {
    margin-bottom: 12px;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-needs-village {
        padding: 36px 20px;
        margin-bottom: 40px;
    }

    body .lcv-needs-village h2.lcv-section-title {
        font-size: 32px;
    }
} /* ========================================
   WHAT WE NEED - CLOSING CTA
   ======================================== */

.lcv-needs-closing {
    background: #003b7a;
    padding: 52px 42px;
    margin-top: 55px;
}

.lcv-needs-closing .lcv-dark-eyebrow {
    color: #72b9e8;
}

.lcv-needs-closing .lcv-dark-title {
    color: #ffffff;
}

.lcv-needs-closing .lcv-dark-copy,
.lcv-needs-closing .lcv-dark-note {
    color: #ffffff;
}

@media (max-width: 700px) {
    .lcv-needs-closing {
        padding: 36px 20px;
        margin-top: 40px;
    }
} .lcv-needs-closing .lcv-dark-copy {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.lcv-needs-closing .lcv-dark-note {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 26px;
} /* ========================================
   HOMEPAGE - HERO
   ======================================== */

.lcv-home-hero {
    min-height: 620px;
    padding: 70px 55px;
    display: flex;
    align-items: center;
}

.lcv-home-hero .wp-block-cover__background {
    opacity: 0.52 !important;
}

body .lcv-home-hero h1.lcv-home-hero-title {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: none !important;
    max-width: 720px;
    margin-bottom: 24px;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.lcv-home-hero .lcv-home-hero-tagline {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    max-width: 760px;
    margin-bottom: 18px;
}

.lcv-home-hero .lcv-home-hero-copy {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    max-width: 720px;
    margin-bottom: 30px;
}

.lcv-home-hero .wp-block-button__link {
    border-radius: 999px;
    padding: 13px 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-hero {
        min-height: 600px;
        padding: 48px 22px;
    }

    body .lcv-home-hero h1.lcv-home-hero-title {
        font-size: 40px;
        line-height: 1.06;
    }

    .lcv-home-hero .lcv-home-hero-tagline {
        font-size: 18px;
    }

    .lcv-home-hero .lcv-home-hero-copy {
        font-size: 17px;
    }

    .lcv-home-hero .wp-block-buttons {
        gap: 12px;
    }
} /* ========================================
   HOMEPAGE - WELCOME TO THE CENTER
   ======================================== */

.lcv-home-welcome {
    padding: 70px 42px;
}

.lcv-home-welcome .lcv-eyebrow {
    color: #4298d4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

body .lcv-home-welcome h2.lcv-section-title {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none !important;
    margin-top: 0;
    margin-bottom: 24px;
}

.lcv-home-welcome p {
    line-height: 1.6;
}

.lcv-home-welcome img {
    border-radius: 14px;
}

/* The heartbeat of this section */
body .lcv-home-welcome .lcv-hungry-line {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: none !important;
    margin-top: 28px;
    margin-bottom: 30px;
}

/* Closing thought */
.lcv-home-welcome .lcv-home-signature {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 760px;
    margin-top: 30px;
    margin-bottom: 26px;
}

.lcv-home-welcome .wp-block-button__link {
    border-radius: 999px;
    padding: 13px 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-welcome {
        padding: 48px 20px;
    }

    body .lcv-home-welcome h2.lcv-section-title {
        font-size: 32px;
    }

    body .lcv-home-welcome .lcv-hungry-line {
        font-size: 27px;
    }

    .lcv-home-welcome .lcv-home-signature {
        font-size: 21px;
    }
} /* ========================================
   HOMEPAGE - WELCOME SECTION REFINEMENT
   ======================================== */

/* Tighten overall section */
.lcv-home-welcome {
    padding-top: 58px;
    padding-bottom: 58px;
}

/* Keep the first row balanced */
.lcv-home-welcome .wp-block-columns {
    align-items: center;
    gap: 42px;
}

/* Improve left-column spacing */
.lcv-home-welcome .wp-block-column > * {
    margin-top: 0;
}

.lcv-home-welcome .wp-block-column > p {
    margin-bottom: 18px;
}

.lcv-home-welcome .lcv-section-title {
    margin-bottom: 20px;
}

.lcv-home-welcome .lcv-hungry-line {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
}

/* Crop kitchen photo into a wider landscape shape */
.lcv-home-welcome .wp-block-image {
    margin: 0;
}

.lcv-home-welcome .wp-block-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

/* Tighten the full-width copy below the columns */
.lcv-home-welcome > p {
    margin-top: 0;
    margin-bottom: 18px;
}

.lcv-home-welcome .lcv-home-signature {
    margin-top: 26px;
    margin-bottom: 24px;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-welcome {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .lcv-home-welcome .wp-block-columns {
        gap: 24px;
    }

    .lcv-home-welcome .wp-block-image img {
        height: 260px;
    }
} /* ========================================
   HOMEPAGE - WELCOME FINAL BALANCE
   ======================================== */

/* Give the story more width than the photo */
.lcv-home-welcome .wp-block-columns {
    align-items: flex-start;
    gap: 34px;
}

.lcv-home-welcome .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 55% !important;
}

.lcv-home-welcome .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 45% !important;
}

/* Slightly smaller headline = fewer awkward wraps */
body .lcv-home-welcome h2.lcv-section-title {
    font-size: 35px;
    line-height: 1.08;
    margin-bottom: 18px;
}

/* Tighten the story rhythm */
.lcv-home-welcome .wp-block-column p {
    margin-bottom: 14px;
}

body .lcv-home-welcome .lcv-hungry-line {
    font-size: 28px;
    line-height: 1.12;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
}

/* Bigger, wider-feeling kitchen image */
.lcv-home-welcome .wp-block-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

/* Keep the continuation copy compact */
.lcv-home-welcome > p {
    margin-bottom: 14px;
}

.lcv-home-welcome .lcv-home-signature {
    margin-top: 22px;
    margin-bottom: 22px;
}

/* Mobile resets */
@media (max-width: 700px) {
    .lcv-home-welcome .wp-block-columns > .wp-block-column:first-child,
    .lcv-home-welcome .wp-block-columns > .wp-block-column:last-child {
        flex-basis: 100% !important;
    }

    body .lcv-home-welcome h2.lcv-section-title {
        font-size: 32px;
    }

    .lcv-home-welcome .wp-block-image img {
        height: 240px;
    }
} /* ========================================
   HOMEPAGE - WELCOME CLEAN LAYOUT
   ======================================== */

/* Turn the existing columns into one clean vertical story */
.lcv-home-welcome .wp-block-columns {
    display: block !important;
}

/* Both old columns become full width */
.lcv-home-welcome .wp-block-column {
    width: 100% !important;
    max-width: none !important;
    flex-basis: 100% !important;
}

/* Give headline room to breathe */
body .lcv-home-welcome h2.lcv-section-title {
    font-size: 40px;
    line-height: 1.08;
    max-width: 680px;
    margin: 0 0 22px 0;
}

/* Keep intro copy comfortably readable */
.lcv-home-welcome .wp-block-column:first-child p:not(.lcv-hungry-line) {
    max-width: 680px;
    margin-bottom: 16px;
}

/* Make "Are you hungry?" a strong beat */
body .lcv-home-welcome .lcv-hungry-line {
    font-size: 30px;
    line-height: 1.15;
    margin: 22px 0 30px !important;
    max-width: 680px;
}

/* Give the kitchen the space it deserves */
.lcv-home-welcome .wp-block-column:last-child {
    margin-top: 28px;
    margin-bottom: 32px;
}

.lcv-home-welcome .wp-block-image {
    width: 100%;
    margin: 0;
}

.lcv-home-welcome .wp-block-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center 58%;
    border-radius: 14px;
}

/* Full-width continuation copy */
.lcv-home-welcome > p {
    max-width: 760px;
    margin: 0 0 17px 0;
}

/* Signature line */
.lcv-home-welcome .lcv-home-signature {
    max-width: 760px;
    margin-top: 28px;
    margin-bottom: 24px;
}

/* Mobile */
@media (max-width: 700px) {
    body .lcv-home-welcome h2.lcv-section-title {
        font-size: 32px;
    }

    body .lcv-home-welcome .lcv-hungry-line {
        font-size: 27px;
    }

    .lcv-home-welcome .wp-block-image img {
        height: 250px;
    }
} .lcv-home-welcome .wp-block-column:last-child {
    margin-top: 20px;
    margin-bottom: 32px;
} /* ========================================
   HOMEPAGE - CONTINUUM
   ======================================== */

.lcv-home-continuum {
    background: #f7fbfd;
    padding: 68px 42px;
    margin-top: 20px;
}

.lcv-home-continuum .lcv-eyebrow {
    color: #4298d4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

body .lcv-home-continuum h2.lcv-section-title {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: none !important;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 18px;
}

.lcv-home-continuum .lcv-continuum-intro {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
    font-size: 18px;
    line-height: 1.55;
}

/* Program cards */
.lcv-home-continuum .lcv-program-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 24px;
}

/* Equal image windows */
.lcv-home-continuum .lcv-program-card .wp-block-image {
    margin: 0 0 24px;
}

.lcv-home-continuum .lcv-program-card .wp-block-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Program labels */
.lcv-home-continuum .lcv-program-card > p:first-of-type {
    color: #4298d4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0 24px 12px;
}

/* Program headlines */
.lcv-home-continuum .lcv-program-card h3 {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0 24px 16px;
}

/* Program body */
.lcv-home-continuum .lcv-program-card p {
    line-height: 1.55;
}

.lcv-home-continuum .lcv-program-card h3 + p {
    margin: 0 24px 24px;
}

/* Push buttons to the same visual baseline */
.lcv-home-continuum .lcv-program-card .wp-block-buttons {
    margin-top: auto;
    padding: 0 24px;
}

.lcv-home-continuum .lcv-program-card .wp-block-button {
    width: 100%;
}

.lcv-home-continuum .lcv-program-card .wp-block-button__link {
    width: 100%;
    box-sizing: border-box;
    border-radius: 999px;
    padding: 13px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

/* Closing line */
.lcv-home-continuum .lcv-continuum-closing {
    color: #003b7a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin: 38px auto 0;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-continuum {
        padding: 48px 20px;
    }

    body .lcv-home-continuum h2.lcv-section-title {
        font-size: 32px;
    }

    .lcv-home-continuum .lcv-continuum-intro {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .lcv-home-continuum .wp-block-columns {
        display: block;
    }

    .lcv-home-continuum .lcv-program-card {
        margin-bottom: 26px;
    }

    .lcv-home-continuum .lcv-program-card .wp-block-image img {
        height: 220px;
    }

    .lcv-home-continuum .lcv-continuum-closing {
        font-size: 20px;
        margin-top: 24px;
    }
} /* ========================================
   CONTINUUM - ALVES TYPOGRAPHY OVERRIDE
   ======================================== */

body .lcv-home-continuum .lcv-program-card .lcv-program-label {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px !important;
    text-transform: uppercase !important;
    margin: 20px 18px 14px !important;
}

body .lcv-home-continuum .lcv-program-card .lcv-program-copy {
    color: #405462 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 0 18px 22px !important;
}

body .lcv-home-continuum .lcv-program-card h3 {
    margin-left: 18px !important;
    margin-right: 18px !important;
} /* ========================================
   HOMEPAGE - IMPACT
   ======================================== */

.lcv-home-impact {
    background: #003b7a;
    padding: 64px 42px;
    color: #ffffff;
}

.lcv-home-impact .lcv-dark-eyebrow {
    color: #72b9e8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}

body .lcv-home-impact .lcv-dark-title {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: none !important;
    text-align: center;
    margin: 0 auto 42px;
    max-width: 760px;
}

.lcv-home-impact .wp-block-columns {
    gap: 26px;
    margin-bottom: 38px;
}

body .lcv-home-impact .lcv-impact-number {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    text-transform: none !important;
    margin: 0 0 10px;
}

.lcv-home-impact .lcv-impact-label {
    color: #dcecf7;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.lcv-home-impact .lcv-impact-closing {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin: 24px auto 12px;
}

.lcv-home-impact .lcv-impact-copy {
    color: #dcecf7;
    font-size: 17px;
    line-height: 1.55;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 14px;
}

.lcv-home-impact .lcv-impact-date {
    color: #9fc9e6;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-impact {
        padding: 48px 20px;
    }

    body .lcv-home-impact .lcv-dark-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .lcv-home-impact .wp-block-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 36px;
    }

    .lcv-home-impact .lcv-impact-label {
        font-size: 15px;
    }

    .lcv-home-impact .lcv-impact-closing {
        font-size: 21px;
    }
} /* ========================================
   HOMEPAGE - IMPACT FINAL FIX
   ======================================== */

.lcv-home-impact .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start;
}

.lcv-home-impact .wp-block-column {
    min-width: 0;
    text-align: center;
}

body .lcv-home-impact .lcv-impact-number {
    font-size: 38px !important;
    line-height: 1 !important;
    white-space: nowrap;
    margin-bottom: 10px !important;
}

.lcv-home-impact .lcv-impact-label {
    text-align: center;
    margin: 0 auto;
}

.lcv-home-impact .lcv-impact-closing {
    margin-top: 38px;
}

.lcv-home-impact .lcv-impact-copy {
    margin-top: 14px;
}

.lcv-home-impact .lcv-impact-date {
    margin-top: 12px;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-impact .wp-block-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 18px;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 34px !important;
    }
} /* ========================================
   IMPACT - STAT SPACING
   ======================================== */

.lcv-home-impact {
    padding-left: 28px;
    padding-right: 28px;
}

.lcv-home-impact .wp-block-columns {
    grid-template-columns: 1fr 1.15fr 1fr .8fr !important;
    column-gap: 34px !important;
}

body .lcv-home-impact .lcv-impact-number {
    font-size: 36px !important;
    white-space: nowrap !important;
    text-align: center;
}

@media (max-width: 700px) {
    .lcv-home-impact {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lcv-home-impact .wp-block-columns {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 20px !important;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 32px !important;
    }
} /* ========================================
   IMPACT - STAT CARDS
   ======================================== */

.lcv-home-impact .wp-block-columns {
    gap: 18px !important;
}

.lcv-home-impact .wp-block-column {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 14px;
    padding: 24px 16px 20px;
    text-align: center;
}

body .lcv-home-impact .lcv-impact-number {
    font-size: 36px !important;
    margin-bottom: 12px !important;
}

.lcv-home-impact .lcv-impact-label {
    max-width: 150px;
    margin: 0 auto !important;
    line-height: 1.4;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-impact .wp-block-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 16px !important;
    }

    .lcv-home-impact .wp-block-column {
        padding: 20px 12px 18px;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 32px !important;
    }
} /* ========================================
   IMPACT - FINAL CARD BALANCE
   ======================================== */

/* Four truly equal cards */
.lcv-home-impact .wp-block-columns {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
}

/* Equal compact tiles */
.lcv-home-impact .wp-block-column {
    box-sizing: border-box;
    min-width: 0;
    padding: 22px 10px 18px !important;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Numbers large, but sized to fit all four equal cards */
body .lcv-home-impact .lcv-impact-number {
    font-size: 32px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    margin: 0 0 12px !important;
}

/* Labels */
body .lcv-home-impact .lcv-impact-label {
    font-size: 14px !important;
    line-height: 1.4 !important;
    max-width: 125px;
    margin: 0 auto !important;
}

/* Bring the human conclusion a little closer */
.lcv-home-impact .lcv-impact-closing {
    margin-top: 32px !important;
}

/* Mobile stays 2 x 2 */
@media (max-width: 700px) {
    .lcv-home-impact .wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    .lcv-home-impact .wp-block-column {
        min-height: 140px;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 30px !important;
    }
} /* ========================================
   IMPACT - ICON CARD TIGHTENING
   ======================================== */

.lcv-home-impact .wp-block-column {
    min-height: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 16px !important;
}

.lcv-home-impact .wp-block-column .wp-block-image {
    margin: 0 auto 8px !important;
}

.lcv-home-impact .wp-block-column .wp-block-image img {
    max-width: 92px;
    height: auto;
} /* ========================================
   IMPACT - STORY COLUMN LAYOUT
   ======================================== */

.lcv-home-impact .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 34px;
    margin-bottom: 38px;
}

.lcv-home-impact .wp-block-column {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 0 !important;
    padding: 0 26px !important;
    position: relative;
}

/* Vertical dividers */
.lcv-home-impact .wp-block-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: calc(100% - 44px);
    background: rgba(114,185,232,.45);
}

/* Icons */
.lcv-home-impact .wp-block-column .wp-block-image {
    margin: 0 auto 14px !important;
}

.lcv-home-impact .wp-block-column .wp-block-image img {
    max-width: 92px;
    height: auto;
}

/* Numbers */
body .lcv-home-impact .lcv-impact-number {
    font-size: 42px !important;
    line-height: 1 !important;
    margin: 0 0 10px !important;
}

/* Labels */
body .lcv-home-impact .lcv-impact-label {
    color: #72b9e8 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px !important;
    text-transform: uppercase !important;
    max-width: 180px;
    margin: 0 auto 20px !important;
}

/* Story text inside each column */
.lcv-home-impact .wp-block-column p:not(.lcv-impact-label) {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-impact .wp-block-columns {
        grid-template-columns: 1fr !important;
    }

    .lcv-home-impact .wp-block-column {
        padding: 28px 0 !important;
    }

    .lcv-home-impact .wp-block-column:not(:last-child)::after {
        top: auto;
        bottom: 0;
        left: 15%;
        right: 15%;
        width: auto;
        height: 1px;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 38px !important;
    }

    .lcv-home-impact .wp-block-column p:not(.lcv-impact-label) {
        max-width: 280px;
    }
} /* ========================================
   IMPACT - LIGHT DATA PANEL + NUMBER SIZE
   ======================================== */

/* Soft blue panel behind the four stories */
.lcv-home-impact .wp-block-columns {
    background: rgba(114, 185, 232, 0.10) !important;
    border-radius: 16px;
    padding: 28px 18px 30px !important;
    margin-top: 34px !important;
    margin-bottom: 38px !important;
}

/* Make the dividers slightly more visible */
.lcv-home-impact .wp-block-column:not(:last-child)::after {
    background: rgba(114, 185, 232, 0.55) !important;
}

/* Give the icons a little more presence */
.lcv-home-impact .wp-block-column .wp-block-image img {
    max-width: 96px !important;
}

/* Slightly smaller numbers */
body .lcv-home-impact .lcv-impact-number {
    font-size: 34px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-impact .wp-block-columns {
        padding: 16px 20px !important;
    }

    body .lcv-home-impact .lcv-impact-number {
        font-size: 32px !important;
    }
} /* ========================================
   IMPACT - FINAL POLISH
   ======================================== */

/* Softer, more readable story copy */
.lcv-home-impact .wp-block-column p:not(.lcv-impact-label) {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Tighten the data panel vertically */
.lcv-home-impact .wp-block-columns {
    padding-bottom: 22px !important;
}

/* Let dividers end with the content instead of stretching */
.lcv-home-impact .wp-block-column:not(:last-child)::after {
    height: calc(100% - 70px) !important;
} /* ========================================
   YOUTH VOICE - FINAL POLISH
   ======================================== */

/* Darker overlay so the words command attention */
.lcv-home-youthvoice .wp-block-cover__background {
    opacity: 0.72 !important;
}

/* Keep the content from stretching too wide */
.lcv-home-youthvoice .wp-block-cover__inner-container {
    max-width: 600px !important;
    margin-left: 0 !important;
}

/* Eyebrow */
body .lcv-home-youthvoice .lcv-dark-eyebrow {
    color: #67b9f3 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 24px !important;
}

/* THE QUOTE */
body .lcv-home-youthvoice .lcv-youth-quote,
body .lcv-home-youthvoice blockquote.lcv-youth-quote,
body .lcv-home-youthvoice h2.lcv-youth-quote {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 42px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 26px !important;
    max-width: 600px !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

/* Attribution */
body .lcv-home-youthvoice .lcv-youth-attribution {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-youthvoice {
        min-height: 420px !important;
        padding: 44px 24px !important;
    }

    body .lcv-home-youthvoice .lcv-youth-quote,
    body .lcv-home-youthvoice blockquote.lcv-youth-quote,
    body .lcv-home-youthvoice h2.lcv-youth-quote {
        font-size: 32px !important;
    }
} /* YOUTH VOICE - CONTROL QUOTE WRAP */

body .lcv-home-youthvoice .lcv-youth-quote,
body .lcv-home-youthvoice blockquote.lcv-youth-quote,
body .lcv-home-youthvoice h2.lcv-youth-quote {
    max-width: 535px !important;
    font-size: 40px !important;
}

/* Mobile can wrap naturally */
@media (max-width: 700px) {
    body .lcv-home-youthvoice .lcv-youth-quote,
    body .lcv-home-youthvoice blockquote.lcv-youth-quote,
    body .lcv-home-youthvoice h2.lcv-youth-quote {
        max-width: 100% !important;
        font-size: 32px !important;
    }
} /* ========================================
   HOMEPAGE - COME INSIDE
   ======================================== */

.lcv-home-inside {
    background: #f1f8fc;
    padding: 64px 42px 68px;
}

/* Eyebrow */
body .lcv-home-inside .lcv-eyebrow {
    color: #3f9ff0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    text-align: center;
    margin: 0 0 14px !important;
}

/* Main headline */
body .lcv-home-inside .lcv-section-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px !important;
}

/* Intro */
body .lcv-home-inside .lcv-inside-intro {
    color: #304b5a !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 34px !important;
}

/* Video */
.lcv-home-inside .lcv-inside-video {
    max-width: 760px;
    margin: 0 auto 30px !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,59,122,.12);
}

.lcv-home-inside .lcv-inside-video video {
    display: block;
    width: 100%;
    height: auto;
}

/* Closing statement */
body .lcv-home-inside .lcv-inside-closing {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center;
    margin: 0 auto 22px !important;
}

/* Center button */
.lcv-home-inside .lcv-inside-button {
    justify-content: center !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-inside {
        padding: 48px 20px 52px;
    }

    body .lcv-home-inside .lcv-section-title {
        font-size: 31px !important;
    }

    body .lcv-home-inside .lcv-inside-intro {
        font-size: 16px !important;
    }

    body .lcv-home-inside .lcv-inside-closing {
        font-size: 22px !important;
    }

    .lcv-home-inside .lcv-inside-video {
        margin-bottom: 26px !important;
    }
} /* ========================================
   COME INSIDE - FINAL ALIGNMENT
   ======================================== */

.lcv-home-inside .lcv-inside-button {
    justify-content: center !important;
    margin-top: 0 !important;
}

.lcv-home-inside .lcv-inside-button .wp-block-button {
    margin-left: auto !important;
    margin-right: auto !important;
}

.lcv-home-inside .lcv-inside-closing {
    margin-bottom: 18px !important;
} /* COME INSIDE - ALVES, WE MEAN CENTERED */

body .lcv-home-inside .lcv-inside-button {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}

body .lcv-home-inside .lcv-inside-button .wp-block-button {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
} /* COME INSIDE - BUTTON, PLEASE BE NORMAL 😂 */

body .lcv-home-inside .lcv-inside-button .wp-block-button {
    width: auto !important;
    flex: 0 0 auto !important;
}

body .lcv-home-inside .lcv-inside-button .wp-block-button__link {
    width: auto !important;
    min-width: 220px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
} /* ========================================
   HOMEPAGE - THE VILLAGE OPENING
   ======================================== */

.lcv-home-village {
    padding: 64px 42px 32px;
}

body .lcv-home-village .lcv-eyebrow {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 0 0 16px !important;
}

body .lcv-home-village .lcv-section-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 40px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    max-width: 760px;
    margin: 0 0 24px !important;
}

body .lcv-home-village .lcv-village-lead {
    color: #304b5a !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    max-width: 760px;
    margin: 0 0 20px !important;
}

body .lcv-home-village .lcv-village-now {
    color: #003b7a !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    max-width: 760px;
    margin: 0 !important;
}

@media (max-width: 700px) {
    .lcv-home-village {
        padding: 48px 20px 28px;
    }

    body .lcv-home-village .lcv-section-title {
        font-size: 32px !important;
    }

    body .lcv-home-village .lcv-village-lead,
    body .lcv-home-village .lcv-village-now {
        font-size: 17px !important;
    }
} /* ========================================
   THE VILLAGE - TODAY PHOTO
   ======================================== */

body .lcv-home-village .lcv-village-photo-label {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 32px 0 10px !important;
}

.lcv-home-village .lcv-village-today-photo {
    margin: 0 !important;
}

.lcv-home-village .lcv-village-today-photo img {
    display: block !important;
    width: 100% !important;
    max-height: 430px !important;
    object-fit: cover !important;
    object-position: center 58% !important;
    border-radius: 14px !important;
}

/* Mobile */
@media (max-width: 700px) {
    body .lcv-home-village .lcv-village-photo-label {
        margin-top: 26px !important;
    }

    .lcv-home-village .lcv-village-today-photo img {
        max-height: none !important;
        aspect-ratio: 4 / 3;
        object-fit: cover !important;
    }
} /* ========================================
   THE VILLAGE - WE'RE BUILDING
   ======================================== */

body .lcv-home-village .lcv-village-build-eyebrow {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin: 58px 0 14px !important;
    padding-top: 34px !important;
    border-top: 1px solid #d8eaf5 !important;
}

body .lcv-home-village .lcv-village-build-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 34px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    max-width: 700px !important;
    margin: 0 0 20px !important;
}

body .lcv-home-village .lcv-village-build-copy {
    color: #304b5a !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    max-width: 760px !important;
    margin: 0 0 18px !important;
}

body .lcv-home-village .lcv-village-build-emphasis {
    color: #003b7a !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    max-width: 760px !important;
    margin: 0 0 30px !important;
}

@media (max-width: 700px) {
    body .lcv-home-village .lcv-village-build-eyebrow {
        margin-top: 42px !important;
        padding-top: 28px !important;
    }

    body .lcv-home-village .lcv-village-build-title {
        font-size: 29px !important;
    }
} /* ========================================
   THE VILLAGE - CONSTRUCTION PROGRESS
   ======================================== */

/* Three-step construction row */
.lcv-home-village .lcv-village-progress {
    gap: 22px !important;
    margin-top: 30px !important;
    margin-bottom: 22px !important;
}

/* Make all three photos match */
.lcv-home-village .lcv-village-progress-image {
    margin: 0 0 13px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

.lcv-home-village .lcv-village-progress-image img {
    display: block !important;
    width: 100% !important;
    height: 210px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

/* Step labels */
body .lcv-home-village .lcv-village-progress-label {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

/* NEXT UP callout */
body .lcv-home-village .lcv-village-next {
    background: #eef7fc !important;
    color: #304b5a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 16px 20px !important;
    margin: 26px 0 0 !important;
    border-left: 4px solid #4298d4 !important;
    border-radius: 0 8px 8px 0 !important;
}

body .lcv-home-village .lcv-village-next strong {
    color: #003b7a !important;
    font-weight: 700 !important;
}

/* Mobile: turn the timeline into a vertical story */
@media (max-width: 700px) {

    .lcv-home-village .lcv-village-progress {
        gap: 28px !important;
    }

    .lcv-home-village .lcv-village-progress-image img {
        height: auto !important;
        aspect-ratio: 4 / 3 !important;
        object-fit: cover !important;
    }

    body .lcv-home-village .lcv-village-progress-label {
        font-size: 13px !important;
    }
} /* ========================================
   VILLAGE PROGRESS - ZOOM PHOTOS 2 & 3
   ======================================== */

/* Photo 2 - framing */
.lcv-home-village .lcv-village-progress
.wp-block-column:nth-child(2) .lcv-village-progress-image img {
    transform: scale(1.35) !important;
    transform-origin: center center !important;
}

/* Photo 3 - first cottage */
.lcv-home-village .lcv-village-progress
.wp-block-column:nth-child(3) .lcv-village-progress-image img {
    transform: scale(1.55) !important;
    transform-origin: center center !important;
} /* VILLAGE PROGRESS - CENTER COTTAGE PHOTO */

.lcv-home-village .lcv-village-progress
.wp-block-column:nth-child(3) .lcv-village-progress-image img {
    transform: scale(1.55) translateX(-5%) !important;
} /* VILLAGE PROGRESS - CENTER COTTAGE PHOTO */

.lcv-home-village .lcv-village-progress
.wp-block-column:nth-child(3) .lcv-village-progress-image img {
    transform: scale(1.55) translateX(5%) !important;
} /* ========================================
   THE VILLAGE - WHERE WE'RE HEADED
   ======================================== */

body .lcv-home-village .lcv-village-future-eyebrow {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 52px 0 16px !important;
}

/* Rendering */
.lcv-home-village .lcv-village-future-image {
    margin: 0 auto 26px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 28px rgba(0,59,122,.13);
}

.lcv-home-village .lcv-village-future-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
}

/* Closing invitation */
body .lcv-home-village .lcv-village-future-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 27px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center !important;
    max-width: 650px !important;
    margin: 0 auto 24px !important;
}

/* Buttons */
body .lcv-home-village .lcv-village-future-buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 auto 20px !important;
}

body .lcv-home-village .lcv-village-future-buttons .wp-block-button {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

body .lcv-home-village .lcv-village-future-buttons .wp-block-button__link {
    width: auto !important;
    min-width: 220px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

/* Mobile */
@media (max-width: 700px) {
    body .lcv-home-village .lcv-village-future-eyebrow {
        margin-top: 42px !important;
    }

    body .lcv-home-village .lcv-village-future-title {
        font-size: 23px !important;
    }

    body .lcv-home-village .lcv-village-future-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    body .lcv-home-village .lcv-village-future-buttons .wp-block-button__link {
        min-width: 240px !important;
    }
} /* ========================================
   HOMEPAGE - THE EVERYDAY THINGS
   ======================================== */

.lcv-home-everyday {
    padding: 68px 36px 64px;
    background: #ffffff;
}

body .lcv-home-everyday .lcv-eyebrow {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 0 0 18px !important;
}

body .lcv-home-everyday .lcv-section-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 40px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center !important;
    max-width: 760px !important;
    margin: 0 auto 36px !important;
}

.lcv-home-everyday .lcv-everyday-grid {
    gap: 18px !important;
    align-items: stretch !important;
    margin-bottom: 36px !important;
}

.lcv-home-everyday .lcv-everyday-card {
    text-align: center;
}

.lcv-home-everyday .lcv-everyday-image {
    margin: 0 0 18px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
}

.lcv-home-everyday .lcv-everyday-image img {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
}

body .lcv-home-everyday .lcv-everyday-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin: 0 auto 10px !important;
    max-width: 190px !important;
}

body .lcv-home-everyday .lcv-everyday-copy {
    color: #405462 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 auto !important;
    max-width: 190px !important;
}

body .lcv-home-everyday .lcv-everyday-closing {
    background: #eef7fc !important;
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center !important;
    max-width: 900px !important;
    margin: 42px auto 14px !important;
    padding: 26px 28px !important;
    border-radius: 14px !important;
}

body .lcv-home-everyday .lcv-everyday-note {
    color: #405462 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    max-width: 760px !important;
    margin: 0 auto !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-everyday {
        padding: 48px 20px;
    }

    body .lcv-home-everyday .lcv-section-title {
        font-size: 32px !important;
    }

    .lcv-home-everyday .lcv-everyday-grid {
        display: block !important;
    }

    .lcv-home-everyday .lcv-everyday-card {
        margin-bottom: 30px !important;
    }

    .lcv-home-everyday .lcv-everyday-image img {
        height: 250px !important;
    }

    body .lcv-home-everyday .lcv-everyday-title {
        font-size: 21px !important;
        max-width: 260px !important;
    }

    body .lcv-home-everyday .lcv-everyday-copy {
        max-width: 280px !important;
    }

    body .lcv-home-everyday .lcv-everyday-closing {
        font-size: 23px !important;
        padding: 22px 20px !important;
    }
} /* ========================================
   HOMEPAGE - JOIN THE VILLAGE
   ======================================== */

.lcv-home-join {
    background: #eef7fc;
    padding: 68px 42px 64px;
    text-align: center;
}

body .lcv-home-join .lcv-eyebrow {
    color: #4298d4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 0 0 18px !important;
}

body .lcv-home-join .lcv-join-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 40px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-align: center !important;
    max-width: 760px !important;
    margin: 0 auto 20px !important;
}

body .lcv-home-join .lcv-join-intro {
    color: #405462 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    max-width: 720px !important;
    margin: 0 auto 18px !important;
    text-align: center !important;
}

body .lcv-home-join .lcv-join-community {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 700 !important;
    max-width: 760px !important;
    margin: 0 auto 38px !important;
    text-align: center !important;
}

.lcv-home-join .lcv-join-grid {
    gap: 20px !important;
    align-items: stretch !important;
    margin: 0 auto 36px !important;
}

.lcv-home-join .lcv-join-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 32px 24px 28px !important;
    text-align: center !important;
    box-shadow: 0 8px 24px rgba(0, 59, 122, 0.08);
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

body .lcv-home-join .lcv-join-card-title {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 23px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 0 0 14px !important;
}

body .lcv-home-join .lcv-join-card-copy {
    color: #405462 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    margin: 0 auto 22px !important;
}

/* Push buttons to the bottom so all 3 line up */
.lcv-home-join .lcv-join-card .wp-block-buttons {
    margin-top: auto !important;
    width: 100% !important;
    justify-content: center !important;
}

.lcv-home-join .lcv-join-card .wp-block-button__link {
    min-width: 170px !important;
}

body .lcv-home-join .lcv-join-closing {
    color: #003b7a !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 10px auto 0 !important;
}

/* Mobile */
@media (max-width: 700px) {

    .lcv-home-join {
        padding: 48px 20px;
    }

    body .lcv-home-join .lcv-join-title {
        font-size: 32px !important;
    }

    .lcv-home-join .lcv-join-grid {
        display: block !important;
    }

    .lcv-home-join .lcv-join-card {
        margin-bottom: 18px !important;
        padding: 28px 22px !important;
    }

    body .lcv-home-join .lcv-join-closing {
        font-size: 21px !important;
    }
} /* ========================================
   JOIN THE VILLAGE - FINAL POLISH
   ======================================== */

/* Give the 3 cards more breathing room */
.lcv-home-join .lcv-join-grid {
    gap: 24px !important;
}

/* Shorter, cleaner cards */
.lcv-home-join .lcv-join-card {
    padding: 28px 22px 24px !important;
    min-height: 0 !important;
}

/* Slightly smaller titles */
body .lcv-home-join .lcv-join-card-title {
    font-size: 21px !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
}

/* More compact copy */
body .lcv-home-join .lcv-join-card-copy {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
}

/* Buttons: normal pill proportions */
.lcv-home-join .lcv-join-card .wp-block-buttons {
    margin-top: 16px !important;
}

.lcv-home-join .lcv-join-card .wp-block-button {
    width: auto !important;
    flex: 0 0 auto !important;
}

.lcv-home-join .lcv-join-card .wp-block-button__link {
    width: auto !important;
    min-width: 150px !important;
    padding: 11px 20px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
}

/* Let the longer third button have a little more room */
.lcv-home-join .lcv-join-card:nth-child(3) .wp-block-button__link {
    min-width: 185px !important;
}

/* Pull the closing thought closer */
body .lcv-home-join .lcv-join-closing {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-top: 28px !important;
    max-width: 720px !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-join .lcv-join-card {
        padding: 26px 20px !important;
    }

    .lcv-home-join .lcv-join-card .wp-block-button__link {
        min-width: 180px !important;
    }

    body .lcv-home-join .lcv-join-closing {
        font-size: 20px !important;
    }
} /* ========================================
   JOIN THE VILLAGE - JOY PASS
   ======================================== */

/* Warm outside cards */
.lcv-home-join .lcv-join-card:nth-child(1),
.lcv-home-join .lcv-join-card:nth-child(3) {
    background: #fff8e7 !important;
}

/* Soft blue center card */
.lcv-home-join .lcv-join-card:nth-child(2) {
    background: #e8f5fc !important;
}

/* Give the cards a little more presence */
.lcv-home-join .lcv-join-card {
    border: 1px solid rgba(0, 59, 122, 0.06) !important;
    box-shadow: 0 10px 28px rgba(0, 59, 122, 0.08) !important;
}

/* Icon treatment */
.lcv-home-join .lcv-join-card figure {
    margin: -8px auto 18px !important;
}

.lcv-home-join .lcv-join-card figure img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

/* Little yellow line from the mockup */
body .lcv-home-join .lcv-join-card-title::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #f5b51b;
    border-radius: 10px;
    margin: 0 auto 17px;
}

/* Make headings feel a touch more substantial */
body .lcv-home-join .lcv-join-card-title {
    font-size: 20px !important;
}

/* Keep buttons neat */
.lcv-home-join .lcv-join-card .wp-block-button__link {
    background: #3f8da9 !important;
    padding: 10px 20px !important;
}

/* Bring the final thought into the design */
body .lcv-home-join .lcv-join-closing {
    background: rgba(255,255,255,0.65) !important;
    border-radius: 14px !important;
    padding: 20px 28px !important;
    margin-top: 32px !important;
} /* ========================================
   HOMEPAGE - TONIGHT
   ======================================== */

.lcv-home-tonight {
    padding: 0;
    margin: 0;
}

.lcv-home-tonight .lcv-tonight-cover {
    min-height: 560px;
    padding: 72px 54px;
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
}

/* Darken the image just enough for readable copy */
.lcv-home-tonight .lcv-tonight-cover .wp-block-cover__background {
    opacity: 0.62 !important;
}

/* Keep the copy contained */
.lcv-home-tonight .lcv-tonight-cover .wp-block-cover__inner-container {
    max-width: 650px;
    margin-left: 0 !important;
}

/* Eyebrow */
body .lcv-home-tonight .lcv-tonight-eyebrow {
    color: #72b9e8 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin: 0 0 18px !important;
}

/* Main headline */
body .lcv-home-tonight .lcv-tonight-title {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 46px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin: 0 0 26px !important;
    max-width: 620px !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

/* Body */
body .lcv-home-tonight .lcv-tonight-copy {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    max-width: 620px !important;
    margin: 0 0 16px !important;
    text-shadow: 0 1px 8px rgba(0,0,0,.28);
}

/* Final invitation */
body .lcv-home-tonight .lcv-tonight-cta {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin: 28px 0 20px !important;
}

/* Donate button */
body .lcv-home-tonight .lcv-tonight-donate {
    display: flex !important;
    justify-content: flex-start !important;
    margin: 0 0 22px !important;
}

body .lcv-home-tonight .lcv-tonight-donate .wp-block-button {
    width: auto !important;
    flex: 0 0 auto !important;
}

body .lcv-home-tonight .lcv-tonight-donate .wp-block-button__link {
    width: auto !important;
    min-width: 190px !important;
    padding: 13px 28px !important;
    background: #3f8da9 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Secondary links */
body .lcv-home-tonight .lcv-tonight-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 22px !important;
    margin: 0 !important;
}

body .lcv-home-tonight .lcv-tonight-links a {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-tonight .lcv-tonight-cover {
        min-height: 500px;
        padding: 48px 22px;
    }

    body .lcv-home-tonight .lcv-tonight-title {
        font-size: 34px !important;
        line-height: 1.1 !important;
    }

    body .lcv-home-tonight .lcv-tonight-copy {
        font-size: 17px !important;
    }

    body .lcv-home-tonight .lcv-tonight-cta {
        font-size: 22px !important;
    }

    body .lcv-home-tonight .lcv-tonight-links {
        gap: 14px 18px !important;
    }
} /* ========================================
   TONIGHT - MATCH THE MOCKUP
   ======================================== */

/* Make the image feel cinematic and give the text a dark stage */
.lcv-home-tonight .lcv-tonight-cover {
    min-height: 620px !important;
    padding: 64px 60px !important;
    align-items: center !important;
}

/* Strong left-side navy gradient, lighter toward the building */
.lcv-home-tonight .lcv-tonight-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 41, 86, 0.96) 0%,
            rgba(0, 41, 86, 0.88) 28%,
            rgba(0, 41, 86, 0.50) 52%,
            rgba(0, 41, 86, 0.10) 76%,
            rgba(0, 41, 86, 0.00) 100%
        );
    pointer-events: none;
}

/* Keep WordPress cover overlay from muddying everything */
.lcv-home-tonight .lcv-tonight-cover .wp-block-cover__background {
    opacity: 0.12 !important;
}

/* Put content above our gradient */
.lcv-home-tonight .lcv-tonight-cover .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    max-width: 510px !important;
    margin-left: 0 !important;
}

/* Eyebrow */
body .lcv-home-tonight .lcv-tonight-eyebrow {
    color: #66b7f2 !important;
    font-size: 15px !important;
    letter-spacing: 3px !important;
    margin-bottom: 16px !important;
}

/* Yellow accent rule below TONIGHT */
body .lcv-home-tonight .lcv-tonight-eyebrow::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    background: #f8b918;
    border-radius: 10px;
    margin-top: 14px;
}

/* Headline */
body .lcv-home-tonight .lcv-tonight-title {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 56px !important;
    line-height: 0.98 !important;
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    max-width: 500px !important;
    margin: 0 0 24px !important;
    text-shadow: none !important;
}

/* Body copy */
body .lcv-home-tonight .lcv-tonight-copy {
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    max-width: 470px !important;
    margin-bottom: 18px !important;
    text-shadow: none !important;
}

/* Make the final body paragraph a stronger beat */
body .lcv-home-tonight .lcv-tonight-copy:last-of-type {
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-top: 6px !important;
}

/* CTA statement */
body .lcv-home-tonight .lcv-tonight-cta {
    color: #ffffff !important;
    font-size: 31px !important;
    line-height: 1.1 !important;
    max-width: 420px !important;
    margin: 30px 0 22px !important;
}

/* Yellow accent rule before CTA */
body .lcv-home-tonight .lcv-tonight-cta::before {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    background: #f8b918;
    border-radius: 10px;
    margin-bottom: 18px;
}

/* DONATE NOW = joyful yellow button */
body .lcv-home-tonight .lcv-tonight-donate .wp-block-button__link {
    background: #f8b918 !important;
    color: #003b7a !important;
    min-width: 250px !important;
    padding: 15px 30px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

/* Secondary links */
body .lcv-home-tonight .lcv-tonight-links {
    display: flex !important;
    gap: 16px !important;
    margin-top: 16px !important;
    align-items: center !important;
}

body .lcv-home-tonight .lcv-tonight-links a {
    color: #59b4f4 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Add little gold separators between links */
body .lcv-home-tonight .lcv-tonight-links a:not(:last-child)::after {
    content: "•";
    color: #f8b918;
    margin-left: 16px;
}

/* Mobile */
@media (max-width: 700px) {

    .lcv-home-tonight .lcv-tonight-cover {
        min-height: 560px !important;
        padding: 44px 24px !important;
    }

    .lcv-home-tonight .lcv-tonight-cover::after {
        background:
            linear-gradient(
                90deg,
                rgba(0, 41, 86, 0.94) 0%,
                rgba(0, 41, 86, 0.80) 65%,
                rgba(0, 41, 86, 0.35) 100%
            );
    }

    body .lcv-home-tonight .lcv-tonight-title {
        font-size: 40px !important;
        line-height: 1.02 !important;
    }

    body .lcv-home-tonight .lcv-tonight-copy {
        font-size: 17px !important;
    }

    body .lcv-home-tonight .lcv-tonight-cta {
        font-size: 26px !important;
    }

    body .lcv-home-tonight .lcv-tonight-donate .wp-block-button__link {
        min-width: 220px !important;
    }

    body .lcv-home-tonight .lcv-tonight-links {
        flex-wrap: wrap !important;
        gap: 10px 14px !important;
    }
} /* ========================================
   TONIGHT - SECONDARY LINKS
   ======================================== */

/* Turn the secondary Buttons block into a simple link row */
body .lcv-home-tonight .lcv-tonight-links {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 22px 0 0 !important;
}

/* Remove WordPress button sizing/background */
body .lcv-home-tonight .lcv-tonight-links .wp-block-button {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

/* Make the buttons LOOK like text links */
body .lcv-home-tonight .lcv-tonight-links .wp-block-button__link {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    width: auto !important;
    padding: 0 !important;

    color: #59b9f5 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .3px !important;
    text-decoration: none !important;
}

/* Gold dots between links */
body .lcv-home-tonight .lcv-tonight-links .wp-block-button:not(:last-child)::after {
    content: "•";
    display: inline-block;
    color: #f8b918;
    margin: 0 15px;
    font-size: 14px;
}

/* Keep all three together on normal desktop widths */
@media (min-width: 701px) {
    body .lcv-home-tonight .lcv-tonight-links {
        flex-wrap: nowrap !important;
    }
} /* TONIGHT - FINAL POLISH */

body .lcv-home-tonight .lcv-tonight-links {
    margin-top: 14px !important;
}

body .lcv-home-tonight .lcv-tonight-links .wp-block-button__link {
    color: #6ec6ff !important;
} /* HEADER LOGO - DESKTOP SIZE */
.site-logo img,
.custom-logo-link img,
.custom-logo {
    max-width: 320px !important;
    width: 100% !important;
    height: auto !important;
} /* ========================================
   HOMEPAGE HERO - MOCKUP STYLE
   ======================================== */

/* Bigger cinematic hero */
.lcv-home-hero {
    min-height: 700px !important;
    padding: 72px 70px !important;
    align-items: center !important;
    position: relative !important;
}

/* Replace the flat dark overlay with a left-to-right gradient */
.lcv-home-hero .wp-block-cover__background {
    opacity: 0.10 !important;
}

.lcv-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 41, 86, 0.94) 0%,
            rgba(0, 41, 86, 0.84) 28%,
            rgba(0, 41, 86, 0.48) 52%,
            rgba(0, 41, 86, 0.10) 76%,
            rgba(0, 41, 86, 0.00) 100%
        );
    pointer-events: none;
}

/* Keep content above gradient */
.lcv-home-hero .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    max-width: 610px !important;
    margin-left: 0 !important;
}

/* Main headline */
body .lcv-home-hero h1.lcv-home-hero-title {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 64px !important;
    line-height: 0.98 !important;
    font-weight: 700 !important;
    letter-spacing: -1.5px !important;
    max-width: 590px !important;
    margin: 0 0 28px !important;
    text-shadow: none !important;
}

/* Tagline */
body .lcv-home-hero .lcv-home-hero-tagline {
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    max-width: 560px !important;
    margin-bottom: 18px !important;
}

/* Supporting copy */
body .lcv-home-hero .lcv-home-hero-copy {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    max-width: 560px !important;
    margin-bottom: 30px !important;
}

/* Buttons row */
.lcv-home-hero .wp-block-buttons {
    gap: 16px !important;
}

/* Primary button */
.lcv-home-hero .wp-block-button:first-child .wp-block-button__link {
    background: #67b9f3 !important;
    color: #ffffff !important;
    min-width: 205px !important;
    padding: 15px 28px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

/* Secondary button */
.lcv-home-hero .wp-block-button:nth-child(2) .wp-block-button__link {
    background: #ffffff !important;
    color: #003b7a !important;
    min-width: 220px !important;
    padding: 15px 28px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

/* Mobile */
@media (max-width: 700px) {
    .lcv-home-hero {
        min-height: 620px !important;
        padding: 48px 24px !important;
    }

    .lcv-home-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(0, 41, 86, 0.92) 0%,
                rgba(0, 41, 86, 0.78) 68%,
                rgba(0, 41, 86, 0.35) 100%
            );
    }

    body .lcv-home-hero h1.lcv-home-hero-title {
        font-size: 46px !important;
        line-height: 1.02 !important;
        max-width: 100% !important;
    }

    body .lcv-home-hero .lcv-home-hero-tagline {
        font-size: 18px !important;
    }

    body .lcv-home-hero .lcv-home-hero-copy {
        font-size: 17px !important;
    }

    .lcv-home-hero .wp-block-buttons {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .lcv-home-hero .wp-block-button__link {
        min-width: 220px !important;
    }
} /* HERO IMAGE POSITION
   Shift photo left so the "I'm So Happy You're Here" sign stays visible */

.lcv-home-hero .wp-block-cover__image-background {
    object-position: 35% center !important;
} .page-id-6813 .entry-header,
.page-id-6813 .page-header,
.page-id-6813 h1.entry-title,
.page-id-6813 h1.page-title {
    display: none !important;
} /* WHAT WE NEED - REMOVE THEME PAGE TITLE */

body.page .entry-header {
    display: none !important;
}