.elementor-68329 .elementor-element.elementor-element-1ff7270{--display:flex;}.elementor-68329 .elementor-element.elementor-element-dee1127{--display:flex;}.elementor-68329 .elementor-element.elementor-element-8a06de8{--display:flex;}.elementor-68329 .elementor-element.elementor-element-478c33d{--display:flex;}.elementor-68329 .elementor-element.elementor-element-5072f20{--display:flex;}.elementor-68329 .elementor-element.elementor-element-885df3e{--display:flex;}.elementor-68329 .elementor-element.elementor-element-a279f52{--display:flex;}.elementor-68329 .elementor-element.elementor-element-6f6a613{--display:flex;}.elementor-68329 .elementor-element.elementor-element-02857b3{--display:flex;}.elementor-68329 .elementor-element.elementor-element-2a9a981{--display:flex;}/* Start custom CSS *//* =========================================================
   BRINTON VISION
   Wedding Visual Freedom Blog
   Sectioned Elementor CSS
   Hero Background Image Version
   All CTAs: #FC6047
   CTA Text: #ffffff
   CTA Hover Text: #000000
   CTA Border Radius: 7px
   ========================================================= */

.bv-wedding {
    --bv-navy: #11324a;
    --bv-blue: #2b6f9f;
    --bv-light-blue: #eaf6fb;
    --bv-gold: #c9a45c;
    --bv-gold-dark: #a8843e;
    --bv-cta: #FC6047;
    --bv-cta-text: #ffffff;
    --bv-cta-hover-text: #000000;
    --bv-cream: #fbf7ef;
    --bv-white: #ffffff;
    --bv-text: #243746;
    --bv-muted: #657786;
    --bv-border: rgba(17, 50, 74, 0.14);
    --bv-shadow: 0 24px 60px rgba(17, 50, 74, 0.14);
    --bv-radius: 28px;

    color: var(--bv-text);
    font-family: inherit;
    line-height: 1.65;
    overflow: hidden;
}

.bv-wedding *,
.bv-wedding *::before,
.bv-wedding *::after {
    box-sizing: border-box;
}

