:root {
    --plum: #32123f;
    --purple: #6d2f8b;
    --violet: #8f42aa;
    --orange: #f28a24;
    --orange-soft: #ffb04f;
    --cream: #fbf3e7;
    --paper: #f5eadc;
    --ink: #291d2d;
    --muted: #746775;
    --white: #fffaf4;
    --line: rgba(50, 18, 63, .14);
    --serif: 'Cormorant Garamond', Georgia, serif;
    --script: Allura, cursive;
    --sans: 'Manrope', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.55;
    overflow-x: hidden
}

body.modal-open {
    padding-right: 0 !important
}

button, a, input {
    font: inherit
}

a {
    text-decoration: none;
    color: inherit
}

.site {
    overflow: hidden
}

.narrow {
    max-width: 780px
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-4 {
    margin-top: 40px;
}

.wh-100 {
    width: 100%;
    height: 100%;
}

.eyebrow {
    display: inline-block;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .32em;
    margin-bottom: 10px;
    text-transform: uppercase
}

.eyebrow.purple {
    color: var(--purple)
}

.opening {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: #160b1c;
    overflow: hidden;
    transition: opacity 1s ease, visibility 1s ease
}

.opening.closed {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.opening video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.opening-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31, 8, 40, .18), rgba(25, 6, 30, .72))
}

.opening-content {
    position: absolute;
    left: 50%;
    bottom: 10vh;
    transform: translateX(-50%);
    width: min(92%, 800px);
    text-align: center;
    color: #fff7ee
}

.opening-content h1 {
    font: 400 clamp(72px, 12vw, 145px)/.82 var(--script);
    margin: 18px 0 340px
}

.opening-content h1 i {
    font: 400 .3em var(--serif);
    color: var(--orange-soft);
    font-style: normal
}


.small.fs-14 {
    font-size: 18px!important;
}

#openingTitle {
    display: inline-block;
    width: 0;
    max-width: max-content;
    overflow: hidden;
    white-space: nowrap;

    font-family: "Allura", cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: 2;

    border-right: 1px solid currentColor;
}

#openingTitle small {
    font-family: "Allura", cursive;
    font-size: 18px;
}

#openingTitle.is-typing {
    animation:
            openingTypewriter 3.5s steps(40, end) forwards,
            openingCaret .7s step-end infinite;
}

#openingTitle.is-typing::after {
    content: "";
    display: inline-block;
}

@keyframes openingTypewriter {
    from {
        width: 0;
    }

    to {
        width: var(--title-width);
    }
}

@keyframes openingCaret {
    0%,
    49% {
        border-right-color: currentColor;
    }

    50%,
    100% {
        border-right-color: transparent;
    }
}

.opening-date {
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: .42em
}

.opening-content button {
    margin: 14px auto 0;
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    padding: 13px 24px;
    font-family: var(--sans);
    font-size: 8px;
    letter-spacing: .28em;
    backdrop-filter: blur(8px)
}

.opening-content button span {
    margin-left: 13px;
    color: var(--orange-soft);
    font-size: 15px
}

.opening-ornament {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 176, 79, .28);
    border-radius: 50%
}

.opening-ornament:before, .opening-ornament:after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%
}

.opening-ornament.top {
    left: -75px;
    top: 15%;
}

.opening-ornament.bottom {
    right: -75px;
    bottom: 12%
}

.music-toggle {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(50, 18, 63, .86);
    color: #fff;
    display: grid;
    place-items: center;
    opacity: 0;
    transform: translateY(12px);
    transition: .35s
}

.music-toggle.visible {
    opacity: 1;
    transform: none
}

.music-toggle span {
    font-family: var(--serif);
    font-size: 20px;
    color: var(--orange-soft)
}

.hero {
    height: 100svh;
    min-height: 680px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--plum);
    color: #fff
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(35, 7, 45, .08) 5%, rgba(36, 9, 45, .12) 42%, rgba(29, 7, 35, .76) 100%)
}

.hero-line {
    position: absolute;
    inset: 17px;
    border: 1px solid rgba(255, 255, 255, .4);
    pointer-events: none
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 15vh
}

.hero-content h2 {
    font: 400 clamp(88px, 13vw, 170px)/.78 var(--script);
    margin: 22px 0 25px
}

.hero-content h2 i {
    font: 400 .6em var(--serif);
    color: var(--orange-soft);
    font-style: normal;
    vertical-align: middle
}

.hero-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-family: var(--sans);
    font-size: 14px;
    letter-spacing: .28em
}

.hero-date b {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange)
}

.hero-content p {
    font: 400 20px/1.45 var(--serif);
    opacity: .9;
    margin: 26px auto 0
}

.hero-scroll {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-top: 104px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 9px;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: .28em
}

.hero-scroll span {
    color: var(--orange-soft);
    font-size: 16px
}

.section-light {
    position: relative;
    background: var(--cream)
}

.section-light:before, .section-cream:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image: radial-gradient(rgba(50, 18, 63, .09) .65px, transparent .65px);
    background-size: 7px 7px
}

.section-light, .section-cream {
    position: relative
}

.story {
    padding: 150px 20px;
    min-height: 680px;
    display: grid;
    place-items: center
}

.story:before, .story:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%
}

.story:before {
    left: -125px;
    top: 80px
}

.story:after {
    right: -125px;
    bottom: 60px
}

.flower-mark {
    color: var(--orange);
    font-size: 22px;
    margin-bottom: 18px
}

.story h2, .countdown-wrap h2, .section-title h2, .rsvp-section h2, .contribution-intro h2, .final-section h2 {
    font: 400 clamp(52px, 7vw, 84px)/.88 var(--serif);
    letter-spacing: -.025em;
    margin: 0px 0 10px
}

.story h2 em, .countdown-wrap h2 em, .section-title h2 em, .rsvp-section h2 em, .contribution-intro h2 em, .final-section h2 em {
    font-style: italic;
    color: var(--purple)
}

