/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* Transform removed - now applied to .page-wrapper instead */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================================================================
   BREAKPOINTS STRUCTURE (Updated: 2025-11-14)
   ============================================================================
The project's basic breakpoints have been approved:

1. MOBILE
Range: 0 - 767px
Media query: @media (max-width: 767px)
Status: ✅ Works perfectly, do not touch!

2. TABLET
Range: 768 - 1099px
Media query for tablet-specific styles:
@media (min-width: 768px) and (max-width: 1099px)
Status: ⚠️ Basic structure created, testing and tweaking required

Current implementation:
- Header: uses mobile grid (grid 32px 1fr 44px)
- Most styles: inherit from @media (min-width: 768px)
- Specific styles: 11 explicit rules for the tablet area

Note: Styles from 992px have been moved to 768px (applies to tablets and desktops)

3. DESKTOP
Range: 1100px and above
Media query: @media (min-width: 1100px)
Status: ✅ Works perfectly, do not touch!

ADDITIONAL BREAKPOINTS (for special cases):
- @media (min-width: 1400px) - for very large screens
- @media (min-width: 1600px) - for extra large screens

IMPORTANT:
- Mobile version (0-767px) works perfectly - DO NOT CHANGE!
- Desktop version (1100px+) works perfectly - DO NOT CHANGE!
- The tablet version (768-1099px) will be configured separately.
- Styles with min-width: 768px apply to tablets and desktop (768px+).
- For tablet-specific styles, use (min-width: 768px) and (max-width: 1099px).

============================================================================= */
:root {
  --color-white: #FFFFFF;
  --color-red: #E84F33;
  --color-bg: #F4EFE9;
  --color-text: #00664E;
  --bg-green: #004839;
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Instrument Serif", serif;
  --color-bg-secondary: var(--color-bg);
  --color-text-secondary: var(--color-text);

}

.container {
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  --bpad-y: 11px;
  --bpad-x: 50px;
  --brad: 40px;
  --bfs: 24px;
  padding: var(--bpad-y) var(--bpad-x);
  display: inline-flex;
  text-align: center;
  justify-content: center;
  /*align-items: center;*/
  min-width: 100px;
  text-decoration: none;
  border-radius: var(--brad);
  font-size: var(--bfs);
  font-family: var(--font-primary);
  background: var(--color-red);
  color: var(--color-white);
  white-space: nowrap;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
}

.news {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.news-item {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .news-item {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .news-item {
    flex: 0 0 calc((100% - 30px) / 3);
  }
}
.news-item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.news-item p {
  margin-bottom: 20px;
}
.news-item .date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}

/* Section: google-banner
 * ========================================================================== */
.google-banner {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background: #21433B;
  align-items: center;
}
.google-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-banner__score {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  color: var(--color-white);
  font-size: 24px;
}
@media screen and (min-width: 480px) {
  .google-banner__score {
    flex-wrap: nowrap;
  }
}
.google-banner__score p {
  white-space: nowrap;
}
.google-banner__score .google-banner__link {
  display: inline-block;
  min-width: 180px;
  /*width: 100%;*/
  width: 180px; /* was 100%; keep fixed width so text can stay on the same line on small screens */
  height: 74px;
  border-radius: 8px;
  overflow: hidden;
}
.google-banner__score .google-banner__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

/* Section: google-banner
 * ========================================================================== */

/* Section: top-banner
 * ========================================================================== */
.top-banner {
  background: #fff;
}
.top-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
}
.top-banner p {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  color: var(--color-red);
}

/* Section: top-banner
 * ========================================================================== */

/* Section: hero-block
 * ========================================================================== */
.hero {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.hero .bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
}
.hero .bg img {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero {
    padding: 30px 50px;
  }
}
.hero .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
.hero-intro {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .hero-intro {
    flex: 0 0 calc(30% - 20px);
    justify-content: flex-end;
  }
}

