.family-parents {
    display: grid;
    gap: 5px;
    margin-top: 8px;
}
.family-parents b {
    overflow-wrap: anywhere;
}
.footer-couple-names {
    display: flex;
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    gap: .22em;
    line-height: 1;
    text-align: center;
}
.footer-person-name {
    display: inline-block;
    white-space: nowrap;
}
.footer-ampersand {
    display: inline-block;
    flex: none;
    font-size: .72em;
}
.footer-couple-names { flex-wrap: nowrap; }
.wedding-section-heading {
    position: relative;
    width: fit-content;
    max-width: min(100%, 880px);
    margin-inline: auto !important;
    padding: 0 .2em 22px;
    line-height: 1.08 !important;
    text-wrap: balance;
    text-shadow: 0 7px 28px color-mix(in srgb, var(--accent) 24%, transparent);
}
.wedding-section-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 92px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 55%, transparent);
}
.split-wedding-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .2em;
}
.split-wedding-heading > span:not(.heading-ampersand) {
    white-space: nowrap;
}
.heading-ampersand {
    flex: none;
    color: #fff2ce;
    font-size: .7em;
    text-shadow: 0 0 18px color-mix(in srgb, var(--accent) 58%, transparent);
}
.story-card {
    position: relative;
    overflow: hidden;
    padding: clamp(36px, 6vw, 58px);
    background:
        radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 35%),
        linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
}
.story-card .lead {
    position: relative;
    z-index: 1;
    font: 500 clamp(18px, 2.4vw, 24px)/1.85 "Cormorant Garamond", serif;
}
.story-quote {
    position: absolute;
    left: 24px;
    top: 2px;
    color: var(--accent);
    font: 130px/1 "Great Vibes", cursive;
    opacity: .16;
}
.story-signature {
    display: block;
    margin-top: 28px;
    color: var(--accent);
    font: 38px/1 "Great Vibes", cursive;
}
.guest-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin: 38px auto 0;
}
.guest-info-card {
    max-width: none;
    padding: 31px 24px;
}
.guest-info-card h3 {
    margin: 13px 0 10px;
    color: var(--accent);
    font: 600 21px "Cormorant Garamond", serif;
}
.guest-info-card p { margin: 0; font-size: 14px; }
.guest-info-card strong { color: var(--accent); }
.guest-info-card a { color: var(--accent); font-weight: 700; text-decoration: none; }
.guest-info-card a:hover { text-decoration: underline; }
.guest-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid color-mix(in srgb, var(--accent) 55%, transparent);
    border-radius: 50%;
    color: var(--accent);
    font-size: 22px;
    background: color-mix(in srgb, var(--accent) 8%, transparent);
}
@media (max-width: 640px) {
    .wedding-section-heading {
        max-width: calc(100vw - 38px);
        padding-bottom: 18px;
        font-size: clamp(39px, 12vw, 52px) !important;
        line-height: .92 !important;
    }
    .split-wedding-heading {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .split-wedding-heading .heading-ampersand {
        margin-block: .08em;
        font-size: .58em;
        line-height: .65;
    }
    .countdown-heading {
        max-width: 310px;
        font-size: clamp(38px, 11.5vw, 49px) !important;
        line-height: 1.02 !important;
    }
    .wedding-section-heading::after {
        width: 74px;
    }
    footer .names.small.footer-couple-names {
        flex-direction: column;
        gap: 0;
        font-size: clamp(40px, 13vw, 54px);
        line-height: .86;
    }
    .footer-ampersand {
        margin-block: .08em;
        font-size: .58em;
        line-height: .7;
    }
    footer .names.small.footer-couple-names .footer-person-name {
        display: block;
        width: 100%;
        white-space: nowrap;
    }
    /* Keep footer names readable even for visitors with a cached animation script. */
    footer .footer-couple-names.animated-couple-name {
        display: block;
        width: 100%;
        font-size: clamp(40px, 12vw, 52px);
        line-height: .92;
    }
    footer .footer-couple-names.animated-couple-name .animated-name-word {
        display: inline-block;
        white-space: nowrap;
    }
    footer .footer-couple-names.animated-couple-name .animated-name-ampersand-word {
        display: block;
        width: 100%;
        margin: .06em 0;
        font-size: .58em;
        line-height: .65;
    }
    .story-card { padding: 34px 20px; }
    .story-quote { left: 12px; }
    .story-signature { font-size: 33px; }
    .guest-info-grid { grid-template-columns: 1fr; }
    .guest-info-card { padding: 27px 20px; }
}