.story p, .countdown-wrap p, .section-title p, .rsvp-section .section-title p, .contribution-intro p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.7
}

.signature {
    margin-top: 40px;
    font: 400 46px var(--script);
    color: var(--purple);
}

.signature span {
    font: 400 23px var(--serif);
    color: var(--orange)
}

.date-ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
    background: var(--plum);
    color: #fff6ea;
    padding: 27px 18px
}

.date-ribbon div {
    text-align: center
}

.date-ribbon strong {
    display: block;
    font: 400 31px/1 var(--serif)
}

.date-ribbon small {
    display: block;
    font: 700 10px var(--sans);
    letter-spacing: .28em;
    opacity: .6;
    margin-top: 12px;
}

.date-ribbon i {
    width: 5px;
    height: 5px;
    border: 1px solid var(--orange);
    border-radius: 50%
}

.countdown-section {
    padding: 110px 20px
}

.countdown-wrap {
    display: grid;
    grid-template-columns:.8fr 1.2fr;
    align-items: center;
    gap: 7vw
}

.countdown-wrap > div:first-child h2 {
    margin-bottom: 6px
}

.countdown-wrap > div:first-child p {
    margin: 0;
    max-width: 370px;
    font-size: 18px;
    line-height: normal;
}

.countdown {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.countdown > div {
    padding: 24px 10px;
    text-align: center
}

.countdown > div + div {
    border-left: 1px solid var(--line)
}

.countdown strong {
    display: block;
    font: 400 clamp(43px, 5vw, 68px)/1 var(--serif);
    color: var(--plum)
}

.countdown span {
    display: block;
    margin-top: 8px;
    font: 700 7px var(--sans);
    letter-spacing: .25em;
    color: var(--muted);
    font-size: 11px;
}

.section-purple {
    position: relative;
    background: linear-gradient(135deg, #35123f, #5a216e);
    color: #fff4e8;
    padding: 125px 20px;
    overflow: hidden
}

.section-purple:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -260px;
    top: -250px;
    border: 1px solid rgba(255, 176, 79, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(255, 176, 79, .02), 0 0 0 80px rgba(255, 176, 79, .02)
}

.light-title {
    position: relative;
    z-index: 2;
    text-align: center
}

.light-title h2 {
    margin-bottom: 10px
}

.light-title h2 em {
    color: var(--orange-soft)
}

.light-title p {
    font-size: 18px;
    opacity: .68
}

.timeline {
    position: relative;
    max-width: 920px;
    margin: 75px auto 0
}

.timeline:before {
    content: "";
    position: absolute;
    left: 150px;
    top: 8px;
    bottom: 20px;
    width: 1px;
    background: rgba(255, 255, 255, .18)
}

.event-row {
    display: grid;
    grid-template-columns:130px 42px 1fr;
    gap: 20px;
    min-height: 230px;
    position: relative
}

.event-time {
    text-align: right;
    padding-top: 1px
}

.event-time small {
    display: block;
    font: 700 7px var(--sans);
    letter-spacing: .25em;
    color: rgba(255, 244, 232, .55);
    margin-bottom: 7px
}

.event-time strong {
    font: 400 34px var(--serif)
}

.event-dot {
    display: flex;
    justify-content: center;
    position: relative
}

.event-dot span {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border: 1px solid var(--orange);
    background: var(--plum);
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.event-copy {
    padding-bottom: 50px
}

.event-copy > small {
    font: 700 8px var(--sans);
    letter-spacing: .25em;
    color: var(--orange-soft)
}

.event-copy h3 {
    font: 400 44px var(--serif);
    line-height: 1;
    margin: 7px 0
}

.event-copy p {
    max-width: 500px;
    font-size: 16px;
    opacity: .68
}

.event-copy a {
    display: inline-block;
    margin-top: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    font: 700 8px var(--sans);
    letter-spacing: .18em
}

.event-copy a b {
    margin-left: 7px;
    color: var(--orange-soft)
}

.places-section {
    padding: 135px 20px
}

.section-title {
    position: relative;
    z-index: 2
}

.places-section > .container > .section-title {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center
}

.place-card {
    display: grid;
    grid-template-columns:.9fr 1.1fr;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 25px 70px rgba(50, 18, 63, .08);
    position: relative
}

.place-image {
    min-height: 620px;
    background-size: cover;
    background-position: center;
    position: relative
}

.wedding-image {
    background-image: linear-gradient(180deg, rgba(49, 14, 61, .02), rgba(49, 14, 61, .55)), url('v1.mp4')
}

.image-caption {
    position: absolute;
    left: 35px;
    bottom: 30px;
    color: #fff
}

.image-caption span {
    display: block;
    font: 700 8px var(--sans);
    letter-spacing: .25em;
    color: var(--orange-soft)
}

.image-caption strong {
    display: block;
    font: 400 60px var(--serif);
    margin-top: 6px
}

.place-body {
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.place-heading {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

.place-heading h3 {
    font: 400 48px/1 var(--serif);
    margin: 0;
    color: var(--plum)
}

.place-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
    max-width: 420px
}

.place-symbol {
    font: 700 12px var(--sans);
    letter-spacing: .2em;
    color: var(--orange);
    padding-top: 5px
}

.map-box {
    height: 240px;
    overflow: hidden;
    background: #eee3d7;
    border: 1px solid var(--line)
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.55) sepia(.1)
}

.map-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    text-align: center;
    background: linear-gradient(135deg, #eadfd3, #f8f0e6)
}

.map-placeholder strong {
    display: block;
    font: 400 30px var(--serif);
    color: var(--plum)
}

.map-placeholder span {
    display: block;
    margin-top: 5px;
    font: 500 9px var(--sans);
    color: var(--muted)
}

.place-actions, .after-actions {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px;
    margin-top: 0;
}

.btn-outline, .btn-primary, .after-outline, .after-primary {
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 16px;
    border: 1px solid var(--purple);
    font: 700 10px var(--sans);
    letter-spacing: .18em;
    transition: .25s
}

.btn-outline {
    background: transparent;
    color: var(--purple)
}

.btn-primary {
    background: var(--purple);
    border-color: var(--purple);
    color: #fff7ee
}

.btn-primary:hover {
    background: var(--orange);
    border-color: var(--orange)
}

.btn-outline:hover {
    background: var(--purple);
    color: #fff
}

.btn-outline span, .btn-primary span, .after-outline span, .after-primary span {
    margin-left: 9px;
    color: var(--orange)
}

.memory-section {
    position: relative;
    min-height: 720px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff8ef
}

.memory-photo {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(42 8 54 / 38%), rgba(32, 8, 37, .78)), url(giris.mp4) center / cover;
}

.memory-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(242, 138, 36, .16), transparent 35%), linear-gradient(180deg, rgba(43, 8, 54, .2), rgba(29, 5, 34, .76))
}

