/* Luxury-03 Elixir — mobile-first (clone envelope Elixir demo) */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.lx3-page { min-height: 100vh; min-height: 100dvh; }
.lx3-container { position: relative; width: 100%; max-width: 480px; margin: 0 auto; overflow-x: hidden; }
.lx3-main { padding-bottom: 88px; }
.lx3-main.lx3-body-locked { display: none !important; }

/* Cover */
.lx3-cover {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 24px 32px;
    overflow: hidden;
}
.lx3-cover__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    filter: brightness(0.45) saturate(0.9);
}
.lx3-cover__bg video { width: 100%; height: 100%; object-fit: cover; }
.lx3-cover__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13,13,13,0.35) 0%, rgba(13,13,13,0.85) 70%);
}
.lx3-cover__inner { position: relative; z-index: 2; width: 100%; }
.lx3-cover__eyebrow {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--lx3-gold);
    margin: 0 0 12px;
}
.lx3-cover__names {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
    line-height: 1.05;
    margin: 0 0 8px;
    color: var(--lx3-text);
}
.lx3-cover__amp { color: var(--lx3-gold-soft); margin: 0 0.15em; }
.lx3-cover__date {
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--lx3-muted);
    margin: 12px 0 28px;
}
.lx3-cover__dear { font-size: 12px; letter-spacing: 0.15em; color: var(--lx3-muted); margin: 0; }
.lx3-cover__guest {
    font-size: clamp(1.5rem, 6vw, 2rem);
    font-family: var(--lx3-font-display);
    color: var(--lx3-gold);
    margin: 4px 0 12px;
}
.lx3-cover__disclaimer { font-size: 11px; color: var(--lx3-muted); max-width: 280px; margin: 0 auto 24px; line-height: 1.5; }
.lx3-cover.is-opened { opacity: 0; pointer-events: none; transition: opacity 0.6s ease; }

/* Buttons */
.lx3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 20px;
    border: 1px solid var(--lx3-gold);
    background: transparent;
    color: var(--lx3-gold);
    font-family: var(--lx3-font-ui);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}
.lx3-btn:hover { background: var(--lx3-gold); color: var(--lx3-btn-text); }
.lx3-btn--outline { margin-top: 16px; }
.lx3-btn--filled,
.lx3-btn-secondary {
    border-color: var(--lx3-btn-bg);
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
}
.lx3-btn--filled:hover,
.lx3-btn-secondary:hover {
    filter: brightness(1.06);
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
}

/* Sections */
.lx3-section {
    padding: 56px 24px;
    text-align: center;
    position: relative;
}
.lx3-section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin: 0 0 8px;
    color: var(--lx3-text);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.lx3-section-sub { font-size: 12px; letter-spacing: 0.2em; color: var(--lx3-muted); margin: 0 0 24px; text-transform: uppercase; }

/* Opening */
.lx3-opening__eyebrow { font-size: 10px; letter-spacing: 0.3em; color: var(--lx3-muted); margin-bottom: 20px; }
.lx3-opening__monogram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 3rem;
    font-family: var(--lx3-font-display);
    color: var(--lx3-gold);
    margin-bottom: 16px;
}
.lx3-opening__monogram-amp { font-size: 1.5rem; opacity: 0.7; }
.lx3-opening__names { font-size: 2rem; margin: 0 0 12px; }
.lx3-opening__hashtag { font-size: 13px; letter-spacing: 0.16em; word-spacing: 0.08em; color: var(--lx3-gold-soft); margin: 16px 0; }
.lx3-opening__quote-ref { font-size: 14px; letter-spacing: 0.1em; margin: 24px 0 12px; font-weight: 500; }
.lx3-opening__quote {
    font-size: 13px;
    line-height: 1.7;
    color: var(--lx3-muted);
    max-width: 340px;
    margin: 0 auto;
    border: none;
    padding: 0;
    font-style: italic;
}

/* Couple */
.lx3-section--couple { display: grid; gap: 40px; }
.lx3-couple-photo-wrap {
    width: min(220px, 70vw);
    margin: 0 auto 16px;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 2px;
}
.lx3-couple-photo { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%); }
.lx3-couple-nick { font-size: 2rem; font-family: var(--lx3-font-display); margin: 0; color: var(--lx3-gold); }
.lx3-couple-name { font-size: 1.1rem; margin: 8px 0; letter-spacing: 0.08em; }
.lx3-couple-parents { font-size: 12px; color: var(--lx3-muted); line-height: 1.6; margin: 0 0 8px; }
.lx3-couple-role { font-size: 10px; letter-spacing: 0.35em; color: var(--lx3-gold); margin: 12px 0 0; }
.lx3-couple-ig { font-size: 12px; color: var(--lx3-gold); text-decoration: none; }
.lx3-couple-ig-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 14px;
    border: 1px solid color-mix(in srgb, var(--lx3-btn-bg) 72%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--lx3-btn-bg) 88%, transparent);
    color: var(--lx3-btn-text);
    font-family: var(--lx3-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: filter 0.25s ease, border-color 0.25s ease;
}
.lx3-couple-ig-badge__icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--lx3-btn-text) 16%, transparent);
    color: var(--lx3-btn-text);
    font-size: 0.78rem;
}
.lx3-couple-ig-badge:hover {
    filter: brightness(1.06);
    border-color: var(--lx3-btn-bg);
}

/* Timeline horizontal */
.lx3-timeline-hint { font-size: 11px; letter-spacing: 0.2em; color: var(--lx3-muted); margin-top: 8px; }
.lx3-timeline-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 24px 4px 8px;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}
.lx3-timeline-track::-webkit-scrollbar { height: 4px; }
.lx3-timeline-track::-webkit-scrollbar-thumb { background: var(--lx3-gold); border-radius: 2px; }
.lx3-timeline-card {
    flex: 0 0 min(280px, 78vw);
    scroll-snap-align: center;
    padding: 24px 20px;
    background: var(--lx3-card);
    border: 1px solid rgba(201, 184, 150, 0.2);
}
.lx3-timeline-card__title { font-size: 1.1rem; margin: 0 0 12px; font-family: var(--lx3-font-heading); }
.lx3-timeline-card__desc { font-size: 13px; line-height: 1.65; color: var(--lx3-muted); margin: 0; }

/* Countdown */
.lx3-countdown-stamp {
    font-size: clamp(3rem, 14vw, 5rem);
    letter-spacing: 0.2em;
    color: rgba(201, 184, 150, 0.25);
    margin: 0 0 8px;
    font-family: var(--lx3-font-ui);
}
.lx3-countdown-title {
    font-size: 11px;
    letter-spacing: 0.25em;
    margin: 0 0 28px;
    color: var(--lx3-muted);
    text-transform: uppercase;
}
.lx3-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 360px;
    margin: 0 auto;
}
.lx3-countdown-value {
    display: block;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    font-family: var(--lx3-font-ui);
    font-weight: 500;
    color: var(--lx3-gold);
}
.lx3-countdown-label {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--lx3-muted);
}

/* Event date tiles */
.lx3-event-card { margin-bottom: 48px; }
.lx3-event-card__title {
    font-size: 12px;
    letter-spacing: 0.35em;
    margin: 0 0 20px;
    color: var(--lx3-gold);
}
.lx3-event-date-tiles {
    display: grid;
    grid-template-columns: 1fr 0.6fr 0.6fr 1fr;
    gap: 8px;
    max-width: 280px;
    margin: 0 auto 16px;
    align-items: end;
}
.lx3-event-date-tile {
    font-family: var(--lx3-font-ui);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.lx3-event-date-tile--day { font-size: 10px; color: var(--lx3-muted); grid-column: 1 / -1; }
.lx3-event-date-tile--month { font-size: 11px; color: var(--lx3-gold); }
.lx3-event-date-tile--num { font-size: clamp(2.5rem, 12vw, 3.5rem); color: var(--lx3-text); line-height: 1; }
.lx3-event-date-tile--year { font-size: 11px; color: var(--lx3-muted); }
.lx3-event-card__time { font-size: 13px; letter-spacing: 0.1em; margin: 8px 0; }
.lx3-event-card__venue { font-size: 1rem; margin: 12px 0 6px; font-family: var(--lx3-font-heading); }
.lx3-event-card__address { font-size: 12px; color: var(--lx3-muted); line-height: 1.6; max-width: 320px; margin: 0 auto 8px; }

/* Dresscode */
.lx3-dresscode { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(201, 184, 150, 0.15); }
.lx3-dresscode__title { font-size: 11px; letter-spacing: 0.35em; margin: 0 0 12px; }
.lx3-dresscode__text { font-size: 13px; color: var(--lx3-muted); line-height: 1.6; max-width: 300px; margin: 0 auto 20px; }
.lx3-dresscode-swatches {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.lx3-dresscode-swatches span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Gallery */
.lx3-frame-preview { max-width: 240px; margin: 16px auto; display: block; }
.lx3-frame-lede, .lx3-frame-note { font-size: 12px; color: var(--lx3-muted); line-height: 1.5; max-width: 300px; margin: 8px auto; }
.lx3-frame-btn { margin-top: 16px; }
.lx3-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 20px;
}
.lx3-gallery-grid--mosaic .lx3-gallery-item--featured { grid-column: span 2; aspect-ratio: 4/3; }
.lx3-gallery-item { position: relative; aspect-ratio: 1; overflow: hidden; cursor: pointer; }
.lx3-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.lx3-gallery-item:hover img { transform: scale(1.05); }
.lx3-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.25s;
    color: #fff;
}
.lx3-gallery-item:hover .lx3-gallery-overlay { opacity: 1; }