.bv-wedding-container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.bv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--bv-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.bv-eyebrow::before {
    content: "";
    width: 30px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.bv-eyebrow--light {
    color: rgba(255, 255, 255, 0.86);
}

.bv-eyebrow--hero {
    color: rgba(255, 255, 255, 0.92);
}

.bv-wedding h1,
.bv-wedding h2,
.bv-wedding h3,
.bv-wedding p {
    margin-top: 0;
}

.bv-wedding p {
    color: var(--bv-muted);
    font-size: 1.06rem;
}

.bv-wedding h2 {
    margin-bottom: 20px;
    color: var(--bv-navy);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 850;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.bv-wedding h3 {
    margin-bottom: 12px;
    color: var(--bv-navy);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

/* =========================================================
   CTA BUTTONS
   Global Brinton Vision CTA Override
   ========================================================= */

.bv-wedding a.bv-button,
.bv-wedding a.bv-button:link,
.bv-wedding a.bv-button:visited,
.bv-wedding .bv-button,
.bv-wedding .bv-button--primary,
.bv-wedding .bv-button--secondary,
.bv-wedding .bv-button--white,
.bv-wedding .bv-button--large,
.bv-wedding a.bv-inline-link,
.bv-wedding a.bv-inline-link:link,
.bv-wedding a.bv-inline-link:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 52px !important;
    padding: 15px 24px !important;
    background: #FC6047 !important;
    background-color: #FC6047 !important;
    background-image: none !important;
    border: 2px solid #FC6047 !important;
    border-color: #FC6047 !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(252, 96, 71, 0.28) !important;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease !important;
}

.bv-wedding a.bv-button *,
.bv-wedding .bv-button *,
.bv-wedding a.bv-inline-link * {
    color: inherit !important;
    fill: inherit !important;
}

.bv-wedding a.bv-button:hover,
.bv-wedding a.bv-button:focus,
.bv-wedding a.bv-button:focus-visible,
.bv-wedding a.bv-button:active,
.bv-wedding .bv-button:hover,
.bv-wedding .bv-button:focus,
.bv-wedding .bv-button:focus-visible,
.bv-wedding .bv-button:active,
.bv-wedding .bv-button--primary:hover,
.bv-wedding .bv-button--primary:focus,
.bv-wedding .bv-button--primary:focus-visible,
.bv-wedding .bv-button--secondary:hover,
.bv-wedding .bv-button--secondary:focus,
.bv-wedding .bv-button--secondary:focus-visible,
.bv-wedding .bv-button--white:hover,
.bv-wedding .bv-button--white:focus,
.bv-wedding .bv-button--white:focus-visible,
.bv-wedding a.bv-inline-link:hover,
.bv-wedding a.bv-inline-link:focus,
.bv-wedding a.bv-inline-link:focus-visible,
.bv-wedding a.bv-inline-link:active {
    background: #FC6047 !important;
    background-color: #FC6047 !important;
    background-image: none !important;
    border-color: #FC6047 !important;
    color: #000000 !important;
    fill: #000000 !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.bv-wedding .bv-button--large {
    min-height: 60px !important;
    padding: 18px 30px !important;
    font-size: 1.05rem !important;
}

/* =========================================================
   HERO BACKGROUND IMAGE
   ========================================================= */

.bv-wedding-hero {
    position: relative;
    overflow: hidden;
}

.bv-wedding-hero--background {
    min-height: 760px;
    padding: 118px 0 108px;
    background-image: var(--bv-hero-bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bv-wedding-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(
            90deg,
            rgba(17, 50, 74, 0.88) 0%,
            rgba(17, 50, 74, 0.76) 34%,
            rgba(17, 50, 74, 0.42) 64%,
            rgba(17, 50, 74, 0.22) 100%
        ),
        linear-gradient(
            180deg,
            rgba(17, 50, 74, 0.18) 0%,
            rgba(17, 50, 74, 0.18) 100%
        );
}

.bv-wedding-hero__background-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.48fr);
    gap: 48px;
    align-items: end;
}

.bv-wedding-hero__content--background {
    max-width: 720px;
}

.bv-wedding-hero__content--background p {
    color: rgba(255, 255, 255, 0.86);
}

.bv-wedding-hero__title {
    max-width: 780px;
    margin: 0 0 24px;
    color: var(--bv-white);
    font-size: clamp(3rem, 7vw, 6.6rem);
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 0.92;
    text-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
}

.bv-wedding-hero__title span {
    display: block;
    color: #ffffff;
}

.bv-wedding-hero__lead {
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 700;
}

.bv-wedding-hero__question {
    display: inline-flex;
    margin: 12px 0 18px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-left: 5px solid var(--bv-cta);
    border-radius: 18px;
    color: var(--bv-navy);
    font-size: 1.18rem;
    font-weight: 750;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
}

.bv-wedding-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.bv-wedding-hero__floating-card {
    align-self: end;
    padding: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.bv-wedding-hero__floating-card h2 {
    margin-bottom: 12px;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    letter-spacing: -0.04em;
}

.bv-wedding-hero__floating-card p {
    margin-bottom: 0;
    font-size: 0.98rem;
}

.bv-wedding-hero__card-icon {
    display: inline-grid;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    place-items: center;
    background: var(--bv-light-blue);
    border-radius: 18px;
    color: var(--bv-blue);
}

/* Legacy image-card classes hidden if still present */
.bv-wedding-hero__grid,
.bv-wedding-hero__image-card,
.bv-wedding-hero__image,
.bv-wedding-hero__image-overlay {
    display: none;
}

/* =========================================================
   MAIN SECTIONS
   ========================================================= */

.bv-wedding-main {
    padding: 86px 0 104px;
}

.bv-section {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 34px;
    padding: 68px 0;
    border-bottom: 1px solid var(--bv-border);
}

.bv-section__marker span {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    background: var(--bv-light-blue);
    border-radius: 18px;
    color: var(--bv-blue);
    font-weight: 900;
}

.bv-section__content {
    max-width: 820px;
}

.bv-pullquote {
    margin: 28px 0;
    padding: 22px 26px;
    background: var(--bv-cream);
    border-left: 5px solid var(--bv-cta);
    border-radius: 20px;
    color: var(--bv-navy);
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.bv-message-card,
.bv-tip-card,
.bv-bvoa-card {
    margin: 30px 0;
    padding: 28px;
    background: var(--bv-white);
    border: 1px solid var(--bv-border);
    border-radius: 26px;
    box-shadow: 0 16px 46px rgba(17, 50, 74, 0.08);
}

.bv-message-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
}

.bv-message-card__icon,
.bv-tip-card__icon,
.bv-bvoa-card__icon {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    background: var(--bv-light-blue);
    border-radius: 18px;
    color: var(--bv-blue);
}

.bv-message-card p {
    margin-bottom: 0;
    color: var(--bv-text);
    font-weight: 650;
}

.bv-choice-grid,
.bv-life-grid {
    display: grid;
    gap: 16px;
    margin: 30px 0;
}

.bv-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bv-choice-card,
.bv-life-card {
    padding: 22px;
    background: #f8fbfc;
    border: 1px solid var(--bv-border);
    border-radius: 22px;
}

.bv-choice-card__check {
    display: inline-grid;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    place-items: center;
    background: var(--bv-light-blue);
    border-radius: 999px;
    color: var(--bv-blue);
    font-weight: 900;
}

.bv-choice-card p {
    margin-bottom: 0;
    color: var(--bv-text);
    font-weight: 650;
}

.bv-feature-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
    margin: 58px 0;
    padding: 42px;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, var(--bv-navy), var(--bv-blue));
    border-radius: 30px;
    box-shadow: var(--bv-shadow);
}

