.site-main--vouchers,
.site-main--voucher-confirmation {
    background: #f6f1e8;
}

.vo-section-head {
    margin-bottom: 3rem;
}

.vo-section-head--center {
    text-align: center;
}

.vo-section-title {
    margin: 1rem 0 0;
    font-family: var(--font-display-dynamic-family, "Cormorant Garamond", Georgia, serif);
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.015em;
    font-weight: 400;
    color: #1a1612;
}

.vo-section-title em {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: #6f5638;
}

.vo-section-text,
.vo-step-card p,
.vo-pickup-inline p,
.vo-faq__item p,
.vo-confirmation__text {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4a423a;
}

.vo-steps,
.vo-config,
.vo-examples,
.vo-faq,
.vo-confirmation {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
}

.vo-steps {
    padding-top: 6.75rem;
    padding-bottom: 1rem;
}

.vo-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
    max-width: 68.75rem;
    margin: 0 auto;
}

.vo-step-card {
    text-align: center;
}

.vo-step-card__index {
    font-family: "Italiana", serif;
    font-size: 2.25rem;
    line-height: 1;
    color: #a8865b;
}

.vo-step-card h3,
.vo-pickup-inline h3,
.vo-faq__item h3,
.vo-confirmation__card h3 {
    margin: 0.875rem 0 0.75rem;
    font-family: var(--font-display-dynamic-family, "Cormorant Garamond", Georgia, serif);
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.15;
    color: #1a1612;
}

.vo-config {
    padding-top: 2.25rem;
    padding-bottom: 7.5rem;
}

.vo-config__grid {
    max-width: 42.5rem;
    margin: 0 auto;
}

.vo-form {
    max-width: 42.5rem;
    margin: 0 auto;
}

.vo-config__intro {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
}

.vo-pickup-inline,
.vo-confirmation__card {
    background: #fffdf9;
    border: 1px solid rgba(26, 22, 18, 0.08);
    border-radius: 1rem;
    box-shadow: 0 30px 70px -45px rgba(26, 22, 18, 0.45);
}

.vo-pickup-inline {
    margin: 0 0 1.75rem;
    padding: 1.75rem 2rem;
    text-align: left;
}

.vo-pickup-inline__meta {
    margin-top: 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8a7d6c;
}

.site-main--vouchers .vo-order-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.vo-order-card__notice {
    margin-bottom: 1.5rem;
    padding: 1rem 1.125rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.6;
    background: rgba(111, 86, 56, 0.08);
    color: #5d4730;
    border: 1px solid rgba(111, 86, 56, 0.14);
}

.vo-order-card__notice--error {
    background: rgba(143, 48, 48, 0.08);
    color: #7a2f2f;
    border: 1px solid rgba(143, 48, 48, 0.16);
}

.vo-order-form {
    display: grid;
    gap: 2rem;
}

.vo-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.vo-fieldset legend,
.vo-field span,
.vo-checkbox span {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8a7d6c;
}

.vo-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.vo-amount-pill {
    position: relative;
    display: inline-flex;
}

.vo-amount-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vo-amount-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    padding: 0.95rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(26, 22, 18, 0.12);
    background: #ffffff;
    font-family: "Italiana", serif;
    font-size: 1.35rem;
    line-height: 1;
    color: #1a1612;
    transition: all 0.18s ease;
}

.vo-amount-pill span small {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    opacity: 0.72;
    margin-left: 0.2rem;
}

.vo-amount-pill input:checked + span {
    background: #1a1612;
    border-color: #1a1612;
    color: #fbf6ec;
}

.vo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vo-form-grid--single {
    grid-template-columns: 1fr;
}

.vo-form-grid--narrow {
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
}

