:root {
    --paper: #fbfaf8;
    --milk: #fffefd;
    --ink: #514a47;
    --ink-soft: #817773;
    --rose: #b28f8b;
    --line: rgba(115,99,92,.15);
    --shadow: 0 24px 70px rgba(85,72,66,.11);
    --display: 'Cormorant Garamond',serif;
    --script: 'Marck Script',cursive;
    --body: 'Manrope',sans-serif;
    --wrap: 760px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background: #f8f7f5;
}

body {
    color: var(--ink);
    font-family: var(--body);
    font-weight: 300;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #f8f7f5;
    background-image: url('images/backgrounds/mother_of_pearl_bg.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-attachment: scroll;
}

body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: rgba(255,255,255,.52);
    pointer-events: none;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

.page-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: .10;
    background-image: repeating-radial-gradient(circle at 0 0,rgba(70,60,55,.09) 0 1px,transparent 1px 4px);
    background-size: 6px 6px;
}

.pearl-field {
    display: none;
}

.collage-frame {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    overflow: hidden;
}

.collage-pearl {
    position: absolute;
    width: min(420px,42vw);
    top: -45px;
    left: -55px;
    opacity: .74;
    filter: drop-shadow(0 8px 12px rgba(80,65,58,.08));
}

.collage-lace {
    position: absolute;
    width: 92px;
    opacity: .32;
    mix-blend-mode: multiply;
}

.collage-lace--right {
    right: -30px;
    top: 22vh;
}

.collage-lace--left {
    left: -34px;
    top: 61vh;
    transform: scaleX(-1);
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 68px;
    padding: 0 clamp(18px,4vw,52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,.54);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.7);
}

.topbar__brand {
    font-family: var(--display);
    font-size: 22px;
    text-decoration: none;
    letter-spacing: .08em;
}

.topbar__nav {
    display: flex;
    gap: 28px;
}

.topbar__nav a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 10px;
    color: var(--ink-soft);
}

.hero {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    padding: 120px 24px 110px;
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,255,255,.16) 70%,rgba(255,255,255,.42));
}

.hero::after {
    content: "";
    position: absolute;
    left: -12%;
    right: -12%;
    bottom: -82px;
    height: 210px;
    background: url('images/fabric/fabric_wave.jpg') center/cover no-repeat;
    opacity: .48;
    filter: saturate(.65) brightness(1.1);
    border-radius: 50% 50% 0 0/34% 34% 0 0;
    z-index: 0;
}

.hero__content {
    max-width: 920px;
    position: relative;
    z-index: 5;
    padding: 56px 68px;
    background: radial-gradient(ellipse at center,rgba(255,255,255,.76),rgba(255,255,255,.28) 55%,transparent 72%);
    border-radius: 48%;
}

.hero__kicker {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 14px;
    color: var(--ink-soft);
    margin-bottom: 5px;
}

.hero__script {
    font-family: var(--script);
    font-size: clamp(28px,5vw,48px);
    color: #aa8f89;
    margin-bottom: 28px;
}

.hero__names {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px,2.2vw,30px);
    flex-wrap: wrap;
    font-family: var(--display);
    font-size: clamp(62px,11vw,122px);
    font-weight: 400;
    line-height: .85;
    letter-spacing: -.025em;
}

.hero__amp {
    font-family: var(--script);
    font-size: .74em;
    color: #bba7a2;
    transform: translateY(8px);
}

.shell-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 34px auto 24px;
    color: #bfaea6;
}

