/*
Theme Name: Hello Elementor Child - Unibox
Theme URI: https://unibox.gr/
Description: Child theme for Hello Elementor, created by Unibox.gr.
Author: Unibox.gr
Author URI: https://unibox.gr/
Template: hello-elementor
Version: 1.1.3
Text Domain: hello-elementor-child-unibox
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");

/* Add your custom CSS below */

/**
 * Savoidakis global brand system.
 *
 * Primary: #CC3262
 * Soft neutral: #E4E2D1
 * Text: #414142
 * Canvas: #FFFFFF
 */
:root,
body[class*="elementor-kit-"] {
    --savoidakis-primary: #CC3262;
    --savoidakis-neutral: #E4E2D1;
    --savoidakis-text: #414142;
    --savoidakis-white: #FFFFFF;
    --e-global-color-primary: #CC3262 !important;
    --e-global-color-secondary: #E4E2D1 !important;
    --e-global-color-text: #414142 !important;
    --e-global-color-accent: #CC3262 !important;
}

html,
body {
    background-color: var(--savoidakis-white);
    color: var(--savoidakis-text);
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body label,
body input,
body select,
body textarea,
body button,
body .elementor-heading-title,
body .elementor-widget-text-editor,
body .elementor-button,
body .woocommerce,
body .woocommerce button,
body .woocommerce input,
body .woocommerce select,
body .woocommerce textarea {
    font-family: "Comfortaa", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .elementor-heading-title {
    color: var(--savoidakis-text);
}

body a {
    color: var(--savoidakis-primary);
}

body a:hover,
body a:focus {
    color: var(--savoidakis-text);
}

body button,
body input[type="button"],
body input[type="submit"],
body .elementor-button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit {
    color: var(--savoidakis-white);
    background-color: var(--savoidakis-primary);
    border-color: var(--savoidakis-primary);
}

body button:hover,
body button:focus,
body input[type="button"]:hover,
body input[type="button"]:focus,
body input[type="submit"]:hover,
body input[type="submit"]:focus,
body .elementor-button:hover,
body .elementor-button:focus,
body .woocommerce a.button:hover,
body .woocommerce a.button:focus,
body .woocommerce button.button:hover,
body .woocommerce button.button:focus,
body .woocommerce input.button:hover,
body .woocommerce input.button:focus,
body .woocommerce #respond input#submit:hover,
body .woocommerce #respond input#submit:focus {
    color: var(--savoidakis-white);
    background-color: var(--savoidakis-text);
    border-color: var(--savoidakis-text);
}

body input:not([type="button"]):not([type="submit"]),
body select,
body textarea {
    color: var(--savoidakis-text);
    background-color: var(--savoidakis-white);
    border-color: var(--savoidakis-neutral);
}

body input:focus,
body select:focus,
body textarea:focus {
    border-color: var(--savoidakis-primary);
    outline-color: var(--savoidakis-primary);
}

body hr,
body table,
body th,
body td,
body fieldset {
    border-color: var(--savoidakis-neutral);
}

body ::selection {
    color: var(--savoidakis-white);
    background: var(--savoidakis-primary);
}

/* Keep the cake icon visible beside the top-level "ΤΟΥΡΤΑ" menu link. */
.smm-header .menu-item-2302 > .smm-link .smm-icon,
.smm-header .menu-item-2302 > .smm-drawer__row > .smm-drawer__link .smm-drawer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    color: #CC3262;
}

.smm-header .menu-item-2302 > .smm-link .smm-icon svg,
.smm-header .menu-item-2302 > .smm-drawer__row > .smm-drawer__link .smm-drawer__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Fixed side actions: cake order, events and gifts. */
.savo-floating-actions {
    position: fixed;
    z-index: 9998;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.savo-floating-actions__item {
    width: 56px;
    min-height: 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    align-items: stretch;
    overflow: hidden;
    color: #FFFFFF !important;
    background: #CC3262 !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 0;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 10px 28px rgba(65, 65, 66, 0.2);
    transform: none;
    transition: width 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
    pointer-events: auto;
    text-decoration: none !important;
}

.savo-floating-actions__item:hover,
.savo-floating-actions__item:focus-visible,
.savo-floating-actions__item:focus-within {
    width: 224px;
    color: #FFFFFF !important;
    background: #414142 !important;
    box-shadow: 0 14px 34px rgba(65, 65, 66, 0.28);
}

.savo-floating-actions__item:focus-visible {
    outline: 3px solid #E4E2D1;
    outline-offset: 3px;
}

.savo-floating-actions__label {
    min-width: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 140ms ease;
}

.savo-floating-actions__item:hover .savo-floating-actions__label,
.savo-floating-actions__item:focus-visible .savo-floating-actions__label,
.savo-floating-actions__item:focus-within .savo-floating-actions__label {
    padding: 0 16px 0 18px;
    visibility: visible;
    opacity: 1;
}

.savo-floating-actions__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(65, 65, 66, 0.2);
    border-left: 1px solid rgba(228, 226, 209, 0.5);
}

