/* Base */
section { padding: 92px 0; }
h2 { font-family: var(--font-heading); font-size: 48px; font-weight: 700; line-height: 1.1; margin: 0; }
p.description { font-weight: 400; font-size: 20px; margin: 10px 0; }
p.small-title { font-family: var(--font-heading); font-size: 16px; letter-spacing: 4px; font-weight: 700; margin: 10px 0; }
/* Hero */
section#hero { background: url('/modules/_global/images/hero.webp') no-repeat; background-size: cover; aspect-ratio: 1440 / 718; text-align: center; }
section#hero .container { flex-direction: column; gap: 24px; }
section#hero .btn { height: 68px; margin-top: 40px; }
section#hero p.lead { font-family: var(--font-accent); font-size: 48px; font-style: normal; line-height: 56px; color: var(--deep-olive); margin: auto; }
/* Seasonal offers */
#seasonal-offers .contents { display: flex; gap: 24px; margin-top: 48px; aspect-ratio: 2.8 / 1; }
.offer-card { position: relative; display: block; flex: 1; min-width: 0; overflow: hidden; border-radius: 8px; color: #fff; text-decoration: none; }
.offer-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .2) 45%, rgba(0, 0, 0, 0) 75%); }
.offer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.offer-card--large { flex: 1; }
.offers-right { display: flex; flex: 1; flex-direction: column; gap: 24px; min-width: 0; }
.offers-top { display: flex; flex: 1; gap: 24px; min-height: 0; }
.offers-top .offer-card { flex: 1; }
.offer-card--wide { flex: 1; }
.offer-card__content { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 32px; }
.offer-card__content h3 { font-family: var(--font-heading); font-size: 28px; font-weight: 700; line-height: 1.1; margin: 0 0 8px; }
.offer-card__content p { font-size: 18px; font-weight: 400; line-height: 1.3; margin: 0 0 28px; }
.offer-card__link { display: flex; align-items: center; gap: 16px; font-size: 18px; font-weight: 700; }
.offer-card__link .arrow { font-size: 27px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.offer-card:hover img { transform: scale(1.04); }
.offer-card:hover .arrow { transform: translateX(6px); }
/* Food recipes */
#food-recipes { background: #EDEAE1; }
.recipes-header { display: flex; justify-content: space-between; align-items: flex-end; }
.all-recipes { display: flex; align-items: center; gap: 10px; color: #97966D; font-size: 16px; font-weight: 700; text-decoration: none; margin-bottom: 7px; }
.all-recipes img { width: 24px; height: auto; transition: transform .3s ease; }
.all-recipes:hover img { transform: translateX(5px); }
.recipe-cards { display: flex; gap: 28px; margin-top: 26px; }
.recipe-card { position: relative; display: block; flex: 1; min-width: 0; aspect-ratio: 7 / 12; overflow: hidden; border-radius: 10px; color: #fff; text-decoration: none; }
.recipe-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .3) 28%, rgba(0, 0, 0, 0) 58%); }
.recipe-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.recipe-card__content { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.recipe-card__content h3 { font-family: var(--font-heading); font-size: 25px; font-weight: 700; line-height: 1.15; margin: 0 0 10px; }
.recipe-card__content p { font-size: 16px; font-weight: 400; line-height: 1.45; margin: 0 0 22px; }
.recipe-card__button { display: inline-flex; align-items: center; justify-content: center; padding: 16px; border-radius: 50%; background: #A8AA7C; transition: transform .3s ease; }
.recipe-card__button img { display: block; width: 22px; height: 22px; object-fit: contain; }
.recipe-card:hover > img { transform: scale(1.04); }
.recipe-card:hover .recipe-card__button { transform: translateX(5px); }
.recipes-info { display: flex; align-items: center; gap: 38px; margin-top: 52px; padding: 52px 48px; background: #E2D7C1; border-radius: 14px; box-shadow: 0 8px 18px rgba(66, 57, 36, .14); }
.recipes-info__icon { display: flex; align-items: center; justify-content: center; flex: 0 0 90px; }
.recipes-info__icon img { display: block; width: 80px; height: auto; }
.recipes-info__content { flex: 1; }
.recipes-info__content h3 { font-family: var(--font-heading); font-size: 24px; font-weight: 700; line-height: 1.2; margin: 0 0 14px; }
.recipes-info__content p { font-size: 17px; font-weight: 400; line-height: 1.45; margin: 0; }
.recipes-info__button { display: flex; align-items: center; justify-content: center; gap: 28px; min-width: 285px; padding: 18px 30px; background: #969A6E; border-radius: 50px; color: #fff; font-family: var(--font-heading); font-size: 18px; font-weight: 700; text-decoration: none; transition: background .3s ease; }
.recipes-info__button img { display: block; width: 22px; height: 22px; object-fit: contain; transition: transform .3s ease; }
.recipes-info__button:hover img { transform: translateX(5px); }
.recipes-info__button:hover { background: #858961; }
/* About us */
#about-us { background: #fff; }
.about-row { display: flex; align-items: stretch; justify-content: space-between; gap: 80px; }
.about-row + .about-row { margin-top: 38px; }
.about-image { flex: 0 0 42.5%; overflow: hidden; border-radius: 8px; background: #55533A; }
.about-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-content { flex: 1; padding: 60px 0; }
.about-content .small-title { margin-top: 0; font-family: var(--font-heading); font-size: 16px; font-weight: 700; letter-spacing: 4px; }
.about-content h2 { margin: 18px 0 28px; }
.about-content h2 span { display: block; margin-top: 4px; }
.about-content > p:not(.small-title) { font-size: 16px; font-weight: 400; line-height: 24px; margin: 0 0 20px; }
.about-row--second .about-content { padding: 8px 0; }
.about-row--second .about-content h2 { margin: 0 0 28px; }
.about-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; padding: 15px 28px; background: #969A6E; border-radius: 50px; color: #fff; font-family: var(--font-heading); font-size: 16px; font-weight: 700; text-decoration: none; transition: background .3s ease; }
.about-button:hover { background: #858961; }
/* Instagram */
#instagram { background: #EDEAE1; }
.instagram-posts { display: flex; gap: 10px; margin-top: 42px; }
.instagram-post { display: block; flex: 1; min-width: 0; aspect-ratio: 3 / 4; overflow: hidden; }
.instagram-post img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.instagram-post:hover img { transform: scale(1.04); }
/* Reviews */
#reviews { background: #fff; }
#reviews h2 { margin-bottom: 0; }
.reviews { display: flex; gap: 28px; margin-top: 52px; }
.review-card { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 28px 30px; border: 1px solid #D4D2CC; border-radius: 12px; }
.review-stars { display: flex; gap: 5px; margin-bottom: 18px; }
.review-stars span { color: #F3C44E; font-size: 18px; line-height: 1; }
.review-text { font-size: 14px; font-weight: 400; line-height: 1.35; margin: 0 0 16px; }
.review-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.review-name { font-size: 15px; font-weight: 700; line-height: 1.2; margin: 0; }
.google-logo { display: block; width: 32px; height: 32px; object-fit: contain; flex: 0 0 auto; }
/* Advantages */
#advantages { background: #74785A; padding: 48px 0; }
.advantages { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.advantage { display: flex; align-items: center; gap: 18px; min-width: 0; }
.advantage img { display: block; width: 40px; height: 40px; flex: 0 0 auto; }
.advantage p { color: #fff; font-size: 17px; font-weight: 400; line-height: 1.3; margin: 0; white-space: nowrap; }
/* Responsive: tablet */
@media (max-width: 1100px) {
section#hero { aspect-ratio: 16 / 9; background-position: center; }
section#hero h1 { font-size: 56px; line-height: 1.1; }
section#hero p.lead { font-size: 40px; line-height: 48px; }
section#hero .btn { height: 62px; margin-top: 28px; }
#seasonal-offers .contents { flex-direction: column; aspect-ratio: auto; }
.offer-card--large { height: 500px; flex: none; }
.offers-right { flex: none; }
.offers-top { height: 300px; flex: none; }
.offer-card--wide { height: 300px; flex: none; }
.recipe-cards { flex-wrap: wrap; }
.recipe-card { flex: 0 0 calc(50% - 14px); aspect-ratio: 4 / 5; }
.recipes-info { gap: 25px; padding: 40px 32px; }
.recipes-info__icon { flex-basis: 70px; }
.recipes-info__icon img { height: 64px; }
.recipes-info__button { min-width: 230px; padding: 17px 24px; }
.about-row { gap: 45px; }
.about-image { flex-basis: 44%; }
.about-content { padding: 35px 0; }
.about-content h2 span { font-size: 32px; }
.instagram-posts { flex-wrap: wrap; }
.instagram-post { flex: 0 0 calc(33.333% - 7px); }
.reviews { flex-wrap: wrap; }
.review-card { flex: 0 0 calc(50% - 14px); }
.advantages { flex-wrap: wrap; gap: 32px 40px; }
.advantage { flex: 0 0 calc(50% - 20px); }
}
/* Responsive: small tablet */
@media (max-width: 800px) {
section#hero { aspect-ratio: 4 / 3; }
section#hero .container { gap: 20px; }
section#hero h1 { font-size: 48px; line-height: 1.08; }
section#hero p.lead { font-size: 34px; line-height: 42px; }
section#hero .btn { height: 58px; margin-top: 20px; }
.recipes-header { align-items: flex-start; gap: 25px; }
.all-recipes { margin-top: 20px; white-space: nowrap; }
.recipe-cards { gap: 16px; margin-top: 32px; }
.recipe-card { flex: 0 0 calc(50% - 8px); aspect-ratio: 3 / 4; }
.recipe-card__content { left: 22px; right: 22px; bottom: 22px; }
.recipe-card__content h3 { font-size: 22px; }
.recipe-card__content p { font-size: 15px; }
.recipe-card__button { padding: 14px; }
.recipe-card__button img { width: 20px; height: 20px; }
.recipes-info { flex-wrap: wrap; align-items: flex-start; margin-top: 36px; padding: 30px 24px; }
.recipes-info__icon { flex: 0 0 55px; justify-content: flex-start; }
.recipes-info__icon img { height: 54px; }
.recipes-info__content { flex: 1 1 calc(100% - 80px); }
.recipes-info__content h3 { font-size: 21px; }
.recipes-info__content p { font-size: 16px; }
.recipes-info__content p br { display: none; }
.recipes-info__button { width: 100%; min-width: 0; }
.about-row { flex-direction: column; gap: 30px; }
.about-row + .about-row { margin-top: 60px; }
.about-image { flex: none; width: 100%; aspect-ratio: 4 / 3; }
.about-content { padding: 0; }
.about-row--second .about-content { padding: 0; }
.about-content h2 span { font-size: 30px; }
}
/* Responsive: mobile */
@media (max-width: 600px) {
section#hero { aspect-ratio: auto; min-height: 560px; background-position: center; }
section#hero .container { gap: 16px; }
section#hero h1 { font-size: 38px; line-height: 1.08; }
section#hero p.lead { font-size: 28px; line-height: 36px; }
section#hero .btn { height: 54px; margin-top: 16px; }
section { padding: 60px 0; }
h2 { font-size: 36px; }
p.description { font-size: 18px; }
#seasonal-offers .contents { gap: 16px; margin-top: 32px; }
.offers-right { gap: 16px; }
.offers-top { flex-direction: column; height: auto; gap: 16px; }
.offer-card--large { height: 420px; }
.offers-top .offer-card { height: 300px; flex: none; }
.offer-card--wide { height: 300px; }
.offer-card__content { left: 24px; right: 24px; bottom: 24px; }
.offer-card__content h3 { font-size: 26px; }
.offer-card__content p { font-size: 17px; margin-bottom: 22px; }
.offer-card__link { font-size: 17px; }
.recipes-header { flex-direction: column; }
.all-recipes { margin: 10px 0 0; }
.recipe-cards { flex-direction: column; }
.recipe-card { flex: none; width: 100%; aspect-ratio: 4 / 5; }
.recipes-info { display: block; padding: 26px 22px; }
.recipes-info__icon { display: block; margin-bottom: 20px; }
.recipes-info__content h3 { font-size: 20px; }
.recipes-info__button { margin-top: 24px; }
.about-row { gap: 24px; }
.about-row + .about-row { margin-top: 48px; }
.about-image { aspect-ratio: 4 / 5; }
.about-content h2 { margin: 14px 0 22px; }
.about-content > p:not(.small-title) { font-size: 15px; margin-bottom: 18px; }
.about-button { width: 100%; padding: 15px 20px; }
.instagram-posts { gap: 8px; margin-top: 32px; }
.instagram-post { flex: 0 0 calc(50% - 4px); }
.reviews { gap: 16px; margin-top: 32px; }
.review-card { flex: 0 0 100%; padding: 24px; }
.review-text { font-size: 17px; }
#advantages { padding: 36px 0; }
.advantages { gap: 26px; }
.advantage { flex: 0 0 100%; }
.advantage img { height: 38px; width: 48px; object-fit: contain; }
.advantage p { font-size: 16px; white-space: normal; }
}