.bv-feature-panel h2,
.bv-feature-panel p {
    color: var(--bv-white);
}

.bv-feature-panel h2 span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
}

.bv-feature-panel p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
}

.bv-editorial-quote {
    position: relative;
    margin: 34px 0;
    padding: 34px 34px 30px 74px;
    background: #f8fbfc;
    border: 1px solid var(--bv-border);
    border-radius: 26px;
}

.bv-editorial-quote__mark {
    position: absolute;
    top: 16px;
    left: 28px;
    color: var(--bv-cta);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.bv-editorial-quote p {
    margin-bottom: 0;
    color: var(--bv-navy);
    font-size: 1.2rem;
    font-weight: 700;
}

.bv-bvoa-card__header {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.bv-bvoa-card h3 span {
    display: block;
    color: var(--bv-muted);
    font-size: 1rem;
}

.bv-two-line-message {
    margin: 34px 0 0;
    padding: 26px;
    background: var(--bv-light-blue);
    border-radius: 24px;
    color: var(--bv-navy);
    font-size: 1.35rem;
    font-weight: 750;
    line-height: 1.2;
}

.bv-two-line-message strong {
    display: block;
    margin-top: 4px;
    color: var(--bv-blue);
}

.bv-tip-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
}

.bv-tip-card p {
    margin-bottom: 0;
    color: var(--bv-text);
}

.bv-life-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bv-life-card {
    color: var(--bv-navy);
    font-weight: 800;
    text-align: center;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.bv-final-cta {
    max-width: 900px;
    margin: 80px auto 0;
    padding: 54px;
    background:
        radial-gradient(circle at 85% 22%, rgba(252, 96, 71, 0.24), transparent 28%),
        linear-gradient(135deg, var(--bv-navy), var(--bv-blue));
    border-radius: 34px;
    color: var(--bv-white);
    text-align: center;
    box-shadow: var(--bv-shadow);
}

.bv-final-cta__icon {
    display: inline-grid;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    place-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    color: var(--bv-white);
}

.bv-final-cta .bv-eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

.bv-final-cta .bv-eyebrow::before {
    display: none;
}

.bv-final-cta h2 {
    color: var(--bv-white);
}

.bv-final-cta h2 span {
    color: var(--bv-cta);
}

.bv-final-cta p {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.82);
}

.bv-final-cta__statement {
    margin: 28px auto;
    max-width: 720px;
    color: var(--bv-white);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
}

.bv-final-cta__actions {
    margin-top: 30px;
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.bv-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 500ms ease,
        transform 500ms ease;
}

.bv-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
    .bv-wedding-hero__background-content {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .bv-wedding-hero__floating-card {
        max-width: 560px;
    }
}

@media (max-width: 760px) {
    .bv-wedding-container {
        width: min(100% - 28px, 1160px);
    }

    .bv-wedding-hero--background {
        min-height: auto;
        padding: 76px 0 68px;
        background-position: center top;
    }

    .bv-wedding-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(17, 50, 74, 0.88) 0%,
                rgba(17, 50, 74, 0.78) 48%,
                rgba(17, 50, 74, 0.64) 100%
            );
    }

    .bv-wedding-hero__title {
        font-size: clamp(2.8rem, 15vw, 4.4rem);
    }

    .bv-wedding-hero__actions {
        flex-direction: column;
    }

    .bv-wedding a.bv-button,
    .bv-wedding .bv-button,
    .bv-wedding a.bv-inline-link,
    .bv-wedding .bv-inline-link {
        width: 100% !important;
        border-radius: 7px !important;
    }

    .bv-wedding-hero__floating-card {
        padding: 22px;
        border-radius: 22px;
    }

    .bv-section {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 54px 0;
    }

    .bv-section__marker span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .bv-message-card,
    .bv-tip-card,
    .bv-bvoa-card,
    .bv-bvoa-card__header {
        grid-template-columns: 1fr;
    }

    .bv-choice-grid,
    .bv-life-grid {
        grid-template-columns: 1fr;
    }

    .bv-feature-panel {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .bv-final-cta {
        padding: 36px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bv-wedding *,
    .bv-wedding *::before,
    .bv-wedding *::after {
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .bv-reveal {
        opacity: 1;
        transform: none;
    }

    .bv-button:hover,
    .bv-button:focus-visible,
    .bv-inline-link:hover,
    .bv-inline-link:focus-visible {
        transform: none;
    }
}/* End custom CSS */