.memory-inner {
    position: relative;
    z-index: 2;
    padding: 100px 20px
}

.memory-inner h2 {
    font: 400 clamp(68px, 10vw, 120px)/.75 var(--serif);
    margin: 4px 0 20px
}

.memory-inner h2 em {
    color: var(--orange-soft);
    font-style: italic
}

.memory-inner p {
    max-width: 560px;
    margin: 0 auto 34px;
    font: 400 19px/1.6 var(--serif);
    opacity: .82
}

.memory-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px
}

.memory-buttons button {
    min-height: 47px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .03);
    color: whitesmoke;
    font: 700 10px var(--sans);
    letter-spacing: .2em;
    backdrop-filter: blur(8px)
}

.memory-buttons button:first-child {
    background: white;
    border-color: white;
    color: black;
    font-size: 12px;
}

.memory-buttons span {
    margin-left: 9px
}

.rsvp-section {
    padding: 135px 20px
}

.rsvp-form {
    margin-top: 36px
}

.rsvp-form label {
    display: block;
    font: 700 12px var(--sans);
    letter-spacing: .22em;
    color: var(--purple)
}

.rsvp-form input[type=text], .rsvp-form input[type=tel] {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--line);
    outline: 0;
    background: transparent;
    padding: 13px 0 12px;
    color: var(--ink);
    font: 400 20px var(--serif)
}

.rsvp-form input::placeholder {
    color: #aa9eaa
}

.rsvp-form fieldset {
    border: 0;
    padding: 0;
    margin: 18px 0 25px
}

.rsvp-form legend {
    font: 700 12px var(--sans);
    letter-spacing: .22em;
    color: var(--purple);
    margin-bottom: 11px
}

.choices {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px
}

.choices label {
    position: relative;
    cursor: pointer
}

.choices input {
    position: absolute;
    opacity: 0
}

.choices span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid var(--line);
    letter-spacing: normal;
    font: 400 17px var(--serif);
    transition: .25s
}

.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}

.choices span b {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(50, 18, 63, .22);
    border-radius: 50%;
    font: 700 10px var(--sans);
    display: grid;
    place-items: center;
    color: transparent
}

.choices input:checked + span {
    background: var(--plum);
    border-color: var(--plum);
    color: #fff
}

.choices input:checked + span b {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--plum)
}

.status {
    min-height: 20px;
    text-align: center;
    margin-top: 8px;
    font: 500 14px var(--sans);
    color: var(--purple)
}

.contribution-section {
    padding: 135px 20px
}

.contribution-intro {
    max-width: 700px;
    margin: auto
}

.contribution-toggle {
    margin-top: 30px;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--purple);
    padding: 0 0 8px;
    color: var(--purple);
    font: 700 12px var(--sans);
    letter-spacing: .2em
}

.contribution-toggle span {
    margin-left: 12px;
    color: var(--orange);
    font-size: 16px
}

.contribution-panel {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 1px;
    background: var(--line);
    margin-top: 35px
}

.iban-card {
    padding: 34px;
    background: var(--white);
    border: 1px solid rgba(50, 18, 63, .08)
}

.iban-card > span {
    font: 700 12px var(--sans);
    letter-spacing: .2em;
    color: var(--purple)
}

.iban-card h3 {
    font: 400 22px var(--serif);
    margin: 4px 0 2px;
    color: var(--plum)
}

.iban-card > div {
    font: 600 12px var(--sans);
    letter-spacing: .04em;
    word-break: break-word;
    color: #4b3c4d
}

.copy-iban {
    margin-top: 22px;
    border: 0;
    border-bottom: 1px solid var(--purple);
    background: none;
    padding: 0 0 6px;
    color: var(--purple);
    font: 700 10px var(--sans);
    letter-spacing: .18em
}

.after-section {
    position: relative;
    min-height: 850px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--plum);
    color: #fff6eb
}

.after-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 50% 25%, rgba(242, 138, 36, .26), transparent 28%), radial-gradient(circle at 75% 70%, rgba(143, 66, 170, .35), transparent 38%), linear-gradient(145deg, #27102f, #531c67)
}

.after-lines {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image: linear-gradient(120deg, transparent 40%, rgba(255, 176, 79, .18) 40.1%, transparent 40.3%), linear-gradient(55deg, transparent 60%, rgba(255, 255, 255, .08) 60.1%, transparent 60.3%);
    background-size: 260px 260px
}

.after-inner {
    position: relative;
    z-index: 2;
    padding: 110px 20px
}

.after-inner > .eyebrow {
    color: var(--orange-soft)
}

.after-star {
    color: var(--orange-soft);
    font-size: 18px;
    margin: 14px 0
}

.after-inner h2 {
    font: 400 clamp(82px, 12vw, 145px)/.72 var(--script);
    margin: 0
}