.shell-divider span {
    width: 82px;
    height: 1px;
    background: linear-gradient(90deg,transparent,#cbbeb6);
}

.shell-divider span:last-child {
    background: linear-gradient(90deg,#cbbeb6,transparent);
}

.shell-divider svg {
    width: 26px;
    height: 26px;
}

.hero__date {
    font-family: var(--display);
    font-size: 25px;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.hero__place {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    color: var(--ink-soft);
}

.hero__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.hero-decor {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 12px 18px rgba(75,62,55,.10));
}

.hero-decor--strand {
    width: min(620px,70vw);
    left: -95px;
    top: 45px;
    transform: rotate(-8deg);
    opacity: .72;
}

.hero-decor--scallop {
    width: 150px;
    left: -24px;
    bottom: 36px;
    transform: rotate(-16deg);
}

.hero-decor--oyster {
    width: 155px;
    right: -24px;
    top: 115px;
    transform: rotate(15deg);
}

.hero-decor--star {
    width: 125px;
    right: 42px;
    bottom: 34px;
    transform: rotate(17deg);
}

.hero-decor--nautilus {
    width: 130px;
    right: 8px;
    bottom: 145px;
    transform: rotate(-8deg);
}

.section {
    position: relative;
    z-index: 4;
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 100px 28px;
    text-align: center;
}

.section::before {
    content: "";
    position: absolute;
    inset: 32px -28px;
    z-index: -1;
    background: rgba(255,255,255,.28);
    border: 1px solid rgba(255,255,255,.46);
    backdrop-filter: blur(3px);
    border-radius: 42px;
}

.section__eyebrow {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 10px;
    color: #aa8f89;
    margin-bottom: 10px;
}

.section__title {
    font-family: var(--display);
    font-size: clamp(42px,7vw,66px);
    font-weight: 400;
    line-height: 1;
}

.section__script {
    font-family: var(--script);
    font-size: clamp(26px,4.4vw,40px);
    color: #b19790;
    margin: 6px 0 24px;
}

.section__text {
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 15px;
    color: var(--ink-soft);
}

.section--intro {
    padding-top: 120px;
    padding-bottom: 110px;
}

.ornament {
    display: none;
}

.pearl-strand {
    width: min(520px,76%);
    height: 52px;
    margin: 0 auto;
    background: url('images/pearls/pearl_strand.png') center/contain no-repeat;
    opacity: .7;
    filter: drop-shadow(0 4px 5px rgba(80,60,50,.08));
}

.section-decor {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    filter: drop-shadow(0 10px 18px rgba(70,60,55,.08));
}

.section-decor--pearl {
    width: 120px;
    right: -75px;
    top: 48px;
}

.section-decor--snail {
    width: 115px;
    left: -75px;
    bottom: 40px;
    transform: rotate(-15deg);
}

.section-decor--nautilus {
    width: 125px;
    right: -85px;
    bottom: 44px;
    transform: rotate(14deg);
}

.section-decor--oyster {
    width: 150px;
    left: -92px;
    bottom: 30px;
    transform: rotate(-12deg);
}

.timeline {
    max-width: 570px;
    margin: 42px auto 0;
    text-align: left;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 105px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: linear-gradient(var(--line),rgba(180,160,150,.45),var(--line));
}

.timeline__item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 48px;
    padding: 0 0 32px;
    position: relative;
}

.timeline__item:last-child {
    padding-bottom: 0;
}

.timeline__item::before {
    content: "";
    position: absolute;
    left: 101px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,#fff,#d8cec5 65%,#b6a79c);
    box-shadow: 0 0 0 5px rgba(255,255,255,.7);
}

.timeline time {
    font-family: var(--display);
    font-size: 28px;
    color: #9e8580;
    text-align: right;
}

.timeline h3 {
    font-family: var(--display);
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}

.timeline p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-soft);
}

.glass-card {
    background: rgba(255,255,255,.56);
    border: 1px solid rgba(255,255,255,.76);
    box-shadow: var(--shadow);
    backdrop-filter: blur(13px);
    border-radius: 28px;
}

.section--location {
    max-width: 880px;
}

.location-card {
    max-width: 620px;
    margin: 38px auto 0;
    padding: 48px 38px;
}

.location-card__mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border: 1px solid rgba(168,145,137,.35);
    border-radius: 50%;
    font-size: 25px;
    color: #a38b84;
}

.location-card__name {
    font-family: var(--display);
    font-size: 28px;
}

.location-card__city {
    margin: 4px 0 16px;
    color: var(--ink-soft);
    font-size: 13px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.location-card__note {
    max-width: 420px;
    margin: 0 auto 24px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.7;
}

.shell-cluster {
    display: none;
}

.dress-gallery {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 14px;
    max-width: 570px;
    margin: 40px auto 0;
}

.dress-gallery__item {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    background: #f3ece7;
    box-shadow: 0 14px 30px rgba(89,73,65,.10),inset 0 0 0 1px rgba(255,255,255,.72);
}

.dress-gallery__item--tall {
    grid-row: span 2;
}

.dress-gallery__item--ivory {
    grid-column: 3;
    grid-row: 2/span 2;
}

.dress-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease,filter .6s ease;
}