/* Lightbox */
.lx3-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.lx3-lightbox-img { max-width: 100%; max-height: 90vh; object-fit: contain; }
.lx3-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* RSVP / forms — inherit lx3- from sed luxury-06 */
.lx3-section--rsvp .lx3-form-input,
.lx3-section--rsvp .lx3-form-select,
.lx3-section--rsvp .lx3-form-textarea {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(201, 184, 150, 0.35);
    color: var(--lx3-text);
    padding: 12px 14px;
    font-family: var(--lx3-font-ui);
    font-size: 14px;
}
.lx3-form-btn-submit {
    width: 100%;
    margin-top: 12px;
    padding: 11px 16px;
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
    border: none;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    font-family: var(--lx3-font-ui);
    font-weight: 700;
}
.lx3-rsvp-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}
.lx3-section--rsvp .lx3-rsvp-form,
.lx3-section--rsvp .lx3-wishes-list-wrapper {
    width: 100%;
}
.lx3-wishes-list-wrapper {
    margin-top: 28px;
    text-align: left;
}
.lx3-wishes-list__title {
    margin: 0 0 14px;
    color: var(--lx3-text);
    font-family: var(--lx3-font-ui);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.lx3-wishes-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}
.lx3-wish-empty {
    margin: 0;
    padding: 18px 14px;
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--lx3-font-ui);
    font-size: 0.84rem;
    line-height: 1.45;
    text-align: center;
}
.lx3-wish-card {
    padding: 14px 16px 15px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 3px solid var(--lx3-btn-bg);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
}
.lx3-wish-card__head {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    margin: 0;
}
.lx3-wish-card__label {
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--lx3-font-ui);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.lx3-wish-card__name {
    color: var(--lx3-text);
    font-family: var(--lx3-font-heading);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.25;
}
.lx3-wish-card__divider {
    height: 1px;
    margin: 10px 0 11px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--lx3-btn-bg) 72%, transparent) 0%, rgba(255, 255, 255, 0.08) 72%, transparent 100%);
}
.lx3-wish-card__message {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-family: var(--lx3-font-body);
    font-size: 0.84rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Bottom nav */
.lx3-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    display: flex;
    justify-content: space-around;
    background: rgba(13, 13, 13, 0.95);
    border-top: 1px solid rgba(201, 184, 150, 0.2);
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
    z-index: 100;
    backdrop-filter: blur(8px);
}
.lx3-nav-item {
    flex: 1;
    background: none;
    border: none;
    color: var(--lx3-muted);
    padding: 6px 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 9px;
}
.lx3-nav-item.is-active,
.lx3-nav-item:hover { color: var(--lx3-gold); }
.lx3-nav-item i { font-size: 16px; }

/* Reveal animations */
.lx3-reveal--up,
.lx3-reveal--down,
.lx3-reveal--left,
.lx3-reveal--right,
.lx3-reveal--zoom {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.lx3-reveal--down { transform: translateY(-24px); }
.lx3-reveal--left { transform: translateX(-24px); }
.lx3-reveal--right { transform: translateX(24px); }
.lx3-reveal--zoom { transform: scale(0.96); }
.lx3-reveal--up.is-visible,
.lx3-reveal--down.is-visible,
.lx3-reveal--left.is-visible,
.lx3-reveal--right.is-visible,
.lx3-reveal--zoom.is-visible {
    opacity: 1;
    transform: none;
}

/* Gift section spacing */
.lx3-section--gift .lx3-gift-intro { font-size: 13px; color: var(--lx3-muted); line-height: 1.6; padding: 0 8px; }

/* Closing */
.lx3-section--closing .lx3-closing-names,
.lx3-section--finale .lx3-signature-couple {
    font-family: var(--lx3-font-display);
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    margin: 20px 0;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .nk-template-luxury-03.nk-mode-split_showcase .lx3-container {
        max-width: var(--nk-desktop-inv-panel-width, 430px);
    }
    .lx3-nav { max-width: var(--nk-desktop-inv-panel-width, 430px); }
}

/* Elixir visual pass: closer to the source demo composition. */
.nk-template-luxury-03 {
    --lx3-panel-max: 430px;
    background: #050505;
}
.nk-template-luxury-03 .nk-invitation-panel {
    background: #050505;
}
.lx3-container {
    max-width: var(--lx3-panel-max);
    min-height: 100vh;
    background: #050505;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.65);
}
.lx3-main {
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 34%),
        linear-gradient(180deg, #080808 0%, #111 48%, #070707 100%);
}
.lx3-section {
    padding: 72px 28px;
    background: #080808;
    overflow: hidden;
}
.lx3-section:nth-child(even) {
    background: #101010;
}
.lx3-section::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
}
.lx3-section-head {
    margin: 0 auto 28px;
    max-width: 340px;
}
.lx3-section-head__ornament {
    display: none;
}
.lx3-section-title {
    font-family: var(--lx3-font-ui);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.18em;
    color: #fff;
}
.lx3-section-subtitle,
.lx3-section-sub {
    color: rgba(255,255,255,0.68);
    font-size: 0.72rem;
    letter-spacing: 0.24em;
}