.after-name {
    margin: 28px 0 30px;
    font: 400 24px var(--serif);
    letter-spacing: .18em
}

.after-meta {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    max-width: 720px;
    margin: 0 auto 28px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.after-meta > div {
    padding: 23px 15px
}

.after-meta > div + div {
    border-left: 1px solid rgba(255, 255, 255, .14)
}

.after-meta small, .after-location small {
    display: block;
    font: 700 11px var(--sans);
    letter-spacing: .25em;
    color: var(--orange-soft)
}

.after-meta strong {
    display: block;
    margin-top: 8px;
    font: 400 24px var(--serif)
}

.after-location {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 13px;
    align-items: center;
    text-align: left;
    padding: 20px 0
}

.after-location > span {
    color: var(--orange);
    font-size: 25px
}

.after-location strong {
    display: block;
    font: 400 19px var(--serif);
    margin-top: 4px
}

.after-inner > p {
    max-width: 560px;
    margin: 20px auto 30px;
    color: rgb(255 246 235 / 56%);
    font-size: 19px;
    line-height: normal;
}

.after-outline, .after-primary {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: transparent
}

.after-primary {
    background: var(--orange);
    border-color: var(--orange);
    color: #2e112f
}

.final-section {
    padding: 125px 20px 145px
}

.final-section h2 {
    margin-bottom: 35px
}

.final-names {
    font: 400 55px var(--script);
    color: var(--purple)
}

.final-names span {
    font: 400 22px var(--serif);
    color: var(--orange)
}

.final-section small {
    display: block;
    margin-top: 12px;
    font: 700 12px var(--sans);
    letter-spacing: .3em;
    color: var(--muted)
}

.premium-modal {
    background: var(--cream);
    border: 0;
    border-radius: 0;
    color: var(--ink)
}

.premium-modal .modal-header {
    padding: 30px 34px 20px;
    border-bottom: 1px solid var(--line)
}

.premium-modal .modal-header h2 {
    font: 400 45px var(--serif);
    margin: 8px 0 0;
    color: var(--plum)
}

.premium-modal .eyebrow.purple  {
    margin-bottom: 0;
}


.premium-modal .modal-body {
    padding: 28px 34px 34px
}

.premium-modal .modal-body > div > p {
    font-size: 18px;
    line-height: normal;
    color: var(--muted)
}

#albumModal .modal-content {
    max-height: calc(100vh - 32px);
}

#albumModal .modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 96px !important;
    scroll-padding-bottom: 96px;
    scrollbar-width: thin;
    scrollbar-color: var(--purple) rgba(109, 47, 139, .12);
}

.upload-box {
    min-height: 190px;
    border: 1px dashed rgba(109, 47, 139, .35);
    background: rgba(255, 255, 255, .28);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer
}

.upload-box input {
    display: none
}


.modal-header .btn-close {
    top: 18px;
    background-color: #6d2f8b52;
    position: absolute;
    right: 18px;
    font-size: 15px;
}

.upload-box span {
    font-size: 32px;
    color: var(--orange)
}

.upload-box strong {
    font: 700 12px var(--sans);
    letter-spacing: .16em;
    text-transform: uppercase
}

.upload-box small {
    font: 500 11px var(--sans);
    color: var(--muted)
}

.previews {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 8px;
    margin: 10px 0
}

.previews > * {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #ddd0d6
}

.preview-item {
    position: relative;
    overflow: hidden;
}

.preview-item img,
.preview-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    display: grid;
    width: 28px;
    height: 28px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(50, 18, 63, .88);
    color: #fff;
    font: 700 20px/1 Arial, sans-serif;
    cursor: pointer;
}

.preview-remove:hover {
    background: #a63250;
}

#memoryModal label.field {
    display: block;
    width: 100%;
}

#memoryModal #memoryCaption {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.caption {
    width: 100%;
    height: 50px;
    border: 1px solid var(--line);
    outline: 0;
    background: rgba(255, 255, 255, .35);
    padding: 0 13px;
    margin-bottom: 10px;
    font: 400 17px var(--serif)
}

.pin-row {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 10px
}

.pin-row input {
    height: 50px;
    border: 1px solid var(--line);
    background: #fffaf4;
    outline: 0;
    text-align: center;
    letter-spacing: .35em
}

.album-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px
}

.album-loader {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 0 10px;
    color: var(--purple);
    font: 600 10px var(--sans);
    letter-spacing: .12em;
    text-transform: uppercase;
}

.album-loader[hidden] {
    display: none;
}

.album-loader .spinner-border {
    width: 22px;
    height: 22px;
    border-width: 2px;
}

.album-card {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #ddd0d6;
    margin: 0
}

.album-card img, .album-card video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    display: block;
    object-fit: contain;
    background: transparent;
    cursor: pointer
}

.album-card-backdrop {
    position: absolute;
    inset: -20px;
    background-position: center;
    background-size: cover;
    filter: blur(18px);
    opacity: .66;
    transform: scale(1.08);
}

.album-card-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: flex;
    gap: 5px;
}

.album-card-action {
    display: grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 5px;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.album-card-action:hover {
    background: #252525;
}

.album-card-action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.album-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 10px 8px;
    background: linear-gradient(transparent, rgba(39, 11, 48, .82));
    color: #fff;
    font: 500 9px var(--sans)
}

.album-card time {
    display: block;
    opacity: .65;
    margin-top: 2px
}

.memory-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px 72px;
    background: rgba(20, 7, 25, .92);
}

.memory-lightbox[hidden] {
    display: none;
}

.album-slideshow-button {
    display: inline-flex;
    margin: 15px 0 0;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    font: 700 10px var(--sans);
    letter-spacing: .12em;
}

.album-slideshow-button span {
    margin-left: 7px;
}

.memory-lightbox-content,
#memoryLightboxContent {
    position: relative;
    display: grid;
    width: min(100%, 980px);
    height: min(86vh, 760px);
    max-width: 100%;
    max-height: 86vh;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 250, 244, .18);
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

