.ves-site {
    --ink: #182736;
    --muted: #6b7b86;
    --paper: #fbfaf7;
    --soft: #f2f8fb;
    --blue: #8ebbd4;
    --blue-deep: #2e6b8f;
    --line: rgba(46, 107, 143, .18);
    --hairline: rgba(24, 39, 54, .12);
    background: var(--paper);
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 19px;
    line-height: 1.62;
    margin: 0;
    width: 100%;
}

.ves-site * {
    box-sizing: border-box;
}

.ves-site h1,
.ves-site h2,
.ves-site h3,
.ves-password-screen h1 {
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
}

.ves-site p,
.ves-site li,
.ves-site summary,
.ves-site label,
.ves-site input,
.ves-site select,
.ves-site textarea,
.ves-site button,
.ves-site a {
    font-synthesis: none;
}

body.page {
    background: var(--paper, #fbf9f4);
}

body.page .site-header,
body.page .site-footer {
    display: none !important;
}

body.page .wp-block-post-title,
body.page .entry-title {
    display: none !important;
}

body.page .wp-site-blocks,
body.page #wp--skip-link--target,
body.page .entry-content {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.page .entry-content > .ves-site,
body.page .entry-content > .ves-password-screen {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    width: 100vw !important;
}

.ves-site a {
    color: inherit;
}

.ves-hero {
    position: relative;
    min-height: 92svh;
    background:
        linear-gradient(180deg, rgba(251, 250, 247, .1), rgba(251, 250, 247, .82) 78%, rgba(251, 250, 247, .98)),
        var(--ves-hero-image) center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 18px 46px;
    text-align: center;
}

.ves-password-screen {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(251, 249, 244, .55), rgba(238, 247, 252, .96)),
        url("hero-villa-azzurro.png") center/cover no-repeat;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    font-family: "Cormorant Garamond", Georgia, serif;
    justify-content: center;
    min-height: 100svh;
    padding: 34px 20px;
    text-align: center;
}

.ves-language-switch {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 5;
}

.ves-language-switch a {
    align-items: center;
    background: rgba(255, 255, 255, .48);
    border: 1px solid rgba(46, 107, 143, .24);
    border-radius: 999px;
    color: var(--blue-deep);
    display: inline-flex;
    gap: 7px;
    min-height: 38px;
    padding: 8px 12px;
    text-decoration: none;
}

.ves-language-switch span {
    font-size: 17px;
    line-height: 1;
}

.ves-language-switch em {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ves-language-switch a:hover {
    background: rgba(255, 255, 255, .78);
    border-color: rgba(46, 107, 143, .48);
}

.ves-password-screen h1 {
    color: #123049;
    font-size: clamp(54px, 17vw, 130px);
    font-weight: 300;
    line-height: .9;
    margin: 0 0 18px;
}

.ves-password-screen p:not(.ves-section-label) {
    color: #28445a;
    font-size: 21px;
    margin: 0 auto 26px;
    max-width: 360px;
}

.ves-password-form {
    display: grid;
    gap: 12px;
    max-width: 360px;
    width: 100%;
}

.ves-password-form label {
    color: var(--blue-deep);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ves-password-form input,
.ves-password-form button {
    border: 1px solid rgba(46, 107, 143, .34);
    border-radius: 999px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    min-height: 50px;
    padding: 13px 20px;
    width: 100%;
}

.ves-password-form input {
    background: rgba(255, 255, 255, .82);
    color: var(--ink);
}

.ves-password-form button {
    background: rgba(46, 107, 143, .92);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.ves-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: center;
    overflow-x: auto;
    padding: 2px 0 16px;
    white-space: nowrap;
}

.ves-nav a {
    border-bottom: 1px solid rgba(23, 51, 74, .2);
    color: #17334a;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .24em;
    padding: 8px 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.ves-nav a:focus,
.ves-nav a:hover {
    border-color: rgba(23, 51, 74, .85);
}

.ves-hero-inner {
    margin: 0 auto;
    max-width: 780px;
}

.ves-kicker,
.ves-section-label {
    color: var(--blue-deep);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .28em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.ves-hero h1 {
    color: #123049;
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
    font-size: clamp(64px, 19vw, 154px);
    font-weight: 300;
    line-height: .82;
    margin: 0;
}

.ves-subtitle {
    color: #28445a;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    margin: 22px auto 28px;
    max-width: 420px;
}

.ves-choice,
.ves-actions {
    display: grid;
    gap: 12px;
    margin: 0 auto;
    max-width: 430px;
}

.ves-choice a,
.ves-actions a,
.ves-add-guest,
.ves-submit {
    background: rgba(255, 255, 255, .38);
    border: 1px solid rgba(46, 107, 143, .38);
    border-radius: 999px;
    color: var(--blue-deep);
    cursor: pointer;
    display: inline-flex;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .22em;
    min-height: 50px;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.ves-choice a:hover,
.ves-actions a:hover,
.ves-add-guest:hover,
.ves-submit:hover {
    background: rgba(46, 107, 143, .92);
    border-color: rgba(46, 107, 143, .92);
    color: #fff;
    transform: translateY(-1px);
}

.ves-intro,
.ves-note,
.ves-paths,
.ves-editorial,
.ves-day,
.ves-guide,
.ves-itinerary,
.ves-style,
.ves-rsvp,
.ves-gifts,
.ves-faq {
    margin: 0 auto;
    max-width: 1000px;
    padding: 58px 20px;
}

.ves-intro {
    border-bottom: 1px solid var(--hairline);
    display: grid;
    gap: 44px;
    text-align: center;
}

.ves-intro h2,
.ves-path h2,
.ves-editorial h2,
.ves-day h2,
.ves-guide h2,
.ves-itinerary h2,
.ves-style h2,
.ves-rsvp h2,
.ves-gifts h2 {
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
    font-size: clamp(38px, 12vw, 78px);
    font-weight: 300;
    line-height: .95;
    margin: 0;
}

.ves-note {
    color: #26384a;
    font-size: clamp(28px, 8vw, 54px);
    font-weight: 300;
    line-height: 1.08;
    text-align: center;
}

.ves-note p {
    margin: 0 auto;
    max-width: 850px;
}

.ves-large-copy {
    color: #26384a;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 18px;
    line-height: 1.75;
    max-width: 760px;
}

.ves-ceremony-callout {
    border-bottom: 1px solid var(--hairline);
    border-top: 1px solid var(--hairline);
    margin: 30px auto 28px;
    max-width: 640px;
    padding: 26px 0 28px;
    text-align: center;
}

.ves-ceremony-callout span,
.ves-ceremony-callout em {
    color: var(--blue-deep);
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.ves-ceremony-callout strong {
    color: #123049;
    display: block;
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
    font-size: clamp(72px, 21vw, 150px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: .82;
    margin: 14px 0 18px;
}

.ves-paths {
    display: grid;
    gap: 22px;
    text-align: center;
}

.ves-editorial,
.ves-day,
.ves-itinerary {
    border-top: 1px solid var(--hairline);
}

.ves-editorial > h2,
.ves-day > h2,
.ves-guide > h2,
.ves-itinerary > h2 {
    margin-bottom: 32px;
    text-align: center;
}

.ves-timeline,
.ves-schedule,
.ves-card-grid,
.ves-itinerary-list {
    display: grid;
    gap: 18px;
}

.ves-timeline > div,
.ves-schedule > div,
.ves-card-grid > article,
.ves-itinerary-list > article {
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(46, 107, 143, .16);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(24, 39, 54, .045);
    padding: 24px;
    text-align: center;
}

.ves-timeline span,
.ves-card-grid span,
.ves-itinerary-list span,
.ves-schedule time {
    color: var(--blue-deep);
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .24em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ves-timeline h3,
.ves-schedule h3,
.ves-card-grid h3,
.ves-itinerary-list h3 {
    color: #1c354a;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 12px;
}

.ves-timeline p,
.ves-schedule p,
.ves-card-grid p,
.ves-itinerary-list p {
    color: var(--muted);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
}

.ves-day {
    background: linear-gradient(180deg, #f5fafd, #fbfaf7);
    max-width: none;
    text-align: center;
}

.ves-day > *,
.ves-guide > *,
.ves-itinerary > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.ves-path {
    border-top: 1px solid var(--hairline);
    padding-top: 34px;
    text-align: center;
}

.ves-path h2,
.ves-editorial h2,
.ves-day h2,
.ves-guide h2,
.ves-itinerary h2,
.ves-style h2,
.ves-rsvp h2,
.ves-gifts h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    text-align: center;
}

.ves-path p,
.ves-mini-list,
.ves-style p,
.ves-gifts p,
.ves-faq p {
    color: var(--muted);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.85;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.ves-mini-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 26px auto;
    max-width: 720px;
    padding: 0;
    text-align: center;
}

.ves-mini-list li {
    border-top: 1px solid var(--hairline);
    display: grid;
    gap: 4px;
    padding-top: 12px;
}

.ves-mini-list strong {
    color: #1d384f;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    font-weight: 300;
}

.ves-mini-list span {
    color: var(--muted);
}

.ves-actions {
    margin-top: 24px;
    justify-content: center;
}

.ves-style,
.ves-gifts {
    background: linear-gradient(180deg, var(--soft), #fbfaf7);
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.ves-guide {
    background:
        linear-gradient(180deg, rgba(251, 249, 244, .78), rgba(251, 249, 244, .97)),
        var(--ves-hero-image) center/cover fixed;
    max-width: none;
    text-align: center;
}

.ves-style > *,
.ves-gifts > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.ves-swatches {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 26px;
}

.ves-swatches span {
    background: var(--swatch);
    border: 1px solid rgba(23, 37, 54, .12);
    border-radius: 50%;
    height: 42px;
    width: 42px;
}

.ves-rsvp {
    border-top: 1px solid var(--hairline);
    text-align: center;
}

.ves-thanks {
    background: #e8f5ec;
    border: 1px solid #b6d9be;
    border-radius: 24px;
    color: #275b34;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 26px 0;
    padding: 14px 16px;
}

.ves-form {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.ves-form-grid {
    display: grid;
    gap: 18px;
}

.ves-form label {
    color: #26384a;
    display: grid;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    gap: 8px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.ves-form input,
.ves-form select,
.ves-form textarea {
    appearance: none;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(46, 107, 143, .22);
    border-radius: 22px;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    min-height: 48px;
    padding: 14px 18px;
    text-transform: none;
    width: 100%;
}

.ves-form textarea {
    resize: vertical;
}

.ves-hidden {
    left: -10000px;
    position: absolute;
}

.ves-guests {
    border: 1px solid rgba(46, 107, 143, .18);
    border-radius: 28px;
    padding: 18px;
}

.ves-guests-head {
    align-items: center;
    display: grid;
    gap: 14px;
}

.ves-guests h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}

.ves-guest-row {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.ves-add-guest {
    background: transparent;
}

.ves-submit {
    background: rgba(46, 107, 143, .92);
    color: #fff;
    width: 100%;
}

.ves-iban {
    color: var(--blue-deep) !important;
    font-weight: 700;
}

.ves-faq {
    padding-bottom: 86px;
    text-align: center;
}

.ves-faq details {
    border-top: 1px solid var(--hairline);
    padding: 24px 0;
}

.ves-faq summary {
    color: #20374c;
    cursor: pointer;
    font-size: 31px;
    font-weight: 300;
    line-height: 1.1;
}

.ves-footer {
    border-top: 1px solid var(--hairline);
    margin: 0 auto;
    max-width: none;
    padding: 72px 22px 80px;
    text-align: center;
}

.ves-footer h2 {
    color: #123049;
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
    font-size: clamp(44px, 12vw, 92px);
    font-weight: 300;
    line-height: .9;
    margin: 0 0 16px;
}

.ves-footer p:not(.ves-section-label) {
    color: var(--muted);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto 34px;
}

.ves-footer nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    justify-content: center;
    margin: 0 auto 30px;
}

.ves-footer nav a,
.ves-footer-contact a {
    border-bottom: 1px solid rgba(46, 107, 143, .26);
    color: var(--blue-deep);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .22em;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.ves-footer nav a:hover,
.ves-footer-contact a:hover {
    border-color: rgba(46, 107, 143, .8);
}

.ves-footer-contact {
    display: grid;
    gap: 12px;
    justify-content: center;
}

@media (min-width: 720px) {
.ves-hero {
        min-height: 94vh;
        padding: 26px 32px 66px;
    }

    .ves-nav {
        gap: 14px 28px;
    }

    .ves-choice,
    .ves-actions {
        grid-template-columns: 1fr 1fr;
        max-width: 560px;
    }

    .ves-intro,
    .ves-paths,
    .ves-form-grid,
    .ves-guests-head,
    .ves-guest-row {
        grid-template-columns: 1fr 1fr;
    }

    .ves-timeline,
    .ves-schedule,
    .ves-card-grid,
    .ves-itinerary-list {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .ves-itinerary-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .ves-intro,
    .ves-note,
    .ves-paths,
    .ves-editorial,
    .ves-day,
    .ves-guide,
    .ves-itinerary,
    .ves-rsvp,
    .ves-faq {
        padding: 80px 40px;
    }

    .ves-style,
    .ves-gifts {
        padding-bottom: 92px;
        padding-top: 92px;
    }
}

.ves-page-hero {
    background:
        linear-gradient(180deg, rgba(251, 250, 247, .42), rgba(251, 250, 247, .97)),
        var(--ves-hero-image) center/cover no-repeat;
    min-height: 62svh;
    padding: 18px 18px 64px;
    position: relative;
    text-align: center;
}

.ves-page-hero > div {
    margin: 70px auto 0;
    max-width: 820px;
}

.ves-page-hero h1 {
    color: #123049;
    font-family: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif !important;
    font-size: clamp(52px, 15vw, 118px);
    font-weight: 300;
    line-height: .9;
    margin: 0;
}