/* Cover: top menu + centered framed typography like Envelope Elixir. */
.lx3-cover {
    align-items: flex-end;
    padding: 22px 22px 44px;
    color: #fff;
}
.lx3-cover__bg {
    background-position: center top;
    filter: brightness(0.34) contrast(1.08) saturate(0.82);
    transform: scale(1.02);
}
.lx3-cover__overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 38%, rgba(0,0,0,0.72) 100%),
        radial-gradient(circle at 50% 35%, rgba(255,255,255,0.08), rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.86) 100%);
}
.lx3-cover-menu {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
}
.lx3-cover-menu button {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,0.82);
    font-family: var(--lx3-font-ui);
    font-size: 10px;
    letter-spacing: 0.06em;
    padding: 0;
    text-transform: none;
    cursor: pointer;
}
.lx3-cover__inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 120px;
}
.lx3-cover__eyebrow {
    color: rgba(255,255,255,0.86);
    font-size: 11px;
    letter-spacing: 0.26em;
    margin-bottom: 10px;
}
.lx3-cover__names.lx3-couple-names {
    display: grid;
    justify-items: center;
    gap: 0;
    font-size: clamp(2.8rem, 14vw, 4.8rem);
    line-height: 0.86;
    letter-spacing: -0.02em;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 4px 30px rgba(0,0,0,0.55);
    white-space: normal;
}
.lx3-cover__amp {
    color: rgba(255,255,255,0.88);
    font-size: 0.64em;
    margin-top: 0.22em;
}
.lx3-cover__date {
    color: rgba(255,255,255,0.72);
    font-size: 11px;
    letter-spacing: 0.14em;
    margin: 18px 0 34px;
}
.lx3-cover__prompt {
    display: none;
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    margin-bottom: 22px;
}
.lx3-cover__dear {
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 2px;
}
.lx3-cover__guest {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1.28rem;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.lx3-cover__disclaimer {
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 24px;
}
.lx3-cover__open {
    min-width: 160px;
    min-height: 38px;
    border: 1px solid color-mix(in srgb, var(--lx3-btn-bg) 72%, transparent);
    color: var(--lx3-btn-text);
    background: var(--lx3-btn-bg);
    backdrop-filter: blur(6px);
}
.lx3-cover__open:hover {
    filter: brightness(1.06);
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
}

/* Opening mirrors the source sequence after the cover. */
.lx3-section--opening {
    padding-top: 78px;
}
.lx3-opening-hero {
    min-height: 290px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    margin: -26px -10px 46px;
    padding: 34px 18px;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.30), rgba(0,0,0,0.76)),
        var(--lx3-opening-bg, transparent);
    border: 1px solid rgba(255,255,255,0.06);
}
.lx3-opening__couple-line {
    margin: 0;
    font-family: var(--lx3-font-ui);
    font-size: 1rem;
    letter-spacing: 0.22em;
    color: #fff;
}
.lx3-opening__couple-line span {
    color: rgba(255,255,255,0.72);
}
.lx3-opening__monogram {
    gap: 10px;
    font-family: var(--lx3-font-ui);
    font-size: 3.2rem;
    letter-spacing: 0.16em;
    color: #fff;
}
.lx3-opening-title-card {
    margin: 0 auto 38px;
}
.lx3-opening__names {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
    line-height: 0.9;
    margin: 0;
    color: #fff;
}
.lx3-opening__amp {
    font-size: 0.58em;
    color: rgba(255,255,255,0.76);
}
.lx3-opening__date {
    margin: 14px 0 0;
    font-size: 11px;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.58);
}
.lx3-opening__stacked-monogram {
    display: grid;
    justify-content: center;
    gap: 4px;
    margin: 0 auto 24px;
    font-family: var(--lx3-font-display);
    font-size: 4.1rem;
    line-height: 0.74;
    color: rgba(255,255,255,0.92);
}
.lx3-opening__stacked-amp {
    font-size: 0.76em;
    color: rgba(255,255,255,0.74);
}
.lx3-opening__hashtag {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    word-spacing: 0.08em;
    margin: 22px 0 34px;
}
.lx3-opening__quote-ref {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
.lx3-opening__quote {
    color: rgba(255,255,255,0.84);
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 360px;
}

/* Couple cards: large repeated nickname/image/name as source. */
.lx3-section--couple {
    gap: 74px;
    padding-top: 68px;
}
.lx3-couple-card {
    position: relative;
}
.lx3-couple-photo-wrap {
    width: min(290px, 82vw);
    aspect-ratio: 4/5;
    margin-bottom: 18px;
    border-radius: 0;
}
.lx3-couple-photo {
    filter: grayscale(100%) contrast(1.08);
}
.lx3-couple-nick {
    color: #fff;
    font-size: clamp(3rem, 17vw, 5.2rem);
    line-height: 0.78;
    margin-bottom: 12px;
}
.lx3-couple-name {
    font-family: var(--lx3-font-ui);
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0.04em;
}
.lx3-couple-parents {
    color: rgba(255,255,255,0.66);
    font-size: 0.85rem;
}
.lx3-couple-role {
    color: #fff;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
}
.lx3-couple-ig {
    display: inline-flex;
    margin-top: 8px;
}
.lx3-couple-ig:not(.lx3-couple-ig-badge) {
    color: var(--lx3-gold);
}

/* Love story horizontal text cards. */
.lx3-section--timeline {
    text-align: left;
}
.lx3-section--timeline .lx3-section-head,
.lx3-section--timeline .lx3-section-title,
.lx3-section--timeline .lx3-section-sub {
    text-align: center;
}
.lx3-timeline-hint {
    text-align: center;
    color: rgba(255,255,255,0.52);
}
.lx3-timeline-track {
    gap: 18px;
    margin-left: -28px;
    margin-right: -28px;
    padding: 24px 28px 12px;
}
.lx3-timeline-card {
    background: transparent;
    border: 0;
    padding: 8px 4px;
}
.lx3-timeline-card__title {
    font-family: var(--lx3-font-ui);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}
.lx3-timeline-card__desc {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    line-height: 1.72;
}

/* Countdown in three-line date stack like 11 / 04 / 26. */
.lx3-section--countdown {
    padding-top: 88px;
    padding-bottom: 88px;
}
.lx3-countdown-stamp {
    display: grid;
    place-items: center;
    gap: 2px;
    margin: 0 auto 26px;
    font-family: var(--lx3-font-ui);
    color: #fff;
    font-size: clamp(2.9rem, 14vw, 4.2rem);
    line-height: 0.92;
    letter-spacing: 0.04em;
}
.lx3-countdown-title {
    color: rgba(255,255,255,0.8);
    font-size: 0.78rem;
    letter-spacing: 0.22em;
}
.lx3-countdown-grid {
    gap: 8px;
    max-width: 330px;
}
.lx3-countdown-value {
    color: #fff;
    font-size: clamp(2.2rem, 10vw, 3rem);
}
.lx3-countdown-label {
    color: rgba(255,255,255,0.58);
    letter-spacing: 0.12em;
    text-transform: none;
}

/* Event blocks use separated uppercase headings and big date column. */
.lx3-event-card {
    margin-bottom: 66px;
}
.lx3-event-card__title {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1.1rem;
    letter-spacing: 0.2em;
}
.lx3-event-date-tiles {
    grid-template-columns: 1fr;
    gap: 2px;
    max-width: 210px;
    margin-bottom: 18px;
}
.lx3-event-date-tile {
    color: #fff;
    font-family: var(--lx3-font-ui);
    text-align: center;
}
.lx3-event-date-tile--day,
.lx3-event-date-tile--month,
.lx3-event-date-tile--year {
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.76);
}
.lx3-event-date-tile--num {
    font-size: clamp(4rem, 19vw, 5.8rem);
    line-height: 0.92;
}
.lx3-event-card__time,
.lx3-event-card__venue {
    color: #fff;
    font-family: var(--lx3-font-ui);
}
.lx3-event-card__address {
    color: rgba(255,255,255,0.66);
}
.lx3-btn--outline {
    border-color: var(--lx3-btn-bg);
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
}
.lx3-dresscode__title,
.lx3-dresscode__text {
    color: #fff;
}

/* Livestream, frame, RSVP, gallery and gift. */
.lx3-card {
    background: transparent;
    border: 0;
}
.lx3-section--stream .lx3-card {
    padding: 0 !important;
}
.lx3-section--frame {
    padding-top: 82px;
}
.lx3-frame-preview {
    width: min(290px, 82vw);
    max-width: none;
    filter: grayscale(100%);
}
.lx3-frame-lede,
.lx3-frame-note,
.lx3-gallery-hint {
    color: rgba(255,255,255,0.68);
}
.lx3-frame-btn {
    display: flex;
    width: fit-content;
    margin: 14px auto 0;
}
.lx3-frame-btn--ghost {
    background: rgba(255,255,255,0.08);
}
.lx3-rsvp-kicker {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin: 0 0 14px;
}
.lx3-form-group {
    margin-bottom: 16px;
    text-align: left;
}
.lx3-form-label {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    margin-bottom: 8px;
}
.lx3-section--rsvp .lx3-form-input,
.lx3-section--rsvp .lx3-form-select,
.lx3-section--rsvp .lx3-form-textarea {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 0;
    color: #fff;
}
.lx3-form-btn-submit {
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
}
.lx3-gallery-eyebrow {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
}
.lx3-gallery-hint {
    font-size: 0.82rem;
    margin: 0;
}
.lx3-gallery-hint--swipe {
    margin-bottom: 24px;
}
.lx3-gallery-grid {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px 16px;
    scroll-snap-type: x mandatory;
}
.lx3-gallery-grid--mosaic .lx3-gallery-item--featured,
.lx3-gallery-item {
    flex: 0 0 min(260px, 74vw);
    grid-column: auto;
    aspect-ratio: 3 / 4;
    scroll-snap-align: center;
}
.lx3-gallery-item img {
    filter: grayscale(35%);
}
.lx3-gallery-quote {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin: 28px auto 0;
    max-width: 330px;
    padding: 0;
    border: 0;
}
.lx3-gift-intro {
    color: rgba(255,255,255,0.7) !important;
}
.lx3-bank-cards {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}
.lx3-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 28px 38px;
    background: #080808;
    color: rgba(255,255,255,0.55);
    font-family: var(--lx3-font-display);
    font-size: 1.6rem;
}
.lx3-divider span {
    width: 64px;
    height: 1px;
    background: rgba(255,255,255,0.14);
}
.lx3-divider i {
    font-style: normal;
    line-height: 1;
}

@media (min-width: 1024px) {
    .nk-template-luxury-03.nk-mode-split_showcase .lx3-container,
    .lx3-nav {
        max-width: var(--nk-desktop-inv-panel-width, 430px);
    }
    .lx3-cover-menu {
        display: none;
    }
}