.lightbox-stage {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 250, 244, .18);
    border-radius: 12px;
    background: #160b1c;
}

.lightbox-backdrop {
    position: absolute;
    inset: -28px;
    background-position: center;
    background-size: cover;
    filter: blur(24px);
    opacity: .68;
    transform: scale(1.08);
}

.lightbox-media-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    padding: 24px;
}

#memoryLightboxContent img,
#memoryLightboxContent video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#memoryLightboxClose {
    position: absolute;
    top: 18px;
    right: 24px;
    z-index: 1;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
}

.memory-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 60px;
    place-items: center;
    border: 1px solid rgba(255, 250, 244, .3);
    border-radius: 8px;
    background: rgba(22, 11, 28, .72);
    color: #fff;
    font: 400 48px/1 var(--serif);
    transform: translateY(-50%);
    cursor: pointer;
}

.memory-lightbox-nav:hover {
    background: var(--purple);
}

.memory-lightbox-prev {
    left: 18px;
}

.memory-lightbox-next {
    right: 18px;
}

.memory-lightbox-toggle {
    position: absolute;
    right: 76px;
    bottom: 22px;
    z-index: 2;
    padding: 9px 12px;
    border: 1px solid rgba(255, 250, 244, .35);
    border-radius: 20px;
    background: rgba(22, 11, 28, .72);
    color: #fff;
    font: 700 9px var(--sans);
    letter-spacing: .12em;
    cursor: pointer;
}

@media (max-width: 600px) {
    .album-slideshow-button {
        margin-top: 12px;
        padding: 9px 8px;
        font-size: 8px;
    }

    .memory-lightbox {
        padding: 18px 50px;
    }

    .lightbox-media-wrap {
        padding: 14px;
    }

    .memory-lightbox-nav {
        width: 36px;
        height: 48px;
        font-size: 38px;
    }

    .memory-lightbox-prev {
        left: 8px;
    }

    .memory-lightbox-next {
        right: 8px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, .61, .36, 1)
}

.reveal.in-view {
    opacity: 1;
    transform: none
}

[hidden] {
    display: none !important
}

@media (max-width: 900px) {
    .countdown-wrap {
        grid-template-columns:1fr;
        gap: 30px
    }

    .place-card {
        grid-template-columns:1fr
    }

    .place-image {
        min-height: 500px
    }

    .place-body {
        padding: 42px
    }

    .timeline:before {
        left: 113px
    }

    .event-row {
        grid-template-columns:96px 34px 1fr
    }

    .contribution-panel {
        grid-template-columns:1fr
    }
}

@media (max-width: 600px) {
    body {
        font-size: 17px
    }

    .opening-content {
        bottom: 8vh
    }

    .opening-content h1 {
        font-size: 41px
    }

    .opening-ornament {
        width: 110px;
        height: 110px
    }

    .hero {
        min-height: 640px
    }

    .hero-line {
        inset: 10px
    }

    .hero-content {
        padding-top: 12vh
    }

    .hero-content h2 {
        font-size: 50px
    }

    .hero-content p {
        font-size: 18px;
        line-height: normal;
    }

    .story {
        padding: 40px 18px;
        min-height: 400px;
    }

    .story h2, .countdown-wrap h2, .section-title h2, .rsvp-section h2, .contribution-intro h2, .final-section h2 {
        font-size: 34px;
        line-height: normal;
    }

    .story p, .section-title p, .rsvp-section .section-title p, .contribution-intro p {
        font-size: 19px;
        line-height: normal;
        color: gray;
    }

    .date-ribbon {
        gap: 18px;
        padding: 23px 12px
    }

    .date-ribbon strong {
        font-size: 25px
    }

    .countdown-section {
        padding: 42px 18px 0;
    }

    .countdown {
        grid-template-columns:repeat(2, 1fr)
    }

    .countdown > div:nth-child(3), .countdown > div:nth-child(4) {
        border-top: 1px solid var(--line)
    }

    .countdown > div:nth-child(3) {
        border-left: 0
    }

    .countdown strong {
        font-size: 48px
    }

    .section-purple {
        padding: 88px 18px
    }

    .timeline {
        margin-top: 55px
    }

    .timeline:before {
        left: 76px
    }

    .event-row {
        grid-template-columns:62px 28px 1fr;
        gap: 9px;
        min-height: 215px
    }

    .event-time strong {
        font-size: 26px
    }

    .event-copy h3 {
        font-size: 35px
    }

    .event-copy p {
        font-size: 15px
    }

    .places-section {
        padding: 50px 18px
    }

    .places-section > .container > .section-title {
        margin-bottom: 30px
    }

    .place-image {
        min-height: 410px
    }

    .image-caption {
        left: 24px;
        bottom: 22px
    }

    .image-caption strong {
        font-size: 50px
    }

    .place-body {
        padding: 30px 22px
    }

    .place-heading h3 {
        font-size: 24px
    }

    .map-box {
        height: 220px
    }

    .place-actions, .after-actions {
        grid-template-columns:1fr
    }

    .memory-section {
        min-height: 400px
    }

    .memory-inner {
        padding: 40px 18px
    }

    .memory-inner h2 {
        font-size: 30px
    }

    .memory-inner p {
        font-size: 18px;
        color: whitesmoke;
        line-height: normal;
    }

    .memory-buttons {
        display: grid;
        grid-template-columns:1fr;
        width: min(100%, 340px);
        margin: auto
    }

    .rsvp-section, .contribution-section {
        padding: 42px 18px
    }

    .choices {
        grid-template-columns:1fr
    }

    .contribution-panel {
        grid-template-columns:1fr
    }

    .iban-card {
        padding: 27px 22px
    }

    .iban-card > div {
        font-size: 14px
    }

    .after-section {
        min-height: 760px
    }

    .after-inner {
        padding: 90px 18px
    }

    .after-inner h2 {
        font-size: 52px
    }

    .after-meta {
        grid-template-columns:1fr
    }

    .after-meta > div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .14)
    }

    .after-location {
        align-items: flex-start;
        text-align: left
    }

    .final-section {
        padding: 30px 18px 50px;
    }

    .final-names {
        font-size: 49px
    }

    .premium-modal .modal-header {
        padding: 25px 20px 12px
    }

    .premium-modal .modal-body {
        padding: 12px 20px 0
    }

    #albumModal .modal-content {
        max-height: calc(100vh - 24px);
    }

    #albumModal .modal-body {
        max-height: calc(100vh - 118px);
        padding-bottom: 96px !important;
        scroll-padding-bottom: 96px;
    }

    .premium-modal .modal-header h2 {
        font-size: 30px
    }

    .previews, .album-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .pin-row {
        grid-template-columns:1fr
    }

    .music-toggle {
        right: 14px;
        bottom: 14px;
        width: 44px;
        height: 44px
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .music-toggle, .btn-primary, .btn-outline {
        transition: none
    }
}

