* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

.winter-page {
    width: 100%;
    max-width: 590px;
    margin: -130px auto -130px;
}

@media only screen and (max-width: 680px) {
    .winter-page {
        margin: -20px auto -100px;
    }
}

.winter-hero {
    position: relative;
    width: 100%;
    background: url("/wp-content/themes/eirwen/assets/img/drips/main.webp") center / cover no-repeat;
    overflow: hidden;
    height: min(675px, 100vh);
    aspect-ratio: auto;
}


.winter-hero__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;

    color: #fff;
}

.winter-hero__title {
    margin: 0;
    font-family: "Source Serif 4", serif;
    line-height: 0.85;
    font-size: 64px;
    line-height: 0.85;
    font-weight: 500;
    color: #fff;
}

.winter-hero__title em {
    font-style: italic;
    font-weight: 400;
}

.winter-hero__title span {
    font-size: 0.7em;
    vertical-align: top;
}

.winter-hero__subtitle {
    margin: 0;
    font-family: "Source Serif 4", serif;
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 13px;
}

.winter-hero__desc {
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    opacity: .95;
    font-size: 18px;
}

.winter-hero__desc b {
    font-weight: 500;
}

.winter-story {
    background-color: #F5FCFD;
    padding: 40px 24px 8px;
}

.winter-story__text {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
}

.winter-story__text b {
    font-weight: 700;
}

.winter-story-photo {
    text-align: center;
}

.winter-story-photo__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.winter-story-photo__caption {
    margin-top: 5px;
    color: rgba(0, 0, 0, .3);
    font-family: "Source Serif 4", serif;
    font-size: 10px;
    line-height: 1.2;
}

.winter-story-photo__label,
.winter-story-photo__link {
    display: block;
}

.winter-story-photo__link {
    color: rgba(0, 0, 0, .3);
    font-size: 10px;
}

.winter-donation {
    background-color: #F5FCFD;
    padding: 8px 24px 40px;
    overflow: hidden;
}

.winter-donation__content {
    position: relative;
    text-align: center;
}

.winter-donation__content::before,
.winter-donation__content::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 155px;
    height: 165px;
    background: url("/wp-content/themes/eirwen/assets/img/drips/dec.png") center / contain no-repeat;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.winter-donation__content::before {
    left: 25px;
}

.winter-donation__content::after {
    right: 25px;
    transform: translateY(-50%) scaleX(-1);
}

.winter-donation__label {
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 1.5;
}

.winter-donation__amount {
    font-family: "Source Serif 4", serif;
    font-style: italic;
    font-size: 64px;
    color: #41769A;
    line-height: 1.15;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 3;
    letter-spacing: -2.5px;
}

.winter-donation__note {
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 3;
    line-height: 1.22;
}

.coffee-product {
    margin-bottom: 32px;
}

.coffee-product__pack-img {
    max-width: 270px;
    position: relative;
    transform: rotate(1.5deg);
    margin: 0 auto 10px;
    display: block;
    top: -20px;
}

.coffee-product__title {
    margin-bottom: 10px;
}

.coffee-product__title-line {
    font-size: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    display: block;
}

.coffee-product__title-accent {
    font-size: 36px;
    font-style: italic;
    text-align: center;
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    color: #000;
    display: block;
}


.coffee-product__subtitle {
    text-transform: uppercase;
    color: #41769A;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}

.coffee-product__text {
    background: #F5FCFD;
    color: #000;
    border-radius: 24px;
    padding: 20px 24px;
}

.coffee-product__p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.coffee-product__p:not(:last-child) {
    margin-bottom: 10px;
}

.coffee-product__p em {
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Serif 4", serif;
}

.winter-content-container {
    padding: 0 24px;
}

.recipe-block {}

.recipe-head {
    margin-bottom: 16px;
}

.recipe-head__kicker {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-align: center;
}

.recipe-head__title {
    font-size: 36px;
    font-style: italic;
    text-align: center;
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.recipe-head__subtitle {
    text-transform: uppercase;
    color: #41769A;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}

.recipe-head-photo {

    text-align: center;
}

.recipe-head__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.recipe-head__caption {
    margin-top: 5px;
    color: rgba(0, 0, 0, .3);
    font-family: "Source Serif 4", serif;
    font-size: 10px;
    line-height: 1.2;
}

.recipe-head-photo__label {
    display: block;
}

.recipe-head-photo__link {
    display: block;

}

.recipe-block__title {
    font-family: "Source Serif 4", serif;
    text-align: center;
    color: #000;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.recipe-card {
    background: #F5FCFD;
    border-radius: 24px;
    padding: 20px 24px;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recipe-card:not(:last-child) {
    margin-bottom: 8px;
}

.recipe-card__title {
    font-size: 20px;
    font-weight: 700;
}


.recipe-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recipe-list__item {
    position: relative;
    padding-left: 13px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.recipe-list--ingredients .recipe-list__item:not(:last-child) {
    margin-bottom: 4px;
}

.recipe-steps .recipe-steps__item:not(:last-child) {
    margin-bottom: 8px;
}

.recipe-list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    background: #47A5C2;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    opacity: 0.95;
}

.recipe-steps {
    list-style: none;
    padding: 0;
    counter-reset: step;
}

.recipe-card p {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    color: #000;
}

.recipe-steps__item {
    counter-increment: step;
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.recipe-steps__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.13em;

    width: 15px;
    height: 15px;
    background: #47A5C2;
    border-radius: 3px;
    transform: rotate(45deg);
}

.recipe-steps__item::after {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0.2em;

    width: 15px;
    height: 15px;
    display: grid;
    place-items: center;

    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;

    pointer-events: none;
}


.support-banner {
    position: relative;
    width: 100%;
    height: min(625px, 100vh);
    background: url("/wp-content/themes/eirwen/assets/img/drips/bottom.webp") center / cover no-repeat;
    overflow: hidden;
}


.support-banner__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 32px 24px 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-banner__title {
    margin: 0 0 10px;
    font-family: "Source Serif 4", serif;
    font-size: 37px;
    font-weight: 600;
    color: #fff;
}

.support-banner__title em {
    font-style: italic;
    font-weight: 400;
    display: block;
}

.support-banner__text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}



@media (max-width: 480px) {
    .winter-hero {
        height: min(625px, 100vh);
    }

    .winter-donation__content::before,
    .winter-donation__content::after {
        width: 125px;
        height: 130px;
    }

    .winter-donation__content::before {
        left: -40px;
    }

    .winter-donation__content::after {
        right: -40px;
    }

    .support-banner {
        height: min(425px, 100vh);
    }
}


@media (max-width: 385px) {
    .winter-hero__content {
        padding: 35px 24px;
    }

    .winter-hero__title {
        font-size: 49px;
    }

    .winter-hero__subtitle {
        font-size: 24px;
    }

    .winter-hero__desc {
        font-size: 16px;
    }
}