/* Full-page segmented mobile flow: each scroll step feels like a page. */
.nk-template-luxury-03 .nk-invitation-panel {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}
.nk-template-luxury-03 .lx3-container {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}
.nk-template-luxury-03 .lx3-scroll-container {
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
}
.nk-template-luxury-03 .lx3-scroll-container > [data-nk-section],
.nk-template-luxury-03 .lx3-scroll-container > .lx3-section,
.nk-template-luxury-03 .lx3-snap-page {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.nk-template-luxury-03 .lx3-scroll-container > [data-nk-section] > .lx3-section,
.nk-template-luxury-03 .lx3-scroll-container > .lx3-section,
.nk-template-luxury-03 .lx3-section.lx3-snap-page {
    min-height: 100vh;
    min-height: 100dvh;
}
.nk-template-luxury-03 .lx3-section {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nk-template-luxury-03 .lx3-section--couple {
    min-height: auto;
    display: block;
    padding: 0;
    background: #080808;
}
.nk-template-luxury-03 .lx3-section--timeline {
    min-height: auto;
    height: auto;
    display: block;
    justify-content: flex-start;
}
.nk-template-luxury-03 .lx3-scroll-container > [data-nk-section="timeline"] {
    scroll-snap-stop: normal;
}
.nk-template-luxury-03 .lx3-section--couple::before {
    display: none;
}
.nk-template-luxury-03 .lx3-couple-card {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 24px 74px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 18%, rgba(255,255,255,0.08), transparent 38%),
        #080808;
}
.nk-template-luxury-03 .lx3-couple-card:nth-child(even) {
    background:
        radial-gradient(circle at 50% 18%, rgba(255,255,255,0.06), transparent 42%),
        #101010;
}
.nk-template-luxury-03 .lx3-couple-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
}
.nk-template-luxury-03 .lx3-couple-nick--ghost {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    margin: 0;
    color: rgba(255,255,255,0.07);
    font-size: clamp(5.2rem, 25vw, 7.5rem);
    white-space: nowrap;
}
.nk-template-luxury-03 .lx3-couple-photo-wrap,
.nk-template-luxury-03 .lx3-couple-nick:not(.lx3-couple-nick--ghost),
.nk-template-luxury-03 .lx3-couple-name,
.nk-template-luxury-03 .lx3-couple-parents,
.nk-template-luxury-03 .lx3-couple-role,
.nk-template-luxury-03 .lx3-couple-ig {
    position: relative;
    z-index: 1;
}
.nk-template-luxury-03 .lx3-couple-photo-wrap {
    width: min(286px, 78vw);
    max-height: 44vh;
}
.nk-template-luxury-03 .lx3-couple-nick:not(.lx3-couple-nick--ghost) {
    font-size: clamp(2.9rem, 14vw, 4.7rem);
}
.nk-template-luxury-03 .lx3-cover,
.nk-template-luxury-03 video.lx3-cover__bg {
    width: 100%;
    height: 100vh;
    height: 100dvh;
}
.nk-template-luxury-03 video.lx3-cover__bg {
    object-fit: cover;
}
.nk-template-luxury-03 .lx3-cover__bg {
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .nk-template-luxury-03 .lx3-nav {
        display: none;
    }
    .nk-template-luxury-03 .lx3-section {
        padding: 54px 24px;
    }
    .nk-template-luxury-03 .lx3-opening-hero {
        min-height: 250px;
        margin-bottom: 28px;
    }
    .nk-template-luxury-03 .lx3-opening__names {
        font-size: clamp(2.15rem, 12vw, 3.6rem);
    }
}

@media (min-width: 1024px) {
    .nk-template-luxury-03 .nk-invitation-panel,
    .nk-template-luxury-03 .lx3-container,
    .nk-template-luxury-03 .lx3-scroll-container {
        height: 100vh;
    }
    .nk-template-luxury-03 .lx3-scroll-container {
        scroll-snap-type: y mandatory;
    }
}

/* Continuous video/photo background layer, like the source Elixir demo. */
.nk-template-luxury-03 .lx3-container {
    position: relative;
    isolation: isolate;
    background: #050505;
}
/* Hamburger menu — real button (see .lx3-menu-toggle below) */
.nk-template-luxury-03 .lx3-page-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.nk-template-luxury-03 .lx3-page-bg__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(12%) contrast(1.05) brightness(0.72);
    transform: scale(1.035);
}
.nk-template-luxury-03 .lx3-page-bg__media--video {
    object-fit: cover;
}
.nk-template-luxury-03 .lx3-page-bg__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.30), rgba(0,0,0,0.78)),
        linear-gradient(180deg, rgba(0,0,0,0.48), rgba(0,0,0,0.72));
}
.nk-template-luxury-03 .lx3-cover,
.nk-template-luxury-03 .lx3-scroll-container,
.nk-template-luxury-03 .lx3-nav {
    position: relative;
    z-index: 2;
}
.nk-template-luxury-03 .nk-floating-btns {
    z-index: 1005 !important;
}
.nk-template-luxury-03.nk-body-open .nk-floating-btns--pending,
.nk-template-luxury-03 .nk-floating-btns:not(.nk-floating-btns--pending) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.nk-template-luxury-03 .lx3-main {
    background: transparent !important;
}
.nk-template-luxury-03 .lx3-section,
.nk-template-luxury-03 .lx3-section:nth-child(even) {
    background: rgba(0,0,0,0.48) !important;
    backdrop-filter: none;
}
.nk-template-luxury-03 .lx3-section::before {
    border-color: rgba(255,255,255,0.09);
}
.nk-template-luxury-03 .lx3-section--intro,
.nk-template-luxury-03 .lx3-section--opening,
.nk-template-luxury-03 .lx3-section--countdown,
.nk-template-luxury-03 .lx3-section--stream,
.nk-template-luxury-03 .lx3-section--gallery,
.nk-template-luxury-03 .lx3-section--gift,
.nk-template-luxury-03 .lx3-section--finale {
    background: rgba(0,0,0,0.56) !important;
}
.nk-template-luxury-03 .lx3-opening-hero,
.nk-template-luxury-03 .lx3-timeline-card,
.nk-template-luxury-03 .lx3-card,
.nk-template-luxury-03 .lx3-event-card,
.nk-template-luxury-03 .lx3-dresscode {
    background: transparent !important;
}
.nk-template-luxury-03 .lx3-section--couple {
    background: transparent !important;
}
.nk-template-luxury-03 .lx3-couple-card,
.nk-template-luxury-03 .lx3-couple-card:nth-child(even) {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.72)),
        rgba(0,0,0,0.28) !important;
}
.nk-template-luxury-03 .lx3-couple-photo-wrap {
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 0;
    opacity: 0.68;
}
.nk-template-luxury-03 .lx3-couple-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(22%) contrast(1.04) brightness(0.84);
}
.nk-template-luxury-03 .lx3-couple-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.76));
    pointer-events: none;
}
.nk-template-luxury-03 .lx3-couple-nick--ghost {
    z-index: 1;
    top: auto;
    bottom: 20%;
    color: rgba(255,255,255,0.14);
}
.nk-template-luxury-03 .lx3-couple-nick:not(.lx3-couple-nick--ghost),
.nk-template-luxury-03 .lx3-couple-name,
.nk-template-luxury-03 .lx3-couple-parents,
.nk-template-luxury-03 .lx3-couple-role,
.nk-template-luxury-03 .lx3-couple-ig,
.nk-template-luxury-03 .lx3-couple-ig-badge {
    z-index: 2;
    text-align: left;
    align-self: flex-start;
    max-width: 300px;
    margin-left: 0;
}
.nk-template-luxury-03 .lx3-couple-card {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px 24px 86px;
}
.nk-template-luxury-03 .lx3-couple-role {
    order: -1;
    writing-mode: vertical-rl;
    position: absolute;
    top: 24px;
    left: 18px;
    height: 150px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.42);
    text-align: left;
}
.nk-template-luxury-03 .lx3-divider {
    background: rgba(0,0,0,0.48);
}
.nk-template-luxury-03 .lx3-form-input,
.nk-template-luxury-03 .lx3-form-select,
.nk-template-luxury-03 .lx3-form-textarea {
    background: rgba(0,0,0,0.18) !important;
}