.vo-custom {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.vo-custom input {
    width: 10rem;
    border: 1px solid rgba(26, 22, 18, 0.12);
    border-radius: 999px;
    background: #ffffff;
    padding: 0.8125rem 1.125rem;
    font: inherit;
    color: #1a1612;
}

.vo-custom input:focus {
    outline: none;
    border-color: #a8865b;
}

.vo-custom span {
    font-size: 0.8125rem;
    color: #8a7d6c;
}

.vo-field input {
    width: 100%;
    border: 1px solid rgba(26, 22, 18, 0.12);
    border-radius: 0.375rem;
    background: #ffffff;
    padding: 0.875rem 1rem;
    font: inherit;
    color: #1a1612;
}

.vo-field input:focus {
    outline: none;
    border-color: #a8865b;
}

.vo-field input[readonly] {
    background: #f8f2e8;
}

.vo-radio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.vo-opt {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 1.25rem 1.375rem;
    border: 1px solid rgba(26, 22, 18, 0.12);
    border-radius: 0.5rem;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vo-opt.is-active {
    border-color: #1a1612;
    background: #fbf6ec;
}

.vo-opt__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vo-opt .dot {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 999px;
    border: 1px solid rgba(26, 22, 18, 0.12);
    flex-shrink: 0;
    margin-top: 0.35rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vo-opt.is-active .dot {
    background: #6f5638;
    border-color: #6f5638;
}

.vo-opt__copy {
    display: block;
}

.vo-opt__copy strong {
    display: block;
    font-family: var(--font-display-dynamic-family, "Cormorant Garamond", Georgia, serif);
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.1;
    color: #1a1612;
    margin-bottom: 0.375rem;
}

.vo-opt__copy small {
    display: block;
    font-size: 0.78125rem;
    line-height: 1.55;
    color: #8a7d6c;
}

.vo-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(26, 22, 18, 0.12);
    border-radius: 999px;
    overflow: hidden;
    width: fit-content;
    background: #fff;
}

.vo-summary {
    padding: 1.35rem 1.5rem;
    border-radius: 0.625rem;
    background: #1a1612;
    color: #fbf6ec;
    margin-top: 0.5rem;
}

.vo-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: rgba(251, 246, 236, 0.82);
}

.vo-summary__row strong {
    color: #fbf6ec;
    font-weight: 500;
}

.vo-summary__row--total {
    margin-top: 0.6rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(251, 246, 236, 0.14);
    font-size: 1rem;
}

.vo-summary__details {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(251, 246, 236, 0.14);
    font-size: 0.78rem;
    line-height: 1.55;
    color: rgba(251, 246, 236, 0.72);
}

.vo-summary__details p {
    margin: 0;
}

.vo-summary__details p + p {
    margin-top: 0.55rem;
}

.vo-summary__details strong {
    color: #fbf6ec;
    font-weight: 500;
}

.vo-order-form > .button--full {
    margin-top: 0.4rem;
}

.vo-order-form > .button--dark {
    background: #1a1612;
    color: #fff;
}

.vo-order-form > .button--dark:hover {
    background: #2a221d;
    color: #fff;
}

.vo-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #4a423a;
    font-size: 0.98rem;
    line-height: 1.6;
}

.vo-checkbox input {
    margin-top: 0.25rem;
}

.vo-checkbox span {
    margin-bottom: 0;
    font-size: 0.92rem;
    letter-spacing: 0;
    text-transform: none;
    color: #4a423a;
}

.vo-checkbox a {
    color: #6f5638;
    text-decoration: underline;
}

.button--full {
    width: 100%;
    justify-content: center;
}

.vo-examples {
    position: relative;
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
    background: #fbf6ec;
    overflow: hidden;
}

.vo-examples__mono {
    position: absolute;
    left: -3.75rem;
    top: 3.125rem;
    font-family: "Italiana", serif;
    font-style: italic;
    font-size: 21.25rem;
    line-height: 0.8;
    color: #efe7d5;
    user-select: none;
    pointer-events: none;
}

.vo-examples__head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.treatments-grid--compact {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.vo-faq {
    padding-top: 4rem;
    padding-bottom: 7rem;
}

.vo-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 4rem;
    align-items: start;
}

