/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial
        }
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-serif: "Cormorant Garamond Variable", Georgia, serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-midnight: #0a0a0f;
        --color-champagne: #cbad62;
        --color-champagne-light: #ddc588;
        --color-muted: #a39c8f;
        --color-ivory: #f6f4ee;
        --animate-fade-in-up: fade-in-up 1s ease-out forwards
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

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

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .fixed {
        position: fixed
    }

    .flex {
        display: flex
    }

    .min-h-screen {
        min-height: 100vh
    }

    .flex-shrink {
        flex-shrink: 1
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .animate-fade-in-up {
        animation: var(--animate-fade-in-up)
    }

    .overflow-x-hidden {
        overflow-x: hidden
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .filter {
        filter: var(--tw-blur, )var(--tw-brightness, )var(--tw-contrast, )var(--tw-grayscale, )var(--tw-hue-rotate, )var(--tw-invert, )var(--tw-saturate, )var(--tw-sepia, )var(--tw-drop-shadow, )
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .delay-200 {
        transition-delay: .2s
    }

    .delay-300 {
        transition-delay: .3s
    }

    .delay-400 {
        transition-delay: .4s
    }

    .delay-600 {
        transition-delay: .6s
    }

    .delay-800 {
        transition-delay: .8s
    }
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-cyrillic-ext-wght-normal.Bg62sWL9.woff2)format("woff2-variations");
    unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-cyrillic-wght-normal.BWCqVJN0.woff2)format("woff2-variations");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-vietnamese-wght-normal.CDLFB6hb.woff2)format("woff2-variations");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-latin-ext-wght-normal.ltf1AbuM.woff2)format("woff2-variations");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: normal;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-latin-wght-normal.CUoBjw-S.woff2)format("woff2-variations");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: italic;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-cyrillic-ext-wght-italic.1rG_WyvK.woff2)format("woff2-variations");
    unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: italic;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-cyrillic-wght-italic.C5ZlGLFt.woff2)format("woff2-variations");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: italic;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-vietnamese-wght-italic.1M78L1Br.woff2)format("woff2-variations");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: italic;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-latin-ext-wght-italic.PWzi_-0y.woff2)format("woff2-variations");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Cormorant Garamond Variable;
    font-style: italic;
    font-display: swap;
    font-weight: 300 700;
    src: url(cormorant-garamond-latin-wght-italic.C-nL33vl.woff2)format("woff2-variations");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font-serif);
    background-color: var(--color-midnight);
    color: var(--color-ivory);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.delay-100 {
    animation-delay: .1s
}

.delay-200 {
    animation-delay: .2s
}

.delay-300 {
    animation-delay: .3s
}

.delay-400 {
    animation-delay: .4s
}

.delay-500 {
    animation-delay: .5s
}

.delay-600 {
    animation-delay: .6s
}

.delay-700 {
    animation-delay: .7s
}

.delay-800 {
    animation-delay: .8s
}

.animate-on-load {
    opacity: 0
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.install-banner[data-v-1be02d31] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(to top, #111117, #1a1a23);
    border-top: 1px solid hsl(43, 50%, 59%, .2);
    box-shadow: 0 -4px 20px #0006;
    padding: 1rem
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .install-banner[data-v-1be02d31] {
        padding-bottom: calc(1rem + env(safe-area-inset-bottom))
    }
}

.install-content[data-v-1be02d31] {
    display: flex;
    align-items: center;
    gap: .875rem;
    max-width: 600px;
    margin: 0 auto
}

.install-icon[data-v-1be02d31] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cbad6226;
    border-radius: .5rem;
    color: #cbad62
}

.install-icon svg[data-v-1be02d31] {
    width: 1.25rem;
    height: 1.25rem
}

.install-text[data-v-1be02d31] {
    flex: 1;
    min-width: 0
}

.install-title[data-v-1be02d31] {
    font-size: .9375rem;
    font-weight: 500;
    color: #f6f4ee;
    margin: 0 0 .125rem
}

.install-description[data-v-1be02d31] {
    font-size: .8125rem;
    color: #a39c8f;
    margin: 0;
    line-height: 1.3
}

.install-actions[data-v-1be02d31] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0
}

.install-button[data-v-1be02d31] {
    background: #cbad62;
    color: #111117;
    border: none;
    padding: .5rem 1rem;
    font-size: .8125rem;
    font-weight: 600;
    font-family: inherit;
    border-radius: .375rem;
    cursor: pointer;
    transition: background-color .2s ease, transform .1s ease;
    white-space: nowrap
}

.install-button[data-v-1be02d31]:hover {
    background: #ddc588
}

.install-button[data-v-1be02d31]:active {
    transform: scale(.97)
}