@media (min-width: 1024px) {
    .nk-template-luxury-03 .lx3-page-bg__shade {
        background:
            linear-gradient(90deg, rgba(0,0,0,0.10), rgba(0,0,0,0.72)),
            linear-gradient(180deg, rgba(0,0,0,0.32), rgba(0,0,0,0.68));
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__overlay {
        background: rgba(0, 0, 0, 0.1);
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__caption {
        position: absolute;
        top: 28px;
        left: 32px;
        right: auto;
        bottom: auto;
        max-width: 300px;
        text-align: left;
        transform: none;
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__eyebrow {
        color: #fff;
        font-family: var(--lx3-font-ui);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.12em;
        margin-bottom: 8px;
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__names {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        gap: 0 0.16em;
        font-size: clamp(3.1rem, 5vw, 5rem);
        line-height: 0.86;
        letter-spacing: -0.03em;
        text-shadow: 0 6px 34px rgba(0,0,0,0.55);
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__amp {
        display: none;
    }
    .nk-template-luxury-03 .nk-lux-desk-poster__date,
    .nk-template-luxury-03 .nk-lux-desk-poster__time {
        display: none;
    }
}

/* Screenshot-matched pass for opening, timeline, countdown, event and gallery. */
.nk-template-luxury-03 .lx3-section--opening {
    justify-content: space-between;
    padding: 72px 48px 88px;
    text-align: left;
    background: rgba(0,0,0,0.38) !important;
}
.nk-template-luxury-03 .lx3-section--opening::before {
    display: none;
}
.nk-template-luxury-03 .lx3-opening {
    width: 100%;
    min-height: calc(100dvh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nk-template-luxury-03 .lx3-opening__mark {
    align-self: center;
    margin-top: 16vh;
    text-align: center;
}
.nk-template-luxury-03 .lx3-opening__mark-letters {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 3px;
    color: rgba(255,255,255,0.92);
    font-family: var(--lx3-font-heading);
    font-size: clamp(4.7rem, 19vw, 6.4rem);
    line-height: 0.72;
    letter-spacing: -0.06em;
}
.nk-template-luxury-03 .lx3-opening__mark-letters span:first-child {
    transform: translate(-7px, -11px);
}
.nk-template-luxury-03 .lx3-opening__mark-letters span:last-child {
    transform: translate(7px, 26px);
}
.nk-template-luxury-03 .lx3-opening__mark-letters i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48%);
    font-family: var(--lx3-font-display);
    font-size: 0.86em;
    font-style: normal;
    font-weight: 400;
    color: rgba(255,255,255,0.38);
}
.nk-template-luxury-03 .lx3-opening__hashtag {
    margin: 30px 0 0;
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.96rem, 4.1vw, 1.08rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.16em;
    word-spacing: 0.08em;
}
.nk-template-luxury-03 .lx3-opening__verse {
    max-width: 380px;
    margin-bottom: 0;
}
.nk-template-luxury-03 .lx3-opening__quote-ref {
    margin: 0 0 24px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.1rem, 8.6vw, 3rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.06em;
}
.nk-template-luxury-03 .lx3-opening__quote {
    margin: 0;
    max-width: 100%;
    color: rgba(255,255,255,0.92);
    font-family: var(--lx3-font-ui);
    font-size: clamp(1rem, 4vw, 1.12rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.nk-template-luxury-03 .lx3-section--timeline {
    justify-content: flex-start;
    padding: 86px 24px 62px;
    background: rgba(0,0,0,0.78) !important;
}
.nk-template-luxury-03 .lx3-section--timeline::before {
    display: none;
}
.nk-template-luxury-03 .lx3-timeline-visual {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 30px 0 28px;
}
.nk-template-luxury-03 .lx3-timeline-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 69%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.08) brightness(0.72);
}
.nk-template-luxury-03 .lx3-timeline-title {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    width: 53%;
    margin: 0;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.45rem, 9.6vw, 3.55rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.06em;
    text-align: left;
}
.nk-template-luxury-03 .lx3-timeline-copy {
    position: relative;
    flex: 1;
    display: grid;
    grid-template-columns: 1.18fr 0.88fr;
    column-gap: 28px;
    align-items: start;
}
.nk-template-luxury-03 .lx3-timeline-card {
    padding: 0;
}
.nk-template-luxury-03 .lx3-timeline-card--start {
    grid-column: 1 / -1;
    max-width: 94%;
}
.nk-template-luxury-03 .lx3-timeline-card--end {
    grid-column: 2;
    align-self: end;
    margin-top: 68px;
}
.nk-template-luxury-03 .lx3-timeline-card__title {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2rem, 7.8vw, 2.8rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.06em;
}
.nk-template-luxury-03 .lx3-timeline-card__desc {
    color: rgba(255,255,255,0.92);
    font-family: var(--lx3-font-ui);
    font-size: clamp(1rem, 3.75vw, 1.1rem);
    line-height: 1.45;
}
.nk-template-luxury-03 .lx3-timeline-scroll-hint {
    grid-column: 1;
    align-self: end;
    margin-top: 110px;
    color: rgba(255,255,255,0.62);
    font-size: 0.95rem;
    font-style: italic;
}
.nk-template-luxury-03 .lx3-timeline-scroll-hint i {
    display: inline-block;
    width: 168px;
    height: 1px;
    margin-left: 4px;
    background: rgba(255,255,255,0.7);
    position: relative;
    vertical-align: middle;
}
.nk-template-luxury-03 .lx3-timeline-scroll-hint i::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -6px;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(255,255,255,0.75);
    border-top: 1px solid rgba(255,255,255,0.75);
    transform: rotate(45deg);
}

.nk-template-luxury-03 .lx3-section--countdown {
    position: relative;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 44px 90px 92px;
    text-align: left;
    background: rgba(0,0,0,0.34) !important;
    --lx3-countdown-line-x: 58px;
    --lx3-countdown-stamp-top: 15vh;
    --lx3-countdown-stamp-size: clamp(3.15rem, 13vw, 4.4rem);
    --lx3-countdown-stamp-block: calc(var(--lx3-countdown-stamp-size) * 2.58 + 4px);
    --lx3-countdown-line-gap: 10px;
}
.nk-template-luxury-03 .lx3-section--countdown::before {
    display: none;
}
.nk-template-luxury-03 .lx3-countdown-line {
    position: absolute;
    left: var(--lx3-countdown-line-x);
    width: 1px;
    background: rgba(255,255,255,0.42);
    pointer-events: none;
    z-index: 0;
}
.nk-template-luxury-03 .lx3-countdown-line--full {
    top: 0;
    bottom: 0;
}
.nk-template-luxury-03 .lx3-countdown-line--top {
    top: 0;
    height: max(0px, calc(var(--lx3-countdown-stamp-top) - var(--lx3-countdown-line-gap)));
}
.nk-template-luxury-03 .lx3-countdown-line--bottom {
    top: calc(var(--lx3-countdown-stamp-top) + var(--lx3-countdown-stamp-block) + var(--lx3-countdown-line-gap));
    bottom: 0;
}
.nk-template-luxury-03 .lx3-countdown-stamp {
    position: absolute;
    left: 30px;
    top: var(--lx3-countdown-stamp-top);
    z-index: 1;
    margin: 0;
    display: grid;
    place-items: start;
    gap: 2px;
    color: rgba(255,255,255,0.42);
    font-family: var(--lx3-font-heading);
    font-size: var(--lx3-countdown-stamp-size);
    line-height: 0.86;
    letter-spacing: -0.04em;
}
.nk-template-luxury-03 .lx3-countdown-title {
    max-width: 320px;
    margin: 11vh 0 26px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.15rem, 8.5vw, 3.05rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.07em;
    text-transform: uppercase;
}
.nk-template-luxury-03 .lx3-countdown-grid {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    max-width: none;
    margin: 0 0 26px;
}
.nk-template-luxury-03 .lx3-countdown-value {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: clamp(1.85rem, 7.4vw, 2.55rem);
    line-height: 0.95;
}
.nk-template-luxury-03 .lx3-countdown-label {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    letter-spacing: -0.02em;
}
.nk-template-luxury-03 .lx3-countdown-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
    font-family: var(--lx3-font-ui);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.nk-template-luxury-03 .lx3-section--event {
    justify-content: center;
    padding: 66px 20px;
    background: rgba(0,0,0,0.34) !important;
}
.nk-template-luxury-03 .lx3-section--event::before {
    display: none;
}
.nk-template-luxury-03 .lx3-event-card {
    width: 100%;
    margin: 0;
    text-align: center;
}
.nk-template-luxury-03 .lx3-event-card__title {
    margin: 0 0 30px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.2rem, 8.2vw, 3.05rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
}
.nk-template-luxury-03 .lx3-event-date-tiles {
    display: grid;
    grid-template-columns: 1fr 78px 1fr;
    gap: 14px;
    max-width: 100%;
    margin: 0 auto 28px;
    align-items: center;
}
.nk-template-luxury-03 .lx3-event-date-side {
    display: grid;
    align-content: center;
    min-height: 56px;
    border-top: 2px solid rgba(255,255,255,0.4);
    border-bottom: 2px solid rgba(255,255,255,0.4);
}
.nk-template-luxury-03 .lx3-event-date-side span {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.92rem, 3.4vw, 1.08rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.nk-template-luxury-03 .lx3-event-date-main {
    display: grid;
    justify-items: center;
}
.nk-template-luxury-03 .lx3-event-date-tile--month,
.nk-template-luxury-03 .lx3-event-date-tile--year {
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 0.9rem;
    line-height: 1.1;
}
.nk-template-luxury-03 .lx3-event-date-tile--num {
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(3.1rem, 11.5vw, 4.3rem);
    line-height: 0.78;
    letter-spacing: -0.08em;
}
.nk-template-luxury-03 .lx3-event-card__venue {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 1.02rem;
    font-weight: 700;
}
.nk-template-luxury-03 .lx3-event-card__address {
    max-width: 340px;
    color: rgba(255,255,255,0.9);
    font-family: var(--lx3-font-ui);
    font-size: 0.98rem;
    line-height: 1.42;
}
.nk-template-luxury-03 .lx3-section--event .lx3-btn--outline {
    min-width: 160px;
    height: 40px;
    margin-top: 22px;
    border: 0;
    border-radius: 999px;
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
    font-family: var(--lx3-font-ui);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.nk-template-luxury-03 .lx3-event-separator {
    display: block;
    width: 1px;
    height: 54px;
    margin: 32px auto;
    background: rgba(255,255,255,0.58);
}

.nk-template-luxury-03 .lx3-section--gallery {
    justify-content: space-between;
    padding: 86px 0 54px;
    background: rgba(0,0,0,0.7) !important;
    text-align: left;
}
.nk-template-luxury-03 .lx3-section--gallery::before {
    display: none;
}
.nk-template-luxury-03 .lx3-gallery-top {
    position: relative;
    width: 100%;
}
.nk-template-luxury-03 .lx3-gallery-top-strip {
    display: flex;
    gap: 8px;
    margin-left: 24px;
    overflow: hidden;
}
.nk-template-luxury-03 .lx3-gallery-strip-item {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    height: 180px;
    flex: 0 0 28%;
    overflow: hidden;
}
.nk-template-luxury-03 .lx3-gallery-strip-item.is-featured {
    flex-basis: 54%;
}
.nk-template-luxury-03 .lx3-gallery-strip-item img,
.nk-template-luxury-03 .lx3-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nk-template-luxury-03 .lx3-gallery-strip-item img {
    filter: grayscale(12%) brightness(0.85);
}
.nk-template-luxury-03 .lx3-gallery-eyebrow {
    position: relative;
    z-index: 2;
    max-width: 270px;
    margin: -58px 0 0 23px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(3.1rem, 12.2vw, 4.55rem);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: -0.08em;
}
.nk-template-luxury-03 .lx3-gallery-hint {
    color: rgba(255,255,255,0.8);
    font-family: var(--lx3-font-ui);
    font-size: 0.75rem;
    font-style: italic;
}
.nk-template-luxury-03 .lx3-gallery-hint--swipe {
    position: absolute;
    right: 28px;
    bottom: 38px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.nk-template-luxury-03 .lx3-gallery-hint--swipe i {
    display: inline-block;
    width: 84px;
    height: 1px;
    background: rgba(255,255,255,0.82);
    position: relative;
}
.nk-template-luxury-03 .lx3-gallery-hint--swipe i::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(255,255,255,0.82);
    border-right: 1px solid rgba(255,255,255,0.82);
    transform: rotate(45deg);
}
.nk-template-luxury-03 .lx3-gallery-quote-wrap {
    position: relative;
    min-height: 210px;
    display: grid;
    align-items: end;
    padding: 0 20px;
}
.nk-template-luxury-03 .lx3-gallery-quote {
    margin: 0 auto;
    max-width: 390px;
    color: #fff;
    font-family: var(--lx3-font-display);
    font-size: clamp(2.7rem, 11vw, 4.2rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-align: center;
}
.nk-template-luxury-03 .lx3-gallery-quote span {
    display: block;
    text-align: right;
}
.nk-template-luxury-03 .lx3-gallery-hint--tap {
    margin: 0 0 6px 20px;
}
.nk-template-luxury-03 .lx3-gallery-grid {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.nk-template-luxury-03 .lx3-gallery-item {
    flex: 0 0 46%;
    height: 170px;
    aspect-ratio: auto;
    scroll-snap-align: start;
}
.nk-template-luxury-03 .lx3-gallery-item.is-play {
    flex-basis: 66%;
}
.nk-template-luxury-03 .lx3-gallery-overlay {
    opacity: 1;
    background: rgba(0,0,0,0.18);
}
.nk-template-luxury-03 .lx3-gallery-overlay .fa-play {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 50%;
}

@media (max-width: 390px) {
    .nk-template-luxury-03 .lx3-section--opening {
        padding-left: 34px;
        padding-right: 34px;
    }
    .nk-template-luxury-03 .lx3-event-date-tiles {
        grid-template-columns: 1fr 62px 1fr;
        gap: 10px;
    }
    .nk-template-luxury-03 .lx3-event-date-side span {
        font-size: 0.82rem;
    }
    .nk-template-luxury-03 .lx3-gallery-strip-item {
        height: 160px;
    }
}

/* Final Elixir screenshot refinements: cover, timeline, gallery quote, gift and closing. */
@font-face {
    font-family: "Creattion";
    src: url("/assets/fonts/creattion.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.nk-template-luxury-03 .lx3-cover {
    min-height: 100vh;
    min-height: 100dvh;
    color: #fff;
    text-align: center;
}
.nk-template-luxury-03 .lx3-cover__overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.1) 38%, rgba(0,0,0,0.74) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.38), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.34));
}
.nk-template-luxury-03 .lx3-cover-menu {
    display: none;
}
.nk-template-luxury-03 .lx3-cover__inner {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 21vh 24px 8.5vh;
}
.nk-template-luxury-03 .lx3-cover__eyebrow {
    margin: 0 0 10px;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.86rem, 3.6vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
}
.nk-template-luxury-03 .lx3-cover__names.lx3-couple-names {
    position: relative;
    z-index: 1;
    display: grid !important;
    flex-wrap: wrap !important;
    justify-items: center;
    gap: 0;
    max-width: 100% !important;
    margin: 0;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(3.2rem, 14vw, 5.2rem);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.06em;
    text-shadow: 0 8px 32px rgba(0,0,0,0.45);
    white-space: normal !important;
    text-align: center;
}
.nk-template-luxury-03 .lx3-cover__names.lx3-couple-names .lx3-couple-names__line {
    display: block;
    width: 100%;
    white-space: nowrap;
}
.nk-template-luxury-03 .lx3-cover__names.lx3-couple-names .lx3-couple-names__amp,
.nk-template-luxury-03 .lx3-cover__names.lx3-couple-names .lx3-cover__amp {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    color: rgba(255,255,255,0.24);
    font-size: 1.45em;
    line-height: 1;
}
.nk-template-luxury-03 .lx3-cover__date {
    margin: 18px 0 0;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.86rem, 3.55vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
}
.nk-template-luxury-03 .lx3-cover__prompt {
    display: none;
}
.nk-template-luxury-03 .lx3-cover__dear {
    margin: auto 0 2px;
    font-family: var(--lx3-font-ui);
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.2;
}
.nk-template-luxury-03 .lx3-cover__guest {
    margin: 0 0 22px;
    font-family: var(--lx3-font-ui);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.1;
}
.nk-template-luxury-03 .lx3-cover__disclaimer {
    max-width: 310px;
    margin: 0 0 14px;
    color: rgba(255,255,255,0.88);
    font-family: var(--lx3-font-ui);
    font-size: 0.74rem;
    font-style: italic;
    line-height: 1.35;
}
.nk-template-luxury-03 .lx3-cover__open {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    width: auto;
    max-width: 100%;
    height: 40px;
    padding: 0 18px;
    border: 1px solid color-mix(in srgb, var(--lx3-btn-bg) 72%, transparent);
    border-radius: 8px;
    background: var(--lx3-btn-bg);
    color: var(--lx3-btn-text);
    box-shadow: none;
    font-family: var(--lx3-font-ui);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.nk-template-luxury-03 .lx3-cover__open i {
    font-size: 0.78rem;
}

/* Mobile: timeline vertikal — jangan trap scroll horizontal (blokir scroll ke bawah). */
.nk-template-luxury-03 .lx3-section--timeline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
    padding: 86px 24px 62px;
    touch-action: auto;
    overscroll-behavior: auto;
    scroll-snap-type: none;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
}
.nk-template-luxury-03 .lx3-timeline-rail {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
}
.nk-template-luxury-03 .lx3-timeline-visual {
    height: auto;
    min-height: 300px;
    margin: 0;
    align-self: stretch;
}
.nk-template-luxury-03 .lx3-timeline-copy {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-self: stretch;
    min-width: 0;
    padding-bottom: 0;
}
.nk-template-luxury-03 .lx3-timeline-card--start,
.nk-template-luxury-03 .lx3-timeline-card--end {
    max-width: 100%;
    margin-top: 0;
    grid-column: auto;
    align-self: stretch;
}
.nk-template-luxury-03 .lx3-timeline-scroll-hint {
    margin-top: 0;
    grid-column: auto;
    align-self: stretch;
    white-space: normal;
}

.nk-template-luxury-03 .lx3-gallery-quote {
    max-width: 360px;
    font-family: "Creattion", var(--lx3-font-display);
    font-size: clamp(3.6rem, 15vw, 5.6rem);
    line-height: 0.78;
    letter-spacing: 0;
    text-transform: none;
}

.nk-template-luxury-03 .lx3-section--gift {
    justify-content: center;
    padding: 88px 24px 40px;
    background: rgba(0,0,0,0.58) !important;
    text-align: left;
}
.nk-template-luxury-03 .lx3-section--gift::before {
    display: none;
}
.nk-template-luxury-03 .lx3-gift-head {
    width: 100%;
    display: grid;
    grid-template-columns: 48% 1fr;
    align-items: end;
    gap: 10px;
    margin-bottom: 18px;
}
.nk-template-luxury-03 .lx3-gift-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: brightness(0.78) grayscale(8%);
}
.nk-template-luxury-03 .lx3-gift-title {
    margin: 0 0 2px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.25rem, 9.8vw, 3.6rem);
    font-weight: 400;
    line-height: 0.82;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}
.nk-template-luxury-03 .lx3-gift-intro {
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: clamp(1rem, 4vw, 1.08rem);
    line-height: 1.36;
}
.nk-template-luxury-03 .lx3-gift-panel {
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 50px 24px 28px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.34));
}
.nk-template-luxury-03 .lx3-gift-close {
    appearance: none;
    position: absolute;
    top: 12px;
    right: 18px;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 0.95rem;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}