.savo-floating-actions__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .savo-floating-actions {
        top: auto;
        right: 0;
        bottom: max(22px, env(safe-area-inset-bottom));
        gap: 8px;
        transform: none;
    }

    .savo-floating-actions__item {
        width: 50px;
        min-height: 50px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 50px;
        transform: none;
        border-radius: 12px 0 0 12px;
    }

    .savo-floating-actions__item:hover,
    .savo-floating-actions__item:focus-visible,
    .savo-floating-actions__item:focus-within {
        width: min(184px, calc(100vw - 36px));
    }

    .savo-floating-actions__label {
        font-size: 11.5px;
        line-height: 1.2;
    }

    .savo-floating-actions__item:hover .savo-floating-actions__label,
    .savo-floating-actions__item:focus-visible .savo-floating-actions__label,
    .savo-floating-actions__item:focus-within .savo-floating-actions__label {
        padding: 0 11px 0 13px;
        white-space: normal;
    }

    .savo-floating-actions__icon {
        width: 50px;
        height: 50px;
        min-height: 50px;
        border-left: 0;
    }

}

@media (prefers-reduced-motion: reduce) {
    .savo-floating-actions__item {
        transition: none;
    }
}

/* Native Elementor structure for the Events page. */
.savo-events.e-con {
    display: flex;
    position: relative;
    left: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    flex-direction: column;
    gap: 0;
}

.savo-events .e-con {
    --gap: 0px;
}

.savo-events .elementor-widget {
    margin: 0;
}

.savo-events h4,
.savo-events h5,
.savo-events h6 {
    margin: 0;
}

.savo-events .savo-events__hero,
.savo-events .savo-events__feature {
    display: grid;
    max-width: none;
    padding: 0;
    gap: 0;
}

.savo-events .savo-events__hero-copy,
.savo-events .savo-events__feature-copy,
.savo-events .savo-events__card,
.savo-events .savo-events__card-body,
.savo-events .savo-events__section-heading,
.savo-events .savo-events__cta-inner {
    display: flex;
    flex-direction: column;
}

.savo-events .savo-events__eyebrow {
    width: auto;
    align-self: flex-start;
}