.dress-gallery__item:hover img {
    transform: scale(1.035);
    filter: saturate(1.025) brightness(1.02);
}

.dress-gallery__caption {
    margin: 28px auto 0;
    font-family: var(--script);
    font-size: 27px;
    line-height: 1.1;
    color: #b28d82;
}

.section--lace-panel::after {
    content: "";
    position: absolute;
    right: -55px;
    top: 10%;
    width: 100px;
    height: 80%;
    background: url('images/lace/lace_strip.png') center/contain repeat-y;
    opacity: .22;
    z-index: -2;
}

.section--photo {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.photo-placeholder {
    position: relative;
    min-height: 0 !important;
    border-radius: 190px 190px 32px 32px;
    overflow: hidden;
    border: 1px solid rgba(178,157,146,.20);
    background: linear-gradient(rgba(255,255,255,.24),rgba(255,255,255,.24)),url('images/backgrounds/mother_of_pearl_alt.jpg') center/cover;
    box-shadow: var(--shadow);
    display: grid;
    place-items: center;
    aspect-ratio: 2 / 3;
}

.photo-placeholder__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #8d7973;
}

.photo-placeholder__inner span {
    font-family: var(--script);
    font-size: 48px;
}

.photo-placeholder__inner small {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.photo-placeholder__shell {
    display: none;
}

.photo-placeholder__pearls {
    position: absolute;
    left: -35px;
    top: 4%;
    width: 320px;
    height: 180px;
    background: url('images/pearls/pearls_corner.png') center/contain no-repeat;
    opacity: .7;
    transform: rotate(-8deg);
}

.rsvp-shell {
    display: none;
}

.rsvp {
    max-width: 610px;
    margin: 40px auto 0;
    padding: 38px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field span,
.field--radio legend {
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #947e78;
}

.field input[type=text],
.field textarea {
    border: none;
    border-bottom: 1px solid rgba(150,130,120,.28);
    background: transparent;
    padding: 10px 2px;
    color: var(--ink);
    resize: vertical;
}

.field input:focus,
.field textarea:focus {
    outline: none;
    border-bottom-color: #a48b84;
}

.field--radio {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.field--radio label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: var(--ink-soft);
    cursor: pointer;
}

.field--radio input {
    accent-color: #a48b84;
}

.rsvp .btn {
    align-self: center;
    margin-top: 4px;
}

.rsvp__status {
    text-align: center;
    font-size: 13px;
    color: #8d7770;
    min-height: 18px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .22s ease,box-shadow .22s ease,background .22s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn--pearl {
    background: linear-gradient(145deg,#cab8ae,#a99389);
    color: #fff;
    box-shadow: 0 10px 28px rgba(113,88,78,.16);
}

.btn--ghost {
    border-color: rgba(135,114,104,.28);
    background: rgba(255,255,255,.38);
}

.footer {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 100px 24px 70px;
    overflow: hidden;
    background: linear-gradient(180deg,transparent,rgba(255,255,255,.5));
}

.footer__lace {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 155px;
    background: url('images/lace/lace_full.png') center top/cover no-repeat;
    opacity: .16;
}

.footer__script {
    position: relative;
    font-family: var(--script);
    font-size: 32px;
    color: #a78d86;
}

.footer__names {
    position: relative;
    font-family: var(--display);
    font-size: 28px;
    letter-spacing: .04em;
}

.footer__shell {
    display: none;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .85s ease,transform .85s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

:focus-visible {
    outline: 2px solid #a48b84;
    outline-offset: 4px;
}

@media (max-width:760px){
    body {
        background-attachment: scroll;
    }

    .topbar {
        height: 60px;
        padding: 0 18px;
    }

    .topbar__nav {
        gap: 14px;
    }

    .topbar__nav a:nth-child(2),
    .topbar__nav a:nth-child(3) {
        display: none;
    }

    .hero {
        padding-top: 110px;
    }

    .hero__content {
        padding: 42px 18px;
    }

    .hero-decor--strand {
        left: -160px;
        width: 580px;
    }

    .hero-decor--oyster {
        right: -58px;
        width: 120px;
    }

    .hero-decor--star {
        right: -18px;
        width: 92px;
    }

    .hero-decor--nautilus {
        right: -45px;
        width: 100px;
    }

    .hero-decor--scallop {
        left: -50px;
        width: 110px;
    }

    .section {
        padding: 82px 22px;
    }

    .section::before {
        inset: 24px 8px;
    }

    .section__text {
        font-size: 14px;
    }

    .section-decor {
        opacity: .58;
    }

    .section-decor--pearl,
    .section-decor--nautilus {
        right: -30px;
    }

    .section-decor--snail,
    .section-decor--oyster {
        left: -30px;
    }

    .timeline {
        margin-top: 34px;
    }

    .timeline::before {
        left: 82px;
    }

    .timeline__item {
        grid-template-columns: 63px 1fr;
        gap: 38px;
    }

    .timeline__item::before {
        left: 78px;
    }

    .timeline time {
        font-size: 23px;
    }

    .timeline h3 {
        font-size: 21px;
    }

    .photo-placeholder {
        min-height: 430px;
        border-radius: 120px 120px 26px 26px;
    }

    .dress-gallery {
        grid-auto-rows: 128px;
        gap: 10px;
    }

    .rsvp {
        padding: 28px 22px;
    }

    .collage-lace {
        opacity: .18;
    }
}

@media (max-width:440px){
    .collage-pearl {
        width: 260px;
        left: -80px;
        top: -20px;
    }

    .hero__names {
        flex-direction: column;
        gap: 0;
    }

    .hero__amp {
        margin: -4px 0 -6px;
    }

    .hero__actions {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: min(290px,100%);
    }

    .dress-gallery {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 118px;
    }

    .dress-gallery__item--tall {
        grid-row: span 2;
    }

    .dress-gallery__item--ivory {
        grid-column: auto;
        grid-row: span 2;
    }

    .dress-gallery__caption {
        font-size: 23px;
    }

    .photo-placeholder {
        min-height: 360px;
    }

    .photo-placeholder__inner span {
        font-size: 42px;
    }

    .section-decor {
        opacity: .4;
    }
}

@media (prefers-reduced-motion:reduce){
    * {
        scroll-behavior: auto!important;
        animation: none!important;
        transition: none!important;
    }
}

/* === Layout pass v2: exact decorative structure requested === */
body::before {
    background: rgba(255,255,255,.52)!important;
}

.hero {
    background: transparent!important;
}

.hero::after {
    display: none!important;
}

.section::before {
    background: rgba(255,255,255,.28)!important;
}

.photo-placeholder {
    background: linear-gradient(rgba(255,255,255,.24),rgba(255,255,255,.24)),url('images/backgrounds/mother_of_pearl_bg.jpg') center/cover!important;
}

.footer {
    background: transparent!important;
}

.footer__lace {
    display: none!important;
}

.collage-pearl,
.collage-lace {
    display: none!important;
}

.layout-lace-full {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: -310px;
    right: -330px;
    width: min(900px,78vw);
    transform: rotate(-45deg);
    transform-origin: center;
    opacity: .42;
    mix-blend-mode: multiply;
}

.layout-mid-decor {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: 48%;
    left: 0;
    width: 190px;
    height: 48%;
}

.layout-lace-strip {
    position: absolute;
    left: -30px;
    top: 0;
    width: 145px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    opacity: .38;
    mix-blend-mode: multiply;
}

.layout-fabric-wave {
    position: absolute;
    left: -45px;
    top: -90px;
    width: 360px;
    height: 170px;
    object-fit: cover;
    transform: rotate(-7deg);
    opacity: .92;
    filter: saturate(.72) brightness(1.08);
    border-radius: 0 55% 55% 0;
}

.layout-joint-shell {
    position: absolute;
    left: 72px;
    top: 5px;
    width: 125px;
    transform: rotate(18deg);
    filter: drop-shadow(0 8px 14px rgba(70,60,55,.12));
}

.layout-bottom-decor {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    height: 360px;
    overflow: hidden;
}

.layout-bottom-pearls {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: min(720px,78vw);
    transform: translateX(-50%) rotate(-4deg);
    filter: drop-shadow(0 7px 12px rgba(70,60,55,.12));
}

.layout-bottom-shell {
    position: absolute;
    filter: drop-shadow(0 9px 15px rgba(70,60,55,.12));
}

.layout-bottom-shell--nautilus {
    left: 5%;
    bottom: -20px;
    width: 190px;
    transform: rotate(-14deg);
}

.layout-bottom-shell--star {
    left: 31%;
    bottom: -35px;
    width: 180px;
    transform: rotate(10deg);
}

.layout-bottom-shell--oyster {
    right: 4%;
    bottom: -28px;
    width: 220px;
    transform: rotate(8deg);
}

@media (max-width:760px){
    body {
        background-attachment: scroll!important;
    }

    .layout-lace-full {
        top: -135px;
        right: -155px;
        width: 520px;
        opacity: .36;
    }

    .layout-mid-decor {
        top: 49%;
        width: 125px;
    }

    .layout-lace-strip {
        left: -38px;
        width: 105px;
    }

    .layout-fabric-wave {
        left: -52px;
        top: -58px;
        width: 250px;
        height: 120px;
    }

    .layout-joint-shell {
        left: 42px;
        top: 0;
        width: 88px;
    }

    .layout-bottom-decor {
        height: 260px;
    }

    .layout-bottom-pearls {
        width: 590px;
        bottom: -6px;
    }

    .layout-bottom-shell--nautilus {
        left: -24px;
        width: 130px;
    }

    .layout-bottom-shell--star {
        left: 29%;
        width: 120px;
    }

    .layout-bottom-shell--oyster {
        right: -32px;
        width: 155px;
    }
}

/* ===== STAGE 1: ONE CONTINUOUS PEARLESCENT CANVAS ===== */
html {
    background: #f8f7f5;
}

body {
    position: relative;
    background-color: #f8f7f5 !important;
    background-image: none !important;
}

/*
 * One continuous pearlescent image.
 * It is taller than the viewport and pans from its top to its bottom
 * according to the page scroll progress. No repeat = no seam.
 */
.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 145vh;
    z-index: 0;
    pointer-events: none;
    background-color: #f8f7f5;
    background-image: url('images/backgrounds/mother_of_pearl_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

/* Content stays above the background layer. */
main {
    position: relative;
    z-index: 2;
}

body::before {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    height: 100% !important;
    z-index: 1 !important;
    background: rgba(255,255,255,.38) !important;
    backdrop-filter: none !important;
}

/* Sections do not introduce their own alternate background texture. */
.hero,
.footer {
    background: transparent !important;
}

.section::before {
    background: rgba(255,255,255,.24) !important;
}

.photo-placeholder {
    background: rgba(255,255,255,.20) !important;
}

/* Hide collage decoration for this approval stage.
   We add it back one layer at a time after the background is approved. */
.collage-layer,
.collage-lace,
.hero-decor,
.hero::after,
.section-decor,
.section--lace-panel::after,
.photo-placeholder__pearls,
.footer__lace {
    display: none !important;
}

/* ===== STAGE 2: lace_full — matched to exported Figma reference ===== */
.stage-lace-full {
    position: absolute;

    /* Reference geometry: large lace sheet crosses the upper-right corner. */
    top: -11.0vw;
    right: -13.8vw;
    width: 37.5vw;
    max-width: 540px;
    min-width: 430px;
    height: auto;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

/* Keep the same composition on narrower screens, scaled with the viewport. */
@media (max-width:900px){
    .stage-lace-full {
        top: -18vw;
        right: -22vw;
        width: 62vw;
        min-width: 0;
        max-width: none;
    }
}

@media (max-width:520px){
    .stage-lace-full {
        top: -24vw;
        right: -27vw;
        width: 72vw;
    }
}


/* Mobile: give the background a little more vertical travel. */
@media (max-width:760px){
    .bg-layer {
        height: 160vh;
    }
}
.couple-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 760px) {
    .couple-photo {
        min-height: 430px;
    }
}

@media (max-width: 440px) {
    .couple-photo {
        min-height: 360px;
    }
}