.vo-faq__item {
    padding: 1.75rem 0;
    border-top: 1px solid rgba(26, 22, 18, 0.08);
}

.vo-faq__item:last-child {
    border-bottom: 1px solid rgba(26, 22, 18, 0.08);
}

.vo-faq__item h3 {
    font-size: 1.65rem;
}

.vo-confirmation {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.vo-confirmation__card {
    max-width: 52rem;
    margin: 0 auto;
    padding: 2.5rem;
}

.vo-confirmation__summary {
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.5rem;
}

.vo-confirmation__summary div {
    padding: 1rem 1.125rem;
    background: rgba(26, 22, 18, 0.03);
    border-radius: 0.75rem;
}

.vo-confirmation__summary dt {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a7d6c;
}

.vo-confirmation__summary dd {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1612;
}

.vo-confirmation__actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.vo-confirmation__sandbox {
    margin: 1.5rem 0 0;
    padding: 1rem 1.125rem;
    border-radius: 0.75rem;
    background: rgba(111, 86, 56, 0.08);
    color: #5d4730;
    border: 1px solid rgba(111, 86, 56, 0.14);
    font-size: 0.98rem;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .vo-steps__grid,
    .vo-faq__grid,
    .treatments-grid--compact {
        grid-template-columns: 1fr;
    }

    

    .vo-examples__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .vo-radio {
        grid-template-columns: 1fr;
    }

    .vo-confirmation__summary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .vo-steps,
    .vo-config,
    .vo-examples,
    .vo-faq,
    .vo-confirmation {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    

    .vo-form-grid,
    .vo-form-grid--narrow,
    .vo-confirmation__actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .vo-order-card,
    .vo-pickup-inline,
    .vo-confirmation__card {
        padding: 1.5rem;
    }
}

@media (max-width: 780px) {
    

    

    

    

    

    

    

    

    .vo-steps {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .vo-section-head {
        margin-bottom: 2.25rem;
    }

    .vo-section-title {
        max-width: 100%;
        font-size: clamp(2.15rem, 7vw, 3.5rem);
        line-height: 1.06;
        overflow-wrap: normal;
        text-wrap: balance;
    }

    .vo-section-text,
    .vo-step-card p,
    .vo-pickup-inline p,
    .vo-faq__item p,
    .vo-confirmation__text {
        font-size: var(--font-body-mobile, 1.0625rem);
        line-height: 1.75;
    }

    .vo-steps__grid {
        gap: 2.25rem;
    }

    .vo-step-card h3,
    .vo-pickup-inline h3,
    .vo-faq__item h3,
    .vo-confirmation__card h3 {
        font-size: 1.55rem;
    }

    .vo-config {
        padding-top: 2rem;
        padding-bottom: 5rem;
    }

    .vo-amounts {
        gap: 0.55rem;
    }

    .vo-amount-pill span {
        min-width: 0;
        padding: 0.82rem 1rem;
        font-size: 1.12rem;
    }

    .vo-custom {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vo-custom input {
        width: 100%;
    }

    .vo-opt {
        padding: 1rem;
    }

    .vo-summary {
        padding: 1.1rem;
    }

    .vo-summary__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.2rem;
        font-size: 0.92rem;
    }

    .vo-summary__row strong {
        font-size: 1rem;
        text-align: left;
    }

    .vo-order-form > .button--full {
        white-space: normal;
    }

    .vo-examples {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .vo-examples__mono {
        top: 1.5rem;
        left: -1.5rem;
        font-size: 11rem;
    }

    .vo-examples__head {
        margin-bottom: 2rem;
    }

    .vo-examples .vo-section-title {
        max-width: 20rem;
        font-size: clamp(1.9rem, 6vw, 3rem);
    }
}

@media (max-width: 430px) {
    

    .vo-section-title {
        font-size: 2.05rem;
        line-height: 1.08;
    }
}