.hero-intro__title {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-intro__title {
    position: relative;
    flex-direction: row;
    display: flex;
  }
}
.hero-intro__title--mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .hero-intro__title--mobile {
    display: none;
  }
}
.hero-intro__title .btn {
  margin-left: 0;
}
@media screen and (min-width: 1400px) {
  .hero-intro__title .btn {
    margin-left: auto;
  }
}
.hero-intro .subtitle {
  width: 100%;
  margin: 25px 0 0 0;
  order: 0;
}
@media screen and (min-width: 1100px) {
  .hero-intro .subtitle {
    width: 100%;
    order: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-intro .subtitle {
    margin-bottom: 25px;
    width: 100%;
    text-transform: uppercase;
  }
}
.hero-intro__img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  order: 1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .hero-intro__img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1400px) {
  .hero-intro__img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.hero-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-images {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .hero-images {
    display: flex;
    gap: 15px;
    flex: 0 0 calc(70% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .hero-images {
    display: flex;
    gap: 15px;
    flex: 0 0 67%;
  }
}
.hero-images-row {
  display: flex;
  flex-direction: row; /* keep images side-by-side under 1100px */
  align-items: flex-end;
  gap: 15px;
}
@media screen and (max-width: 575.98px) {
  .hero-images-row { flex-direction: column; align-items: stretch; position: relative; }
  .hero-images__item:nth-child(1),
  .hero-images__item:nth-child(3) { width: 100%; height: auto; margin-left: 0; }
  /* Make the last (orange box) smaller and overlap the first image slightly on mobile */
  .hero-images__item:last-child {
    width: 50%;              /* smaller than full width */
    /*height: 27%;*/
    align-self: flex-start;  /* stick to the left edge */
    margin-top: -60px;       /* overlap upward over the first image */
    margin-left: 195px;       /* small horizontal offset from the edge */
    z-index: 2;              /* keep above previous image */
  }
  .hero-images__item img { height: auto; }
}

/* Mobile: make the 3rd hero image square */
@media screen and (max-width: 575.98px) {
  .hero-images-row .hero-images__item:nth-child(3) {
    aspect-ratio: 1 / 1; /* square container based on width */
  }
  .hero-images-row .hero-images__item:nth-child(3) img {
    height: 100%; /* fill square container */
  }
}

/* Mobile: force the 3rd hero image to be a square by cropping top/bottom */
@media screen and (max-width: 575.98px) {
  .hero-images-row .hero-images__item:nth-child(3) { position: relative; }
  .hero-images-row .hero-images__item:nth-child(3)::before { content: ""; display: block; padding-top: 100%; }
  .hero-images-row .hero-images__item:nth-child(3) img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; /* crops top/bottom for portrait */
  }
}



@media screen and (min-width: 768px) {
  .hero-images-row {
    flex-direction: row;
    align-items: flex-end;
  }
}
.hero-images__item {
  position: relative;
  order: -1;
  margin-top: 0;
}
.hero-images__item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 576px) {
  .hero-images__item:nth-child(1) {
    width: calc(100% - 325px); /* 310px (3rd image) + 15px gap */
    height: 440px;
  }
  .hero-images__item:nth-child(3) {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: auto;
    width: 310px;
    height: 330px;
  }
}
.hero-images__item:nth-child(3) .decor {
  display: none;
  position: absolute;
  bottom: -35px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .hero-images__item:nth-child(3) .decor {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .hero-images__item {
    order: unset;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .hero-images__item:nth-child(1) {
    width: 511px;
    height: 440px;
  }
  .hero-images__item:nth-child(2) {
    display: block;
    width: 268px;
    height: 440px;
  }
  .hero-images__item:nth-child(3) {
    all: unset;
    width: 285px;
    height: 440px;
    position: relative;
    top: 0px;
    left: 0px;
  }
}
.hero-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-images__text {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-images__text .hero-text-content {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
.hero-images__text .hero-text-content h2,
.hero-images__text .hero-text-content .u-heading {
  flex: 1 1 auto;
  margin: 0;
  margin-right: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero-images__text .hero-text-content p,
.hero-images__text .hero-text-content .u-paragraph {
  margin: 0;
  text-transform: uppercase;
  flex: 1 1 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .hero-images__text .hero-text-content {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .hero-images__text .hero-text-content p,
  .hero-images__text .hero-text-content .u-paragraph {
    margin-top: 10px;
  }
}
.hero-images__text .hero-secondary-button {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .hero-images__text {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-images__text .hero-secondary-button {
    margin-left: 0;
    margin-top: 20px;
    align-self: flex-start;
  }
}

/* Section: hero-block
 * ========================================================================== */
header {
  padding: 20px 0;
  /*padding: 2px 0;*/
  /*height: 102px;*/
  height: 90px;
  background: var(--color-bg);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  /* Scale header to match page content (desktop only) */
  transform: scale(0.75);
  transform-origin: top left;
  width: calc(100% / 0.75);  /* Compensate width for scaling */
}
@media (max-width: 767px) {
    header {
      /*padding: 20px 0;*/
      padding: 10px 0px 5px;
      /*height: 102px;*/
      height: 70px;
      background-color: var(--color-bg);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1000;
      /* Disable scaling on mobile */
      transform: none !important;
      width: 100% !important;
    }
}
/* Tablet: disable scaling to allow container centering */
@media (min-width: 768px) and (max-width: 1099px) {
    header {
      /* Disable scaling on tablet */
      transform: none !important;
      width: 100% !important;
      height: 68px !important; /* 90px * 0.75 = 67.5px ≈ 68px */
      padding: 15px 0 !important; /* 20px * 0.75 = 15px */
    }
}
header .container { display: flex; align-items: center; }

/* Mobile header: burger | logo | language */
@media (max-width: 767px) {
  header .container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    /*padding: 0 20px !important;*/
    padding: 0 0px !important;
    max-width: none !important;
    width: 100% !important;
  }
  header .container .burger {
    margin: 0 !important;
    order: 1;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 30px !important; /* mobile size */
    height: 21px !important;
    flex-shrink: 0 !important;
  }
  header .container .logo {
    order: 2;
    width: 184px !important; /* mobile size (reduced by 20%: 230px * 0.8 = 184px) */
    height: 50px !important; /* reduced by 20%: 62px * 0.8 = 49.6px ≈ 50px */
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  header .container > .mobile-lang-switcher {
    order: 3;
    display: flex !important;
    position: relative !important; /* for positioning mobile-lang-menu */
    width: auto !important;
    flex-shrink: 0 !important;
  }
  /* Position mobile-lang-menu below mobile-lang-switcher */
  header .container > .mobile-lang-switcher .mobile-lang-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important; /* below switcher with 8px offset */
    right: 0 !important;
    left: auto !important;
  }
  header .container .nav-links .mobile-lang-switcher {
    display: none !important;
  }
  header .container .lang {
    display: none;
  }
  header .container > .mobile-lang-switcher .mobile-lang-flag {
    width: 20px;
    height: 20px;
  }
  header .container > .mobile-lang-switcher .mobile-lang-arrow {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
}
/* When used inside slide-out nav area (fallback), keep spacing */
@media (max-width: 767px) {
  header .container .nav-links .mobile-lang-switcher {
    position: relative;
    margin: 10px 20px 20px;
    justify-self: stretch;
  }
}


/* Mobile language switcher button */
.mobile-lang-toggle {
  background: transparent; border: 0; padding: 0; display: flex; align-items: center; gap: 6px; cursor: pointer;
}
.mobile-lang-flag { width: 20px; height: 14px; object-fit: cover; }
.mobile-lang-arrow { width: 10px; height: 10px; }
.mobile-lang-menu {
  position: absolute; top: 60px; right: 15px; background: var(--color-white); box-shadow: 0 8px 24px rgba(0,0,0,.08); border-radius: 8px; padding: 8px 0; z-index: 1000;
}
.mobile-lang-menu .mobile-lang-link { display: block; padding: 8px 12px; text-decoration: none; color: var(--color-text); }
.mobile-lang-menu .mobile-lang-link.active { color: var(--color-red); font-weight: 600; }
@media (min-width: 1100px) { .mobile-lang-switcher { display: none; } }


/* Homepage uses the same fixed header as other pages */
body.template-homepage header { position: fixed; top: 0; left: 0; right: 0; }
header .container .logo {
  /*width: 273px;*/
  width: 230px;
  height: 62px;
}
/* Page wrapper - contains all scaled content except header */
.page-wrapper {
  /* Scale content to 75% (desktop only) */
  transform: scale(0.75);
  transform-origin: top left;
  width: calc(100% / 0.75);  /* ≈ 133.3333% - compensate width */
  min-height: calc(100vh / 0.75);  /* Ensure full viewport height */
  /* Compensate fixed header height so content is not hidden under it */
  padding-top: calc(102px / 0.75);  /* Header height adjusted for scale */
}

@media (max-width: 767px) {
  .page-wrapper {
    /* Disable scaling on mobile */
    transform: none !important;
    transform-origin: initial !important;
    width: 100% !important;
    min-height: auto !important;
    padding-top: 70px;  /* Mobile header height (no scaling) */
  }
}
/* Main content - no padding needed, handled by .page-wrapper */
#main-content {
    /* padding-top removed - now handled by .page-wrapper */
}
@media (min-width: 768px) {
    #main-content {
        margin-top: -35px;
    }
}
header .container .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Mobile (0-767px) - nav-links slide-out menu */
@media (max-width: 767px) {
  header .container .nav-links {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 70px !important; /* below header (70px) */
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 70px) !important;
    max-width: none !important;
    background-color: var(--color-white) !important;
    transform: translateX(-100%) !important; /* hidden behind left edge */
    transition: transform 0.3s ease-in-out !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999 !important;
  }
  header .container .nav-links.active {
    transform: translateX(0) !important; /* opens: shift = 0 */
  }
  header .container .nav-links .mobile-lang-switcher {
    margin-top: auto;
  }
  header .container .nav-links .mobile-lang-menu {
    right: 20px;
    top: auto;
    bottom: 80px;
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  header .container .nav-links {
    all: unset;
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* menu on left, actions on right */
    flex: 1; /* stretch menu area to full remaining width */
  }
}
header .container .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1100px) {
  header .container .header-actions {
    gap: 20px;
    /* Push language switcher and Try now button to the right on desktop */
    margin-left: auto;
  }
  header .container .header-actions ul.header-right-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    align-items: center; /* vertical alignment of right menu items */
  }
  header .container .header-actions ul.header-right-menu > li {
    display: flex;
    align-items: center; /* vertical alignment of each right menu item content */
  }
}

/* OLD Tablet layout (768-1099px) — disabled, kept for quick rollback
@media (min-width: 768px) and (max-width: 1099px) {
  header .container {
    display: flex;
    align-items: center;
  }
  header .container .nav-links {
    position: static;           [remove fixed panel]
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
  }
  header .container .nav-links ul {
    padding: 0;
    flex-direction: row;
    text-align: left;
    gap: 16px;
  }
  header .container .header-actions {
    margin-left: auto;          [push to right]
    gap: 16px;
  }
  header .container .burger { display: none; }
}
*/

/* NEW: 768-1099px — repeat mobile grid and behavior exactly */
@media (min-width: 768px) and (max-width: 1099px) {
  header .container {
    display: flex !important;
    justify-content: center !important; /* center all elements */
    align-items: center !important;
    gap: 15px !important; /* spacing between elements */
    padding: 0 15px !important; /* 20px * 0.75 = 15px */
    max-width: none !important; /* remove container width limit */
    width: 100% !important; /* full width */
  }
  header .container .burger {
    margin: 0 !important; /* remove margin-left: auto */
    order: 1;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 24px !important; /* 30px * 0.8 = 24px */
    height: 21px !important; /* keep base height for proper cross icon functionality */
    flex-shrink: 0 !important; /* do not shrink */
  }
  header .container .logo {
    order: 2;
    width: 205px !important; /* 273px * 0.75 = 204.75px ≈ 205px */
    height: 47px !important; /* 62px * 0.75 = 46.5px ≈ 47px */
    margin: 0 !important;
    flex-shrink: 0 !important; /* do not shrink */
  }
  header .container > .mobile-lang-switcher {
    order: 3;
    display: flex !important;
    position: relative !important; /* for positioning mobile-lang-menu */
    width: auto !important;
    flex-shrink: 0 !important; /* do not shrink */
  }
  /* Position mobile-lang-menu below mobile-lang-switcher */
  header .container > .mobile-lang-switcher .mobile-lang-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important; /* below switcher with 8px offset */
    right: 0 !important;
    left: auto !important;
  }
  header .container .nav-links {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important; /* fixed positioning relative to viewport */
    top: 68px !important; /* below header (68px instead of 90px) */
    left: 0 !important; /* left edge = left screen edge */
    right: 0 !important; /* right edge = right screen edge */
    width: 100vw !important; /* width = 100% viewport */
    height: calc(100vh - 68px) !important; /* height to bottom of screen */
    max-width: none !important; /* remove max-width limit */
    background-color: var(--color-white) !important;
    transform: translateX(-100%) !important; /* hidden behind left edge */
    transition: transform 0.3s ease-in-out !important;
    margin: 0 !important; /* remove margin */
    padding: 0 !important; /* remove container padding */
    z-index: 999 !important;
  }
  header .container .nav-links.active {
    transform: translateX(0) !important; /* opens: shift = 0 */
  }
  header .container .nav-links .mobile-lang-switcher { display: none !important; }
  header .container .lang { display: none; }
  header .container > .mobile-lang-switcher .mobile-lang-flag {
    width: 15px !important; /* 20px * 0.75 = 15px */
    height: 15px !important;
  }
  header .container > .mobile-lang-switcher .mobile-lang-arrow {
    width: 11px !important; /* 14px * 0.75 = 10.5px ≈ 11px */
    height: 11px !important;
    margin-left: 3px !important; /* 4px * 0.75 = 3px */
  }
  /* Burger lines use base height 3px - do not override */
  /* Cross icon transformation uses base values translateY(13px) - do not override */
}
header .container .nav-links ul {
  display: flex;
  gap: 20px;
  padding: 60px 20px;
  list-style: none;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
@media (min-width: 1100px) {
  header .container .nav-links ul {
    all: unset;
    display: flex;
    gap: 20px;
    list-style: none;
    align-items: center; /* vertical alignment of menu items */
  }
  header .container .nav-links ul > li {
    display: flex;
    align-items: center; /* vertical alignment of each menu item content */
  }
}

/* Mobile and Tablet: place Try now button at top-left inside slide-out menu */
@media (max-width: 1099px) {
  header .container .nav-links { position: fixed; }
  header .container .nav-links .btn-header {
    position: absolute;
    top: 12px;
    left: 20px; /* align with menu side padding */
    z-index: 1002;
  }
}
header .container .nav-links ul a,
header .container .header-actions ul.header-right-menu a {
  text-decoration: none;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
  display: inline-flex; /* inline-flex instead of flex to fit text width */
  align-items: center;
  gap: 8px;
}
/* Login icon - show only on mobile */
.login-icon-mobile {
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 1099px) {
  .login-icon-mobile {
    display: inline-block;
  }
}
/* Simple dropdown styles */
header .container .nav-links li.has-dropdown { position: relative; }
/* Arrow indicator for dropdown on desktop */
@media (min-width: 1100px) {
  header .container .nav-links li.has-dropdown > a {
    position: relative;
    padding-right: 18px; /* room for arrow */
  }
  header .container .nav-links li.has-dropdown > a::after {
    content: "\25BE"; /* ▼ */
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: currentColor; /* match text color */
    opacity: 0.8;
/* Ensure arrow has its own space also when link becomes active pill elsewhere */
@media (min-width: 1100px) {
  header .container .nav-links li.has-dropdown > a.active::after {
    right: 2px; /* explicit for active state */
  }
}

  }
  /* When dropdown opened by hover or open class, rotate arrow */
  header .container .nav-links li.has-dropdown:hover > a::after,
  header .container .nav-links li.has-dropdown.open > a::after {
    transform: translateY(-50%) rotate(180deg); /* point up */
    opacity: 1;
  }
}

header .container .nav-links li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  z-index: 1001;
}
header .container .nav-links li .dropdown-menu li { list-style: none; }
header .container .nav-links li .dropdown-menu a { display: block; padding: 8px 14px; white-space: nowrap; }
@media (hover:hover) {
  header .container .nav-links li.has-dropdown:hover > .dropdown-menu { display: block; }
/* Override active style for dropdown parent: orange text only, no pill */
header .container .nav-links li.has-dropdown > a.active {
  background: transparent;
  color: var(--color-red);
  padding-right: 18px; /* keep space for ▼ so it doesn't overlap text */
  border-radius: 0;
}
/* Inside dropdown: never use pill background; highlight with orange text only */
header .container .nav-links li .dropdown-menu a { background: transparent; }
header .container .nav-links li .dropdown-menu a.active {
  background: transparent !important;
  color: var(--color-red);
  font-weight: 600;
}

}
/* Mobile arrow indicator for dropdown items (mirror desktop behavior) */
@media (max-width: 1099px) {
  header .container .nav-links li.has-dropdown > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between text and arrow */
    padding-right: 0; /* no absolute arrow on mobile */
  }
  header .container .nav-links li.has-dropdown > a::after {
    content: "\25BE"; /* ▼ */
    font-size: 12px;
    line-height: 1;
    color: currentColor; /* follow text color (white on active) */
    opacity: 0.8;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  /* Rotate arrow when submenu is opened */
  header .container .nav-links li.has-dropdown.open > a::after {
    transform: rotate(180deg);
    opacity: 1;
  }
}

/* Mobile: open dropdown by tapping parent link area; JS can toggle with class 'open' */
header .container .nav-links li.has-dropdown.open > .dropdown-menu { display: block; }
@media (min-width: 1400px) {
  header .container .nav-links ul a {
    font-size: 17px;
  }
}
header .container .nav-links ul a:hover,
header .container .header-actions ul.header-right-menu a:hover {
  color: var(--color-red);
}
header .container .nav-links ul a.active,
header .container .header-actions ul.header-right-menu a.active {
  color: var(--color-white);
  background-color: var(--color-red);
  padding: 10px 15px;
  border-radius: 40px;
  transition: all ease-in-out 0.3s;
}
header .container .nav-links ul a.active:hover {
  opacity: 0.7;
}
header .container .lang {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-left: 0;
  font-size: 14px;
}
@media (min-width: 1100px) {
  header .container .lang {
    font-size: 16px;
    /*margin-left: 25px;*/
  }
}
header .container .lang .lang-link {
  background-color: transparent;
  font-family: var(--font-primary);
  color: var(--color-text);
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 0.7;
}
header .container .lang .lang-link:hover {
  opacity: 1;
  color: var(--color-red);
}
header .container .lang .lang-link.active {
  color: var(--color-red);
  font-weight: bold;
  opacity: 1;
}
header .container .btn-header {
  --bpad-y: 8px;
  --bpad-x: 20px;
  --brad: 40px;
  --bfs: 14px;
  padding: var(--bpad-y) var(--bpad-x);
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  text-decoration: none;
  border-radius: var(--brad);
  font-size: var(--bfs);
  font-family: var(--font-primary);
  background: var(--color-red);
  color: var(--color-white);
  white-space: nowrap;
  transition: all 0.3s ease;
  font-weight: 600;
}
@media (min-width: 1100px) {
  header .container .btn-header {
    --bfs: 16px;
    --bpad-y: 10px;
    --bpad-x: 25px;
  }
}
header .container .btn-header:hover {
  opacity: 0.8;
}
header .container .burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  margin-left: auto;
  cursor: pointer;
  display: flex;
}
@media (min-width: 1100px) {
  header .container .burger {
    display: none;
  }
}
header .container .burger .burger-line {
  display: flex;
  height: 3px;
  background-color: var(--color-text);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
header .container .burger.active .burger-line {
  background-color: var(--color-red);
}
header .container .burger.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translateY(13px);
  background-color: var(--color-red);
}
header .container .burger.active .burger-line:nth-child(2) {
  transform: translate(-100%);
  background-color: transparent;
}
header .container .burger.active .burger-line:nth-child(3) {
  transform: rotate(-45deg) translateY(-13px);
  background-color: var(--color-red);
}

/* Desktop (>=1100px): canonical header layout */
@media (min-width: 1100px) {

  header .container .logo { width: 273px; height: 62px; }
  header .container .logo img { width: 100%; height: auto; object-fit: contain; }


  header .container .header-actions { display: flex; gap: 20px; margin-left: auto; }
  .mobile-lang-switcher { display: none !important; }
}

/* Override: show mobile-style language switcher on desktop inside header-actions */
@media (min-width: 1100px) {
  header .container .header-actions .mobile-lang-switcher { display: flex !important; align-items: center; }
  header .container .header-actions .mobile-lang-flag { width: 20px; height: 20px; }
  header .container .header-actions .mobile-lang-arrow { width: 14px; height: 14px; margin-left: 4px; }
  header .container > .mobile-lang-switcher { display: none !important; }
}

/* Desktop positioning: show menu right under the flag inside header-actions */
@media (min-width: 1100px) {
  header .container .header-actions .mobile-lang-switcher { position: relative; }
  header .container .header-actions .mobile-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
  }
}



/* Section: footer-block
 * ========================================================================== */
.footer {
  padding: 70px 0;
  background: var(--bg-green);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
    .footer {
      padding: 40px 0;
    }
}
.footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.footer-about {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .footer-about {
    max-width: 500px;
  }
}
.footer-about p {
  font-size: 14px;
  line-height: 1.5;
  /*margin-bottom: 20px;*/
}

/* Award logo between about and menu */
.footer-award {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-award img {
  max-width: 240px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer-award {
    order: unset;
  }
}

.footer-menu {
  order: 3;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    order: unset;
  }
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-menu .social {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.footer-menu .social a {
  color: var(--color-white);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
}
.footer-menu .social a:hover {
  transform: translateY(-2px);
}
.footer-menu .social a .social-icon {
  width: 24px;
  height: 24px;
}
.footer-copyright {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.footer-copyright a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-copyright a.phone {
  font-weight: bold;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.footer-copyright p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.footer-logo {
  width: 300px;
  height: 60px;
  margin-top: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    display: flex;
  }
}
.footer-logo.mobile {
  margin-top: 50px;
  display: flex;
}
@media screen and (min-width: 768px) {
    .footer-logo.mobile {
      margin-top: 30px;
    }
}
@media screen and (min-width: 768px) {
  .footer-logo.mobile {
    display: none;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Section: footer-block
 * ========================================================================== */
/* Section: Artisanal Weekly
 * ========================================================================== */
.artisanal-weekly {
  padding: 30px 0;
}
.artisanal-weekly .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .artisanal-weekly .container {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .artisanal-weekly .container {
    /*padding-left: 110px;*/
  }
}
.artisanal-weekly .title {
  flex: 0 0 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .artisanal-weekly .title {
    /*flex: 0 0 382px;*/
    flex: 0 0 275px;
  }
}
.artisanal-weekly .title h2,
.artisanal-weekly .title .u-heading {
  font-size: 50px;
  /*margin-bottom: 20px;*/
  margin-right: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1100px) {
  .artisanal-weekly .title h2,
  .artisanal-weekly .title .u-heading {
    font-size: 80px;
  }
}
.artisanal-weekly .menu-slider {
  flex: 0 0 100%;
  padding: 0;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .artisanal-weekly .menu-slider {
    flex: 0 0 calc(100% - 380px);
    margin: 0;
    /*left: -26px;*/
  }
}
.artisanal-weekly .menu-slider .swiper-wrapper {
  display: flex;
}
.artisanal-weekly .menu-slider .menu-slider-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.artisanal-weekly .swiper-button-next {
  position: absolute;
  display: none;
}
.artisanal-weekly .swiper-button-next:after {
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .artisanal-weekly .swiper-button-next {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .artisanal-weekly .swiper-button-next {
    /*right: -10px !important;*/
    right: -20px !important;
  }
}
.artisanal-weekly .swiper-pagination {
  display: block;
}
@media screen and (min-width: 768px) {
  .artisanal-weekly .swiper-pagination {
    display: none;
  }
}
.artisanal-weekly .swiper-pagination-bullet-active {
  background: var(--color-text);
}

/* Section: Artisanal Weekly
 * ========================================================================== */
/* Section: lifestyle-block
 * ========================================================================== */
.lifestyle-block {
  padding: 30px 0;
}
.lifestyle-block h2 {
  max-width: 100%;
  /*text-align: right;*/
}
@media screen and (min-width: 768px) {
  .lifestyle-block h2 {
    /*max-width: 900px;*/
    margin-left: 20%;
    font-size: 78px;
  }
}
.lifestyle-block .content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lifestyle-block .content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 40px;
  }
}
.lifestyle-block .meal {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .lifestyle-block .meal {
    flex: 0 0 auto;
    max-width: 390px;
  }
}
.lifestyle-block .meal p {
  margin-top: 10px;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  /*margin-left: auto;*/
  margin-right: auto;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .lifestyle-block .meal p {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    /*max-width: 260px;*/
  }
}
.lifestyle-block .meal img {

  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .lifestyle-block .meal img {
    display: block;
  }
}
.lifestyle-block .box {
  flex: 0 0 100%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .lifestyle-block .meal img { width: 100%; height: auto; max-width: 300px; }
  .lifestyle-block .meal p {
    font-size: 17px;
    max-width: 300px;
    text-transform: uppercase;
    /*text-align: left;*/
    margin: 10px 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .lifestyle-block .box {
    flex: 0 0 auto;
  }
}
.lifestyle-block .box-img {
  max-width: 620px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .lifestyle-block .box-img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .lifestyle-block .box-img {
    max-width: 620px;
  }
}
.lifestyle-block .box-img p {
  font-size: 17px;
  text-transform: uppercase;
  /*text-align: right;*/
  display: none;
}
@media screen and (min-width: 768px) {
  .lifestyle-block .box-img p {
    max-width: 330px;
    /*margin-left: auto;*/
    display: block;
  }
}
.lifestyle-block .box-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.lifestyle-block .labels span {
  font-size: 20px;
  display: flex;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* Make lifestyle label links look like plain text */
.lifestyle-block .labels span a,
.lifestyle-block .labels span a:visited,
.lifestyle-block .labels span a:hover,
.lifestyle-block .labels span a:focus,
.lifestyle-block .labels span a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  /* Desktop narrow: labels — separate column on right, offset from .box = 5px */
  .lifestyle-block .labels { display: flex; flex-direction: column; align-self: stretch; justify-content: center; width: max-content; min-width: 220px; flex: 0 1 auto; margin-left: 10px; }
  .lifestyle-block .labels span { position: static; display: block; margin: 0 0 14px 0; font-size: 24px; text-transform: uppercase; white-space: nowrap; }
  .lifestyle-block .labels span:last-child { margin-bottom: 0; }
}

@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .lifestyle-block .labels { display: flex; flex-direction: column; align-self: stretch; justify-content: center; width: max-content; min-width: 250px; flex: 0 1 auto; margin-left: 10px; }
  .lifestyle-block .labels span { position: static; display: block; margin: 0 0 18px 0; font-size: 28px; text-transform: uppercase; white-space: nowrap; }
  .lifestyle-block .labels span:last-child { margin-bottom: 0; }
}

@media screen and (min-width: 1400px) {
  .lifestyle-block .labels { display: flex; flex-direction: column; align-self: stretch; justify-content: center; width: max-content; min-width: 250px; flex: 0 1 auto; margin-left: 10px; }
  .lifestyle-block .labels span { position: static; display: block; margin: 0 0 18px 0; font-size: 28px; text-transform: uppercase; white-space: nowrap; }
  .lifestyle-block .labels span:last-child { margin-bottom: 0; }
}

/* .box flex is already set to 0 0 auto in main media query */

@media (min-width: 768px) and (max-width: 1099px) {
  .lifestyle-block .box {
      max-width: 400px;
  }
}
@media (min-width: 1100px) and (max-width: 1399px) {
  .lifestyle-block .box {
      max-width: 660px;
  }
}

@media (min-width: 1400px) {
  .lifestyle-block .box {
      max-width: 660px;
  }
}

/* Content padding is handled by container */

/* Center .box with .meal and .labels sticking to it from both sides */
@media (min-width: 768px){
  .lifestyle-block .content{ display:flex; justify-content: center; align-items: flex-start; }
  .lifestyle-block .pair{ display:flex; align-items:stretch; gap: 10px; flex: 0 1 auto; }
  .lifestyle-block .pair .meal{ flex:0 0 auto; }
  .lifestyle-block .pair .box{ flex:0 0 auto; }
}





/* Section: lifestyle-block
 * ========================================================================== */
/* Section: cheefs-block (formerly authentic-block)
 * ========================================================================== */
.cheefs {
  padding: 40px 0;
  position: relative;
}
.cheefs .bg {
  display: none;
}

/* Remove max-width constraints - let content center naturally */

@media screen and (min-width: 768px) {
  .cheefs {
    /*padding: 200px 0 90px 100px;*/
    padding: 200px 0 90px 0px;
  }
  .cheefs .bg {
    display: flex;
    position: absolute;
    bottom: 90px;
    right: -90px;
    width: 700px;
    height: 900px;
    z-index: -1;
  }
  .cheefs .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cheefs .title {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .cheefs .title {
    max-width: calc(730px * 1.2);
  }
}
.cheefs .title p,
.cheefs .title .u-paragraph {
  position: relative;
}
.cheefs .title p .decor,
.cheefs .title .u-paragraph .decor {
  display: none;
}
@media screen and (min-width: 1100px) {
  .cheefs .title p,
  .cheefs .title .u-paragraph {
    position: absolute;
    top: 90px;
    right: -200px;
  }
  .cheefs .title p .decor,
  .cheefs .title .u-paragraph .decor {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
    height: 100px;
  }
}
.cheefs .images-slider {
  overflow: hidden;
}
.cheefs .images-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .cheefs .images-slider .swiper-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
}
.cheefs .images-slider .slider-item {
  position: relative;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.cheefs .images-slider .slider-item .slider-item-img {
  height: 350px;
  flex: 0 0 60%;
  margin-right: 10px;
}
.cheefs .images-slider .slider-item p {
  text-transform: uppercase;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .cheefs .images-slider .slider-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cheefs .images-slider .slider-item .slider-item-img {
    height: auto;
  }
  .cheefs .images-slider .slider-item .slider-title {
    flex: 0 0 auto;
    min-height: 200px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .cheefs .images-slider .slider-item .slider-item-img {
    all: unset;
  }
  .cheefs .images-slider .slider-item.swiper-slide {
    width: unset !important;
    position: relative;
  }
}
.cheefs .images-slider .slider-item:first-child {
  margin-right: 0;
}
.cheefs .images-slider .slider-item:first-child .decor {
  display: none;
}
.cheefs .images-slider .slider-item:first-child .decor-lv {
  display: none;
}
@media screen and (min-width: 1100px) {
  .cheefs .images-slider .slider-item:first-child {
    margin-right: 100px;
  }
  .cheefs .images-slider .slider-item:first-child .slider-item-img {
    width: 284px;
    height: 440px;
  }
  .cheefs .images-slider .slider-item:first-child .decor-lv {
    position: absolute;
    display: flex;
    width: 150px;
    height: 150px;
    top: 0px;
    right: -150px;
  }
  .cheefs .images-slider .slider-item:first-child .decor {
    position: absolute;
    display: flex;
    bottom: 230px;
    right: -80px;
    width: 100px;
    height: 100px;
    animation: rotate-center 6s linear infinite;
  }
}
.cheefs .images-slider .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cheefs .images-slider .swiper-pagination {
  display: block;
}
.cheefs .images-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-text);
}
@media screen and (min-width: 1100px) {
  .cheefs .images-slider .swiper-pagination {
    display: none;
  }
}


/* cap growth of non-first images so they don't outgrow the first */
@media screen and (min-width: 768px) {
  .cheefs .images-slider .slider-item:not(:first-child) .slider-item-img {
    max-width: 210px;
  }
  .cheefs .images-slider .slider-item:not(:first-child) img {
    height: auto; /* override generic height:100% to allow natural aspect ratio */
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1400px) {
  .cheefs .images-slider .slider-item:not(:first-child) .slider-item-img {
    max-width: 250px; /* slightly larger cap on very wide screens */
  }
}

@keyframes rotate-center {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Section: authentic-block
 * ========================================================================== */
/* Section: about-block (formerly delicious-block)
 * ========================================================================== */
.about {
  padding: 20px 0;
}
.about h2 {
  margin-bottom: 0;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .about h2 {
    font-size: 60px;
  }
}
.about-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.about-title h2,
.about-title .u-heading {
  margin-right: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .about-title {
    align-items: baseline;
    flex-wrap: nowrap;
  }
  .about-title .btn {
    margin-left: auto;
    white-space: nowrap;
  }
}

.about .content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .about .content {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .about .content {
    /* Keep same layout as <=1399px */
    flex-wrap: wrap;
    justify-content: center;
    /*gap: 50px;*/
  }
}
.about .content-item {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .about .content-item {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 1100px) {
  .about .content-item {
    flex: 0 0 calc((100% - 30px) / 3);
  }
}
.about .content-item__img {
  position: relative;
  margin-bottom: 25px;
  height: 460px;
}
@media (max-width: 767px) {
    .about .content-item__img {
      position: relative;
      margin-bottom: 5px;
      /*height: 550px;*/
      height: auto;
    }
}
.about .content-item__img img {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .content .content-item:nth-child(2) .content-item__img img { margin-top: 64px; }

@media (max-width: 767px) {
    .about .content .content-item:nth-child(2) .content-item__img img { margin-top: 10px; }
}

/* Align about images with fixed-height containers; text length should not shift images */
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .about .content { align-items: flex-start; }
  .about .content .content-item:nth-child(2) .content-item__img img { margin-top: 0; }
  .about .content-item__img { height: 420px; }
  .about .content-item__img img { height: 100%; }
}
@media screen and (min-width: 1400px) {
  /* Make >=1400px behave like 1100–1399 for image sizing/alignment */
  .about .content { align-items: flex-start; }
  .about .content .content-item:nth-child(2) .content-item__img img { margin-top: 0; }
  .about .content-item__img img { height: 100%; }
}


.about .content-item__text {
  position: relative;
  max-width: 60%;
}
@media screen and (min-width: 1400px) {
  .about .content-item__text {
    /* Match <=1399px */
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .about .content-item__text {
    max-width: 100%;
    width: 100%;
  }
}

.about .content-item__text p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
    .about .content-item__text p {
      margin-bottom: 5px;
    }
}
/* Section: about-block (formerly delicious-block)
 * ========================================================================== */
/* Section: featured-block
 * ========================================================================== */
.featured {
  padding: 20px 0;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .featured {
    padding: 30px 50px;
  }
}
.featured h2 {
  text-align: center;
}
.featured .featured-logos {
  text-align: center;
  overflow: hidden;
}
.featured .featured-logos .swiper-wrapper {
  display: flex;
  justify-content: unset;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .featured .featured-logos .swiper-wrapper {
    justify-content: center;
    gap: 15px;
  }
}
.featured .featured-logos-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .featured .featured-logos-item {
    flex: 0 0 calc(25% - 60px);
  }
}
.featured .featured-logos-img {
  /*margin-bottom: 40px;*/
  margin-bottom: 5px;
  /*height: 235px;*/
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1099px) {
  .featured .featured-logos-item {
    height: 150px;
  }
}
.featured .featured-logos-content {
  text-align: center;
}
.featured .featured-logos img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Section: featured-block
 * ========================================================================== */
/* Section: reviews-block
 * ========================================================================== */
.reviews {
  padding: 30px 0;
  background: #E8EDE6;
}
@media screen and (min-width: 768px) {
  .reviews {
    padding: 30px 0;
  }
}
.reviews .container .content {
  position: relative;
  padding: 0 60px;
}
@media screen and (min-width: 768px) {
  .reviews .container .content {
    padding: 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .reviews .container {
    max-width: 1100px;
  }
}
  /*.reviews .container--wide {*/
  /*  max-width: 1660px;*/
  /*  padding-bottom: 40px;*/
  /*}*/
/*}*/

/*.reviews h2 {*/
/*  text-align: left;*/
/*}*/

.reviews h2 {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0;
}
/* Center heading in reviews block on all viewports */
.reviews .u-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reviews .reviews-slider {
  position: relative;
  display: flex;
  overflow: hidden; /* prevent long content from spilling outside slider */
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reviews .reviews-slider {
    max-width: 1100px;
  }
}
.reviews .reviews-slider .swiper-wrapper {
  display: flex;
  overflow: visible; /* allow hover scale to overflow into neighboring slides */
}
.reviews .reviews-slider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: transform 0.3s ease;
  cursor: default;
  padding: 10px;
  margin: 0; /* avoid bleeding outside container */
  overflow: visible; /* do not clip hover scale inside the slide */
}

.reviews .reviews-slider .swiper-wrapper .swiper-slide.review-link {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.reviews .reviews-slider .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
  z-index: 10;
}
.reviews .reviews-slider .footer-slide {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.reviews .reviews-slider .footer-slide .author {
  display: flex;
  flex-direction: column;
}
.reviews .reviews-slider .footer-slide .author span {
  margin-top: 10px;
  color: #FF9900;
}
.reviews .reviews-slider .footer-slide .logo {
  width: 20px;
  height: 20px;
}
.reviews .reviews-slider .footer-slide .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews .swiper-button-prev {
  left: 0px;
  display: none;
}
.reviews .swiper-button-prev::after {
  font-size: 60px;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .reviews .swiper-button-prev {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .reviews .swiper-button-prev {
    left: -60px;
  }
}
.reviews .swiper-button-next {
  right: 0px;
  display: none;
}
.reviews .swiper-button-next::after {
  font-size: 60px;
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .reviews .swiper-button-next {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .reviews .swiper-button-next {
    right: -60px;
  }
}
.reviews .reviews-swiper-pagination {
  display: flex;
  position: relative !important;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .reviews .reviews-swiper-pagination {
      display: flex;
      position: relative !important;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
    }
}
@media screen and (min-width: 768px) {
  .reviews .reviews-swiper-pagination {
    margin: 0;
    display: none;
    bottom: -40px;
  }
}
.reviews .reviews-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-text);
}

/* Review hover effects */
.reviews .reviews-item.review-link:hover {
  color: inherit;
  text-decoration: none;
}

/* Section: reviews-block
 * ========================================================================== */
/* Section: program-section
 * ========================================================================== */
.program-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.program-section .bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
}
.program-section .bg img {
  display: none;
}

@media screen and (min-width: 768px) {
  .program-section {
    padding: 30px 50px;
  }
}
.program-section .container {
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .program-section .container {
    flex-wrap: nowrap;
  }
}
.program-section .container .content {
  flex: 0 0 100%;
  max-width: 740px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}

/* Limit the image column width to keep image crisp and avoid over-scaling */

/* Cap the image element width to 1200px so it doesn't stretch beyond source */
.program-section .container .img img { max-width: 1200px; width: 100%; height: auto; }
.program-section .container .content h1,
.program-section .container .content .u-heading {
  margin-bottom: 20px;
  margin-right: 20px;
  min-width: 0;
}
.program-section .container .content p,
.program-section .container .content .u-paragraph {
  margin-bottom: 20px;
  min-width: 0;
}
/* Remove uppercase transformation for description field only in program-section */
.program-section .container .content .u-paragraph {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .program-section .container .content {
    flex: 0 0 40%;
  }
}
.program-section .container .img {
  flex: 1;
  position: relative;
}
.program-section .container .img img {
  width: 100%;
}
.program-section .container .img .decor {
  position: absolute;
  display: none;
}

/* Ensure Program Section columns are responsive on desktop */
@media screen and (min-width: 768px) {
  /* Pin image column to the right edge of the container */
  .program-section .container { justify-content: space-between; align-items: center; column-gap: 40px; }
  /* Content column: flexible with cap at 720px */
  .program-section .container .content { flex: 1 1 clamp(360px, 44%, 720px); max-width: 720px; margin-right: 60px; }
  /* Image column: narrower with cap at 580px */
  .program-section .container .img { flex: 0 1 clamp(360px, 56%, 580px); max-width: 580px; margin-left: auto; }
  .program-section .container .img img { max-height: 520px; width: 100%; height: auto; object-fit: contain; }
  .program-section .container .img .decor { top: 40px; right: -20px; }
  .program-section .container .img .decor img { width: 150px; height: auto; }
}

/* Program Section: shift image column 10% left on desktop */
@media screen and (min-width: 768px) {
  .program-section .container .img { transform: translateX(-15%); }
}
@media screen and (min-width: 768px) {
  .program-section .container .img .decor {
    display: flex;
    top: 100px;
    right: -50px;
    z-index: 2;
    pointer-events: none;
  }
}


/* Program Section: show decoration on mobile too */
@media screen and (max-width: 767px){
  .program-section .container .img .decor {
    display: flex;           /* override mobile default 'display: none' */
    position: absolute;
    top: 20px;               /* adjust as needed */
    right: 0;
    z-index: 2;
    pointer-events: none;
  }
  .program-section .container .img .decor img {
    width: 120px;            /* compact on phones */
    height: auto;
    object-fit: contain;
  }
}

/* Section: program-section
 * ========================================================================== */
/* Section: how-it-work-section
 * ========================================================================== */
.how-it-work {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .how-it-work {
    padding: 30px 0;
  }
}
.how-it-work .container {
  max-width: 900px;
}
.how-it-work h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-it-work h2 {
    margin-bottom: 80px;
  }
}

/* Stick How It Works title to left page edge while container stays 900px */
/*@media screen and (min-width: 768px) {*/
/*  .how-it-work .container h2 {*/
/*    margin-left: calc((min(1660px, 100vw) - 900px) / -2);*/
/*    text-align: left;*/
/*  }*/
/*}*/

.how-it-work .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .how-it-work .row {
    flex-wrap: nowrap;
    gap: 100px;
    margin-top: 15px;
  }
}
.how-it-work .row .col {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .how-it-work .row .col {
    flex: 0 0 calc(25% - 60px);
    justify-content: flex-start;
    align-items: center;
  }
}
.how-it-work .row .col-icon {
  /*width: 100px;*/
  /*height: 100px;*/
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
    .how-it-work .row .col-icon {
      width: 100px;
      height: 100px;
    }
}
.how-it-work .row .col-icon img {
  width: 120px;
  /*height: auto;*/
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-it-work .row .col-content {
  text-align: center;
}
.how-it-work .row .col-content strong {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.how-it-work .row .col-content p {
  text-align: center;
}
.how-it-work .bottom {
  margin-top: 50px;
  text-align: center;
}

/* Section: how-it-work-section
 * ========================================================================== */
/* Section: picture-video-section
 * ========================================================================== */
.picture-video-section {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .picture-video-section {
    padding: 30px 50px;
  }
}
.picture-video-section .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .picture-video-section .row {
    flex-wrap: nowrap;
    gap: 80px;
  }
}
.picture-video-section .row .image {
  position: relative;
  flex: 0 0 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .picture-video-section .row .image {
    flex: 0 0 50%;
  }
}
.picture-video-section .row .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.picture-video-section .row .image .decor {
  position: absolute;
  bottom: 30px;
  right: -80px;
  display: none;
}
@media screen and (min-width: 768px) {
  .picture-video-section .row .image .decor {
    display: flex;
  }
}
.picture-video-section .row .content {
  flex: 0 0 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .picture-video-section .row .content {
    flex: 0 0 44%;
    margin-left: 20px;
  }
}
.picture-video-section .row .content h2,
.picture-video-section .row .content .u-heading {
  margin-bottom: 20px;
  margin-right: 20px;
}

/* Section: picture-video-section
 * ========================================================================== */
/* Section: picture-video
 * ========================================================================== */
.picture-video {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .picture-video {
    padding: 30px 50px;
  }
}
.picture-video .container {
  /*max-width: 1400px;*/
}
.picture-video .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .picture-video .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
}

/* Mobile order: show image first, then content, for Picture Video with Featured Items */
@media screen and (max-width: 767px) {
  .picture-video .row .image { order: -1; }
  .picture-video .row .content { order: 0; }
}

.picture-video .row .content {
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
    .picture-video .row .content {
      flex: 0 0 100%;
      margin-bottom: 5px;
      text-align: left;
    }
}
@media screen and (min-width: 768px) {
  .picture-video .row .content {
    flex: 0 0 45%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.picture-video .row .content h2,
.picture-video .row .content .u-heading {
  margin-bottom: 20px;
  margin-right: 20px;
}
.picture-video .row .content p,
.picture-video .row .content .u-paragraph {
  margin-bottom: 20px;
}
.picture-video .row .image {
  flex: 0 0 100%;
  position: relative;
}
@media screen and (max-width: 1099px) {
    .picture-video .row .image {
      padding-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
  .picture-video .row .image {
    /*flex: 0 0 50%;*/
    flex: 0 0 45%;
    /*padding-right: 100px;*/
  }
}
@media screen and (min-width: 768px) {
  .picture-video .row .image p {
    text-align: left;
  }
}
.picture-video .row .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.picture-video .row .image .decor {
  display: none;
  width: 150px;
  height: 150px;
}
.picture-video .row .image .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .picture-video .row .image .decor {
    display: flex;
    position: absolute;
    bottom: 30px;
    right: -30px;
  }
}
.picture-video .featured-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
    .picture-video .featured-list {
      margin-top: 5px;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }
}
.picture-video .featured-list .featured-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .picture-video .featured-list .featured-item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .picture-video .featured-list .featured-item {
    flex: 0 0 calc(25% - 15px);
  }
}
.picture-video .featured-list .featured-item .title {
  margin-bottom: 30px;
  flex: 0 0 auto;
  text-align: center;
  font-family: var(--font-primary);
}
.picture-video .featured-list .featured-item .img {
  margin-bottom: 30px;
  overflow: hidden;
  flex: 0 0 300px;
}
.picture-video .featured-list .featured-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.picture-video .featured-list .featured-item-footer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.picture-video .featured-list .featured-item-footer p {
  margin-bottom: 10px;
  width: 100%;
  align-self: stretch; /* make <p> span full parent width in flex column */
}
.picture-video .featured-list .featured-item-footer .btn {
  width: 80%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
    .picture-video .featured-list .featured-item-footer .btn {
      /*width: 80%;*/
      width: 50%;
    }
}
/* Section: picture-video
 * ========================================================================== */

/* Section: featured-list
 * ========================================================================== */
.featured-list {
  margin-top: 50px;
}
.featured-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.featured-list .featured-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .featured-list .featured-item {
    flex: 0 0 calc(50% - 55px);
  }
}
@media screen and (min-width: 768px) {
  .featured-list .featured-item {
    flex: 0 0 calc(25% - 55px);
  }
}
.featured-list .featured-item .title {
  margin-bottom: 30px;
  flex: 0 0 auto;
  text-align: center;
  font-family: var(--font-primary);
}
.featured-list .featured-item .img {
  margin-bottom: 30px;
  overflow: hidden;
  flex: 0 0 300px;
}
.featured-list .featured-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-list .featured-item-footer {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-list .featured-item-footer p {
  margin-bottom: 10px;
}
.featured-list .featured-item-footer .btn {
  width: 100%;
  margin-top: auto;
}

/* Section: featured-list
 * ========================================================================== */

/* Section: menu-page
 * ========================================================================== */
.menu-page {
  padding: 30px 0;
}

.menu-page-header {
  display: flex;
  flex-wrap: wrap;
  /*max-width: 1090px;*/
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .menu-page-header {
    flex-wrap: nowrap;
    gap: 20px;
    align-items: baseline;
  }
}
.menu-page-header h2 {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .menu-page-header h2 {
    /*flex: 0 0 50%;*/
    flex: 0 0 32%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.menu-pag-header p {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .menu-page-header p {
    /*flex: 0 0 15%;*/
    margin-top: 0;
    margin-bottom: 0;
  }
}
.menu-page-header .img {
  flex: 0 0 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .menu-page-header .img {
    flex: 0 0 35%;
    display: flex;
  }
}
.menu-page-header .img img {
  width: 70%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* ========================================
   STICKY TAB-LIST CONTAINER - ISOLATED STYLES
   ======================================== */

/* Mobile (0-767px) */
@media (max-width: 767px) {
  .tab-list-sticky-container {
    position: fixed;
    top: 70px;  /* Below mobile header (70px) */
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--color-bg);
    transform: none;
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
  }
}

/* Tablet (768-1099px) */
@media (min-width: 768px) and (max-width: 1099px) {
  .tab-list-sticky-container {
    position: fixed;
    top: 68px;  /* Below tablet header (68px) */
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--color-bg);
    transform: none;
    width: 100%;
    padding: 0;
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  .tab-list-sticky-container {
    position: fixed;
    top: calc(90px * 0.75);  /* Below scaled header on desktop (90px * 0.75 = 67.5px) */
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--color-bg);
    transform: scale(0.75);
    transform-origin: top left;
    width: calc(100% / 0.75);
    padding: 0;
  }
}

/* Mobile (0-767px) */
@media (max-width: 767px) {
  .tab-list-sticky {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    list-style: none;
    overflow-x: auto;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* Tablet (768-1099px) */
@media (min-width: 768px) and (max-width: 1099px) {
  .tab-list-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: visible;
    padding: 0 20px;
    margin: 0 auto 10px auto;
    max-width: 1245px;  /* 1660px * 0.75 = 1245px */
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  .tab-list-sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: visible;
    padding: 0;
    margin: 0 auto 10px auto;
    max-width: 1660px;
  }
}

/* Original tab-list (visible in its natural position) */
.menu-page .tab-list {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .menu-page .tab-list {
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* Tab list items - .menu-page .tab-list li (original, not sticky) */
.menu-page .tab-list li {
  display: flex;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .menu-page .tab-list li {
    margin-right: 1px;
  }
}
.menu-page .tab-list li.active {
  background: var(--color-text);
}
.menu-page .tab-list li.active a {
  color: var(--color-white);
}
.menu-page .tab-list li:last-child {
  margin-right: 0;
}
.menu-page .tab-list li a {
  padding: 13px 20px;
  text-wrap: nowrap;
  color: var(--color-text);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.menu-page .tab-list li:hover {
  background: var(--bg-green);
}
.menu-page .tab-list li:hover a {
  color: var(--color-white);
}

/* Tab list items - .tab-list-sticky li (sticky version) - ISOLATED */

/* Mobile (0-767px) */
@media (max-width: 767px) {
  .tab-list-sticky li {
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-right: 1px;
  }
  .tab-list-sticky li.active {
    background: var(--color-text);
  }
  .tab-list-sticky li.active a {
    color: var(--color-white);
  }
  .tab-list-sticky li:last-child {
    margin-right: 0;
  }
  .tab-list-sticky li a {
    padding: 13px 20px;
    text-wrap: nowrap;
    color: var(--color-text);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .tab-list-sticky li:hover {
    background: var(--bg-green);
  }
  .tab-list-sticky li:hover a {
    color: var(--color-white);
  }
}

/* Tablet (768-1099px) */
@media (min-width: 768px) and (max-width: 1099px) {
  .tab-list-sticky li {
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
  }
  .tab-list-sticky li.active {
    background: var(--color-text);
  }
  .tab-list-sticky li.active a {
    color: var(--color-white);
  }
  .tab-list-sticky li:last-child {
    margin-right: 0;
  }
  .tab-list-sticky li a {
    padding: 13px 20px;
    text-wrap: nowrap;
    color: var(--color-text);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .tab-list-sticky li:hover {
    background: var(--bg-green);
  }
  .tab-list-sticky li:hover a {
    color: var(--color-white);
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  .tab-list-sticky li {
    display: flex;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
  }
  .tab-list-sticky li.active {
    background: var(--color-text);
  }
  .tab-list-sticky li.active a {
    color: var(--color-white);
  }
  .tab-list-sticky li:last-child {
    margin-right: 0;
  }
  .tab-list-sticky li a {
    padding: 13px 20px;
    text-wrap: nowrap;
    color: var(--color-text);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .tab-list-sticky li:hover {
    background: var(--bg-green);
  }
  .tab-list-sticky li:hover a {
    color: var(--color-white);
  }
}
.menu-page .menu-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .menu-page .menu-row {
    margin-top: 30px;
  }
}
.menu-page .menu-row .menu-item {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.menu-page .menu-row .menu-item .img {
  margin-bottom: 10px;
}
.menu-page .menu-row .menu-item .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu-page { padding: 15px 0; }
  .menu-page .menu-row { margin-top: 15px; }
  .menu-page .menu-row .menu-item { margin-bottom: 15px; }
}
@media screen and (min-width: 768px) {
  .menu-page .menu-row .menu-item {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .menu-page .menu-row .menu-item {
    flex: 0 0 calc((100% - 30px) / 3);
    margin-bottom: 0;
  }
}
.menu-page .menu-row .menu-item p {
  margin-bottom: 10px;
}

.menu-page .menu-load-more { display: flex; justify-content: center; align-items: center; gap: 12px; }


/* Remove border/outline from Show all/Show less button in menu-load-more */
.menu-page .menu-load-more .btn,
.menu-page .menu-load-more .btn:focus,
.menu-page .menu-load-more .btn:active,
.menu-page .menu-load-more .btn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
  background: var(--bg-green);
  color: var(--color-white);
}

.menu-page .menu-load-more .btn:hover {
  opacity: 0.8;
}

/* Menu Page - Nutrition Modal Styles */
.menu-content-item__image-united {
  position: relative;
  width: 100%;
  display: block;
}

.menu-content-item__image-united img {
  width: 100%;
  height: auto;
  display: block;
}

.menu-content-item__overlay-united {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden;
  transition: all ease-in-out 0.25s;
}

.menu-content-item__image-united:hover .menu-content-item__overlay-united {
  display: flex;
  transition: all ease-in-out 0.25s;
}

.menu-content-item__cta-united {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 30px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  transition: all ease-in-out 0.25s;
  text-decoration: none;
}

.menu-content-item__cta-united:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
}

/* Modal Styles */
.modal.fade.menu-content-part {
  z-index: 1060 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal.fade.menu-content-part.show {
  z-index: 1060 !important;
}

.modal-backdrop {
  z-index: 1050 !important;
}

.modal-backdrop.show {
  z-index: 1050 !important;
  opacity: 0.5;
}

/* Disable body scroll when modal is open */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100vw;
  overflow-x: hidden;
}

body.modal-open::-webkit-scrollbar {
  display: none;
}

/* Remove padding added by Bootstrap modal - use attribute selector for inline styles */
body[style*="padding-right"].modal-open {
  padding-right: 0 !important;
}

/* Remove padding added by Bootstrap modal */
.modal-open {
  padding-right: 0 !important;
}

.modal-dialog {
  z-index: 1060 !important;
  margin: 1.75rem auto;
  max-width: 750px;
  width: calc(100% - 3.5rem);
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0rem;
    max-width: 100%;
    width: 100%;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 30px 20px 10px;
}

@media (max-width: 767px) {
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 30px 15px 10px;
  }
}

.close-united {
  position: sticky;
  top: 10px;
  right: 0px;
  z-index: 100;
  float: right;
  font-size: 1.5rem;
  box-shadow: none;
  text-align: right;
  margin-top: -10px;
  padding-right: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  filter: none !important;
}

@media (max-width: 767px) {
  .close-united {
    padding-right: 8px;
  }
}

.close-united img {
  opacity: 1 !important;
  filter: none !important;
  border-radius: 50%;
  padding: 0px;
}

.close-united:hover img {
  filter: brightness(2) saturate(1);
  opacity: 1;
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  padding: 0px;
}

.close-united:focus {
  outline: none;
}

.popup-meal {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: -50px;
}

.popup-meal-image-wrap {
  position: relative;
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .popup-meal-image-wrap {
    position: relative;
    width: calc(107% - 30px);
    display: block;
    margin-left: 0px;
    /*margin-right: 15px;*/
  }
}

.popup-meal-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.popup-meal-title {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  color: white !important;
  font-size: 21px;
  background: rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  padding-left: 10px;
  border-radius: 5px;
  height: 65px;
}

@media (max-width: 767px) {
  .popup-meal-title {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    color: white !important;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.2);
    white-space: normal;
    word-wrap: break-word;
    padding-left: 10px;
    border-radius: 5px;
    height: 85px;
  }
}

.popup-meal-title-text {
  padding-top: 5px;
  line-height: normal;
}

.nutrition-info-united {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .nutrition-info-united {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    margin-left: 30px;
  }
}

.calorie-container-icon-big {
  text-align: center;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .calorie-container-icon-big {
    margin-left: -30px;
  }
}

.calorie-container-icon-big-text {
  font-weight: bold;
  text-align: center;
}

.calorie-container-icon-big-info {
  display: block;
  max-width: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .calorie-container-icon-big-info {
    display: block;
    max-width: 120px;
  }
}

.calorie-icon-big {
  width: 18%;
  height: auto;
  margin-top: -2px;
}

.calorie-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.tag-united {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 3px;
  font-size: 14px;
  white-space: nowrap;
  padding: 2.5px 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.spicy-icon {
  width: 90%;
  height: auto;
  flex-shrink: 0;
}

.spicy-icon-big {
  width: 70%;
  height: auto;
  flex-shrink: 0;
}

.spicy-icon-small {
  width: 20%;
  height: auto;
  margin-right: -7px;
}

.cooking-pan {
  width: 35px;
  height: auto;
  flex-shrink: 0;
  margin-left: -5px;
  margin-bottom: -3px;
}

.cooking-pan-big {
  width: 35px;
  height: auto;
  flex-shrink: 0;
  margin-left: -5px;
}

.spicy-container {
  display: flex;
  gap: 2px;
  margin-left: -15px;
  margin-bottom: -10px;
}

.spicy-container-big {
  margin-top: -2px;
}

.other-nutritional-united {
  display: block;
  text-align: center;
}

.spicy-container-icon-big {
  text-align: center;
}

.spicy-container-icon-small {
  text-align: center;
}

.cooking-pan-container-icon-big {
  text-align: center;
  width: auto;
  white-space: nowrap;
}

.cooking-pan-container-icon-big-info {
  margin-top: -5px;
  display: block;
}

.custom-line-united {
  height: 2px;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.6);
  border: none;
}

.title-text-united {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.warming-up-title-united {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 15px;
  padding: 0;
}

.warming-up-container-united {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: -20px;
  padding: 0;
}

.warming-up-item-united {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: -7px;
  margin-bottom: 2px;
  padding: 0;
}

.warming-up-item-united img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .warming-up-item-united img {
    width: 60px;
    height: 60px;
  }
}

.general-text-united {
  font-weight: 410;
  padding: 0;
  margin: 0;
}

.allergen-descriptions-text-united {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.ingredients-descriptions-text-united {
  /*font-weight: 500;*/
  padding: 0;
  margin: 0;
}

.font-family-text-united {
  font-family: Lato, sans-serif !important;
}

.desktop-only-united {
  display: block;
}

.mobile-only-united {
  display: none;
}

@media (max-width: 767px) {
  .desktop-only-united {
    display: none;
  }
  .mobile-only-united {
    display: block;
  }
}

.nutritional-table {
  width: 100%;
  border-collapse: collapse;
}

.nutritional-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}

.nutritional-table td {
  padding: 10px;
}

.nutritional-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.nutritional-table th,
.nutritional-table td {
  border: none;
}

/* Section: menu-page
 * ========================================================================== */
/* Section: blog-page
 * ========================================================================== */
.blog-page {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .blog-page {
    padding: 30px 50px;
  }
}
.blog-page-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog-page-header {
    flex-wrap: nowrap;
    margin-bottom: 100px;
  }
}
.blog-page-header .title {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-page-header .title {
    flex: 0 0 36%;
  }
}
.blog-page-header .images {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-page-header .images {
    flex: 0 0 60%;
    margin-left: 20px;
  }
}
.blog-page-header .images .second {
  position: relative;
  right: -20px;
}
.blog-page-header .images img {
  width: 100%;
  height: auto;
}
.blog-page-header .tags {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .blog-page-header .tags {
    display: flex;
  }
}
.blog-page-header .tags a {
  color: var(--color-white);
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 11px 48px;
  border-radius: 40px;
  background-color: var(--color-text);
  transition: background-color 0.3s;
}
.blog-page-header .tags a:hover {
  background-color: var(--bg-green);
}
.blog-page-header .tags.mobile {
  display: flex;
}
@media screen and (min-width: 768px) {
  .blog-page-header .tags.mobile {
    display: none;
  }
}

/* Section: blog-page
 * ========================================================================== */
/* Section: recipes
 * ========================================================================== */
.recipes {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .recipes {
    padding: 30px 50px;
  }
}
.recipes-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .recipes-header {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 100px;
  }
}
.recipes-header .title {
  flex: 0 0 100%;
  margin-bottom: 20px;
  order: 1;
}
@media screen and (min-width: 768px) {
  .recipes-header .title {
    flex: 0 0 36%;
    margin-left: 8%;
    order: 2;
  }
}
.recipes-header .img {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  margin-bottom: 20px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .recipes-header .img {
    flex: 0 0 42%;
    order: 1;
  }
}
.recipes-header .img .decor {
  width: 208px;
  height: 208px;
  position: absolute;
  bottom: -80px;
  left: -168px;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .recipes-header .img .decor {
    display: flex;
  }
}
.recipes-header .img img {
  width: 100%;
  height: auto;
}

/* Section: recipes
 * ========================================================================== */
/* Section: accordion
 * ========================================================================== */
.accordion {
  padding: 30px 0;
}

.accordion .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .accordion .container {
    flex-wrap: nowrap;
  }
}
.accordion .title {
  flex: 0 0 100%;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .accordion .title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .accordion .title {
    flex: 0 0 29%;
  }
}
.accordion .title .decor {
  width: 138px;
  height: 138px;
  margin-left: auto;
}

/* Stick accordion title to the left page edge while keeping it inside container */
@media screen and (min-width: 1100px) {
  .accordion .container > .title {
    margin-left: calc((min(1660px, 100vw) - 1100px) / -2);
  }
}

.accordion .title .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Hide decorative image in accordion on mobile */
@media (max-width: 767px) {
  .accordion .decor { display: none !important; }
}

@media screen and (min-width: 768px) {


  .accordion .title .decor {
    display: flex;
    width: 208px;
    height: 208px;
  }
}
.accordion .acc-block {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; /* make items take full width regardless of content */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .accordion .acc-block {
    flex: 0 0 calc(70% - 60px);
    margin-left: 60px;
  }
}
.accordion .acc-block .acc-item {
  width: 100%; /* full width like with max-length answers */
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--bg-green);
}
@media screen and (min-width: 768px) {
  .accordion .acc-block .acc-item {
    margin-bottom: 30px;
  }
}
.accordion .acc-block .acc-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 42px 0 0;
  cursor: pointer;
  background-color: var(--color-bg-secondary);
  color: var(--color-text-secondary);
}
.accordion .acc-block .acc-item .title .arrow {
  flex: 0 0 32px;
  width: 32px;
  min-width: 32px;
  height: 16px;
  min-height: 16px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.accordion .acc-block .acc-item .title .arrow img {
  display: block;
  width: 32px;
  height: 16px;
  object-fit: contain;
}
.accordion .acc-block .acc-item .content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion .acc-block .acc-item .content .inner {
  padding: 20px;
}
.accordion .acc-block .acc-item.active .arrow {
  transform: rotate(-180deg);
}

.accordion .accordion__btn-top { text-align: left; margin: 10px 0 20px; }
.accordion .accordion__btn-top .btn { display: inline-block; width: auto; }

.accordion .acc-block .btn {
  background-color: var(--color-text);
  align-self: flex-start; /* keep natural button width; don't stretch */
  width: auto;
}

/* Section: accordion
 * ========================================================================== */
/* Section: common-question
 * ========================================================================== */
.common-question {
  padding: 30px 0;
}

.common-question .container {
  max-width: 935px;
}
.common-question .container .title {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .common-question .container .title {
    flex-wrap: nowrap;
  }
}
.common-question .container .title h2 {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .common-question .container .title h2 {
    flex: 0 0 62%;
  }
}
.common-question .container .title p {
  flex: 0 0 100%;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .common-question .container .title p {
    flex: 0 0 42%;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    margin-left: 15px;
  }
}

/* Stick Common Questions title to left page edge while container stays 935px */
@media screen and (min-width: 768px) {
  .common-question .container .title h2 {
    margin-left: calc((min(1660px, 100vw) - 935px) / -2);
  }
}

.common-question .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .common-question .container .row {
    gap: 20px;
    margin-top: 100px;
    width: 1070px;
  }
}
.common-question .container .row a {
  flex: 0 0 calc((100% - 10px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 30px;
  text-decoration: none;
  color: var(--color-text);
}
@media screen and (min-width: 480px) {
  .common-question .container .row a {
    flex: 0 0 calc((100% - 15px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .common-question .container .row a {
    flex: 0 0 calc((100% - 60px) / 4);
    margin-bottom: 0;
  }
}
.common-question .container .row a .col-img {
  /*height: 50px;*/
  /*width: 50px;*/
  height: 70px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .common-question .container .row a .col-img {
    height: 120px;
    width: 120px;
  }
}
.common-question .container .row a .col-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-question .container .row a p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .common-question .container .row a p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .common-question .container .row a p {
    font-size: 22px;
  }
}

/* Section: common-question
 * ========================================================================== */
body,
html {
  overflow-x: hidden;
}
body.active,
html.active {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--color-bg);
  font-family: var(--font-primary);
  color: var(--color-text);
}

/* Default heading styles (only apply when NOT using .u-paragraph class) */
h1:not(.u-paragraph),
h2:not(.u-paragraph),
h3:not(.u-paragraph),
h4:not(.u-paragraph),
h5:not(.u-paragraph),
h6:not(.u-paragraph) {
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: var(--color-text);
  text-transform: uppercase;
}

/* Universal headings: override default h1-h6 sizes to make tag choice affect only semantics, not appearance */
.u-heading {
  font-family: var(--font-secondary) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: var(--color-text) !important;
  text-transform: uppercase !important;
  margin-right: 10px;
  margin-bottom: 10px;
  /* Default font-size will be set via inline style or fallback below */
}

/* Universal paragraphs: consistent styling regardless of actual tag */
.u-paragraph {
  font-family: var(--font-primary) !important;
  font-weight: 400 !important;
  color: var(--color-text) !important;
  text-transform: none !important;
  font-size: var(--pfs, 17px) !important;
}


/* Default h1-h6 sizes (only apply when NOT using .u-heading or .u-paragraph class) */
h1:not(.u-heading):not(.u-paragraph) {
  font-size: 60px;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  h1:not(.u-heading):not(.u-paragraph) {
    font-size: 60px;
  }
}
@media screen and (min-width: 1600px) {
  h1:not(.u-heading):not(.u-paragraph) {
    font-size: 100px;
  }
}

h2:not(.u-heading):not(.u-paragraph) {
  font-size: 60px;
}
@media screen and (min-width: 1600px) {
  h2:not(.u-heading):not(.u-paragraph) {
    font-size: 70px;
  }
}

h3:not(.u-heading):not(.u-paragraph) {
  font-size: 50px;
}

h4:not(.u-heading):not(.u-paragraph) {
  font-size: 22px;
}

h5:not(.u-heading):not(.u-paragraph) {
  font-size: 18px;
}

h6:not(.u-heading):not(.u-paragraph) {
  font-size: 16px;
}

p {
  font-size: 17px;
}

ul {
  padding-left: 30px;
}


/* Section: media-about-us (cards grid like allcook.ch/media-about-us)
 * ========================================================================== */
.media-about-us.common-question .container { max-width: 935px; }
.media-about-us .container .row { gap: 20px; margin-top: 10px; }
/* Base tile card */
.media-about-us .container .row a {
  background: var(--color-white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 24px;
  min-height: 220px;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex: 0 0 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
/* 2 columns on small screens, 3 columns on tablet/desktop */
@media screen and (min-width: 480px) {
  .media-about-us .container .row a { flex: 0 0 100%; }
}
@media screen and (min-width: 768px) {
  .media-about-us .container .row a { flex: 0 0 calc((100% - 40px)/3); }
}
/* Hover lift effect */
@media (hover: hover) {
  .media-about-us .container .row a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  }
}
/* Logo sizing */
.media-about-us .container .row a .col-img { width: 100%; height: 160px; }
@media screen and (min-width: 768px) {
  .media-about-us .container .row a .col-img { height: 180px; }
}
.media-about-us .container .row a .col-img img { width: 100%; height: 100%; object-fit: contain; }


/* Desktop side paddings for included sections */
@media screen and (min-width: 768px) {
  /* Excluded: .top-banner, .google-banner, .how-it-work, .reviews, .accordion, .common-question, .media-about-us.common-question */
  .menu-page { padding: 10px 50px; }
  .artisanal-weekly { padding: 30px 50px; }
  .lifestyle-block { padding: 30px 50px; }
  .about { padding: 20px 50px; }
  .policy-terms { padding-left: 50px; padding-right: 50px; }
  .cheefs { padding-left: 50px; padding-right: 50px; }
}


/* Mobile vertical paddings = 15px for sections normalized to 30px on desktop */
@media screen and (max-width: 767px) {
  .hero,
  .cheefs,
  .featured,
  /*.artisanal-weekly,*/
  .lifestyle-block,
  /*.about,*/
  .reviews,
  .program-section,
  .how-it-work,
  .picture-video-section,
  .picture-video,
  .menu-page,
  .blog-page,
  .recipes,
  .accordion,
  .common-question { padding: 15px 0; }
}


/* Mobile scaling for universal headings, paragraphs, and buttons using CSS vars */
@media (max-width: 767px) {
  :root { --mobile-scale: 0.73; }
  .u-heading   { font-size: calc(var(--hfs, 43px) * var(--mobile-scale, 1)) !important; }
  .u-paragraph:not(p) { font-size: calc(var(--pfs, 17px) * var(--mobile-scale, 1)) !important; }
  .btn { font-size: calc(var(--bfs, 24px) * var(--mobile-scale, 1)) !important; padding: calc(var(--bpad-y, 11px) * var(--mobile-scale, 1)) calc(var(--bpad-x, 50px) * var(--mobile-scale, 1)); border-radius: calc(var(--brad, 40px) * var(--mobile-scale, 1)); }
}


/* Exclude mobile text scaling inside top-banner and google-banner */
@media (max-width: 767px) {
  .top-banner { --mobile-scale: 1 !important; }
  .top-banner img { transform: none !important; width: 30px !important; height: 33px !important; }
  .top-banner p { font-size: 24px !important; line-height: 1.2; text-align: center;}
  #main-content .top-banner p { font-size: 21px !important; line-height: 1.2; }
  #main-content .top-banner img { width: 30px !important; height: 33px !important; transform: none !important; }
}

/* Exclude mobile scaling inside the reviews slider itself */
@media (max-width: 767px) {
  .reviews .reviews-slider { --mobile-scale: 1 !important; }
}

/* Mobile scaling rules for google-banner (apply 0.73 to text and images) */
@media (max-width: 767px) {
  .google-banner__score { font-size: calc(24px * var(--mobile-scale, 1)) !important; }
  #main-content .google-banner p { font-size: 1em !important; }
  .google-banner__score .google-banner__link {
    min-width: calc(180px * var(--mobile-scale, 1));
    width: calc(180px * var(--mobile-scale, 1));
    height: calc(74px * var(--mobile-scale, 1));
  }
}
/* Fix: Align u-paragraph on the same horizontal line with u-heading in Authentic block */
@media screen and (min-width: 768px) {
  .cheefs .title {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .cheefs .title .u-heading,
  .cheefs .title .u-paragraph {
    display: inline-block;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  /* Give paragraph 20% more share vs heading */
  .cheefs .title .u-heading { flex: 1 1 auto; margin-right: 20px; }
  .cheefs .title .u-paragraph { flex: 1.2 1 auto; }

  /* Cancel absolute positioning so subtitle can sit in one row */
  .cheefs .title p,
  .cheefs .title .u-paragraph {
    position: relative !important;
    top: auto !important;
    right: auto !important;
  }
}


/* Menu Page - Category Filter (scoped to home app) */
.menu-page .category-filter-container{width:100%;max-width:100%;overflow:hidden;position:relative;margin:10px 0;}
.menu-page .category-filter-container::before,.menu-page .category-filter-container::after{content:'';position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:1;transition:opacity .3s ease}
.menu-page .category-filter-container::before{left:0;background:linear-gradient(to right, rgba(255,255,255,0.9), transparent);opacity:0}
.menu-page .category-filter-container::after{right:0;background:linear-gradient(to left, rgba(255,255,255,0.9), transparent);opacity:1}
.menu-page .category-filter-container.show-left-indicator::before{opacity:1}
.menu-page .category-filter-container:not(.show-right-indicator)::after{opacity:0}
.menu-page .filter-by-btns-wrap{overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:10px;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#75bd75 #f0f0f0;display:flex;gap:5px;cursor:grab;scroll-behavior:smooth}
.menu-page .filter-by-btns-wrap:active{cursor:grabbing}
.menu-page .filter-by-btns-wrap::-webkit-scrollbar{height:6px}
.menu-page .filter-by-btns-wrap::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}
.menu-page .filter-by-btns-wrap::-webkit-scrollbar-thumb{background:#75bd75;border-radius:3px}
.menu-page .filter-by-btns-wrap::-webkit-scrollbar-thumb:hover{background:#5a9a5a}
.menu-page .filter-as-btn-block{cursor:pointer;display:inline-block;padding:10px 15px;border:1px solid #75bd75;border-radius:5px;color:#2E662E;background:#fff;transition:all .3s ease;white-space:nowrap;flex-shrink:0;min-width:fit-content}
.menu-page .filter-as-btn-block:hover{background:#bfe3bf}
.menu-page .active-filter{border:1px solid #75bd75;background:#75bd75;color:#fff}
@media (max-width: 767px){.menu-page .filter-as-btn-block{font-size:14px;padding:8px}}
.menu-page .menu-item.category-hidden{display:none!important}
/* ========================================
   STICKY CONTAINER FILTERS - ISOLATED STYLES
   ======================================== */

/* Mobile (0-767px) */
@media (max-width: 767px) {
  .tab-list-sticky-container .menu-category-filter {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .tab-list-sticky-container .category-filter-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
  }
  .tab-list-sticky-container .category-filter-container::before,
  .tab-list-sticky-container .category-filter-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
  }
  .tab-list-sticky-container .category-filter-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
    opacity: 0;
  }
  .tab-list-sticky-container .category-filter-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container.show-left-indicator::before {
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container:not(.show-right-indicator)::after {
    opacity: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #75bd75 #f0f0f0;
    display: flex;
    gap: 5px;
    cursor: grab;
    scroll-behavior: smooth;
    margin-left: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap:active {
    cursor: grabbing;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb {
    background: #75bd75;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb:hover {
    background: #5a9a5a;
  }
  .tab-list-sticky-container .filter-as-btn-block {
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    border: 1px solid #75bd75;
    border-radius: 5px;
    color: #2E662E;
    background: #fff;
    transition: all .3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
    font-size: 14px;
  }
  .tab-list-sticky-container .filter-as-btn-block:hover {
    background: #bfe3bf;
  }
  .tab-list-sticky-container .active-filter {
    border: 1px solid #75bd75;
    background: #75bd75;
    color: #fff;
  }
}

/* Tablet (768-1099px) */
@media (min-width: 768px) and (max-width: 1099px) {
  .tab-list-sticky-container .menu-category-filter {
    width: 100%;
    max-width: 1245px;  /* 1660px * 0.75 = 1245px */
    margin: 0 auto;
    padding: 0 20px;
  }
  .tab-list-sticky-container .category-filter-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
  }
  .tab-list-sticky-container .category-filter-container::before,
  .tab-list-sticky-container .category-filter-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
  }
  .tab-list-sticky-container .category-filter-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
    opacity: 0;
  }
  .tab-list-sticky-container .category-filter-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container.show-left-indicator::before {
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container:not(.show-right-indicator)::after {
    opacity: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #75bd75 #f0f0f0;
    display: flex;
    gap: 5px;
    cursor: grab;
    scroll-behavior: smooth;
    margin-left: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap:active {
    cursor: grabbing;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb {
    background: #75bd75;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb:hover {
    background: #5a9a5a;
  }
  .tab-list-sticky-container .filter-as-btn-block {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #75bd75;
    border-radius: 5px;
    color: #2E662E;
    background: #fff;
    transition: all .3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
  }
  .tab-list-sticky-container .filter-as-btn-block:hover {
    background: #bfe3bf;
  }
  .tab-list-sticky-container .active-filter {
    border: 1px solid #75bd75;
    background: #75bd75;
    color: #fff;
  }
}

/* Desktop (1100px+) */
@media (min-width: 1100px) {
  .tab-list-sticky-container .menu-category-filter {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .tab-list-sticky-container .category-filter-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
  }
  .tab-list-sticky-container .category-filter-container::before,
  .tab-list-sticky-container .category-filter-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
    z-index: 1;
    transition: opacity .3s ease;
  }
  .tab-list-sticky-container .category-filter-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9), transparent);
    opacity: 0;
  }
  .tab-list-sticky-container .category-filter-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container.show-left-indicator::before {
    opacity: 1;
  }
  .tab-list-sticky-container .category-filter-container:not(.show-right-indicator)::after {
    opacity: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #75bd75 #f0f0f0;
    display: flex;
    gap: 5px;
    cursor: grab;
    scroll-behavior: smooth;
    margin-left: 0;
  }
  .tab-list-sticky-container .filter-by-btns-wrap:active {
    cursor: grabbing;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb {
    background: #75bd75;
    border-radius: 3px;
  }
  .tab-list-sticky-container .filter-by-btns-wrap::-webkit-scrollbar-thumb:hover {
    background: #5a9a5a;
  }
  .tab-list-sticky-container .filter-as-btn-block {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #75bd75;
    border-radius: 5px;
    color: #2E662E;
    background: #fff;
    transition: all .3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
  }
  .tab-list-sticky-container .filter-as-btn-block:hover {
    background: #bfe3bf;
  }
  .tab-list-sticky-container .active-filter {
    border: 1px solid #75bd75;
    background: #75bd75;
    color: #fff;
  }
}

/* Menu Modal Order Now Button */
.menu-modal-order-now-container {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin: 0 -20px -20px -20px;
}

.menu-modal-order-now-btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: #75bd75;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.menu-modal-order-now-btn:hover {
  background: #5a9a5a;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .menu-modal-order-now-container {
    padding: 12px 15px;
    margin: 0 -15px -15px -15px;
  }

  .menu-modal-order-now-btn {
    padding: 12px 15px;
    font-size: 16px;
  }
}

/* Questions and Map Block Styles */
.questions-and-map-block {
  padding: 60px 0;
  background-color: rgba(17, 68, 59, 1);
}

.questions-map-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* Form Section */
.questions-form-section {
  background-color: rgba(17, 68, 59, 1);
  color: #fff;
  padding: 20px;
}

.questions-form-section .form-title h2,
.questions-form-section .form-title h1,
.questions-form-section .form-title h3,
.questions-form-section .form-title h4,
.questions-form-section .form-title h5,
.questions-form-section .form-title h6 {
  color: #fff !important;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.questions-form-section .form-description {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* Form Styles */
.questions-contact-form .form-group {
  margin-bottom: 20px;
}

.questions-contact-form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.questions-contact-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.questions-contact-form .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(117, 189, 117, 0.3);
}

.questions-contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox Styles */
.questions-contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.questions-contact-form .form-check-input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.questions-contact-form .form-check-label {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  padding-left: 5px;
}

.questions-contact-form .form-check-label a {
  color: #75bd75;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.questions-contact-form .form-check-label a:hover {
  color: #5a9a5a;
}

/* Submit Button */
.questions-contact-form .submit-btn {
  background-color: #75bd75;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.questions-contact-form .submit-btn:hover {
  background-color: #5a9a5a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Map Section */
.map-section {
  position: relative;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
}

.google-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: none;
  border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .questions-map-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .map-section {
    min-height: 400px;
  }

  .google-map-iframe {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .questions-and-map-block {
    padding: 40px 0;
  }

  .questions-form-section .form-title h2 {
    font-size: 24px;
  }

  .questions-form-section .form-description {
    font-size: 14px;
  }

  .map-section {
    min-height: 350px;
  }

  .google-map-iframe {
    min-height: 350px;
  }

  .questions-contact-form .submit-btn {
    width: 100%;
  }
}