.opening {
    background: #10120f
}

.opening-overlay {
    background: linear-gradient(180deg, rgba(8, 10, 8, .08), rgba(8, 10, 8, .58))
}

.opening-shine {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    background: linear-gradient(112deg, transparent 34%, rgba(255, 255, 255, 0) 42%, rgba(255, 248, 224, .2) 49%, rgba(255, 255, 255, .52) 50%, rgba(255, 248, 224, .14) 51%, rgba(255, 255, 255, 0) 58%, transparent 66%);
    transform: translateX(-65%) rotate(4deg);
    animation: openingShine 2.8s cubic-bezier(.18, .72, .22, 1) .35s forwards;
    mix-blend-mode: screen
}

@keyframes openingShine {
    to {
        transform: translateX(65%) rotate(4deg)
    }
}

.music-toggle {
    left: 22px;
    right: auto;
    bottom: 22px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(45, 18, 56, .88);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
    padding: 0
}

.music-icon {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round
}

.music-icon-on {
    display: block;
    color: var(--orange-soft)
}

.music-icon-off {
    display: none;
    color: var(--orange-soft)
}

.music-toggle.muted .music-icon-on {
    display: none
}

.music-toggle.muted .music-icon-off {
    display: block
}

.music-slash {
    stroke-width: 1.8
}

.after-intro {
    max-width: 560px;
    margin: 0 auto 34px;
    color: rgba(255, 246, 235, .72);
    font-size: 17px
}

.after-place-card {
    width: min(100%, 980px);
    margin: 20px auto 0;
    display: grid;
    grid-template-columns:.78fr 1.22fr;
    background: rgba(255, 250, 244, .97);
    color: var(--ink);
    text-align: left;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .22)
}

.after-place-photo {
    min-height: 560px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 65% 35%, rgba(242, 138, 36, .28), transparent 26%), linear-gradient(145deg, #351340, #6d2f8b 48%, #c86c32);
    display: flex;
    padding: 28px;
    color: #fff
}

.after-place-photo:before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255, 255, 255, .42)
}

.after-place-photo:after {
    content: "✦";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font: 400 70px var(--serif);
    color: rgba(255, 255, 255, .18)
}

.after-place-photo span {
    position: relative;
    z-index: 1;
    font: 700 8px var(--sans);
    letter-spacing: .25em
}

.after-place-body {
    padding: 42px
}

.after-place-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
}

.after-place-heading h3 {
    font: 400 48px/1 var(--serif);
    margin: 10px 0 9px;
    color: var(--plum)
}

.after-place-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55
}

.after-place-heading .place-symbol {
    font: 700 8px var(--sans);
    letter-spacing: .18em;
    color: var(--orange);
    border: 1px solid rgba(242, 138, 36, .5);
    padding: 9px 10px
}

.after-map-box {
    height: 260px;
    margin: 0 0 0;
    background: #ddd0d6
}

.after-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.after-place-card .place-actions {
    display: grid;
    grid-template-columns:1fr 1fr;
    width: 100%;
    gap: 10px
}

.after-place-card .after-outline, .after-place-card .after-primary {
    min-height: 50px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(50, 18, 63, .25);
    font: 700 10px var(--sans);
    letter-spacing: .16em
}

.after-place-card .after-outline {
    background: transparent;
    color: var(--plum)
}

.after-place-card .after-primary {
    background: var(--orange);
    border-color: var(--orange);
    color: #ffffff
}

.rsvp-form .field {
    width: 100%;
    min-width: 0
}

.rsvp-form .field label {
    display: block;
    margin: 0 0 2px;
    padding: 0
}

.rsvp-form .field input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    padding: 8px 0 10px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: 400 20px var(--serif);
    appearance: none;
    -webkit-appearance: none
}

.rsvp-form .field input:focus {
    border-bottom-color: var(--purple);
    box-shadow: none
}

.rsvp-form .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 28px;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 900px) {
    .after-place-card {
        grid-template-columns:1fr
    }

    .after-place-photo {
        min-height: 430px
    }

    .after-place-body {
        padding: 34px
    }

    .after-map-box {
        height: 240px
    }
}

@media (max-width: 600px) {
    .music-toggle {
        right: 14px;
        left: auto;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 46px;
        height: 46px
    }

    .opening-shine {
        inset: -35%;
        animation-duration: 2.5s
    }

    .after-place-photo {
        min-height: 316px;
        align-items: center;
        justify-content: center;
    }

    .after-place-body {
        padding: 26px 20px
    }

    .after-place-heading h3 {
        font-size: 28px
    }

    .after-place-heading {
        gap: 12px
    }

    .after-place-card .place-actions {
        grid-template-columns:1fr
    }

    .after-map-box {
        height: 220px
    }

    .rsvp-form .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 22px
    }

    .rsvp-form .field input {
        height: 46px;
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .opening-shine {
        animation: none;
        opacity: .18;
        transform: none
    }
}