.nk-template-luxury-03 .lx3-gift-row {
    display: grid;
    grid-template-columns: 42px 1fr 34px;
    gap: 14px;
    align-items: center;
    min-height: 68px;
    border-bottom: 1px solid rgba(255,255,255,0.16);
}
.nk-template-luxury-03 .lx3-gift-row:last-child {
    border-bottom: 0;
}
.nk-template-luxury-03 .lx3-gift-row__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    color: #111;
    overflow: hidden;
}
.nk-template-luxury-03 .lx3-gift-row__icon img {
    width: 78%;
    height: auto;
    object-fit: contain;
}
.nk-template-luxury-03 .lx3-gift-row--qris .lx3-gift-row__icon {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.62);
}

.nk-template-luxury-03 .lx3-gift-row--qris[data-qris-src] {
    cursor: pointer;
}

.nk-template-luxury-03 .lx3-gift-row--qris[data-qris-src]:hover .lx3-gift-row__copy,
.nk-template-luxury-03 .lx3-gift-row--qris[data-qris-src]:focus-within .lx3-gift-row__copy {
    background: rgba(255, 255, 255, 0.2);
}
.nk-template-luxury-03 .lx3-gift-row__body strong,
.nk-template-luxury-03 .lx3-gift-row__body small,
.nk-template-luxury-03 .lx3-gift-row__bank,
.nk-template-luxury-03 .lx3-gift-row__holder,
.nk-template-luxury-03 .lx3-gift-row__number {
    display: block;
    font-family: var(--lx3-font-ui);
}
.nk-template-luxury-03 .lx3-gift-row__bank {
    color: rgba(255,255,255,0.58);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}