.dismiss-button[data-v-1be02d31] {
    background: transparent;
    border: none;
    padding: .5rem;
    cursor: pointer;
    color: #a39c8f;
    transition: color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.dismiss-button[data-v-1be02d31]:hover {
    color: #f6f4ee
}

.dismiss-button svg[data-v-1be02d31] {
    width: 1.25rem;
    height: 1.25rem
}

.ios-instructions[data-v-1be02d31] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid hsl(43, 50%, 59%, .1);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.ios-instructions ol[data-v-1be02d31] {
    margin: 0;
    padding-left: 1.25rem;
    font-size: .875rem;
    color: #f6f4ee
}

.ios-instructions li[data-v-1be02d31] {
    margin-bottom: .5rem;
    line-height: 1.5
}

.ios-instructions li[data-v-1be02d31]:last-child {
    margin-bottom: 0
}

.ios-instructions strong[data-v-1be02d31] {
    color: #cbad62
}

.inline-icon[data-v-1be02d31] {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin: 0 .125rem;
    color: #cbad62
}

.slide-up-enter-active[data-v-1be02d31],
.slide-up-leave-active[data-v-1be02d31] {
    transition: transform .3s ease, opacity .3s ease
}

.slide-up-enter-from[data-v-1be02d31],
.slide-up-leave-to[data-v-1be02d31] {
    transform: translateY(100%);
    opacity: 0
}

.expand-enter-active[data-v-1be02d31],
.expand-leave-active[data-v-1be02d31] {
    transition: all .3s ease;
    overflow: hidden
}

.expand-enter-from[data-v-1be02d31],
.expand-leave-to[data-v-1be02d31] {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    padding-top: 0
}

.expand-enter-to[data-v-1be02d31],
.expand-leave-from[data-v-1be02d31] {
    max-height: 200px
}

.hero[data-astro-cid-bbe6dxrz] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/background.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

@supports (-webkit-touch-callout: none) {
    .hero[data-astro-cid-bbe6dxrz] {
        background-attachment: scroll
    }
}

.hero-overlay[data-astro-cid-bbe6dxrz] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #0a0a0fb3, #0a0a0f80, #0a0a0fcc);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.hero-content[data-astro-cid-bbe6dxrz] {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
    max-width: 48rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.couple-names[data-astro-cid-wzn5n2ta] {
    margin-bottom: 2rem
}

.tagline[data-astro-cid-wzn5n2ta] {
    font-size: clamp(.6rem, 2vw, .75rem);
    font-weight: 400;
    color: var(--color-muted);
    letter-spacing: .3em;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.names[data-astro-cid-wzn5n2ta] {
    font-size: clamp(3.5rem, 14vw, 8rem);
    font-weight: 400;
    line-height: .85;
    color: var(--color-ivory);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0
}

.name[data-astro-cid-wzn5n2ta] {
    cursor: default;
    font-style: italic
}

.ampersand[data-astro-cid-wzn5n2ta] {
    font-size: .4em;
    color: var(--color-champagne);
    font-style: italic;
    font-weight: 400;
    margin: .1em 0
}

.divider[data-astro-cid-wzn5n2ta] {
    width: 4rem;
    height: 1px;
    background-color: var(--color-champagne);
    margin: 1.5rem auto 0;
    opacity: .6
}

.event-date[data-astro-cid-olswavhj] {
    margin-bottom: 2rem
}

.date[data-astro-cid-olswavhj] {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 400;
    font-style: italic;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--color-champagne)
}

.venue-details[data-astro-cid-lqgadwoa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    margin: 2.5rem 0;
    text-decoration: none;
    transition: opacity .3s ease
}

.venue-details[data-astro-cid-lqgadwoa]:hover {
    opacity: .8
}

.icon[data-astro-cid-lqgadwoa] {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-champagne)
}

.venue-text[data-astro-cid-lqgadwoa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

.venue-name[data-astro-cid-lqgadwoa] {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: 500;
    color: var(--color-ivory)
}

.venue-location[data-astro-cid-lqgadwoa] {
    font-size: clamp(.85rem, 2.5vw, 1rem);
    color: var(--color-muted);
    letter-spacing: .05em
}

.action-buttons-wrapper[data-astro-cid-szcpt32e] {
    margin-top: 1rem
}

.action-buttons[data-astro-cid-szcpt32e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.btn[data-astro-cid-szcpt32e] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    font-size: clamp(.8rem, 2.5vw, .9rem);
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all .3s ease;
    width: 12rem;
    justify-content: center
}

.btn-primary[data-astro-cid-szcpt32e] {
    background-color: var(--color-champagne);
    color: var(--color-midnight);
    border: 1px solid var(--color-champagne)
}

.btn-primary[data-astro-cid-szcpt32e]:hover {
    background-color: var(--color-champagne-light);
    border-color: var(--color-champagne-light)
}

.btn-secondary[data-astro-cid-szcpt32e] {
    background-color: transparent;
    color: var(--color-ivory);
    border: 1px solid var(--color-muted)
}

.btn-secondary[data-astro-cid-szcpt32e]:hover {
    border-color: var(--color-ivory)
}

.icon[data-astro-cid-szcpt32e] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0
}

@media(min-width:768px) {
    .action-buttons-wrapper[data-astro-cid-szcpt32e] {
        position: fixed;
        left: 0;
        top: 50%;
        transform: rotate(270deg) translate(-50%);
        transform-origin: 0 0;
        margin-top: 0;
        z-index: 50
    }

    .action-buttons[data-astro-cid-szcpt32e] {
        flex-direction: row;
        gap: 1rem
    }

    .btn[data-astro-cid-szcpt32e] {
        font-size: .85rem;
        padding: .6rem 1rem;
        min-width: auto
    }
}

.countdown[data-v-a88fde5b] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0
}

@media(min-width:768px) {
    .countdown[data-v-a88fde5b] {
        gap: 2rem
    }
}

.countdown-item[data-v-a88fde5b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: clamp(3rem, 10vw, 5rem)
}

.countdown-value[data-v-a88fde5b] {
    font-size: 2.25rem;
    font-weight: 300;
    color: #cbad62;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    font-style: italic
}

@media(min-width:768px) {
    .countdown-value[data-v-a88fde5b] {
        font-size: 3.75rem
    }
}

.countdown-label[data-v-a88fde5b] {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #a39c8f;
    margin-top: .5rem
}

.celebration-text[data-v-a88fde5b] {
    font-size: 1.5rem;
    font-style: italic;
    color: #cbad62
}

.main-wrapper[data-astro-cid-j7pv25f6] {
    position: relative
}