.program-section {
    background: radial-gradient(900px 520px at 50% 0%, rgba(143, 66, 170, .28), transparent 62%), radial-gradient(520px 420px at 0% 75%, rgba(242, 138, 36, .11), transparent 65%), radial-gradient(520px 420px at 100% 88%, rgba(143, 66, 170, .16), transparent 68%), linear-gradient(145deg, #241027 0%, #35113f 46%, #241025 100%);
    isolation: isolate
}

.program-section:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(circle at 50% 42%, rgba(255, 246, 225, .045) 0 1px, transparent 1.5px);
    background-size: 9px 9px;
    mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
    opacity: .45
}

.program-section:after {
    content: "";
    position: absolute;
    width: min(76vw, 760px);
    height: min(76vw, 760px);
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 176, 79, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(255, 176, 79, .018), 0 0 0 100px rgba(255, 176, 79, .012), inset 0 0 90px rgba(255, 176, 79, .025);
    pointer-events: none;
    z-index: -1
}

.program-section .light-title {
    padding-bottom: 12px
}

.program-section .light-title:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    margin: 27px auto 0;
    background: linear-gradient(90deg, transparent, rgba(255, 176, 79, .72), transparent)
}

.program-section .timeline {
    margin-top: 64px
}

.program-section .timeline:before {
    left: 150px;
    background: linear-gradient(to bottom, transparent, rgba(255, 176, 79, .48) 12%, rgba(255, 176, 79, .24) 88%, transparent);
    box-shadow: 0 0 18px rgba(242, 138, 36, .08)
}

.program-section .event-row {
    min-height: 245px
}

.program-section .event-row:after {
    content: "";
    position: absolute;
    left: 128px;
    right: 0;
    bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .075)
}

.program-section .event-row:last-child:after {
    display: none
}

.program-section .event-time strong {
    color: #fff8ed;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .18)
}

.program-section .event-dot span {
    width: 14px;
    height: 14px;
    border-color: rgba(255, 176, 79, .9);
    box-shadow: 0 0 0 5px rgba(255, 176, 79, .055), 0 0 24px rgba(242, 138, 36, .18)
}

.program-section .event-dot span:after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--orange-soft)
}

.program-section .event-copy {
    padding: 0 0 50px;
    position: relative
}

.program-section .event-copy h3 {
    font-size: 47px;
    color: #fff8ed;
    letter-spacing: -.015em
}

.program-section .event-copy p {
    color: rgba(255, 244, 232, .62)
}

.program-section .event-copy a {
    color: #fff8ed;
    border-bottom-color: rgba(255, 176, 79, .34);
    transition: border-color .3s ease, color .3s ease
}

.program-section .event-copy a:hover {
    color: var(--orange-soft);
    border-bottom-color: var(--orange-soft)
}

@media (max-width: 600px) {
    .program-section {
        padding-top: 82px;
        padding-bottom: 82px
    }

    .program-section:after {
        width: 620px;
        height: 620px;
        top: 50%
    }

    .program-section .timeline:before {
        left: 76px
    }

    .program-section .event-row {
        min-height: 230px
    }

    .program-section .event-row:after {
        left: 86px
    }

    .program-section .event-copy h3 {
        font-size: 26px;
    }

    .program-section .event-dot span {
        width: 12px;
        height: 12px
    }

    .program-section .event-dot span:after {
        inset: 3px
    }
}


.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1)
}

.reveal.in-view {
    opacity: 1;
    transform: none
}

.event-row {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.event-row:nth-child(2) {
    transition-delay: .12s
}

.reveal.in-view .event-row {
    opacity: 1;
    transform: none
}

.program-section {
    position: relative;
    overflow: hidden;
    padding: 128px 20px 135px;
    background: #f7f0f7;
    color: #32183d;
    isolation: isolate
}

.program-section:before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -220px;
    top: 80px;
    border-radius: 50%;
    background: rgba(150, 73, 180, .16);
    filter: blur(70px);
    z-index: -2
}

.program-section:after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -180px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(240, 143, 47, .14);
    filter: blur(75px);
    z-index: -2
}

.program-section .container {
    position: relative;
    z-index: 1
}

.program-section .light-title {
    color: #32183d;
    text-align: center
}

.program-section .light-title .eyebrow {
    color: #8c469f
}
.program-section .light-title h2 {
    color: #32183d;
    margin-bottom: 4px;
    text-shadow: none
}

.program-section .light-title h2 em {
    color: #a251b8
}

.program-section .light-title p {
    color: #725e76;
    opacity: 1
}

.program-section .light-title:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin: 25px auto 0;
    background: linear-gradient(90deg, transparent, #e28b39, transparent)
}

.program-section .timeline {
    position: relative;
    max-width: 980px;
    margin: 68px auto 0;
    padding: 0
}

.program-section .timeline:before {
    content: "";
    position: absolute;
    left: 181px;
    top: 28px;
    bottom: 34px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #d8a06d 8%, #b879c9 50%, #d8a06d 92%, transparent);
    opacity: .75
}

.program-section .event-row {
    display: grid;
    grid-template-columns:145px 72px 1fr;
    gap: 0;
    min-height: 250px;
    position: relative;
    padding: 0 0 26px
}

.program-section .event-row:last-child {
    min-height: 210px
}

.program-section .event-time {
    text-align: right;
    padding: 3px 27px 0 0
}

.program-section .event-time small {
    display: block;
    font: 700 8px var(--sans);
    letter-spacing: .28em;
    color: #947c97;
    margin-bottom: 6px
}

.program-section .event-time strong {
    display: block;
    font: 400 clamp(39px, 5vw, 60px)/.9 var(--serif);
    color: #48214f;
    letter-spacing: -.03em
}