.nk-template-luxury-03 .lx3-gift-row__holder,
.nk-template-luxury-03 .lx3-gift-row__body strong {
    margin-top: 3px;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
}
.nk-template-luxury-03 .lx3-gift-row__number,
.nk-template-luxury-03 .lx3-gift-row__body small {
    margin-top: 5px;
    color: rgba(255,255,255,0.76);
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    line-height: 1.25;
}
.nk-template-luxury-03 .lx3-gift-row__icon-text {
    font-family: var(--lx3-font-ui);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}
.nk-template-luxury-03 .lx3-gift-row__icon--bca {
    background: #00529b;
    color: #fff;
}
.nk-template-luxury-03 .lx3-gift-row__icon--bni {
    background: #f15a22;
    color: #fff;
}
.nk-template-luxury-03 .lx3-gift-row__icon--mandiri {
    background: #f2e500;
    color: #003d79;
}
.nk-template-luxury-03 .lx3-gift-row__icon--bri {
    background: #00529c;
    color: #fff;
}
.nk-template-luxury-03 .lx3-gift-row__icon--dana {
    background: #1086f5;
    color: #fff;
}
.nk-template-luxury-03 .lx3-gift-row__icon--generic {
    background: rgba(255,255,255,0.95);
    color: #111;
}
.nk-template-luxury-03 .lx3-section--rsvp {
    padding-left: 16px;
    padding-right: 16px;
}
.nk-template-luxury-03 .lx3-section--rsvp .lx3-card,
.nk-template-luxury-03 .lx3-section--rsvp .lx3-rsvp-card {
    width: 100%;
    max-width: none;
}
.nk-template-luxury-03 .lx3-closing-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255,255,255,0.82);
    font-family: var(--lx3-font-ui);
    font-size: 0.78rem;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease;
    flex: 0 1 auto;
    min-width: 0;
}
.nk-template-luxury-03 .lx3-closing-contact__link:hover {
    color: #fff;
}
.nk-template-luxury-03 .lx3-gift-row__copy {
    appearance: none;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 9px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    cursor: pointer;
}

.nk-template-luxury-03 .lx3-section--finale {
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding: 92px 26px 24px;
    background: #000 !important;
    text-align: center;
}
.nk-template-luxury-03 .lx3-section--finale::before {
    display: none;
}
.nk-template-luxury-03 .lx3-closing-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center bottom;
    filter: grayscale(100%) brightness(0.46) contrast(1.1);
    transform: scale(1.02);
}
.nk-template-luxury-03 .lx3-section--finale::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.64) 100%);
    pointer-events: none;
}
.nk-template-luxury-03 .lx3-closing-content,
.nk-template-luxury-03 .lx3-closing-footer {
    position: relative;
    z-index: 1;
}
.nk-template-luxury-03 .lx3-closing-heading {
    max-width: 420px;
    margin: 0 auto 28px;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(2.4rem, 10.4vw, 4.05rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.07em;
    text-transform: uppercase;
}
.nk-template-luxury-03 .lx3-closing-quote {
    max-width: 430px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,0.94);
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.98rem, 3.9vw, 1.08rem);
    line-height: 1.42;
}
.nk-template-luxury-03 .lx3-section--finale .lx3-signature-couple {
    margin: 0;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(1.35rem, 5.2vw, 1.9rem);
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.nk-template-luxury-03 .lx3-closing-footer {
    width: 100%;
    color: #fff;
    font-family: var(--lx3-font-ui);
    font-size: 0.72rem;
}
.nk-template-luxury-03 .lx3-closing-brand {
    margin: 0 0 10px;
}
.nk-template-luxury-03 .lx3-closing-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    padding: 0 4px;
}
.nk-template-luxury-03 .lx3-closing-contact__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    width: 100%;
}
.nk-template-luxury-03 .lx3-closing-contact__row--web {
    margin-top: 2px;
}
.nk-template-luxury-03 .lx3-closing-contact span,
.nk-template-luxury-03 .lx3-closing-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 100%;
    white-space: normal;
    text-align: left;
    word-break: break-word;
}
.nk-template-luxury-03 .lx3-section--finale .lx3-watermark {
    margin: 0;
    color: rgba(255,255,255,0.86);
    font-size: 0.7rem;
}

@media (min-width: 1024px) {
    .nk-template-luxury-03 .lx3-section--timeline {
        overflow-x: hidden;
        display: flex;
        padding: 86px 24px 62px;
    }
    .nk-template-luxury-03 .lx3-timeline-rail {
        width: 100%;
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 0;
    }
    .nk-template-luxury-03 .lx3-timeline-visual {
        min-height: 300px;
    }
    .nk-template-luxury-03 .lx3-timeline-copy {
        grid-template-columns: 1.18fr 0.88fr;
    }
}

/* ── Intro page (pasca OPEN) + hamburger offcanvas ─────────────────────── */

.nk-template-luxury-03 .lx3-section--intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 21vh 24px 12vh;
    text-align: center;
    background: transparent !important;
}

.nk-template-luxury-03 .lx3-intro {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.nk-template-luxury-03 .lx3-intro__eyebrow {
    margin: 0 0 10px;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.86rem, 3.6vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.92);
}

.nk-template-luxury-03 .lx3-intro__names {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    color: #fff;
    font-family: var(--lx3-font-heading);
    font-size: clamp(3.75rem, 15.5vw, 5.5rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.07em;
    text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    white-space: normal;
}

.nk-template-luxury-03 .lx3-intro__name {
    display: block;
    line-height: 0.88;
}

.nk-template-luxury-03 .lx3-intro__amp {
    position: absolute;
    left: calc(50% + 3.2rem);
    top: 42%;
    z-index: -1;
    transform: translate(-20%, -50%);
    color: rgba(255, 255, 255, 0.24);
    font-size: 1.55em;
    line-height: 1;
    pointer-events: none;
}

.nk-template-luxury-03 .lx3-intro__date {
    margin: 18px 0 0;
    font-family: var(--lx3-font-ui);
    font-size: clamp(0.86rem, 3.55vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.82);
}

.nk-template-luxury-03 .lx3-intro__scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
    pointer-events: none;
    animation: lx3-scroll-hint-bob 2.8s ease-in-out infinite;
}