.savo-events .savo-events__eyebrow .elementor-heading-title {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.savo-events .savo-events__hero-title .elementor-heading-title {
    max-width: 690px;
    color: var(--events-charcoal);
    font-size: clamp(46px, 5.6vw, 86px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.savo-events .savo-events__hero-description {
    max-width: 600px;
    margin-top: 28px;
}

.savo-events .savo-events__hero-description p,
.savo-events .savo-events__section-description p,
.savo-events .savo-events__feature-description p,
.savo-events .savo-events__card-description p,
.savo-events .savo-events__cta-description p {
    margin: 0;
}

.savo-events .savo-events__hero-description p {
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.75;
}

.savo-events .savo-events__actions {
    display: flex;
    width: auto;
    margin-top: 36px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    align-self: flex-start;
}

.savo-events .savo-events__button {
    display: block;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: none;
}

.savo-events .savo-events__button .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid var(--events-pink);
    border-radius: 999px;
    color: var(--events-white);
    background: var(--events-pink);
    font-family: "Comfortaa", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.savo-events .savo-events__button .elementor-button:hover,
.savo-events .savo-events__button .elementor-button:focus-visible {
    border-color: var(--events-charcoal);
    color: var(--events-white);
    background: var(--events-charcoal);
    transform: translateY(-2px);
}

.savo-events .savo-events__button--outline .elementor-button {
    border-color: rgba(65, 65, 66, .55);
    color: var(--events-charcoal);
    background: transparent;
}

.savo-events .savo-events__hero-media {
    display: block;
    max-width: none;
    padding: 0;
}

.savo-events .savo-events__cover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.savo-events .savo-events__cover-image .elementor-widget-container,
.savo-events .savo-events__cover-image img {
    width: 100%;
    height: 100%;
}

.savo-events .savo-events__cover-image img {
    object-fit: cover;
    object-position: center;
}

.savo-events .savo-events__hero-badge {
    --width: 142px;
    --min-height: 142px;
    position: absolute;
    z-index: 1;
    top: auto;
    right: clamp(22px, 4vw, 62px);
    bottom: clamp(22px, 4vw, 58px);
    left: auto;
    display: grid;
    width: 142px;
    min-height: 142px;
    max-width: 142px;
    padding: 22px;
    flex: 0 0 142px;
    gap: 0;
    place-content: center;
    border-radius: 50%;
}

.savo-events .savo-events__hero-badge .elementor-widget {
    width: auto;
}

.savo-events .savo-events__badge-number .elementor-heading-title {
    color: var(--events-white);
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.savo-events .savo-events__badge-label {
    margin-top: 7px;
}

.savo-events .savo-events__badge-label .elementor-heading-title {
    color: var(--events-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.savo-events .savo-events__intro,
.savo-events .savo-events__cards-inner {
    display: flex;
    max-width: 1240px;
    padding-inline: 0;
    flex-direction: column;
    gap: 0;
}

.savo-events .savo-events__section-heading {
    align-items: center;
    gap: 0;
}

.savo-events .savo-events__section-heading .savo-events__eyebrow {
    align-self: center;
}

.savo-events .savo-events__section-title .elementor-heading-title {
    color: var(--events-charcoal);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.savo-events .savo-events__section-description {
    margin-top: 20px;
}

.savo-events .savo-events__section-description p {
    font-size: 16px;
    line-height: 1.75;
}

.savo-events .savo-events__promises,
.savo-events .savo-events__cards-grid {
    display: grid;
    max-width: none;
    padding: 0;
}

.savo-events .savo-events__promise .elementor-icon-box-wrapper {
    text-align: center;
}

.savo-events .savo-events__promise .elementor-icon-box-icon {
    margin: 0 0 21px;
}

.savo-events .savo-events__promise .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(204, 50, 98, .32);
    border-radius: 50%;
    color: var(--events-pink);
    background: rgba(228, 226, 209, .42);
    font-size: 24px;
}

.savo-events .savo-events__promise .elementor-icon-box-title {
    margin: 0;
    color: var(--events-charcoal);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.savo-events .savo-events__promise .elementor-icon-box-description {
    margin: 10px 0 0;
    color: rgba(65, 65, 66, .78);
    font-size: 13px;
    line-height: 1.65;
}

.savo-events .savo-events__feature-media {
    width: 100%;
    height: 100%;
}

.savo-events .savo-events__feature-media .elementor-widget-container,
.savo-events .savo-events__feature-media img {
    width: 100%;
    height: 100%;
}

.savo-events .savo-events__feature-media img {
    object-fit: cover;
    object-position: center 42%;
}

.savo-events .savo-events__feature-title .elementor-heading-title {
    max-width: 610px;
    color: var(--events-white);
    font-size: clamp(38px, 4.6vw, 68px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.03;
}

.savo-events .savo-events__feature-description {
    max-width: 590px;
    margin-top: 25px;
}

.savo-events .savo-events__feature-description p {
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.75;
}

.savo-events .savo-events__feature .savo-events__button {
    margin-top: 32px;
}

.savo-events .savo-events__feature .savo-events__button .elementor-button {
    border-color: var(--events-white);
    color: var(--events-white);
    background: transparent;
}

.savo-events .savo-events__feature .savo-events__button .elementor-button:hover,
.savo-events .savo-events__feature .savo-events__button .elementor-button:focus-visible {
    border-color: var(--events-pink);
    background: var(--events-pink);
}

.savo-events .savo-events__cards,
.savo-events .savo-events__cta {
    display: flex;
    max-width: none;
    padding-inline: 0;
    flex-direction: column;
}

.savo-events .savo-events__card {
    position: relative;
    max-width: none;
    padding: 0;
    gap: 0;
}

.savo-events .savo-events__card-media {
    width: 100%;
}

.savo-events .savo-events__card-media .elementor-widget-container {
    width: 100%;
    height: 100%;
}

.savo-events .savo-events__card-media--contain img,
.savo-events .savo-events__card:nth-child(3) .savo-events__card-media img {
    object-fit: contain;
    padding: 28px;
    background: #f7f6f1;
}

.savo-events .savo-events__card-number {
    z-index: 2;
}

.savo-events .savo-events__card-number .elementor-heading-title {
    color: var(--events-white);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.savo-events .savo-events__card-body {
    width: 100%;
    max-width: none;
    gap: 0;
}

.savo-events .savo-events__card-title .elementor-heading-title {
    color: var(--events-charcoal);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.savo-events .savo-events__card-description {
    margin-top: 12px;
}

.savo-events .savo-events__card-description p {
    color: rgba(65, 65, 66, .77);
    font-size: 13px;
    line-height: 1.65;
}

.savo-events .savo-events__card-link {
    display: block;
    width: auto;
    margin-top: auto;
    padding: 22px 0 0;
    align-self: flex-start;
}

.savo-events .savo-events__card-link::after {
    content: none;
}

.savo-events .savo-events__card-link .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border: 0;
    color: var(--events-pink);
    background: transparent;
    font-family: "Comfortaa", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.savo-events .savo-events__card-link .elementor-button::after {
    font-size: 18px;
    line-height: 1;
    content: "→";
    transition: transform .2s ease;
}

.savo-events .savo-events__card:hover .savo-events__card-link .elementor-button::after,
.savo-events .savo-events__card:focus-within .savo-events__card-link .elementor-button::after {
    transform: translateX(4px);
}

.savo-events .savo-events__cta-inner {
    align-items: center;
    gap: 0;
}

.savo-events .savo-events__cta-title .elementor-heading-title {
    color: var(--events-white);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.savo-events .savo-events__cta-description {
    margin-top: 19px;
}

.savo-events .savo-events__cta-description p {
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.7;
}

.savo-events .savo-events__cta .savo-events__button {
    margin-top: 31px;
}

.savo-events .savo-events__cta .savo-events__button .elementor-button {
    border-color: var(--events-white);
    color: var(--events-charcoal);
    background: var(--events-white);
}

.savo-events .savo-events__cta .savo-events__button .elementor-button:hover,
.savo-events .savo-events__cta .savo-events__button .elementor-button:focus-visible {
    border-color: var(--events-charcoal);
    color: var(--events-white);
    background: var(--events-charcoal);
}

@media (max-width: 767px) {
    .savo-events .savo-events__hero,
    .savo-events .savo-events__feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .savo-events .savo-events__hero-title .elementor-heading-title {
        font-size: clamp(44px, 13vw, 64px);
    }

    .savo-events .savo-events__actions {
        width: 100%;
    }

    .savo-events .savo-events__actions .savo-events__button,
    .savo-events .savo-events__actions .elementor-button {
        width: 100%;
    }

    .savo-events .savo-events__hero-badge {
        --width: 112px;
        --min-height: 112px;
        width: 112px;
        min-height: 112px;
        max-width: 112px;
        padding: 16px;
        flex-basis: 112px;
    }
}

@media print {
    .savo-floating-actions {
        display: none !important;
    }
}

/* Events hub page. */
.savo-events {
    --events-pink: #CC3262;
    --events-cream: #E4E2D1;
    --events-charcoal: #414142;
    --events-white: #FFFFFF;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    color: var(--events-charcoal);
    background: var(--events-white);
    font-family: "Comfortaa", sans-serif;
}

.savo-events,
.savo-events * {
    box-sizing: border-box;
}

.savo-events h1,
.savo-events h2,
.savo-events h3,
.savo-events p,
.savo-events figure {
    margin: 0;
}

.savo-events img {
    display: block;
    width: 100%;
}

.savo-events__hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    min-height: 690px;
    background: var(--events-cream);
}

.savo-events__hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(72px, 8vw, 128px) clamp(34px, 7vw, 112px);
}

.savo-events__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px !important;
    color: var(--events-pink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.savo-events__eyebrow::before {
    width: 36px;
    height: 2px;
    background: currentColor;
    content: "";
}

.savo-events__hero h1 {
    max-width: 690px;
    color: var(--events-charcoal);
    font-size: clamp(46px, 5.6vw, 86px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .98;
}

.savo-events__hero-copy > p:not(.savo-events__eyebrow) {
    max-width: 600px;
    margin-top: 28px;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.75;
}

.savo-events__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
}

.savo-events__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid var(--events-pink);
    border-radius: 999px;
    color: var(--events-white) !important;
    background: var(--events-pink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.savo-events__button:hover,
.savo-events__button:focus-visible {
    color: var(--events-white) !important;
    border-color: var(--events-charcoal);
    background: var(--events-charcoal);
    transform: translateY(-2px);
}

.savo-events__button--outline {
    color: var(--events-charcoal) !important;
    border-color: rgba(65, 65, 66, .55);
    background: transparent;
}

.savo-events__hero-media {
    position: relative;
    min-height: 690px;
    overflow: hidden;
}

.savo-events__hero-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.savo-events__hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(65, 65, 66, .12), transparent 42%);
    pointer-events: none;
    content: "";
}

.savo-events__hero-badge {
    position: absolute;
    z-index: 1;
    right: clamp(22px, 4vw, 62px);
    bottom: clamp(22px, 4vw, 58px);
    display: grid;
    width: 142px;
    min-height: 142px;
    padding: 22px;
    place-content: center;
    border-radius: 50%;
    color: var(--events-white);
    background: var(--events-pink);
    text-align: center;
}

.savo-events__hero-badge strong {
    font-size: 34px;
    line-height: 1;
}

.savo-events__hero-badge span {
    margin-top: 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.savo-events__intro,
.savo-events__cards-inner {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.savo-events__intro {
    padding: 98px 0 104px;
}

.savo-events__section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.savo-events__section-heading .savo-events__eyebrow {
    justify-content: center;
}

.savo-events__section-heading h2 {
    color: var(--events-charcoal);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.savo-events__section-heading > p:not(.savo-events__eyebrow) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
}

.savo-events__promises {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.savo-events__promise {
    text-align: center;
}

.savo-events__promise-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 21px;
    border: 1px solid rgba(204, 50, 98, .32);
    border-radius: 50%;
    color: var(--events-pink);
    background: rgba(228, 226, 209, .42);
}

.savo-events__promise-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.savo-events__promise h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.savo-events__promise p {
    margin-top: 10px;
    color: rgba(65, 65, 66, .78);
    font-size: 13px;
    line-height: 1.65;
}

.savo-events__feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 610px;
    color: var(--events-white);
    background: var(--events-charcoal);
}

.savo-events__feature-media {
    min-height: 610px;
    overflow: hidden;
}

.savo-events__feature-media img {
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.savo-events__feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(64px, 8vw, 124px);
}

.savo-events__feature-copy .savo-events__eyebrow {
    color: var(--events-cream);
}

.savo-events__feature h2 {
    max-width: 610px;
    color: var(--events-white);
    font-size: clamp(38px, 4.6vw, 68px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.03;
}

.savo-events__feature-copy > p:not(.savo-events__eyebrow) {
    max-width: 590px;
    margin-top: 25px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.75;
}

.savo-events__feature .savo-events__button {
    margin-top: 32px;
    border-color: var(--events-white);
    color: var(--events-white) !important;
    background: transparent;
}

.savo-events__feature .savo-events__button:hover,
.savo-events__feature .savo-events__button:focus-visible {
    border-color: var(--events-pink);
    background: var(--events-pink);
}

.savo-events__cards {
    padding: 105px 0 112px;
    background: var(--events-cream);
}

.savo-events__cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.savo-events__card {
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    border-radius: 16px;
    color: var(--events-charcoal) !important;
    background: var(--events-white);
    box-shadow: 0 12px 30px rgba(65, 65, 66, .09);
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.savo-events__card:hover,
.savo-events__card:focus-visible {
    color: var(--events-charcoal) !important;
    box-shadow: 0 18px 44px rgba(65, 65, 66, .16);
    transform: translateY(-7px);
}

.savo-events__card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #d8d5c4;
}

.savo-events__card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.savo-events__card:hover .savo-events__card-media img,
.savo-events__card:focus-visible .savo-events__card-media img {
    transform: scale(1.035);
}

.savo-events__card:nth-child(3) .savo-events__card-media img {
    object-fit: contain;
    padding: 28px;
    background: #f7f6f1;
}

.savo-events__card-number {
    position: absolute;
    top: 16px;
    left: 16px;
    display: grid;
    width: 43px;
    height: 43px;
    place-content: center;
    border-radius: 50%;
    color: var(--events-white);
    background: var(--events-pink);
    font-size: 11px;
    font-weight: 700;
}

.savo-events__card-body {
    display: flex;
    min-height: 218px;
    padding: 27px 24px 25px;
    flex: 1;
    flex-direction: column;
}

.savo-events__card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.savo-events__card p {
    margin-top: 12px;
    color: rgba(65, 65, 66, .77);
    font-size: 13px;
    line-height: 1.65;
}

.savo-events__card-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--events-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.savo-events__card-link::after {
    font-size: 18px;
    line-height: 1;
    content: "→";
    transition: transform .2s ease;
}

.savo-events__card:hover .savo-events__card-link::after,
.savo-events__card:focus-visible .savo-events__card-link::after {
    transform: translateX(4px);
}

.savo-events__cta {
    position: relative;
    overflow: hidden;
    padding: 104px 24px;
    color: var(--events-white);
    background: var(--events-pink);
    text-align: center;
}

.savo-events__cta::before,
.savo-events__cta::after {
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    content: "";
}

.savo-events__cta::before {
    top: -155px;
    left: -70px;
}

.savo-events__cta::after {
    right: -70px;
    bottom: -165px;
}

.savo-events__cta-inner {
    position: relative;
    z-index: 1;
    width: min(780px, 100%);
    margin-inline: auto;
}

.savo-events__cta h2 {
    color: var(--events-white);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.savo-events__cta p {
    margin-top: 19px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.7;
}

.savo-events__cta .savo-events__button {
    margin-top: 31px;
    border-color: var(--events-white);
    color: var(--events-charcoal) !important;
    background: var(--events-white);
}

.savo-events__cta .savo-events__button:hover,
.savo-events__cta .savo-events__button:focus-visible {
    border-color: var(--events-charcoal);
    color: var(--events-white) !important;
    background: var(--events-charcoal);
}

@media (max-width: 1050px) {
    .savo-events__hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
        min-height: 620px;
    }

    .savo-events__hero-media {
        min-height: 620px;
    }

    .savo-events__promises,
    .savo-events__cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .savo-events__cards-grid {
        gap: 22px;
    }

    .savo-events__card-media {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 767px) {
    .savo-events__hero,
    .savo-events__feature {
        grid-template-columns: minmax(0, 1fr);
    }

    .savo-events__hero-copy {
        min-height: 520px;
        padding: 78px 24px 68px;
    }

    .savo-events__hero h1 {
        font-size: clamp(44px, 13vw, 64px);
    }

    .savo-events__hero-media {
        min-height: 480px;
    }

    .savo-events__hero-badge {
        width: 112px;
        min-height: 112px;
        padding: 16px;
    }

    .savo-events__hero-badge strong {
        font-size: 28px;
    }

    .savo-events__intro,
    .savo-events__cards-inner {
        width: min(100% - 36px, 620px);
    }

    .savo-events__intro,
    .savo-events__cards {
        padding-top: 78px;
        padding-bottom: 82px;
    }

    .savo-events__section-heading {
        margin-bottom: 44px;
    }

    .savo-events__promises {
        gap: 42px 22px;
    }

    .savo-events__feature-media {
        min-height: 460px;
    }

    .savo-events__feature-copy {
        padding: 72px 24px 78px;
    }

    .savo-events__cards-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .savo-events__card-media {
        aspect-ratio: 4 / 3;
    }

    .savo-events__card-body {
        min-height: 205px;
    }

    .savo-events__cta {
        padding: 84px 24px;
    }
}

@media (max-width: 480px) {
    .savo-events__actions,
    .savo-events__button {
        width: 100%;
    }

    .savo-events__promises {
        grid-template-columns: minmax(0, 1fr);
    }

    .savo-events__promise {
        max-width: 310px;
        margin-inline: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .savo-events__button,
    .savo-events__card,
    .savo-events__card-media img,
    .savo-events__card-link::after {
        transition: none;
    }
}