.program-section .event-dot {
    display: flex;
    justify-content: center;
    position: relative
}

.program-section .event-dot:before {
    content: "";
    position: absolute;
    top: 22px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(164, 80, 184, .16);
    border-radius: 50%;
    transform: scale(.72);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), border-color .7s
}

.program-section .event-dot span {
    width: 13px;
    height: 13px;
    margin-top: 37px;
    border: 1px solid #df9144;
    background: #fff9f2;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 6px rgba(223, 145, 68, .10), 0 8px 20px rgba(93, 47, 105, .10)
}

.program-section .event-dot span:after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #9d4db2
}

.program-section .event-copy {
    position: relative;
    padding: 0 0 44px 28px
}

.program-section .event-copy:after {
    content: "";
    position: absolute;
    left: 28px;
    right: 0;
    bottom: 10px;
    border-bottom: 1px solid rgba(74, 37, 82, .11)
}

.program-section .event-row:last-child .event-copy:after {
    display: none
}

.program-section .event-copy > small {
    display: block;
    font: 700 8px var(--sans);
    letter-spacing: .25em;
    color: #a85d37;
    margin-bottom: 5px
}

.program-section .event-copy h3 {
    font: 400 clamp(36px, 5vw, 54px)/.95 var(--serif);
    color: #351b40;
    margin: 0 0 14px;
    letter-spacing: -.02em
}

.program-section .event-copy p {
    max-width: 570px;
    margin: 0;
    color: #6c5a70;
    font-size: 16px;
    line-height: 1.75
}

.program-section .event-copy a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(145, 70, 164, .28);
    font: 700 8px var(--sans);
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #6e347e;
    transition: .3s
}

.program-section .event-copy a b {
    color: #df8732;
    font-size: 13px;
    transition: transform .3s
}

.program-section .event-copy a:hover {
    color: #df8732;
    border-color: #df8732
}

.program-section .event-copy a:hover b {
    transform: translate(3px, -3px)
}

.program-section .event-row:hover .event-dot:before {
    transform: scale(1);
    border-color: rgba(223, 137, 50, .35)
}

@media (max-width: 700px) {
    .program-section {
        padding: 40px 4px 0
    }

    .program-section:before {
        width: 360px;
        height: 360px;
        filter: blur(60px)
    }

    .program-section:after {
        width: 330px;
        height: 330px;
        filter: blur(60px)
    }

    .program-section .timeline {
        margin-top: 22px
    }

    .program-section .timeline:before {
        left: 75px;
        top: 25px;
        bottom: 30px
    }

    .program-section .event-row {
        grid-template-columns:62px 28px 1fr;
        min-height: 220px;
        padding-bottom: 18px
    }

    .program-section .event-row:last-child {
        min-height: 200px
    }

    .program-section .event-time {
        padding: 3px 8px 0 0
    }

    .program-section .event-time small {
        font-size: 10px;
        letter-spacing: .2em;
        float: left;
    }

    .program-section .event-time strong {
        font-size: 20px;
        float: left;
    }

    .program-section .event-dot:before {
        width: 32px;
        height: 32px;
        top: 19px
    }

    .program-section .event-dot span {
        width: 11px;
        height: 11px;
        margin-top: 30px
    }

    .program-section .event-copy {
        padding: 0 0 38px 18px
    }

    .program-section .event-copy:after {
        left: 18px;
        bottom: 8px
    }

    .program-section .event-copy > small {
        font-size: 11px;
        letter-spacing: .17em
    }

    .program-section .event-copy h3 {
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .program-section .event-copy p {
        font-size: 18px;
        line-height: normal;
    }

    .program-section .event-copy a {
        font-size: 11px;
        margin-top: 15px
    }
}

@media (max-width: 390px) {
    .program-section .timeline:before {
        left: 55px
    }

    .program-section .event-row {
        grid-template-columns:48px 14px 1fr
    }

    .program-section .event-time strong {
        font-size: 20px
    }

    .program-section .event-copy {
        padding-left: 15px
    }

    .program-section .event-copy:after {
        left: 15px
    }

    .program-section .event-copy h3 {
        font-size: 22px
    }
}


.skip-intro {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(22,11,28,.28);
    color: #fff7ee;
    padding: 9px 14px;
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: .16em;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.skip-intro .bi {
    margin-left: 8px;
    font-size: 14px;
}

.mobile-only-gate {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: var(--cream);
    color: var(--ink);
    text-align: center;
}

.mobile-only-gate[hidden] {
    display: none;
}

.mobile-only-card {
    width: min(100%, 520px);
    padding: 40px 24px;
    border: 1px solid var(--line);
    background: rgba(255,250,244,.75);
}

.mobile-only-card h2 {
    margin: 12px 0;
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(30px, 5vw, 48px);
    line-height: 1.05;
}

.mobile-only-card p {
    margin: 0;
    font-family: var(--sans);
    color: var(--muted);
}

@media (max-width: 767px) {
    .skip-intro {
        top: 16px;
        right: 16px;
    }
}

@media (min-width: 768px) {
    body.desktop-blocked {
        overflow: hidden;
    }
}


.site-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 3000;
    width: min(calc(100% - 32px), 360px);
    padding: 13px 17px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 999px;
    background: rgba(31, 25, 43, .88);
    color: #fffaf5;
    box-shadow: 0 14px 40px rgba(25, 18, 37, .18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font: 500 12px/1.4 var(--sans, Arial, sans-serif);
    letter-spacing: .02em;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 14px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    pointer-events: none;
}

.site-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.site-toast.success {
    background: rgba(36, 73, 60, .92);
}

.site-toast.warning {
    background: rgba(111, 78, 35, .94);
}

.site-toast.error {
    background: rgba(116, 48, 61, .94);
}

@media (max-width: 767px) {
    .site-toast {
        bottom: 16px;
        width: min(calc(100% - 28px), 340px);
    }
}