.nk-template-luxury-03 .lx3-intro__scroll-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: var(--lx3-font-ui);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    color: rgba(255, 255, 255, 0.72);
    animation: lx3-scroll-label-glow 2.4s ease-in-out infinite;
}

.nk-template-luxury-03 .lx3-intro__scroll-line {
    display: block;
    width: 1px;
    height: 42px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0.92) 42%,
        rgba(255, 255, 255, 0.06) 100%
    );
    background-size: 100% 220%;
    transform-origin: top center;
    animation: lx3-scroll-line-flow 2.2s ease-in-out infinite;
}

@keyframes lx3-scroll-hint-bob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

@keyframes lx3-scroll-label-glow {
    0%, 100% { opacity: 0.38; }
    50% { opacity: 1; }
}

@keyframes lx3-scroll-line-flow {
    0% {
        transform: scaleY(0.55);
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
        background-position: 0% 55%;
    }
    100% {
        transform: scaleY(0.55);
        opacity: 0.4;
        background-position: 0% 100%;
    }
}

.nk-template-luxury-03 .lx3-menu-toggle {
    display: none;
    position: fixed;
    top: 22px;
    right: 18px;
    z-index: 1010;
    width: 42px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}

.nk-template-luxury-03.nk-body-open .lx3-menu-toggle {
    display: inline-flex;
}

.nk-template-luxury-03 .lx3-menu-toggle__bar {
    display: block;
    width: 25px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
}

.nk-template-luxury-03 .lx3-menu-toggle__bar:first-child {
    width: 25px;
}

.nk-template-luxury-03 .lx3-menu-toggle[aria-expanded="true"] .lx3-menu-toggle__bar:first-child {
    transform: translateY(4px) rotate(45deg);
    width: 22px;
}

.nk-template-luxury-03 .lx3-menu-toggle[aria-expanded="true"] .lx3-menu-toggle__bar:last-child {
    transform: translateY(-4px) rotate(-45deg);
    width: 22px;
}

.nk-template-luxury-03 .lx3-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 1020;
    pointer-events: none;
    visibility: hidden;
}

.nk-template-luxury-03 .lx3-offcanvas.is-open {
    pointer-events: auto;
    visibility: visible;
}

.nk-template-luxury-03 .lx3-offcanvas__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.32s ease;
}

.nk-template-luxury-03 .lx3-offcanvas.is-open .lx3-offcanvas__backdrop {
    opacity: 1;
}

.nk-template-luxury-03 .lx3-offcanvas__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    background:
        linear-gradient(165deg, rgba(18, 18, 18, 0.98) 0%, rgba(8, 8, 8, 0.99) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
    transform: translateX(104%);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.nk-template-luxury-03 .lx3-offcanvas.is-open .lx3-offcanvas__panel {
    transform: translateX(0);
}

.nk-template-luxury-03 .lx3-offcanvas__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nk-template-luxury-03 .lx3-offcanvas__eyebrow {
    margin: 0;
    font-family: var(--lx3-font-ui);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
}

.nk-template-luxury-03 .lx3-offcanvas__close {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 0.82rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nk-template-luxury-03 .lx3-offcanvas__close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
}

.nk-template-luxury-03 .lx3-offcanvas__nav {
    flex: 1;
    overflow-y: auto;
    padding: 10px 12px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nk-template-luxury-03 .lx3-offcanvas__link {
    appearance: none;
    border: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr 16px;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--lx3-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.nk-template-luxury-03 .lx3-offcanvas__link:hover,
.nk-template-luxury-03 .lx3-offcanvas__link.is-active {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.nk-template-luxury-03 .lx3-offcanvas__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--lx3-btn-bg, #c9b896);
    font-size: 0.92rem;
}

.nk-template-luxury-03 .lx3-offcanvas__text {
    line-height: 1.25;
}

.nk-template-luxury-03 .lx3-offcanvas__chevron {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.28);
}

html.lx3-menu-open,
html.lx3-menu-open body {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .nk-template-luxury-03.nk-mode-split_showcase .lx3-menu-toggle {
        right: max(18px, calc((100vw - var(--nk-desktop-inv-panel-width, 430px)) / 2 + 18px));
    }
}

/* Pass 7: burger + offcanvas — mobile only, panel setengah layar transparan 20%, setelah OPEN */
@media (min-width: 1024px) {
    .nk-template-luxury-03 .lx3-menu-toggle,
    .nk-template-luxury-03 .lx3-offcanvas {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .nk-template-luxury-03 .lx3-menu-toggle,
    .nk-template-luxury-03 .lx3-offcanvas {
        display: none !important;
    }

    .nk-template-luxury-03.nk-body-open .lx3-menu-toggle {
        display: inline-flex !important;
        position: fixed !important;
        top: 22px !important;
        right: 18px !important;
        z-index: 10060 !important;
        pointer-events: auto !important;
    }

    .nk-template-luxury-03.nk-body-open .lx3-offcanvas {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 10050 !important;
        pointer-events: none;
        visibility: hidden;
    }

    .nk-template-luxury-03.nk-body-open .lx3-offcanvas.is-open {
        pointer-events: auto;
        visibility: visible;
    }

    .nk-template-luxury-03 .lx3-offcanvas__head,
    .nk-template-luxury-03 .lx3-offcanvas__close,
    .nk-template-luxury-03 .lx3-offcanvas__icon,
    .nk-template-luxury-03 .lx3-offcanvas__chevron {
        display: none !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas__backdrop {
        position: absolute !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.2) !important;
        opacity: 0;
        transition: opacity 0.3s ease !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas.is-open .lx3-offcanvas__backdrop {
        opacity: 1;
    }

    .nk-template-luxury-03 .lx3-offcanvas__panel {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        bottom: 0 !important;
        width: 50% !important;
        max-width: 50% !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: clamp(64px, 12vh, 88px) clamp(14px, 4vw, 22px) clamp(24px, 6vh, 36px) !important;
        background: rgba(0, 0, 0, 0.2) !important;
        border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        transform: translateX(100%) !important;
        opacity: 1 !important;
        transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1) !important;
        overflow-y: auto !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas.is-open .lx3-offcanvas__panel {
        transform: translateX(0) !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas__nav {
        flex: 0 1 auto !important;
        width: 100% !important;
        padding: 0 !important;
        gap: 2px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas__link {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font-family: var(--lx3-font-heading) !important;
        font-size: clamp(1.05rem, 4.6vw, 1.35rem) !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas__link:hover,
    .nk-template-luxury-03 .lx3-offcanvas__link.is-active {
        background: transparent !important;
        color: var(--lx3-gold, #c9b896) !important;
    }

    .nk-template-luxury-03 .lx3-offcanvas__hint {
        margin: clamp(14px, 3vh, 22px) 0 0 !important;
        color: rgba(255, 255, 255, 0.58) !important;
        font-family: var(--lx3-font-body) !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
    }
}

/* Timeline mobile — tetap jadi snap page, tanpa trap horizontal. */
@media (max-width: 1023px) {
    .nk-template-luxury-03 .lx3-scroll-container > [data-nk-section] {
        scroll-snap-stop: normal;
    }

    .nk-template-luxury-03 .lx3-scroll-container > [data-nk-section="timeline"] {
        scroll-snap-align: start !important;
        scroll-snap-stop: normal !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        overscroll-behavior-x: none !important;
        touch-action: pan-y !important;
        max-width: 100% !important;
    }

    .nk-template-luxury-03 .lx3-scroll-container > [data-nk-section="timeline"] > .lx3-section--timeline,
    .nk-template-luxury-03 .lx3-timeline-stack {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        height: auto !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        touch-action: pan-y !important;
        scroll-snap-type: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .nk-template-luxury-03 .lx3-timeline-rail,
    .nk-template-luxury-03 .lx3-timeline-rail--stack {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        touch-action: pan-y !important;
        padding: 0 !important;
        gap: 28px !important;
    }

    .nk-template-luxury-03 .lx3-timeline-copy {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        touch-action: pan-y !important;
        gap: 28px !important;
        padding: 0 !important;
    }

    .nk-template-luxury-03 .lx3-timeline-card--start,
    .nk-template-luxury-03 .lx3-timeline-card--end,
    .nk-template-luxury-03 .lx3-timeline-scroll-hint {
        grid-column: auto !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        align-self: stretch !important;
        white-space: normal !important;
    }

    .nk-template-luxury-03 .lx3-timeline-scroll-hint i {
        display: none !important;
    }
}
