@charset "UTF-8";
:root {
  --ok-primary:#47a13e;
  --ok-primary-dark:#2f7f32;
  --ok-secondary:#f7941e;
  --ok-secondary-soft:#ffe1ba;
  --ok-background:#fff8ee;
  --ok-surface:#fff;
  --ok-text:#263238;
  --ok-muted:#60727a;
  --ok-border:#2632381a;
  --ok-border-strong:#26323829;
  --ok-shadow:0 24px 50px #47a13e24;
  --ok-shadow-soft:0 18px 38px #26323814;
  --ok-shadow-strong:0 28px 70px #2632381f;
  --ok-radius:1.6rem;
  --ok-radius-sm:1.1rem;
  --ok-container:1340px;
}

html {
  scroll-behavior: smooth;
}

p {
  margin: 0 0 1rem;
}

blockquote {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

body {
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ok-text);
  background: radial-gradient(circle at 0% 0%, rgba(247, 148, 30, 0.1411764706), transparent 24%), radial-gradient(circle at 100% 0%, rgba(71, 161, 62, 0.1215686275), transparent 26%), linear-gradient(180deg, #fffaf3 0%, var(--ok-background) 18%, #fff9f1 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .display-title, .section-title, .card-title-sm {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  color: var(--ok-text);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(247, 148, 30, 0.1215686275);
  border-radius: 999px;
  background: rgba(247, 148, 30, 0.1019607843);
  color: var(--ok-secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow.home {
  background: #fed41d;
}

.display-title {
  font-size: clamp(2.85rem, 7vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.section-title {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 18ch;
}

.hero-copy {
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  line-height: 1.85;
}

.section-copy, .soft-card p, .meal-card p, .step-card p, .testimonial-quote, .weekly-card p, .mini-step p, .footer-copy, .form-note {
  color: var(--ok-muted);
  line-height: 1.8;
}

.container {
  max-width: var(--ok-container);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1200;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: var(--ok-text);
  color: #fff;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(247, 148, 30, 0.4509803922);
  outline-offset: 3px;
}

.section-space {
  padding: clamp(4.5rem, 8vw, 4.5rem) 0;
}

@media (min-width: 992px) {
  .section-space {
    padding: clamp(4.5rem, 5vw, 5rem) 0;
  }
}
.section-trust {
  padding: 0 0 1.25rem;
}

.section-soft {
  position: relative;
}

.section-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(71, 161, 62, 0.0588235294), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.section-soft > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 75%;
}

.section-heading .section-title {
  max-width: 30ch;
  margin-inline: auto;
}

.page-hero .illustration-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9411764706), rgba(255, 255, 255, 0.8588235294)), radial-gradient(circle at top right, rgba(247, 148, 30, 0.1215686275), transparent 28%);
}

.site-header {
  top: 0;
  z-index: 5000;
  padding: 0.35rem 0 0;
  background: rgba(255, 255, 255, 0.9803921569);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7215686275);
  box-shadow: 0 18px 42px rgba(13, 25, 90, 0.1215686275);
  backdrop-filter: blur(14px);
  transition: background-color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-header-hero {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), backdrop-filter 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-header-hero.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
  padding: 0.35rem 0 0;
  background: rgba(255, 255, 255, 0.9803921569);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7215686275);
  box-shadow: 0 18px 42px rgba(13, 25, 90, 0.1215686275);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: headerSlideDown 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header-shell {
  position: relative;
  z-index: 1;
  padding: 0 1.25rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: max-width 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), margin 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), padding 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), border-radius 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9803921569);
  border-bottom-color: rgba(255, 255, 255, 0.7215686275);
  box-shadow: 0 22px 48px rgba(13, 25, 90, 0.1607843137);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.75rem;
}

.site-header .navbar-collapse {
  gap: 0.65rem;
}

.header-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.header-cta__icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.header-cta:not(.header-cta--secondary), .btn-brand, .hero-stage__cta:not(.hero-stage__cta--secondary), .about-feature__cta, .ok-updates-button, .btn.contact-submit-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
}

.header-cta:not(.header-cta--secondary)::before, .btn-brand::before, .hero-stage__cta:not(.hero-stage__cta--secondary)::before, .about-feature__cta::before, .ok-updates-button::before, .btn.contact-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-primary-dark);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}

.header-cta:not(.header-cta--secondary):hover::before, .header-cta:not(.header-cta--secondary):focus-visible::before, .btn-brand:hover::before, .btn-brand:focus-visible::before, .hero-stage__cta:not(.hero-stage__cta--secondary):hover::before, .hero-stage__cta:not(.hero-stage__cta--secondary):focus-visible::before, .about-feature__cta:hover::before, .about-feature__cta:focus-visible::before, .ok-updates-button:hover::before, .ok-updates-button:focus-visible::before, .btn.contact-submit-btn:hover::before, .btn.contact-submit-btn:focus-visible::before {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: var(--ok-btn-min-height);
  padding: 0.35rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--ok-btn-radius);
  background: #ff5624;
  color: #fff;
  font-size: var(--ok-btn-font-size);
  font-weight: var(--ok-btn-font-weight);
  white-space: nowrap;
  transition: var(--ok-btn-transition);
}

.header-cta--primary {
  background: var(--ok-primary);
  color: #fff;
}

.page-home .site-header.is-scrolled .header-cta {
  background: var(--ok-primary);
}

.page-home .site-header.is-scrolled .header-cta--secondary {
  background: transparent;
  color: var(--ok-btn-white-text);
}

.header-cta__icon {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #fff;
  color: var(--ok-primary-dark);
}

.header-cta:hover, .header-cta:focus-visible {
  transform: translateY(var(--ok-btn-hover-lift));
}

.header-cta:active {
  transform: translateY(0);
}

.page-home .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding-top: 0.8rem;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.page-home .brand-mark, .page-home .nav-link {
  color: #516f3b;
}

.page-home .brand-mark small {
  color: rgba(255, 255, 255, 0.8588235294);
}

.page-home .navbar-nav .nav-link:hover, .page-home .navbar-nav .nav-link:focus-visible {
  color: #fff;
  background: transparent;
}

.page-home .navbar-nav .nav-link.active, .page-home .navbar-nav .nav-link.active:hover, .page-home .navbar-nav .nav-link.active:focus-visible {
  background: #ff5624;
  color: #fff !important;
  transform: none;
}

.page-home .nav-indicator {
  background: var(--ok-primary);
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.2196078431);
}

.page-home .navbar-toggler {
  background: rgba(255, 255, 255, 0.1607843137);
}

.page-home .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.page-home .site-header.is-scrolled {
  padding-top: 0.35rem;
  background: rgba(255, 255, 255, 0.9803921569);
  border-bottom-color: rgba(255, 255, 255, 0.7215686275);
  box-shadow: 0 22px 48px rgba(13, 25, 90, 0.1607843137);
  backdrop-filter: blur(14px);
}

.page-home .site-header.is-scrolled .brand-mark, .page-home .site-header.is-scrolled .nav-link {
  color: var(--ok-text);
}

.page-home .site-header.is-scrolled .nav-link.active {
  background: var(--ok-primary);
}

.page-home .site-header.is-scrolled .nav-link.active:hover, .page-home .site-header.is-scrolled .nav-link.active:focus-visible {
  background: var(--ok-primary) !important;
  transform: none;
}

.page-home .site-header.is-scrolled .brand-mark small {
  color: var(--ok-muted);
}

.page-home .site-header.is-scrolled .navbar-nav .nav-link:hover, .page-home .site-header.is-scrolled .navbar-nav .nav-link:focus-visible {
  color: #fff;
  background: transparent;
}

.page-home .site-header.is-scrolled .nav-indicator {
  background: var(--ok-primary);
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.2196078431);
}

.page-home .site-header.is-scrolled .navbar-toggler {
  background: rgba(255, 248, 238, 0.9490196078);
}

.page-home .site-header.is-scrolled .navbar-toggler-icon {
  filter: none;
}

.page-interior .site-header-hero .header-shell {
  padding: 0 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1.95rem;
  box-shadow: 0 18px 42px rgba(13, 25, 90, 0.1607843137);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.page-interior .site-header-hero .brand-mark, .page-interior .site-header-hero .nav-link {
  color: #fff;
}

.page-interior .site-header-hero .brand-mark small {
  color: rgba(255, 255, 255, 0.7803921569);
}

.page-interior .site-header-hero .navbar-nav .nav-link:hover, .page-interior .site-header-hero .navbar-nav .nav-link:focus-visible {
  color: #fff;
  background: transparent;
}

.page-interior .site-header-hero .navbar-nav .nav-link.active, .page-interior .site-header-hero .navbar-nav .nav-link.active:hover, .page-interior .site-header-hero .navbar-nav .nav-link.active:focus-visible {
  background: #ff5624;
  color: #fff !important;
  transform: none;
}

.page-interior .site-header-hero .nav-indicator {
  background: var(--ok-primary);
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.2196078431);
}

.page-interior .site-header-hero .navbar-toggler {
  background: rgba(255, 255, 255, 0.2196078431);
}

.page-interior .site-header-hero .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.page-interior .site-header-hero .site-dropdown {
  background: rgba(255, 255, 255, 0.9803921569);
}

.page-interior .site-header-hero.is-scrolled .header-shell {
  width: min(100% - 2rem, var(--ok-container));
  max-width: var(--ok-container);
  margin-inline: auto;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-interior .site-header-hero.is-scrolled .brand-mark, .page-interior .site-header-hero.is-scrolled .nav-link {
  color: var(--ok-text);
}

.page-interior .site-header-hero.is-scrolled .brand-mark small {
  color: var(--ok-muted);
}

.page-interior .site-header-hero.is-scrolled .navbar-nav .nav-link:hover, .page-interior .site-header-hero.is-scrolled .navbar-nav .nav-link:focus-visible {
  color: #fff;
  background: transparent;
}

.page-interior .site-header-hero.is-scrolled .navbar-nav .nav-link.active, .page-interior .site-header-hero.is-scrolled .navbar-nav .nav-link.active:hover, .page-interior .site-header-hero.is-scrolled .navbar-nav .nav-link.active:focus-visible {
  background: #ff5624;
  color: #fff !important;
  transform: none;
}

.page-interior .site-header-hero.is-scrolled .navbar-toggler {
  background: rgba(255, 248, 238, 0.9490196078);
}

.page-interior .site-header-hero.is-scrolled .navbar-toggler-icon {
  filter: none;
}

@media (max-width: 1199.98px) {
  .site-header .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.875rem;
    width: 2.875rem;
    height: 2.875rem;
    min-width: 2.875rem;
    min-height: 2.875rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.8509803922) !important;
    border-radius: 999px;
    background: #fffdf8;
    box-shadow: 0 12px 26px rgba(38, 50, 56, 0.1411764706) !important;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  }
  .site-header .navbar-toggler:hover, .site-header .navbar-toggler:focus-visible {
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(38, 50, 56, 0.1803921569) !important;
    transform: translateY(-1px);
  }
  .site-header .navbar-toggler:focus-visible {
    outline: 3px solid rgba(71, 161, 62, 0.2392156863);
    outline-offset: 3px;
  }
  .site-header .navbar-toggler-icon {
    width: 1.35rem;
    height: 1.35rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2347a13e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.6' d='M5 7h20M5 15h20M5 23h20'/%3e%3c/svg%3e");
    background-size: 1.35rem 1.35rem;
    filter: none;
  }
  .page-home .navbar-toggler, .page-interior .site-header-hero .navbar-toggler {
    background: #fffdf8;
  }
  .page-home .navbar-toggler-icon, .page-interior .site-header-hero .navbar-toggler-icon {
    filter: none;
  }
  .page-home .site-header.is-scrolled .navbar-toggler, .page-interior .site-header-hero.is-scrolled .navbar-toggler {
    border-color: #47a13e !important;
    background: var(--ok-primary);
  }
  .page-home .site-header.is-scrolled .navbar-toggler-icon, .page-interior .site-header-hero.is-scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.6' d='M5 7h20M5 15h20M5 23h20'/%3e%3c/svg%3e");
    filter: none;
  }
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.site-header .navbar {
  position: relative;
  z-index: 1;
  padding: 1rem 0 0.7rem;
}

.navbar {
  padding: 1rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ok-text);
}

.navbar-brand.brand-mark {
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-mark strong, .brand-mark small {
  display: block;
  line-height: 1.05;
}

.brand-mark strong {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark small {
  margin-top: 0.2rem;
  color: var(--ok-muted);
  font-size: 0.84rem;
}

.brand-mark__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 1rem;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.2392156863), transparent 35%), linear-gradient(145deg, var(--ok-primary), #72c45a);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--ok-shadow);
}

.brand-mark__logo {
  display: block;
  width: auto;
  height: clamp(2.8rem, 5vw, 3rem);
  object-fit: contain;
}

.navbar-toggler {
  padding: 0.4rem;
  border-radius: 0.9rem;
  background: rgba(255, 248, 238, 0.9490196078);
}

.navbar-nav {
  position: relative;
}

.navbar-nav .nav-link {
  position: relative;
  z-index: 2;
  padding: 0.8rem 1.2rem !important;
  color: var(--ok-text);
  font-size: 1.02rem;
  font-weight: 700;
  border-radius: 999px;
  transition: color 0.35s ease, background-color 0.2s ease, transform 0.2s ease;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus-visible {
  color: #fff;
  background: transparent;
  transform: translateY(-1px);
}

.navbar-nav .nav-link.active {
  color: #fff !important;
  background: #ff5624;
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.2196078431);
}

.navbar-nav .nav-link.active:hover, .navbar-nav .nav-link.active:focus-visible {
  color: #fff !important;
  background: #ff5624;
  transform: none;
}

.nav-indicator {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: calc(100% - 0.8rem);
  min-height: 2.8rem;
  border-radius: 999px;
  background: var(--ok-primary);
  transform: translateY(-50%);
  transition: left 0.35s ease, width 0.35s ease, opacity 0.25s ease, background-color 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.2196078431);
  pointer-events: none;
  opacity: 0;
}

.nav-indicator.is-visible {
  opacity: 1;
}

.site-dropdown {
  z-index: 5050;
  margin-top: 0.2rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.9411764706);
  box-shadow: 0 24px 44px rgba(38, 50, 56, 0.1215686275);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-dropdown .dropdown-item {
  padding: 0.8rem 0.95rem;
  border-radius: 0.85rem;
  color: var(--ok-text);
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-dropdown .dropdown-item:hover, .site-dropdown .dropdown-item:focus-visible, .site-dropdown .dropdown-item.active {
  background: rgba(71, 161, 62, 0.0784313725);
  color: var(--ok-primary-dark);
  transform: translateX(2px);
}

.navbar-nav .dropdown > .site-dropdown {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.navbar-nav .dropdown:hover > .site-dropdown, .navbar-nav .dropdown:focus-within > .site-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 1200px) {
  .site-header .navbar-nav .nav-item.dropdown {
    position: relative;
  }
  .site-header .navbar-nav .nav-item.dropdown .dropdown-menu.site-dropdown {
    margin-top: 0;
  }
  .site-header .navbar-nav .nav-item.dropdown .dropdown-menu.site-dropdown::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }
  .site-header .navbar-nav .nav-item.dropdown:hover > .dropdown-menu, .site-header .navbar-nav .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.offcanvas-nav {
  z-index: 5020;
  background: radial-gradient(circle at top right, rgba(247, 148, 30, 0.1411764706), transparent 24%), linear-gradient(180deg, #fffaf5 0%, #fff6ea 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.offcanvas-backdrop {
  z-index: 5010;
}

.offcanvas-nav .offcanvas-header {
  justify-content: flex-end;
  padding: 1.25rem 1.25rem 0.5rem;
}

.offcanvas-title {
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.offcanvas-nav .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1.25rem 1.5rem;
}

.mobile-nav {
  display: grid;
  gap: 0.6rem;
}

.mobile-nav__item {
  display: grid;
  gap: 0.48rem;
}

.mobile-nav__link {
  display: block;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  border-radius: 1rem;
  background: #fffef9;
  color: var(--ok-text);
  font-size: 1.06rem;
  font-weight: 700;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mobile-nav__link:hover, .mobile-nav__link:focus-visible {
  transform: translateX(4px);
  border-color: #47a13e;
  background: var(--ok-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(71, 161, 62, 0.1607843137);
}

.mobile-nav__link.active {
  transform: translateX(4px);
  border-color: #ff5624;
  background: #ff5624;
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 86, 36, 0.1607843137);
}

.mobile-nav__toggle[aria-expanded=true] {
  transform: translateX(4px);
  border-color: #47a13e;
  background: var(--ok-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(71, 161, 62, 0.1607843137);
}

.mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mobile-nav__chevron {
  flex: 0 0 auto;
  width: 0.62rem;
  height: 0.62rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.mobile-nav__toggle[aria-expanded=true] .mobile-nav__chevron {
  transform: rotate(225deg);
}

.mobile-nav__submenu {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0.15rem 0 0;
}

.mobile-nav__submenu[hidden] {
  display: none;
}

.mobile-nav__link--sub {
  margin-left: 1rem;
  width: calc(100% - 1rem);
  border-color: rgba(38, 50, 56, 0.0705882353);
  background: #ffffff;
  font-size: 0.96rem;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(38, 50, 56, 0.031372549);
}

.mobile-nav__link--sub:hover, .mobile-nav__link--sub:focus-visible {
  border-color: rgba(71, 161, 62, 0.168627451);
  background: #f8fcf5;
  color: var(--ok-primary-dark);
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.062745098);
}

.mobile-nav__link--sub.active {
  border-color: #ff5624;
  background: #ff5624;
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 86, 36, 0.1411764706);
}

body.mobile-nav-open .tawk-min-container, body.mobile-nav-open .tawk-button, body.mobile-nav-open iframe[title*=chat i], body.mobile-nav-open iframe[src*=tawk i] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Inner Page Hero */
.hero-header-card {
  width: min(81%, 1260px);
  margin: 0 auto 3.75rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 1300px) {
  .hero-header-card {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .hero-header-card {
    width: calc(100% - 1rem);
    margin: 0 auto 1.75rem;
  }
}
.hero-section {
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.hero-section {
  position: relative;
  color: #fff;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(8, 18, 50, 0.7882352941) 0%, rgba(8, 18, 50, 0.5490196078) 38%, rgba(8, 18, 50, 0.2196078431) 100%);
  pointer-events: none;
}

.page-interior .hero-section::before {
  content: "";
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.8705882353) 0%, rgba(5, 5, 5, 0.7490196078) 0%, rgba(7, 7, 7, 0.3411764706) 100%);
}

.page-about .hero-section-about::before {
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.9098039216) 0%, rgba(5, 5, 5, 0.8) 36%, rgba(7, 7, 7, 0.4117647059) 100%);
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section-rounded {
  position: relative;
  z-index: 5;
  width: min(100% - 2rem, 1888px);
  margin: 1rem auto clamp(1.9rem, 4vw, 3.2rem);
  padding: 1.35rem 0 3.5rem;
  border-radius: 2rem;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: auto;
}

.hero-section-about {
  background-image: url("../img/banners/about-us.png");
}

.hero-section-menu {
  background-image: url("../img/hero/hero-01.png");
  background-position: center 35%;
}

.page-menu-programs .hero-section-menu {
  background-image: url("../img/banners/menu-programs.png");
}

.page-lunch-programs .hero-section-menu {
  background-image: url("../img/banners/lunch-programs.png");
}

.page-before-after-snacks .hero-section-menu {
  background-image: url("../img/banners/before-after-school-snacks.png");
}

.page-extended-day-snacks .hero-section-menu {
  background-image: url("../img/banners/extended-day-snacks.png");
}

.page-menu-programs .hero-section-menu::before {
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.9098039216) 0%, rgba(5, 5, 5, 0.8) 36%, rgba(7, 7, 7, 0.4117647059) 100%);
}

.hero-section-contact {
  background-image: url("../img/contact-consultation-photo.png");
}

.page-contact .hero-section-contact {
  background-image: url("../img/banners/contact.png");
}

.page-parent-register .hero-section-contact {
  background-image: url("../img/banners/parent-register.png");
}

.hero-section-team {
  background-image: url("../img/organic-kids-facility.jpg");
}

.hero-section-blog, .hero-section-article {
  background-image: url("../img/banners/blog.png");
}

.hero-section-about, .hero-section-menu, .hero-section-contact, .hero-section-blog, .hero-section-article, .hero-section-quote, .hero-section-careers, .hero-section-team {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
}

.inner-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 8rem;
  padding-bottom: 1.6rem;
  gap: 1rem;
}

.inner-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  max-width: 100%;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.breadcrumb-nav a:hover {
  opacity: 0.8;
}

.breadcrumb-nav span {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-nav span:last-child {
  color: #fff;
}

.hero-section--feature {
  position: relative;
  padding: clamp(8.5rem, 13vw, 9.1rem) 0 6.1rem;
  background-color: #488e2b;
  background-image: url("../img/hero-top-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.hero-section--feature > .container {
  width: 90%;
  max-width: none;
}

.hero-section--feature::before, .hero-section--feature::after {
  position: absolute;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.7215686275);
  opacity: 0.8;
}

.hero-section--feature::before {
  top: 1rem;
  left: -1.6rem;
  width: 6.5rem;
  height: 6.5rem;
}

/* .hero-section--feature::after{top:2rem;right:1.5rem;width:1.2rem;height:1.2rem;box-shadow:-1.55rem -.3rem 0 -.15rem #ffffffe6 .35rem -1.55rem 0 0 #ffffffe6} */
.hero-stage {
  position: relative;
  height: 700px;
  max-height: 700px;
  padding: 0;
  border-radius: 2rem;
  overflow: hidden;
  background: #172316;
  box-shadow: 0 30px 80px rgba(38, 50, 56, 0.1411764706);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(7, 19, 12, 0.36) 0%, rgba(7, 19, 12, 0.22) 42%, rgba(7, 19, 12, 0.08) 72%, rgba(7, 19, 12, 0) 100%);
  pointer-events: none;
}

.hero-carousel {
  position: relative;
  width: 100%;
  margin-inline: 0;
  perspective: 1800px;
}

.hero-carousel .carousel-inner {
  border-radius: 2rem;
  transform-style: preserve-3d;
}

.hero-carousel .carousel-item {
  transform-origin: center center;
  backface-visibility: hidden;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease, filter 0.9s ease;
}

@media (min-width: 992px) {
  .hero-carousel .carousel-item-next, .hero-carousel .carousel-item-prev, .hero-carousel .carousel-item.active {
    display: block;
  }
  .hero-carousel .carousel-item-next, .hero-carousel .carousel-item-prev {
    opacity: 0.18;
    filter: blur(2px);
  }
  .hero-carousel .carousel-item-next.carousel-item-start, .hero-carousel .carousel-item-prev.carousel-item-end, .hero-carousel .carousel-item.active {
    opacity: 1;
    filter: none;
  }
  .hero-carousel .active.carousel-item-start {
    transform: translate3d(-14%, 0, -160px) rotateY(13deg) scale(0.92);
    opacity: 0.28;
    filter: blur(2px);
  }
  .hero-carousel .active.carousel-item-end {
    transform: translate3d(14%, 0, -160px) rotateY(-13deg) scale(0.92);
    opacity: 0.28;
    filter: blur(2px);
  }
  .hero-carousel .carousel-item-next.carousel-item-start, .hero-carousel .carousel-item-prev.carousel-item-end {
    transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
  }
}
.hero-stage__image {
  width: 100%;
  height: 700px;
  max-height: 700px;
  border-radius: 1.7rem;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.01);
}

.hero-stage__image--kids {
  object-position: center center;
}

.hero-stage__image--meal-prep {
  object-position: center 48%;
}

.hero-stage__image--planning {
  object-position: center center;
}

.hero-stage__card {
  position: absolute;
  left: clamp(2.5rem, 5vw, 4.2rem);
  top: 60%;
  bottom: auto;
  z-index: 2;
  width: min(42rem, 100% - 8rem);
  padding: clamp(1.75rem, 2.5vw, 2.45rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.8rem;
  background: linear-gradient(135deg, rgba(242, 101, 42, 0.88), rgba(226, 92, 38, 0.82));
  color: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transform: translateY(-50%);
}

.hero-stage__eyebrow {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.0901960784);
  color: #ffdd80;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-stage__title {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(2.75rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-stage__card h1, .hero-stage__card h2 {
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero-stage__copy {
  max-width: 90%;
  color: rgba(255, 255, 255, 0.9215686275);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.hero-stage__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-stage__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14.5rem;
  min-height: 3.75rem;
  border: 1px solid var(--ok-primary);
  border-radius: 999px;
  background: var(--ok-primary);
  color: #fff;
}

.hero-stage__cta:hover, .hero-stage__cta:focus-visible {
  border-color: var(--ok-primary-dark);
  color: #fff;
}

.hero-stage__controls {
  position: absolute;
  right: clamp(2.5rem, 4vw, 3.4rem);
  bottom: clamp(2.5rem, 4vw, 3.4rem);
  z-index: 2;
  display: flex;
  gap: 0.9rem;
}

.hero-stage__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.65rem;
  height: 4.65rem;
  border-radius: 50%;
  background: #ffca12;
  color: #7a5600;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #856905;
}

.hero-stage__control svg {
  width: 1.65rem;
  height: 1.65rem;
}

.hero-stage__control:hover, .hero-stage__control:focus-visible {
  color: #5f4400;
}

.hero-carousel__indicators {
  position: absolute;
  left: clamp(2.5rem, 4vw, 3.4rem);
  right: auto;
  bottom: 0.35rem;
  z-index: 3;
  justify-content: flex-start;
  gap: 0.25rem;
  margin: 0;
}

.hero-carousel__indicators [data-bs-target] {
  position: relative;
  width: 2rem;
  height: 3rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
}

.hero-carousel__indicators [data-bs-target]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8392156863);
  transform: translate(-50%, -50%);
}

.hero-carousel__indicators .active::after {
  background-color: #ffca12;
}

.page-hero {
  padding-top: clamp(4rem, 7vw, 5.75rem);
}

.page-interior .page-hero {
  padding-top: 0 !important;
}

.page-hero .illustration-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9411764706), rgba(255, 255, 255, 0.8588235294)), radial-gradient(circle at top right, rgba(247, 148, 30, 0.1215686275), transparent 28%);
}

@media (max-width: 767.98px) {
  .page-interior .hero-section-rounded,
  .page-interior .hero-section-careers {
    margin-bottom: 0 !important;
  }
  .page-interior main > :first-child {
    padding-top: 2.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-interior .hero-section-rounded,
  .page-interior .hero-section-careers {
    margin-bottom: 0 !important;
  }
  .page-interior main > :first-child {
    padding-top: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .page-interior .hero-section-rounded,
  .page-interior .hero-section-careers {
    margin-bottom: 0 !important;
  }
  .page-interior main > :first-child {
    padding-top: clamp(3.75rem, 4.2vw, 4.5rem) !important;
  }
}
.site-footer {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding: 3.5rem 0 2rem;
  background: var(--ok-secondary);
  color: #fffdf8;
  overflow: hidden;
}

.site-footer--showcase .container {
  position: relative;
  z-index: 0;
}

.site-footer--showcase .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.page-interior .site-footer__top, .page-interior .site-footer__divider {
  display: none;
}

.page-interior .site-footer--showcase {
  padding-top: clamp(3.2rem, 5vw, 4rem);
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding-bottom: 2rem;
}

.site-footer__divider {
  height: 1px;
  margin-bottom: 2.5rem;
  background: rgba(38, 50, 56, 0.1607843137);
}

.brand-mark--footer {
  color: var(--ok-text);
}

.brand-mark--footer .brand-mark__icon {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1803921569);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.footer-badge {
  min-width: 13rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(38, 50, 56, 0.1215686275);
  border-radius: 1.2rem;
  background: rgba(255, 248, 238, 0.3490196078);
}

.footer-badge strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ok-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.footer-title {
  display: block;
  margin-bottom: 0.95rem;
  color: #fff;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.02;
}

.footer-badge span, .footer-copy--light, .footer-contact li span:last-child, .footer-contact a, .footer-activities a, .footer-quick-links a, .footer-policy-links a, .footer-bottom--showcase span {
  color: #fffdf8;
}

.footer-copy--light {
  margin-bottom: 1.5rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-socials--contact {
  margin-top: 1.5rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1803921569);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.footer-socials a svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.footer-socials a:nth-child(1) {
  background: #c9356b;
}

.footer-socials a:nth-child(2) {
  background: #fff8ee;
  color: #27304a;
}

.footer-socials a:nth-child(3) {
  background: #0f82c2;
}

.footer-socials a:nth-child(4) {
  background: #b91c1c;
}

.footer-socials a:hover, .footer-socials a:focus-visible, .footer-top-link:hover, .footer-top-link:focus-visible {
  transform: translateY(var(--ok-btn-hover-lift));
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.footer-contact-text-link {
  display: inline-block;
  max-width: 100%;
  border-radius: 0.35rem;
  text-decoration: none;
}

.footer-contact-text-link:focus-visible {
  outline: 2px solid #fff8ee;
  outline-offset: 3px;
}

.footer-contact-item__content {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-contact-item__label, .footer-contact-item__value {
  display: block;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-contact li + li, .footer-activities li + li {
  margin-top: 1rem;
}

.footer-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.85rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.95rem;
  background: #fff8ee;
  color: #27304a;
  font-size: 0.95rem;
  font-weight: 900;
}

.footer-contact__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact a, .footer-activities a, .footer-quick-links a, .footer-policy-links a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.footer-activities a:hover, .footer-activities a:focus-visible, .footer-policy-links a:hover, .footer-policy-links a:focus-visible {
  color: #ffffff;
  opacity: 0.82;
}

.footer-activities li {
  position: relative;
  padding-left: 1.15rem;
}

.footer-activities li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.33rem solid transparent;
  border-bottom: 0.33rem solid transparent;
  border-left: 0.38rem solid #fffdf8;
}

.footer-nav {
  max-width: 16rem;
}

.footer-quick-links {
  display: grid;
  gap: 0.68rem;
}

.footer-quick-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.08rem 0;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.9;
}

.footer-quick-links a::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.58;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.footer-quick-links a:hover, .footer-quick-links a:focus-visible {
  color: #ffffff;
  opacity: 1;
  transform: translateX(3px);
}

.footer-quick-links a:hover::before, .footer-quick-links a:focus-visible::before {
  opacity: 0.9;
  transform: translateX(1px) rotate(45deg);
}

.footer-updates-card {
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(255, 255, 255, 0.7882352941);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf8, #fff8ee);
  box-shadow: 0 20px 42px rgba(38, 50, 56, 0.1098039216);
}

.footer-updates-card .footer-title {
  margin-bottom: 0.8rem;
  color: var(--ok-text);
  font-size: clamp(1.65rem, 2.2vw, 1.95rem);
  line-height: 0.98;
}

.footer-updates-card .footer-copy--light {
  margin-bottom: 1rem;
  color: var(--ok-muted);
  line-height: 1.55;
}

.footer-updates-card .footer-updates {
  gap: 0.85rem;
}

.footer-updates {
  display: grid;
  gap: 1rem;
}

.ok-updates-input {
  display: block;
  width: 100%;
  min-height: 3.55rem;
  border: 1px solid rgba(38, 50, 56, 0.1215686275);
  border-radius: 999px;
  padding: 0 1.35rem;
  background: #ffffff;
  color: #27304a;
}

.ok-updates-input::placeholder {
  color: #64748b;
}

.ok-updates-button {
  min-height: var(--ok-btn-min-height-lg);
  border: 0;
  border-radius: var(--ok-btn-radius);
  padding: 0 1.6rem;
  background: var(--ok-primary);
  color: #fff;
  font-weight: var(--ok-btn-font-weight);
}

.ok-updates-button[disabled] {
  opacity: 0.78;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.ok-updates-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(38, 50, 56, 0.1215686275);
  border-radius: 1rem;
  background: rgba(255, 248, 238, 0.9490196078);
}

.ok-updates-form__consent-input {
  flex: 0 0 auto;
  margin-top: 0.16rem;
}

.ok-updates-form__consent-label {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-updates-card .ok-updates-form__consent {
  background: #f9fcf6;
  border-color: rgba(71, 161, 62, 0.1411764706);
}

.footer-updates-card .ok-updates-form__consent-label {
  color: var(--ok-text);
}

.footer-updates-card .ok-updates-button {
  width: 100%;
  box-shadow: 0 14px 28px rgba(71, 161, 62, 0.1490196078);
}

.footer-updates-card .ok-updates-button:hover, .footer-updates-card .ok-updates-button:focus-visible {
  box-shadow: 0 18px 34px rgba(71, 161, 62, 0.2);
}

.ok-updates-message {
  display: none;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}

.ok-updates-message.is-visible {
  display: block;
}

.ok-updates-message--success {
  background: #e8f6e6;
  color: #205c22;
}

.ok-updates-message--error {
  background: #fff1ef;
  color: #9b2c1b;
}

.ok-updates-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-bottom {
  margin-top: 2.5rem;
}

.footer-bottom--showcase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(38, 50, 56, 0.1607843137);
  font-size: 0.95rem;
}

.footer-bottom--showcase > span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem 1.35rem;
  min-width: 0;
  max-width: 100%;
}

.footer-policy-links a {
  overflow-wrap: anywhere;
}

.footer-top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: #fff8ee;
  color: #27304a;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1803921569);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

@media (max-width: 991.98px) {
  .site-footer--showcase .footer-newsletter-column {
    order: 1;
  }
  .site-footer--showcase .footer-links-column {
    order: 2;
  }
  .site-footer--showcase .footer-contact-column {
    order: 3;
  }
  .site-footer--showcase .container > .row {
    --bs-gutter-y:2rem;
  }
}
.page-about .site-footer--showcase {
  padding-top: clamp(2.45rem, 4vw, 3rem);
  padding-bottom: 1.5rem;
}

.page-about .site-footer--showcase .row {
  --bs-gutter-y:1.65rem;
  --bs-gutter-x:2rem;
}

.page-about .footer-copy--light {
  margin-bottom: 1rem;
  line-height: 1.65;
}

.page-about .footer-socials--contact {
  margin-top: 1.05rem;
}

.page-about .footer-contact li + li, .page-about .footer-activities li + li {
  margin-top: 0.72rem;
}

.page-about .footer-contact__icon {
  width: 2.5rem;
  height: 2.5rem;
  flex-basis: 2.5rem;
  border-radius: 0.8rem;
}

.page-about .footer-updates-card {
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border-radius: 1.15rem;
  box-shadow: 0 16px 34px rgba(38, 50, 56, 0.0941176471);
}

.page-about .footer-updates-card .footer-copy--light {
  margin-bottom: 0.9rem;
}

.page-about .footer-updates-card .footer-updates {
  gap: 0.85rem;
}

.page-about .ok-updates-input {
  min-height: 3.45rem;
}

.page-about .ok-updates-button {
  min-height: 3.4rem;
}

.page-about .ok-updates-form__consent {
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
}

.page-about .ok-updates-form__consent-label {
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-about .footer-bottom {
  margin-top: 1.65rem;
}

.page-about .footer-bottom--showcase {
  padding-top: 1.05rem;
}

@media (max-width: 767.98px) {
  .page-about .site-footer--showcase {
    padding-top: 2.25rem;
    padding-bottom: 1.35rem;
  }
  .page-about .footer-bottom--showcase {
    align-items: flex-start;
  }
}
:root {
  --ok-btn-radius: 999px;
  --ok-btn-min-height: 3.35rem;
  --ok-btn-min-height-lg: 3.45rem;
  --ok-btn-min-height-sm: 2.75rem;
  --ok-btn-padding: .92rem 1.45rem;
  --ok-btn-padding-lg: 1rem 1.75rem;
  --ok-btn-padding-sm: .75rem 1.25rem;
  --ok-btn-font-size: .95rem;
  --ok-btn-font-weight: 800;
  --ok-btn-transition: transform .24s cubic-bezier(.22, .61, .36, 1), box-shadow .24s cubic-bezier(.22, .61, .36, 1), background-color .24s ease, border-color .24s ease, color .24s ease, filter .24s ease;
  --ok-btn-sweep-timing: .35s ease;
  --ok-btn-hover-lift: -2px;
  --ok-btn-hover-shadow-brand: 0 14px 28px rgba(47, 127, 50, .18);
  --ok-btn-hover-shadow-soft: 0 12px 24px rgba(38, 50, 56, .1);
  --ok-btn-white-text: var(--ok-primary-dark);
  --ok-btn-white-hover-bg: #fff;
  --ok-btn-white-hover-border: #fff;
  --ok-btn-white-hover-text: var(--ok-primary-dark);
  --ok-btn-white-hover-shadow: 0 16px 34px rgba(7, 19, 12, .18);
  --ok-btn-white-active-bg: #fff8ee;
  --ok-btn-white-active-border: #fff8ee;
  --ok-btn-white-active-text: var(--ok-primary-dark);
  --ok-btn-white-bg: #fffdf8;
  --ok-btn-white-border: #fffdf8;
  --ok-btn-white-shadow: 0 12px 28px rgba(7, 19, 12, .14);
  --ok-btn-secondary-bg: #fff;
  --ok-btn-secondary-border: rgba(22, 61, 42, .14);
  --ok-btn-secondary-text: #163d2a;
  --ok-btn-secondary-shadow: 0 6px 18px rgba(22, 61, 42, .08);
  --ok-btn-secondary-hover-bg: #f0f8eb;
  --ok-btn-secondary-hover-border: rgba(22, 61, 42, .22);
  --ok-btn-secondary-hover-text: #163d2a;
  --ok-btn-secondary-hover-shadow: 0 8px 20px rgba(22, 61, 42, .12);
  --ok-btn-secondary-hover-lift: -1px;
  --ok-btn-secondary-active-bg: #fff;
  --ok-btn-secondary-active-border: rgba(22, 61, 42, .14);
  --ok-btn-secondary-active-shadow: 0 4px 12px rgba(22, 61, 42, .08);
  --ok-btn-focus-ring: 0 0 0 .22rem rgba(71, 161, 62, .28);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--ok-btn-min-height);
  padding: var(--ok-btn-padding);
  border-radius: var(--ok-btn-radius);
  font-size: var(--ok-btn-font-size);
  font-weight: var(--ok-btn-font-weight);
  letter-spacing: -0.01em;
  line-height: 1.1;
  box-shadow: none;
  text-decoration: none;
}
.btn:not(.btn-soft):not(.btn-light) {
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .btn:not(.btn-soft):not(.btn-light):hover, .btn:not(.btn-soft):not(.btn-light):focus-visible {
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.btn:not(.btn-soft):not(.btn-light):active {
  transform: translateY(0);
}
.btn:not(.btn-soft):not(.btn-light):disabled, .btn:not(.btn-soft):not(.btn-light).disabled, .btn:not(.btn-soft):not(.btn-light)[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}

.btn-lg {
  min-height: var(--ok-btn-min-height-lg);
  padding: var(--ok-btn-padding-lg);
  font-size: 1rem;
}

.btn-brand {
  border: 1px solid var(--ok-primary);
  background: var(--ok-primary);
  color: #fff;
}
@media (hover: hover) {
  .btn-brand:hover, .btn-brand:focus-visible {
    filter: brightness(1.02);
    box-shadow: var(--ok-btn-hover-shadow-brand);
  }
}
.btn-brand:focus {
  outline: none;
}
.btn-brand:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
.btn-brand:hover, .btn-brand:focus-visible {
  border-color: var(--ok-primary-dark);
  color: #fff;
}

.btn-soft {
  --ok-btn-white-bg: var(--ok-btn-secondary-bg);
  --ok-btn-white-border: var(--ok-btn-secondary-border);
  --ok-btn-white-text: var(--ok-btn-secondary-text);
  --ok-btn-white-shadow: var(--ok-btn-secondary-shadow);
  --ok-btn-white-hover-bg: var(--ok-btn-secondary-hover-bg);
  --ok-btn-white-hover-border: var(--ok-btn-secondary-hover-border);
  --ok-btn-white-hover-text: var(--ok-btn-secondary-hover-text);
  --ok-btn-white-hover-shadow: var(--ok-btn-secondary-hover-shadow);
  --ok-btn-white-active-bg: var(--ok-btn-secondary-active-bg);
  --ok-btn-white-active-border: var(--ok-btn-secondary-active-border);
  --ok-btn-white-active-text: var(--ok-btn-secondary-hover-text);
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.btn-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.btn-soft::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .btn-soft:hover::after, .btn-soft:focus-visible::after {
    transform: scaleX(1);
  }
}
.btn-soft {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .btn-soft:hover, .btn-soft:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.btn-soft:active {
  transform: translateY(0);
}
.btn-soft:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.btn-soft:active::before {
  background: var(--ok-btn-white-active-bg);
}
.btn-soft:disabled, .btn-soft.disabled, .btn-soft[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.btn-soft {
  cursor: pointer;
}
.btn-soft:focus {
  outline: none;
}
.btn-soft:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
@media (hover: hover) {
  .btn-soft:hover, .btn-soft:focus-visible {
    border-color: var(--ok-btn-secondary-hover-border);
    background-color: var(--ok-btn-secondary-hover-bg);
    color: var(--ok-btn-secondary-hover-text);
    box-shadow: var(--ok-btn-secondary-hover-shadow);
    filter: brightness(1.02);
    transform: translateY(var(--ok-btn-secondary-hover-lift));
  }
}
.btn-soft:focus-visible {
  border-color: var(--ok-btn-secondary-hover-border);
  background-color: var(--ok-btn-secondary-hover-bg);
  color: var(--ok-btn-secondary-hover-text);
  filter: brightness(1.02);
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-secondary-hover-shadow);
  transform: translateY(var(--ok-btn-secondary-hover-lift));
}
.btn-soft:focus-visible::after {
  transform: scaleX(1);
}
.btn-soft:active {
  border-color: var(--ok-btn-secondary-active-border);
  background-color: var(--ok-btn-secondary-active-bg);
  color: var(--ok-btn-secondary-hover-text);
  box-shadow: var(--ok-btn-secondary-active-shadow);
  transform: translateY(0);
}
.btn-soft:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-secondary-active-bg);
}
.btn-soft:active::before {
  background: var(--ok-btn-secondary-active-bg);
}

.header-cta--secondary {
  --ok-btn-white-bg: var(--ok-btn-secondary-bg);
  --ok-btn-white-border: var(--ok-btn-secondary-border);
  --ok-btn-white-text: var(--ok-btn-secondary-text);
  --ok-btn-white-shadow: var(--ok-btn-secondary-shadow);
  --ok-btn-white-hover-bg: var(--ok-btn-secondary-hover-bg);
  --ok-btn-white-hover-border: var(--ok-btn-secondary-hover-border);
  --ok-btn-white-hover-text: var(--ok-btn-secondary-hover-text);
  --ok-btn-white-hover-shadow: var(--ok-btn-secondary-hover-shadow);
  --ok-btn-white-active-bg: var(--ok-btn-secondary-active-bg);
  --ok-btn-white-active-border: var(--ok-btn-secondary-active-border);
  --ok-btn-white-active-text: var(--ok-btn-secondary-hover-text);
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.header-cta--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.header-cta--secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .header-cta--secondary:hover::after, .header-cta--secondary:focus-visible::after {
    transform: scaleX(1);
  }
}
.header-cta--secondary {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .header-cta--secondary:hover, .header-cta--secondary:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.header-cta--secondary:active {
  transform: translateY(0);
}
.header-cta--secondary:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.header-cta--secondary:active::before {
  background: var(--ok-btn-white-active-bg);
}
.header-cta--secondary:disabled, .header-cta--secondary.disabled, .header-cta--secondary[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.header-cta--secondary {
  cursor: pointer;
}
.header-cta--secondary:focus {
  outline: none;
}
.header-cta--secondary:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
@media (hover: hover) {
  .header-cta--secondary:hover, .header-cta--secondary:focus-visible {
    border-color: var(--ok-btn-secondary-hover-border);
    background-color: var(--ok-btn-secondary-hover-bg);
    color: var(--ok-btn-secondary-hover-text);
    box-shadow: var(--ok-btn-secondary-hover-shadow);
    filter: brightness(1.02);
    transform: translateY(var(--ok-btn-secondary-hover-lift));
  }
}
.header-cta--secondary:focus-visible {
  border-color: var(--ok-btn-secondary-hover-border);
  background-color: var(--ok-btn-secondary-hover-bg);
  color: var(--ok-btn-secondary-hover-text);
  filter: brightness(1.02);
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-secondary-hover-shadow);
  transform: translateY(var(--ok-btn-secondary-hover-lift));
}
.header-cta--secondary:focus-visible::after {
  transform: scaleX(1);
}
.header-cta--secondary:active {
  border-color: var(--ok-btn-secondary-active-border);
  background-color: var(--ok-btn-secondary-active-bg);
  color: var(--ok-btn-secondary-hover-text);
  box-shadow: var(--ok-btn-secondary-active-shadow);
  transform: translateY(0);
}
.header-cta--secondary:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-secondary-active-bg);
}
.header-cta--secondary:active::before {
  background: var(--ok-btn-secondary-active-bg);
}

.hero-stage__cta--secondary {
  --ok-btn-white-bg: var(--ok-btn-secondary-bg);
  --ok-btn-white-border: var(--ok-btn-secondary-border);
  --ok-btn-white-text: var(--ok-btn-secondary-text);
  --ok-btn-white-shadow: var(--ok-btn-secondary-shadow);
  --ok-btn-white-hover-bg: var(--ok-btn-secondary-hover-bg);
  --ok-btn-white-hover-border: var(--ok-btn-secondary-hover-border);
  --ok-btn-white-hover-text: var(--ok-btn-secondary-hover-text);
  --ok-btn-white-hover-shadow: var(--ok-btn-secondary-hover-shadow);
  --ok-btn-white-active-bg: var(--ok-btn-secondary-active-bg);
  --ok-btn-white-active-border: var(--ok-btn-secondary-active-border);
  --ok-btn-white-active-text: var(--ok-btn-secondary-hover-text);
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.hero-stage__cta--secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.hero-stage__cta--secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .hero-stage__cta--secondary:hover::after, .hero-stage__cta--secondary:focus-visible::after {
    transform: scaleX(1);
  }
}
.hero-stage__cta--secondary {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .hero-stage__cta--secondary:hover, .hero-stage__cta--secondary:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.hero-stage__cta--secondary:active {
  transform: translateY(0);
}
.hero-stage__cta--secondary:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.hero-stage__cta--secondary:active::before {
  background: var(--ok-btn-white-active-bg);
}
.hero-stage__cta--secondary:disabled, .hero-stage__cta--secondary.disabled, .hero-stage__cta--secondary[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.hero-stage__cta--secondary {
  cursor: pointer;
}
.hero-stage__cta--secondary:focus {
  outline: none;
}
.hero-stage__cta--secondary:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
@media (hover: hover) {
  .hero-stage__cta--secondary:hover, .hero-stage__cta--secondary:focus-visible {
    border-color: var(--ok-btn-secondary-hover-border);
    background-color: var(--ok-btn-secondary-hover-bg);
    color: var(--ok-btn-secondary-hover-text);
    box-shadow: var(--ok-btn-secondary-hover-shadow);
    filter: brightness(1.02);
    transform: translateY(var(--ok-btn-secondary-hover-lift));
  }
}
.hero-stage__cta--secondary:focus-visible {
  border-color: var(--ok-btn-secondary-hover-border);
  background-color: var(--ok-btn-secondary-hover-bg);
  color: var(--ok-btn-secondary-hover-text);
  filter: brightness(1.02);
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-secondary-hover-shadow);
  transform: translateY(var(--ok-btn-secondary-hover-lift));
}
.hero-stage__cta--secondary:focus-visible::after {
  transform: scaleX(1);
}
.hero-stage__cta--secondary:active {
  border-color: var(--ok-btn-secondary-active-border);
  background-color: var(--ok-btn-secondary-active-bg);
  color: var(--ok-btn-secondary-hover-text);
  box-shadow: var(--ok-btn-secondary-active-shadow);
  transform: translateY(0);
}
.hero-stage__cta--secondary:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-secondary-active-bg);
}
.hero-stage__cta--secondary:active::before {
  background: var(--ok-btn-secondary-active-bg);
}

.google-review-card__button,
.ok-privacy-banner__link,
.ok-updates-card__secondary,
.carousel-control-btn,
.pagination-link:not(.active) {
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.google-review-card__button::before,
.ok-privacy-banner__link::before,
.ok-updates-card__secondary::before,
.carousel-control-btn::before,
.pagination-link:not(.active)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.google-review-card__button::after,
.ok-privacy-banner__link::after,
.ok-updates-card__secondary::after,
.carousel-control-btn::after,
.pagination-link:not(.active)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .google-review-card__button:hover::after, .google-review-card__button:focus-visible::after,
  .ok-privacy-banner__link:hover::after,
  .ok-privacy-banner__link:focus-visible::after,
  .ok-updates-card__secondary:hover::after,
  .ok-updates-card__secondary:focus-visible::after,
  .carousel-control-btn:hover::after,
  .carousel-control-btn:focus-visible::after,
  .pagination-link:not(.active):hover::after,
  .pagination-link:not(.active):focus-visible::after {
    transform: scaleX(1);
  }
}
.google-review-card__button,
.ok-privacy-banner__link,
.ok-updates-card__secondary,
.carousel-control-btn,
.pagination-link:not(.active) {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .google-review-card__button:hover, .google-review-card__button:focus-visible,
  .ok-privacy-banner__link:hover,
  .ok-privacy-banner__link:focus-visible,
  .ok-updates-card__secondary:hover,
  .ok-updates-card__secondary:focus-visible,
  .carousel-control-btn:hover,
  .carousel-control-btn:focus-visible,
  .pagination-link:not(.active):hover,
  .pagination-link:not(.active):focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.google-review-card__button:active,
.ok-privacy-banner__link:active,
.ok-updates-card__secondary:active,
.carousel-control-btn:active,
.pagination-link:not(.active):active {
  transform: translateY(0);
}
.google-review-card__button:active::after,
.ok-privacy-banner__link:active::after,
.ok-updates-card__secondary:active::after,
.carousel-control-btn:active::after,
.pagination-link:not(.active):active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.google-review-card__button:active::before,
.ok-privacy-banner__link:active::before,
.ok-updates-card__secondary:active::before,
.carousel-control-btn:active::before,
.pagination-link:not(.active):active::before {
  background: var(--ok-btn-white-active-bg);
}
.google-review-card__button:disabled, .google-review-card__button.disabled, .google-review-card__button[disabled],
.ok-privacy-banner__link:disabled,
.ok-privacy-banner__link.disabled,
.ok-privacy-banner__link[disabled],
.ok-updates-card__secondary:disabled,
.ok-updates-card__secondary.disabled,
.ok-updates-card__secondary[disabled],
.carousel-control-btn:disabled,
.carousel-control-btn.disabled,
.carousel-control-btn[disabled],
.pagination-link:not(.active):disabled,
.pagination-link:not(.active).disabled,
.pagination-link:not(.active)[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}

.carousel-control-btn {
  padding: 0.78rem 1.1rem;
  font-weight: var(--ok-btn-font-weight);
}

.btn-light,
.btn-outline-light {
  font-weight: var(--ok-btn-font-weight);
}

.cta-panel .btn-light,
.blog-detail-cta .btn-light {
  --ok-btn-white-bg: var(--ok-btn-secondary-bg);
  --ok-btn-white-border: var(--ok-btn-secondary-border);
  --ok-btn-white-text: var(--ok-btn-secondary-text);
  --ok-btn-white-shadow: var(--ok-btn-secondary-shadow);
  --ok-btn-white-hover-bg: var(--ok-btn-secondary-hover-bg);
  --ok-btn-white-hover-border: var(--ok-btn-secondary-hover-border);
  --ok-btn-white-hover-text: var(--ok-btn-secondary-hover-text);
  --ok-btn-white-hover-shadow: var(--ok-btn-secondary-hover-shadow);
  --ok-btn-white-active-bg: var(--ok-btn-secondary-active-bg);
  --ok-btn-white-active-border: var(--ok-btn-secondary-active-border);
  --ok-btn-white-active-text: var(--ok-btn-secondary-hover-text);
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.cta-panel .btn-light::before,
.blog-detail-cta .btn-light::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.cta-panel .btn-light::after,
.blog-detail-cta .btn-light::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .cta-panel .btn-light:hover::after, .cta-panel .btn-light:focus-visible::after,
  .blog-detail-cta .btn-light:hover::after,
  .blog-detail-cta .btn-light:focus-visible::after {
    transform: scaleX(1);
  }
}
.cta-panel .btn-light,
.blog-detail-cta .btn-light {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .cta-panel .btn-light:hover, .cta-panel .btn-light:focus-visible,
  .blog-detail-cta .btn-light:hover,
  .blog-detail-cta .btn-light:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.cta-panel .btn-light:active,
.blog-detail-cta .btn-light:active {
  transform: translateY(0);
}
.cta-panel .btn-light:active::after,
.blog-detail-cta .btn-light:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.cta-panel .btn-light:active::before,
.blog-detail-cta .btn-light:active::before {
  background: var(--ok-btn-white-active-bg);
}
.cta-panel .btn-light:disabled, .cta-panel .btn-light.disabled, .cta-panel .btn-light[disabled],
.blog-detail-cta .btn-light:disabled,
.blog-detail-cta .btn-light.disabled,
.blog-detail-cta .btn-light[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.cta-panel .btn-light,
.blog-detail-cta .btn-light {
  cursor: pointer;
}
.cta-panel .btn-light:focus,
.blog-detail-cta .btn-light:focus {
  outline: none;
}
.cta-panel .btn-light:focus-visible,
.blog-detail-cta .btn-light:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
@media (hover: hover) {
  .cta-panel .btn-light:hover, .cta-panel .btn-light:focus-visible,
  .blog-detail-cta .btn-light:hover,
  .blog-detail-cta .btn-light:focus-visible {
    border-color: var(--ok-btn-secondary-hover-border);
    background-color: var(--ok-btn-secondary-hover-bg);
    color: var(--ok-btn-secondary-hover-text);
    box-shadow: var(--ok-btn-secondary-hover-shadow);
    filter: brightness(1.02);
    transform: translateY(var(--ok-btn-secondary-hover-lift));
  }
}
.cta-panel .btn-light:focus-visible,
.blog-detail-cta .btn-light:focus-visible {
  border-color: var(--ok-btn-secondary-hover-border);
  background-color: var(--ok-btn-secondary-hover-bg);
  color: var(--ok-btn-secondary-hover-text);
  filter: brightness(1.02);
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-secondary-hover-shadow);
  transform: translateY(var(--ok-btn-secondary-hover-lift));
}
.cta-panel .btn-light:focus-visible::after,
.blog-detail-cta .btn-light:focus-visible::after {
  transform: scaleX(1);
}
.cta-panel .btn-light:active,
.blog-detail-cta .btn-light:active {
  border-color: var(--ok-btn-secondary-active-border);
  background-color: var(--ok-btn-secondary-active-bg);
  color: var(--ok-btn-secondary-hover-text);
  box-shadow: var(--ok-btn-secondary-active-shadow);
  transform: translateY(0);
}
.cta-panel .btn-light:active::after,
.blog-detail-cta .btn-light:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-secondary-active-bg);
}
.cta-panel .btn-light:active::before,
.blog-detail-cta .btn-light:active::before {
  background: var(--ok-btn-secondary-active-bg);
}
.cta-panel .btn-outline-light,
.blog-detail-cta .btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
@media (hover: hover) {
  .cta-panel .btn-outline-light:hover, .cta-panel .btn-outline-light:focus-visible,
  .blog-detail-cta .btn-outline-light:hover,
  .blog-detail-cta .btn-outline-light:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    color: #fff;
    box-shadow: 0 12px 28px rgba(7, 19, 12, 0.12);
  }
}
.cta-panel .btn-outline-light:active,
.blog-detail-cta .btn-outline-light:active {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
}
.cta-panel .btn-light + .btn-light,
.blog-detail-cta .btn-light + .btn-light {
  --ok-btn-white-bg: var(--ok-btn-secondary-bg);
  --ok-btn-white-border: var(--ok-btn-secondary-border);
  --ok-btn-white-text: var(--ok-btn-secondary-text);
  --ok-btn-white-shadow: var(--ok-btn-secondary-shadow);
  --ok-btn-white-hover-bg: var(--ok-btn-secondary-hover-bg);
  --ok-btn-white-hover-border: var(--ok-btn-secondary-hover-border);
  --ok-btn-white-hover-text: var(--ok-btn-secondary-hover-text);
  --ok-btn-white-hover-shadow: var(--ok-btn-secondary-hover-shadow);
  --ok-btn-white-active-bg: var(--ok-btn-secondary-active-bg);
  --ok-btn-white-active-border: var(--ok-btn-secondary-active-border);
  --ok-btn-white-active-text: var(--ok-btn-secondary-hover-text);
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.cta-panel .btn-light + .btn-light::before,
.blog-detail-cta .btn-light + .btn-light::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.cta-panel .btn-light + .btn-light::after,
.blog-detail-cta .btn-light + .btn-light::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .cta-panel .btn-light + .btn-light:hover::after, .cta-panel .btn-light + .btn-light:focus-visible::after,
  .blog-detail-cta .btn-light + .btn-light:hover::after,
  .blog-detail-cta .btn-light + .btn-light:focus-visible::after {
    transform: scaleX(1);
  }
}
.cta-panel .btn-light + .btn-light,
.blog-detail-cta .btn-light + .btn-light {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .cta-panel .btn-light + .btn-light:hover, .cta-panel .btn-light + .btn-light:focus-visible,
  .blog-detail-cta .btn-light + .btn-light:hover,
  .blog-detail-cta .btn-light + .btn-light:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.cta-panel .btn-light + .btn-light:active,
.blog-detail-cta .btn-light + .btn-light:active {
  transform: translateY(0);
}
.cta-panel .btn-light + .btn-light:active::after,
.blog-detail-cta .btn-light + .btn-light:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.cta-panel .btn-light + .btn-light:active::before,
.blog-detail-cta .btn-light + .btn-light:active::before {
  background: var(--ok-btn-white-active-bg);
}
.cta-panel .btn-light + .btn-light:disabled, .cta-panel .btn-light + .btn-light.disabled, .cta-panel .btn-light + .btn-light[disabled],
.blog-detail-cta .btn-light + .btn-light:disabled,
.blog-detail-cta .btn-light + .btn-light.disabled,
.blog-detail-cta .btn-light + .btn-light[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.cta-panel .btn-light + .btn-light,
.blog-detail-cta .btn-light + .btn-light {
  cursor: pointer;
}
.cta-panel .btn-light + .btn-light:focus,
.blog-detail-cta .btn-light + .btn-light:focus {
  outline: none;
}
.cta-panel .btn-light + .btn-light:focus-visible,
.blog-detail-cta .btn-light + .btn-light:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
@media (hover: hover) {
  .cta-panel .btn-light + .btn-light:hover, .cta-panel .btn-light + .btn-light:focus-visible,
  .blog-detail-cta .btn-light + .btn-light:hover,
  .blog-detail-cta .btn-light + .btn-light:focus-visible {
    border-color: var(--ok-btn-secondary-hover-border);
    background-color: var(--ok-btn-secondary-hover-bg);
    color: var(--ok-btn-secondary-hover-text);
    box-shadow: var(--ok-btn-secondary-hover-shadow);
    filter: brightness(1.02);
    transform: translateY(var(--ok-btn-secondary-hover-lift));
  }
}
.cta-panel .btn-light + .btn-light:focus-visible,
.blog-detail-cta .btn-light + .btn-light:focus-visible {
  border-color: var(--ok-btn-secondary-hover-border);
  background-color: var(--ok-btn-secondary-hover-bg);
  color: var(--ok-btn-secondary-hover-text);
  filter: brightness(1.02);
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-secondary-hover-shadow);
  transform: translateY(var(--ok-btn-secondary-hover-lift));
}
.cta-panel .btn-light + .btn-light:focus-visible::after,
.blog-detail-cta .btn-light + .btn-light:focus-visible::after {
  transform: scaleX(1);
}
.cta-panel .btn-light + .btn-light:active,
.blog-detail-cta .btn-light + .btn-light:active {
  border-color: var(--ok-btn-secondary-active-border);
  background-color: var(--ok-btn-secondary-active-bg);
  color: var(--ok-btn-secondary-hover-text);
  box-shadow: var(--ok-btn-secondary-active-shadow);
  transform: translateY(0);
}
.cta-panel .btn-light + .btn-light:active::after,
.blog-detail-cta .btn-light + .btn-light:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-secondary-active-bg);
}
.cta-panel .btn-light + .btn-light:active::before,
.blog-detail-cta .btn-light + .btn-light:active::before {
  background: var(--ok-btn-secondary-active-bg);
}
.cta-panel .btn,
.blog-detail-cta .btn {
  position: relative;
  z-index: 2;
}

.blog-detail-cta .btn {
  position: relative;
  z-index: 2;
}

.blog-detail-cta .btn-brand {
  --bs-btn-bg: transparent;
  --bs-btn-color: var(--ok-btn-white-text);
  --bs-btn-border-color: var(--ok-btn-white-border);
  border: 1px solid var(--ok-btn-white-border);
  color: var(--ok-btn-white-text);
  box-shadow: var(--ok-btn-white-shadow);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
}
.blog-detail-cta .btn-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-bg);
  z-index: -2;
  pointer-events: none;
}
.blog-detail-cta .btn-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--ok-btn-white-hover-bg);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--ok-btn-sweep-timing);
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .blog-detail-cta .btn-brand:hover::after, .blog-detail-cta .btn-brand:focus-visible::after {
    transform: scaleX(1);
  }
}
.blog-detail-cta .btn-brand {
  --bs-btn-hover-bg: var(--ok-btn-white-hover-bg);
  --bs-btn-hover-color: var(--ok-btn-white-hover-text);
  --bs-btn-hover-border-color: var(--ok-btn-white-hover-border);
  --bs-btn-active-bg: var(--ok-btn-white-active-bg);
  --bs-btn-active-color: var(--ok-btn-white-active-text);
  --bs-btn-active-border-color: var(--ok-btn-white-active-border);
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .blog-detail-cta .btn-brand:hover, .blog-detail-cta .btn-brand:focus-visible {
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
    box-shadow: var(--ok-btn-white-hover-shadow);
    filter: none;
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.blog-detail-cta .btn-brand:active {
  transform: translateY(0);
}
.blog-detail-cta .btn-brand:active::after {
  transform: scaleX(1);
  background: var(--ok-btn-white-active-bg);
}
.blog-detail-cta .btn-brand:active::before {
  background: var(--ok-btn-white-active-bg);
}
.blog-detail-cta .btn-brand:disabled, .blog-detail-cta .btn-brand.disabled, .blog-detail-cta .btn-brand[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.blog-detail-cta .btn-brand::before {
  background: var(--ok-btn-white-bg);
  transform: none;
}
.blog-detail-cta .btn-brand:hover::before, .blog-detail-cta .btn-brand:focus-visible::before {
  transform: none;
}
@media (hover: hover) {
  .blog-detail-cta .btn-brand:hover, .blog-detail-cta .btn-brand:focus-visible {
    filter: none;
    border-color: var(--ok-btn-white-hover-border);
    color: var(--ok-btn-white-hover-text);
  }
}

.btn-outline-light {
  border-width: 1.5px;
}

.cta-button {
  min-width: 13rem;
}

.btn.contact-submit-btn {
  gap: 0.5rem;
  border: 1px solid var(--ok-primary);
  background: var(--ok-primary);
  color: #fff;
  white-space: nowrap;
}
@media (hover: hover) {
  .btn.contact-submit-btn:hover, .btn.contact-submit-btn:focus-visible {
    filter: brightness(1.02);
    box-shadow: var(--ok-btn-hover-shadow-brand);
  }
}
.btn.contact-submit-btn:focus {
  outline: none;
}
.btn.contact-submit-btn:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.45);
  outline-offset: 3px;
  box-shadow: var(--ok-btn-focus-ring), var(--ok-btn-hover-shadow-brand);
}
.btn.contact-submit-btn:hover, .btn.contact-submit-btn:focus-visible {
  border-color: var(--ok-primary-dark);
  background: var(--ok-primary-dark);
  color: #fff;
}

.btn-icon {
  font-size: 1rem;
  line-height: 1;
}

.scrumptious-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--ok-btn-min-height-sm);
  margin-top: 1.35rem;
  padding: var(--ok-btn-padding-sm);
  border-radius: var(--ok-btn-radius);
  border: 1.5px solid;
  font-size: var(--ok-btn-font-size);
  font-weight: var(--ok-btn-font-weight);
  line-height: 1.1;
  text-decoration: none;
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .scrumptious-card__btn:hover, .scrumptious-card__btn:focus-visible {
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.scrumptious-card__btn:active {
  transform: translateY(0);
}
.scrumptious-card__btn:disabled, .scrumptious-card__btn.disabled, .scrumptious-card__btn[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}
.scrumptious-card__btn svg {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  transition: transform 0.24s ease;
}
@media (hover: hover) {
  .scrumptious-card__btn:hover svg, .scrumptious-card__btn:focus-visible svg {
    transform: translateX(2px);
  }
}

.hero-stage__control,
.testimonial-slider__nav,
.testimonial-sketch-nav,
.home-blog-carousel__nav {
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .hero-stage__control:hover, .hero-stage__control:focus-visible,
  .testimonial-slider__nav:hover,
  .testimonial-slider__nav:focus-visible,
  .testimonial-sketch-nav:hover,
  .testimonial-sketch-nav:focus-visible,
  .home-blog-carousel__nav:hover,
  .home-blog-carousel__nav:focus-visible {
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.hero-stage__control:active,
.testimonial-slider__nav:active,
.testimonial-sketch-nav:active,
.home-blog-carousel__nav:active {
  transform: translateY(0);
}
.hero-stage__control:disabled, .hero-stage__control.disabled, .hero-stage__control[disabled],
.testimonial-slider__nav:disabled,
.testimonial-slider__nav.disabled,
.testimonial-slider__nav[disabled],
.testimonial-sketch-nav:disabled,
.testimonial-sketch-nav.disabled,
.testimonial-sketch-nav[disabled],
.home-blog-carousel__nav:disabled,
.home-blog-carousel__nav.disabled,
.home-blog-carousel__nav[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}

.pagination-link.active {
  transform: none;
  box-shadow: none;
}
.pagination-link--disabled {
  opacity: 0.48;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

@media (hover: hover) {
  .hero-stage__control:hover, .hero-stage__control:focus-visible {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  }
}

@media (hover: hover) {
  .home-blog-carousel__nav:hover, .home-blog-carousel__nav:focus-visible {
    color: #5f4400;
    box-shadow: 0 16px 30px rgba(38, 50, 56, 0.1333333333);
  }
}
.home-blog-carousel__nav.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
}

@media (hover: hover) {
  .testimonial-slider__nav:hover, .testimonial-slider__nav:focus-visible {
    background: #b96703;
    box-shadow: var(--ok-btn-hover-shadow-soft);
  }
}
.testimonial-slider__nav.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  transform: none;
}

@media (hover: hover) {
  .testimonial-sketch-nav:hover, .testimonial-sketch-nav:focus-visible {
    background: var(--ok-primary-dark);
    box-shadow: var(--ok-btn-hover-shadow-brand);
  }
}

.ok-updates-button,
.ok-privacy-banner__accept {
  transition: var(--ok-btn-transition);
}
@media (hover: hover) {
  .ok-updates-button:hover, .ok-updates-button:focus-visible,
  .ok-privacy-banner__accept:hover,
  .ok-privacy-banner__accept:focus-visible {
    transform: translateY(var(--ok-btn-hover-lift));
  }
}
.ok-updates-button:active,
.ok-privacy-banner__accept:active {
  transform: translateY(0);
}
.ok-updates-button:disabled, .ok-updates-button.disabled, .ok-updates-button[disabled],
.ok-privacy-banner__accept:disabled,
.ok-privacy-banner__accept.disabled,
.ok-privacy-banner__accept[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  filter: none;
}

@media (hover: hover) {
  .ok-updates-button:hover, .ok-updates-button:focus-visible {
    filter: brightness(1.02);
    box-shadow: var(--ok-btn-hover-shadow-brand);
  }
}
.ok-updates-button[disabled] {
  opacity: 0.78;
}

@media (hover: hover) {
  .ok-privacy-banner__accept:hover, .ok-privacy-banner__accept:focus-visible {
    filter: brightness(1.02);
    box-shadow: var(--ok-btn-hover-shadow-brand);
  }
}
@media (hover: hover) {
  .ok-privacy-banner__accept:hover, .ok-privacy-banner__accept:focus-visible {
    background: var(--ok-primary-dark);
    border-color: var(--ok-primary-dark);
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .contact-submit-btn,
  .btn-soft,
  .header-cta--secondary,
  .hero-stage__cta--secondary,
  .cta-panel .btn-light,
  .blog-detail-cta .btn-light,
  .blog-detail-cta .btn-brand,
  .carousel-control-btn,
  .pagination-link,
  .hero-stage__control,
  .testimonial-slider__nav,
  .testimonial-sketch-nav,
  .ok-updates-button,
  .ok-privacy-banner__accept,
  .ok-privacy-banner__link,
  .ok-updates-card__secondary,
  .google-review-card__button,
  .scrumptious-card__btn,
  .home-blog-carousel__nav,
  .program-card__link {
    transition: none;
  }
  .btn-soft:hover,
  .btn-soft:focus-visible,
  .header-cta--secondary:hover,
  .header-cta--secondary:focus-visible,
  .hero-stage__cta--secondary:hover,
  .hero-stage__cta--secondary:focus-visible,
  .cta-panel .btn-light:hover,
  .cta-panel .btn-light:focus-visible,
  .blog-detail-cta .btn-light:hover,
  .blog-detail-cta .btn-light:focus-visible,
  .blog-detail-cta .btn-brand:hover,
  .blog-detail-cta .btn-brand:focus-visible,
  .google-review-card__button:hover,
  .google-review-card__button:focus-visible,
  .ok-privacy-banner__link:hover,
  .ok-privacy-banner__link:focus-visible,
  .ok-updates-card__secondary:hover,
  .ok-updates-card__secondary:focus-visible,
  .carousel-control-btn:hover,
  .carousel-control-btn:focus-visible,
  .pagination-link:not(.active):hover,
  .pagination-link:not(.active):focus-visible {
    transform: translateY(var(--ok-btn-hover-lift));
  }
  .btn-soft::after,
  .header-cta--secondary::after,
  .hero-stage__cta--secondary::after,
  .cta-panel .btn-light::after,
  .blog-detail-cta .btn-light::after,
  .blog-detail-cta .btn-brand::after,
  .google-review-card__button::after,
  .ok-privacy-banner__link::after,
  .ok-updates-card__secondary::after,
  .carousel-control-btn::after,
  .pagination-link:not(.active)::after {
    transition: none;
    transform: scaleX(1);
  }
}
.illustration-panel, .soft-card, .meal-card, .step-card, .testimonial-card, .weekly-card, .stat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.8588235294));
  box-shadow: var(--ok-shadow-soft);
}

/*.illustration-panel::before,.soft-card::before,.meal-card::before,.step-card::before,.testimonial-card::before,.weekly-card::before,.stat-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#47a13ed9,#f7941ea6);opacity:0;transition:opacity .25s ease}*/
.illustration-panel:hover::before, .soft-card:hover::before, .meal-card:hover::before, .step-card:hover::before, .testimonial-card:hover::before, .weekly-card:hover::before, .stat-card:hover::before {
  opacity: 1;
}

.illustration-panel, .soft-card, .meal-card, .step-card, .testimonial-card {
  border-radius: var(--ok-radius);
}

.stat-card, .weekly-card {
  border-radius: 1.35rem;
}

.illustration-panel {
  padding: clamp(1rem, 2vw, 1.4rem);
  box-shadow: var(--ok-shadow-strong);
}

.illustration-panel--hero {
  padding: clamp(1rem, 2.4vw, 1.7rem);
}

.hero-photo {
  width: 100%;
  border-radius: calc(var(--ok-radius) - 0.15rem);
  object-fit: cover;
  box-shadow: 0 16px 28px rgba(38, 50, 56, 0.1215686275);
}

.soft-card, .meal-card, .step-card, .testimonial-card, .weekly-card {
  padding: clamp(1.45rem, 2.5vw, 2rem);
}

.soft-card, .meal-card, .step-card, .weekly-card, .stat-card {
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/*.soft-card:hover,.meal-card:hover,.step-card:hover,.weekly-card:hover,.stat-card:hover{transform:translateY(-6px);border-color:#47a13e33;box-shadow:0 26px 44px #2632381f}*/
.stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.3rem;
}

.stat-card strong {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--ok-primary-dark);
  letter-spacing: -0.04em;
}

.stat-card span {
  color: var(--ok-muted);
  line-height: 1.6;
}

.stat-card--large {
  padding: clamp(1.6rem, 2.5vw, 2rem);
}

.weekly-card span {
  display: block;
  color: var(--ok-secondary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.weekly-card strong {
  display: block;
  margin: 0.9rem 0 0.6rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.feature-list li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 1rem;
  color: var(--ok-muted);
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ok-primary), #8fd475);
  box-shadow: 0 0 0 0.3rem rgba(71, 161, 62, 0.1098039216);
}

.process-list {
  counter-reset: item;
}

.testimonial-carousel {
  padding-bottom: 3.1rem;
}

.carousel-controls {
  display: flex;
  gap: 0.75rem;
}

.testimonial-card {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.testimonial-quote {
  margin-bottom: 1.75rem;
  font-size: clamp(1.08rem, 1.8vw, 1.24rem);
  line-height: 1.9;
  color: var(--ok-text);
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testimonial-meta strong {
  font-size: 1.02rem;
}

.testimonial-meta span {
  color: var(--ok-muted);
}

.testimonial-indicators {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 0;
}

.testimonial-indicators [data-bs-target] {
  width: 0.78rem;
  height: 0.78rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(38, 50, 56, 0.2);
  opacity: 1;
}

.testimonial-indicators .active {
  background-color: var(--ok-primary);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--ok-radius) + 0.2rem);
  padding: clamp(2rem, 4vw, 3.2rem);
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1411764706), transparent 20%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.0901960784), transparent 26%), linear-gradient(135deg, var(--ok-primary-dark), var(--ok-primary));
  box-shadow: var(--ok-shadow);
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0784313725);
  pointer-events: none;
}

.form-control, .form-select {
  min-height: 3.65rem;
  border: 1px solid rgba(38, 50, 56, 0.1294117647);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background-color: rgba(255, 255, 255, 0.9215686275);
}

textarea.form-control {
  min-height: 10rem;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: rgba(71, 161, 62, 0.5019607843);
  box-shadow: 0 0 0 0.25rem rgba(71, 161, 62, 0.1411764706);
}

.form-check-input:checked {
  background-color: var(--ok-primary);
  border-color: var(--ok-primary);
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.96rem;
  font-weight: 700;
}

.form-note {
  font-size: 0.92rem;
}

.invalid-feedback {
  font-size: 0.9rem;
}

.form-check .invalid-feedback {
  margin-top: 0.45rem;
}

.mini-step {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--ok-border);
}

.quote-success-modal {
  border: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9725490196), #fff8ef);
  box-shadow: var(--ok-shadow-strong);
}

.quote-success-modal .modal-header, .quote-success-modal .modal-footer {
  border-color: rgba(38, 50, 56, 0.0705882353);
}

.quote-success-modal .modal-title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  color: var(--ok-text);
}

.quote-success-modal .modal-body p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.8;
}

.ok-updates-dialog .modal-dialog {
  max-width: 36rem;
  padding: 1rem;
}

.ok-updates-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 2rem);
  border: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #fffefb, #fff7eb);
  box-shadow: var(--ok-shadow-strong);
  overflow: hidden;
}

.ok-updates-form--dialog {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.ok-updates-card__header {
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem 0.9rem;
  border-bottom: 1px solid rgba(38, 50, 56, 0.0705882353);
}

.ok-updates-card__title {
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 0;
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.14;
  white-space: nowrap;
  overflow-wrap: normal;
}

.ok-updates-card__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.2rem;
  overflow-y: auto;
}

.ok-updates-card__copy {
  margin-bottom: 1rem;
  color: var(--ok-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.ok-updates-message--dialog {
  margin-bottom: 1rem;
}

.ok-updates-card__field-group + .ok-updates-card__field-group {
  margin-top: 0.9rem;
}

.ok-updates-card__input {
  display: block;
  width: 100%;
}

.ok-updates-card__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  flex: 0 0 auto;
  padding: 1rem 1.2rem 1.2rem;
  border-top: 1px solid rgba(38, 50, 56, 0.0705882353);
  background: #fffdf9;
}

.ok-updates-card__button {
  width: 100%;
  margin: 0;
}

.ok-updates-card__secondary {
  min-height: 3.85rem;
  border-radius: var(--ok-btn-radius);
  font-weight: var(--ok-btn-font-weight);
}

.ok-updates-form--dialog .ok-updates-form__consent {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 20px;
  background: #f9fcf6;
  border-color: rgba(38, 50, 56, 0.0784313725);
}

.ok-updates-form--dialog .ok-updates-form__consent-label {
  color: var(--ok-text);
}

.lunch-offer-modal {
  z-index: 5060;
}

body.ok-lunch-offer-modal-open .modal-backdrop {
  z-index: 5050;
  background-color: #000;
  opacity: 0.48;
}

.lunch-offer-modal.fade .modal-dialog {
  transform: none;
}

.lunch-offer-modal .modal-dialog {
  max-width: min(51rem, 100vw - 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

.lunch-offer-modal__dialog {
  max-height: calc(100vh - 1.5rem);
}

.lunch-offer-modal__content {
  position: relative;
  max-height: calc(100vh - 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.8509803922);
  border-radius: 1.35rem;
  background: #fff8ee;
  box-shadow: 0 24px 70px rgba(38, 50, 56, 0.168627451);
  overflow: hidden;
}

.lunch-offer-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background-color: #ffffff;
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.1411764706);
  opacity: 1;
}

.lunch-offer-modal__close:focus-visible {
  outline: 3px solid #f7941e;
  outline-offset: 3px;
  box-shadow: 0 0 0 0.25rem rgba(71, 161, 62, 0.2);
}

.lunch-offer-modal__body {
  padding: 0;
  background: #fff8ee;
  overflow-y: auto;
}

.lunch-offer-modal__intro {
  padding: clamp(1.35rem, 4vw, 2rem) clamp(1.35rem, 4vw, 2rem) clamp(0.58rem, 1.4vw, 0.72rem);
  background: #fff8ee;
  text-align: center;
}

.lunch-offer-modal__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  padding: 0.58rem clamp(1.35rem, 4vw, 2rem) 0.72rem;
  background: #fff8ee;
}

.lunch-offer-modal__feature {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  min-width: 0;
  min-height: 2.72rem;
  padding: 0.48rem 0.82rem 0.48rem 0.55rem;
  border: 1px solid rgba(71, 161, 62, 0.1333333333);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ok-text);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.18;
  box-shadow: 0 8px 18px rgba(38, 50, 56, 0.0392156863);
}

.lunch-offer-modal__feature-icon {
  display: grid;
  place-items: center;
  flex: 0 0 1.95rem;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 999px;
  background: #e8f6e6;
  color: var(--ok-primary-dark);
}

.lunch-offer-modal__feature-icon svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lunch-offer-modal__offer {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lunch-offer-modal__offer h3 {
  width: max-content;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  color: var(--ok-secondary);
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3.35vw, 2.8rem);
  font-weight: 800;
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}

.lunch-offer-modal__nowrap {
  display: inline-block;
  white-space: nowrap;
}

.lunch-offer-modal__asterisk {
  display: inline;
  color: var(--ok-secondary);
  font-size: 0.5em;
  font-weight: 800;
  line-height: 1;
  margin-left: 0.03em;
  vertical-align: super;
  white-space: nowrap;
}

.lunch-offer-modal__asterisk--conditions {
  margin-right: 0.18em;
  font-size: 0.72em;
  vertical-align: 0.14em;
}

.lunch-offer-modal__offer p {
  max-width: 100%;
  margin: 0.68rem auto 0;
  color: var(--ok-muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
}

.lunch-offer-modal__divider {
  width: calc(100% - clamp(2.7rem, 8vw, 5.3rem));
  height: 1px;
  margin: 0.08rem auto 0.7rem;
  background: rgba(38, 50, 56, 0.0941176471);
}

.lunch-offer-modal__actions {
  margin: 1.5rem 0 0;
}

.lunch-offer-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.42rem;
  margin: 0 auto;
  padding: 0.78rem 1.25rem;
  font-size: 1.2rem;
  text-align: center;
}

.lunch-offer-modal__cta:focus-visible {
  outline: 3px solid #f7941e;
  outline-offset: 3px;
}

.lunch-offer-modal__conditions {
  width: calc(100% - clamp(2.7rem, 8vw, 5.3rem));
  margin: 0 auto clamp(1rem, 2.2vw, 1.35rem);
  padding: 0.92rem 1rem 1rem;
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1rem;
  background: #fffdf8;
  box-shadow: 0 10px 26px rgba(38, 50, 56, 0.0431372549);
}

.lunch-offer-modal__conditions h3 {
  margin: 0 0 0.5rem;
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.16;
}

.lunch-offer-modal__conditions ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #60747c;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.32;
}

.lunch-offer-modal__conditions li {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  align-items: start;
  gap: 0.42rem;
  min-width: 0;
}

.lunch-offer-modal__condition-number {
  display: inline-grid;
  place-items: center;
  width: 1.28rem;
  height: 1.28rem;
  margin-top: 0.02rem;
  border-radius: 999px;
  background: var(--ok-primary);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .lunch-offer-modal .modal-dialog {
    max-width: calc(100vw - 0.7rem);
    margin: 0.35rem auto;
  }
  .lunch-offer-modal__dialog.modal-dialog-centered {
    align-items: flex-start;
  }
  .lunch-offer-modal__dialog, .lunch-offer-modal__content {
    max-height: calc(100vh - 0.7rem);
  }
  .lunch-offer-modal__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  .lunch-offer-modal__intro {
    padding: 4rem 1rem 0.68rem;
  }
  .lunch-offer-modal__features {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.5rem;
    padding: 0.58rem 1rem 0.72rem;
  }
  .lunch-offer-modal__feature {
    min-height: 3.05rem;
    padding: 0.62rem 0.72rem;
    border-radius: 0.95rem;
    font-size: 0.92rem;
  }
  .lunch-offer-modal__feature-icon {
    flex-basis: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .lunch-offer-modal__offer {
    width: 100%;
  }
  .lunch-offer-modal__offer h3 {
    font-size: clamp(1.8rem, 10.2vw, 2.2rem);
    line-height: 1.02;
  }
  .lunch-offer-modal__offer p {
    max-width: 100%;
    font-size: 0.93rem;
    line-height: 1.5;
  }
  .lunch-offer-modal__divider {
    width: auto;
    margin: 0.06rem 1rem 0.64rem;
  }
  .lunch-offer-modal__conditions {
    width: auto;
    margin: 0 1rem 0.95rem;
    padding: 0.82rem 0.82rem 0.9rem;
    border-radius: 0.95rem;
  }
  .lunch-offer-modal__conditions h3 {
    font-size: 1rem;
  }
  .lunch-offer-modal__conditions ul {
    gap: 0.42rem;
    font-size: 0.76rem;
    line-height: 1.34;
  }
  .lunch-offer-modal__conditions li {
    grid-template-columns: 1.38rem minmax(0, 1fr);
    gap: 0.42rem;
  }
  .lunch-offer-modal__condition-number {
    width: 1.24rem;
    height: 1.24rem;
    font-size: 0.66rem;
  }
  .lunch-offer-modal__actions {
    margin: 0.72rem 0 0;
  }
  .lunch-offer-modal__cta {
    width: 100%;
    min-height: 3.4rem;
    padding: 0.76rem 1rem;
    white-space: normal;
  }
}
.ok-privacy-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1039;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.ok-privacy-banner[hidden] {
  display: none;
}

.ok-privacy-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ok-privacy-banner.is-hiding {
  opacity: 0;
  transform: translateY(10px);
}

.ok-privacy-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 58rem);
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.8470588235);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fffef9, #fff7eb);
  box-shadow: 0 18px 44px rgba(38, 50, 56, 0.1411764706);
  pointer-events: auto;
}

.ok-privacy-banner__close {
  position: absolute;
  top: -0.85rem;
  right: -0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 999px;
  background: #fff;
  color: #263238;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.1411764706);
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ok-privacy-banner__close:hover {
  border-color: rgba(247, 148, 30, 0.2705882353);
  background: #fffaf1;
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(38, 50, 56, 0.168627451);
}

.ok-privacy-banner__close:focus-visible {
  outline: 3px solid rgba(71, 161, 62, 0.1882352941);
  outline-offset: 3px;
  border-color: var(--ok-primary);
  background: #fff;
}

.ok-privacy-banner__close:active {
  transform: scale(0.98);
}

.ok-privacy-banner__copy {
  margin: 0;
  color: var(--ok-text);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.55;
}

.ok-privacy-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.ok-privacy-banner__accept, .ok-privacy-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--ok-btn-min-height-sm);
  padding: 0.65rem 1rem;
  border-radius: var(--ok-btn-radius);
  font-size: 0.88rem;
  font-weight: var(--ok-btn-font-weight);
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.ok-privacy-banner__accept {
  border: 1px solid var(--ok-primary);
  background: var(--ok-primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(71, 161, 62, 0.1490196078);
}

.icon-chip, .step-number, .program-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.icon-chip {
  width: 3.15rem;
  height: 3.15rem;
  margin-bottom: 1.1rem;
  background: rgba(71, 161, 62, 0.1215686275);
  color: var(--ok-primary-dark);
  box-shadow: inset 0 0 0 1px rgba(71, 161, 62, 0.0784313725);
}

.program-chip {
  padding: 0.48rem 0.85rem;
  margin-bottom: 1rem;
  background: rgba(247, 148, 30, 0.1215686275);
  color: var(--ok-secondary);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.step-number {
  width: 2.95rem;
  height: 2.95rem;
  margin-bottom: 1.1rem;
  background: linear-gradient(145deg, var(--ok-secondary), #ffbe70);
  color: #fff;
  box-shadow: 0 12px 20px rgba(247, 148, 30, 0.1803921569);
}

.soft-card h3, .meal-card h3, .step-card h3, .card-title-sm {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9215686275);
  box-shadow: var(--ok-shadow-soft);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.featured-post {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: calc(var(--ok-radius) + 0.1rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.8784313725));
  box-shadow: var(--ok-shadow-soft);
}

.featured-post__media {
  padding: 1rem;
  border-radius: var(--ok-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9411764706), rgba(255, 255, 255, 0.8588235294)), radial-gradient(circle at top right, rgba(247, 148, 30, 0.1215686275), transparent 28%);
  box-shadow: var(--ok-shadow-soft);
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: clamp(1.45rem, 2.2vw, 1.9rem);
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: var(--ok-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.8784313725));
  box-shadow: var(--ok-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(71, 161, 62, 0.2);
  box-shadow: 0 26px 44px rgba(38, 50, 56, 0.1215686275);
}

.blog-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.blog-card h3 a:hover, .blog-card h3 a:focus-visible {
  color: var(--ok-primary-dark);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--ok-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.blog-meta span::before {
  content: "";
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(71, 161, 62, 0.4509803922);
}

.blog-meta span:first-child::before {
  display: none;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  font-weight: 800;
  color: var(--ok-primary-dark);
}

.blog-link::after {
  content: ">";
  transition: transform 0.2s ease;
}

.blog-link:hover::after, .blog-link:focus-visible::after {
  transform: translateX(3px);
}

.article-shell {
  max-width: 900px;
}

.article-hero-media {
  padding: 1.2rem;
  border-radius: calc(var(--ok-radius) + 0.1rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.9019607843));
  box-shadow: var(--ok-shadow-soft);
}

.article-content {
  font-size: 1.02rem;
  color: var(--ok-text);
}

.article-content > * + * {
  margin-top: 1.2rem;
}

.article-content h2 {
  margin-top: 2.1rem;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.15;
}

.article-content p {
  color: var(--ok-muted);
  line-height: 1.95;
}

.article-pullquote {
  margin: 2rem 0;
  padding: 1.4rem 1.5rem;
  border-left: 4px solid var(--ok-secondary);
  border-radius: 0 1rem 1rem 0;
  background: rgba(247, 148, 30, 0.0784313725);
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.5;
}

.article-sidebar {
  position: sticky;
  top: 6.5rem;
}

.news-banner__panel {
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: calc(var(--ok-radius) + 0.1rem);
  background: radial-gradient(circle at top right, rgba(247, 148, 30, 0.1215686275), transparent 22%), linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.9019607843));
  box-shadow: var(--ok-shadow-soft);
}

.breadcrumb-list {
  display: flex;
  justify-content: flex-end;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ok-muted);
  font-weight: 700;
}

.breadcrumb-list li {
  position: relative;
}

.breadcrumb-list li + li::before {
  content: "/";
  position: absolute;
  left: -0.6rem;
  color: rgba(38, 50, 56, 0.3019607843);
}

.breadcrumb-list a:hover, .breadcrumb-list a:focus-visible {
  color: var(--ok-primary-dark);
}

.blog-card--grid {
  gap: 0;
  padding: 0;
}

.blog-card__thumb {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(38, 50, 56, 0.0588235294);
}

.blog-card__thumb img {
  width: 100%;
  height: 13.5rem;
  border-radius: calc(var(--ok-radius) - 0.55rem);
  object-fit: cover;
}

.blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.45rem 1.45rem 1.6rem;
}

.blog-listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.blog-listing-count {
  margin: 0;
  color: var(--ok-muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.news-sidebar {
  display: grid;
  gap: 1.5rem;
}

.author-widget {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.author-widget__avatar-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-bottom: -4.25rem;
}

.author-widget__avatar {
  width: 170px;
  max-width: 100%;
  filter: drop-shadow(0 16px 24px rgba(38, 50, 56, 0.1215686275));
}

.author-widget__body {
  position: relative;
  padding: 6rem 1.8rem 2rem;
  border-radius: 1.85rem;
  background: linear-gradient(180deg, #ff5a1f, #ff4e1d);
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 48px rgba(255, 90, 31, 0.2392156863);
}

.author-widget__name {
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  color: #fff;
  letter-spacing: -0.02em;
}

.author-widget__role {
  margin-top: 0.35rem;
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.9215686275);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.author-widget__bio {
  margin: 0;
  padding-top: 1.45rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.3490196078);
  color: rgba(255, 255, 255, 0.9215686275);
  line-height: 1.9;
}

.author-widget__socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.author-widget__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.author-widget__socials a:hover, .author-widget__socials a:focus-visible {
  background: rgba(255, 255, 255, 0.1215686275);
  transform: translateY(-2px);
}

.author-widget__socials svg {
  width: 1.05rem;
  height: 1.05rem;
}

.sidebar-widget {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: var(--ok-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.8784313725));
  box-shadow: var(--ok-shadow-soft);
}

.sidebar-widget__title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.search-form {
  display: grid;
  gap: 0.85rem;
}

.sidebar-list {
  display: grid;
  gap: 0.75rem;
}

.sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(71, 161, 62, 0.0509803922);
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sidebar-list a:hover, .sidebar-list a:focus-visible {
  background: rgba(71, 161, 62, 0.1019607843);
  transform: translateX(2px);
}

.sidebar-list span {
  color: var(--ok-muted);
  font-size: 0.9rem;
}

.recent-posts {
  display: grid;
  gap: 1rem;
}

.recent-post {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 0.9rem;
  align-items: center;
}

.recent-post img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(38, 50, 56, 0.0588235294);
  background: rgba(71, 161, 62, 0.0392156863);
}

.recent-post strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.4;
}

.recent-post small {
  display: block;
  margin-top: 0.35rem;
  color: var(--ok-muted);
  font-size: 0.86rem;
}

.recent-post:hover strong, .recent-post:focus-visible strong {
  color: var(--ok-primary-dark);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.tag-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(247, 148, 30, 0.0784313725);
  border: 1px solid rgba(247, 148, 30, 0.1215686275);
  font-size: 0.92rem;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.tag-list a:hover, .tag-list a:focus-visible {
  background: rgba(247, 148, 30, 0.1607843137);
  transform: translateY(-1px);
}

.pagination-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border-radius: var(--ok-btn-radius);
  font-weight: var(--ok-btn-font-weight);
}

.pagination-link--next {
  padding-inline: 1.2rem;
}

.pagination-link.active {
  background: var(--ok-primary);
  border-color: var(--ok-primary);
  color: #fff;
}

.page-blog-post .inner-hero__title {
  max-width: min(100%, 18ch);
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.page-blog-post .breadcrumb-nav {
  max-width: 62rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-blog-post .breadcrumb-nav span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-detail-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(35rem, 62vw, 48rem);
  flex-direction: column;
  overflow: hidden;
  margin: 0 clamp(0.75rem, 1.5vw, 1.4rem);
  border-radius: 0 0 clamp(1.6rem, 4vw, 3rem) clamp(1.6rem, 4vw, 3rem);
  background-color: #17351f;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.blog-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 16% 22%, rgba(71, 161, 62, 0.3490196078), transparent 28%), radial-gradient(circle at 82% 24%, rgba(247, 148, 30, 0.2509803922), transparent 24%), linear-gradient(180deg, rgba(15, 36, 25, 0.8509803922), rgba(15, 36, 25, 0.6588235294) 55%, rgba(15, 36, 25, 0.9019607843));
}

.blog-detail-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4rem rgba(255, 255, 255, 0.031372549);
}

.blog-detail-hero__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(7.5rem, 13vw, 12rem) clamp(3.5rem, 7vw, 5.75rem);
}

.blog-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 62rem;
  margin-bottom: clamp(1.3rem, 2vw, 1.8rem);
  color: rgba(255, 255, 255, 0.7490196078);
  font-size: 0.88rem;
  font-weight: 800;
}

.blog-detail-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.blog-detail-breadcrumb a:hover, .blog-detail-breadcrumb a:focus-visible {
  color: #ffd9a7;
}

.blog-detail-breadcrumb span:last-child {
  max-width: 42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-detail-hero__content {
  max-width: 66rem;
}

.blog-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: #ffe0b6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-detail-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--ok-secondary);
  box-shadow: 0 0 0 0.35rem rgba(247, 148, 30, 0.1490196078);
}

.blog-detail-hero__title {
  max-width: 64rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.3607843137);
}

.blog-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 900;
}

.blog-detail-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.0941176471);
  backdrop-filter: blur(14px);
}

.blog-post-content-section {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem) 0 clamp(2.5rem, 5vw, 4.25rem);
  background: linear-gradient(180deg, #fff8ee 0%, #fffdf7 45%, #fff8ee 100%);
}

.blog-post-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(70rem, 88vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(71, 161, 62, 0.2588235294), rgba(247, 148, 30, 0.2705882353), transparent);
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: start;
}

.blog-detail-layout--single {
  display: block;
}

.blog-detail-shell {
  max-width: 58rem;
  margin-inline: auto;
}

.blog-detail-shell--with-sidebar {
  max-width: none;
  margin-inline: 0;
}

.blog-post-sidebar {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 1rem;
}

.blog-post-sidebar-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9490196078);
  box-shadow: 0 18px 42px rgba(38, 50, 56, 0.0784313725);
}

.blog-post-sidebar-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: linear-gradient(90deg, var(--ok-primary), var(--ok-secondary));
}

.blog-post-sidebar-card__label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--ok-primary-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-post-sidebar-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: #eef8eb;
  color: var(--ok-primary-dark);
  font-size: 1.25rem;
}

.blog-post-sidebar-card h2 {
  margin: 0;
  color: #17351f;
  font-size: 1.18rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.blog-post-sidebar-card p {
  margin: 0.7rem 0 0;
  color: #536467;
  font-size: 0.96rem;
  line-height: 1.7;
}

.blog-post-sidebar-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  margin-top: 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--ok-primary);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-post-sidebar-card__link:hover, .blog-post-sidebar-card__link:focus-visible {
  background: var(--ok-primary-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(71, 161, 62, 0.1882352941);
  transform: translateY(-2px);
}

.blog-post-sidebar-card--cta {
  background: radial-gradient(circle at top right, rgba(247, 148, 30, 0.1882352941), transparent 32%), linear-gradient(135deg, #17351f, #2e7d32);
  color: #fff;
}

.blog-post-sidebar-card--cta .blog-post-sidebar-card__label, .blog-post-sidebar-card--cta h2, .blog-post-sidebar-card--cta p {
  color: #fff;
}

.blog-post-sidebar-card--cta .blog-post-sidebar-card__icon {
  background: rgba(255, 255, 255, 0.1215686275);
  color: #fff;
}

.blog-post-sidebar-card--cta .blog-post-sidebar-card__link {
  background: var(--ok-secondary);
  color: #1f2b22;
}

.blog-post-sidebar-card--note {
  background: linear-gradient(180deg, #fffaf1, #fff);
}

.blog-post-sidebar-card--image-card {
  padding: 0.85rem;
}

.blog-post-sidebar-card__image {
  display: block;
  width: 100%;
  height: 11.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  object-fit: cover;
}

.blog-post-sidebar-card--program-card {
  background: linear-gradient(145deg, #f4fbf2, #fff);
}

.blog-detail-intro {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.7rem);
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.blog-detail-meta-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 0.8rem;
  align-items: stretch;
  padding: 0.7rem;
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.9490196078);
  box-shadow: 0 18px 45px rgba(38, 50, 56, 0.0705882353);
}

.blog-detail-meta-bar > div, .blog-detail-back-link {
  display: flex;
  min-height: 4.15rem;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f7fbf4, #ffffff);
}

.blog-detail-meta-label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ok-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.blog-detail-meta-bar strong {
  color: var(--ok-text);
  font-size: 0.98rem;
}

.blog-detail-back-link {
  align-items: center;
  background: var(--ok-primary);
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-detail-back-link:hover, .blog-detail-back-link:focus-visible {
  background: var(--ok-primary-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(71, 161, 62, 0.2196078431);
  transform: translateY(-2px);
}

.blog-detail-excerpt {
  margin: 0;
  padding: clamp(1.15rem, 2.2vw, 1.55rem);
  border-left: 4px solid var(--ok-secondary);
  border-radius: 1.1rem;
  background: #fff;
  color: #314238;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 700;
  line-height: 1.75;
  box-shadow: 0 16px 40px rgba(38, 50, 56, 0.0509803922);
}

.blog-detail-featured-media {
  margin: 0 0 clamp(2rem, 4vw, 3.3rem);
  padding: clamp(0.65rem, 1.4vw, 1rem);
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 24px 55px rgba(38, 50, 56, 0.0862745098);
}

.blog-detail-featured-media img {
  display: block;
  width: 100%;
  max-height: 34rem;
  aspect-ratio: 16/9;
  border-radius: 1.05rem;
  object-fit: cover;
}

.blog-detail-content {
  max-width: 48rem;
  margin-inline: auto;
}

.blog-detail-content > p:first-child, .blog-detail-content > .blog-p:first-child {
  font-size: clamp(1.12rem, 1.55vw, 1.25rem);
  line-height: 1.9;
}

.blog-detail-content h2, .blog-detail-content .blog-block-heading {
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  color: #172f1f;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.blog-detail-content h3 {
  margin-top: 2rem;
  color: #203a29;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.blog-detail-content p, .blog-detail-content .blog-p {
  color: #4e6066;
  font-size: 1.06rem;
  line-height: 1.95;
}

.blog-detail-content ul, .blog-detail-content ol {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.25rem;
  color: #4e6066;
  line-height: 1.8;
}

.blog-detail-content img {
  height: auto;
  max-width: 100%;
}

.blog-detail-content .blog-block-image {
  margin: clamp(2rem, 4vw, 3rem) auto;
  text-align: center;
}

.blog-detail-content .blog-block-image img {
  max-height: 32rem;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(38, 50, 56, 0.1019607843);
  object-fit: cover;
}

.blog-detail-content .blog-block-image figcaption {
  margin-top: 0.85rem;
  color: var(--ok-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.blog-detail-content .blog-block-quote {
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(71, 161, 62, 0.1411764706);
  border-left: 5px solid var(--ok-primary);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #eff9ed, #fff);
  box-shadow: 0 18px 42px rgba(38, 50, 56, 0.0509803922);
}

.blog-detail-content .blog-block-quote p {
  color: #203a29;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.5;
}

.blog-detail-content .blog-block-callout, .blog-detail-content .blog-block-banner, .blog-detail-content .blog-block-stat, .blog-detail-content .blog-block-columns > div > div {
  box-shadow: 0 14px 34px rgba(38, 50, 56, 0.0509803922);
}

.blog-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7215686275);
  border-radius: 1.7rem;
  background: radial-gradient(circle at 92% 12%, rgba(247, 148, 30, 0.2), transparent 28%), linear-gradient(135deg, #17351f, #255e2d);
  box-shadow: 0 28px 60px rgba(23, 53, 31, 0.1882352941);
  color: #fff;
}

.blog-detail-cta h2 {
  max-width: 42rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.blog-detail-cta p {
  max-width: 44rem;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.8509803922);
  line-height: 1.8;
}

.blog-detail-cta .btn {
  white-space: nowrap;
}

.blog-detail-related {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, #fff8ee, #fffdf7);
}

.blog-detail-related__heading {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.blog-detail-related-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: 0 20px 45px rgba(38, 50, 56, 0.0705882353);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.blog-detail-related-card:hover {
  border-color: rgba(71, 161, 62, 0.2588235294);
  box-shadow: 0 28px 58px rgba(38, 50, 56, 0.1098039216);
  transform: translateY(-5px);
}

.blog-detail-related-card__media {
  display: block;
  padding: 0.85rem;
  background: linear-gradient(135deg, #f5fbf3, #fff4e5);
}

.blog-detail-related-card__media img {
  display: block;
  width: 100%;
  height: 14.5rem;
  border-radius: 1rem;
  object-fit: cover;
}

.blog-detail-related-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem;
}

.blog-detail-related-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.blog-detail-related-card p {
  color: var(--ok-muted);
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .page-blog-post .hero-section-blog {
    min-height: 15rem;
  }
  .page-blog-post .inner-hero__content {
    min-height: 8rem;
    padding-bottom: 0.7rem;
    gap: 0.7rem;
  }
  .page-blog-post .inner-hero__title {
    max-width: 100%;
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }
}
@media (max-width: 991.98px) {
  .blog-detail-hero {
    min-height: 38rem;
  }
  .blog-listing-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }
  .blog-post-sidebar {
    position: static;
  }
  .blog-detail-meta-bar {
    grid-template-columns: 1fr;
  }
  .blog-detail-cta {
    grid-template-columns: 1fr;
  }
  .blog-detail-cta .btn {
    justify-self: start;
  }
}
@media (max-width: 575.98px) {
  .blog-detail-hero {
    margin: 0;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .blog-detail-hero__inner {
    padding-block: 7rem 3rem;
  }
  .blog-detail-breadcrumb span:last-child {
    white-space: normal;
  }
  .blog-detail-hero__meta span {
    width: 100%;
    justify-content: center;
  }
  .blog-detail-featured-media {
    margin-inline: -0.35rem;
  }
  .blog-detail-content p, .blog-detail-content .blog-p {
    font-size: 1rem;
  }
  .page-blog-post .inner-hero__title {
    max-width: 100%;
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }
  .page-blog-post .hero-section-blog {
    min-height: 15rem;
  }
  .page-blog-post .inner-hero__content {
    min-height: 8rem;
    padding-bottom: 0.6rem;
  }
  .page-blog-post .breadcrumb-nav span:last-child {
    -webkit-line-clamp: 3;
  }
}
[data-animate] {
  --ok-animate-delay: 0ms;
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.6s ease var(--ok-animate-delay), transform 0.6s ease var(--ok-animate-delay);
}

[data-animate=fade-up] {
  transform: translateY(30px);
}

[data-animate=fade-down] {
  transform: translateY(-30px);
}

[data-animate=fade-left] {
  transform: translateX(30px);
}

[data-animate=fade-right] {
  transform: translateX(-30px);
}

[data-animate=zoom-in] {
  transform: scale(0.96);
}

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

.hero-stage__card[data-animate=fade-right] {
  transform: translateX(-30px) translateY(-50%);
}

.hero-stage__card[data-animate].is-visible {
  transform: translateY(-50%);
}

.site-header.is-scrolled,
.site-header-hero.is-scrolled {
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  backdrop-filter: blur(14px) saturate(1.05);
}

@media (max-width: 767.98px) {
  [data-animate=fade-up] {
    transform: translateY(20px);
  }
  [data-animate=fade-down] {
    transform: translateY(-20px);
  }
  [data-animate=fade-left] {
    transform: translateX(20px);
  }
  [data-animate=fade-right] {
    transform: translateX(-20px);
  }
  .hero-stage__card[data-animate=fade-right],
  .hero-stage__card[data-animate].is-visible {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-animate],
  .hero-stage__card[data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .hero-stage__card[data-animate] {
    transform: translateY(-50%);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 767.98px) {
  .hero-stage__card[data-animate] {
    transform: none;
  }
}
.article-content .blog-p {
  color: #31423a;
  font-size: 1.04rem;
  line-height: 1.85;
  margin: 0 0 1.25rem;
}
.article-content .blog-block-heading {
  color: #203a29;
  font-family: "Fraunces", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 2.25rem 0 1rem;
}
.article-content .blog-block-image {
  margin: 2rem 0;
}
.article-content .blog-block-image img {
  border-radius: 1rem;
  display: block;
  height: auto;
  width: 100%;
}
.article-content .blog-block-image figcaption {
  color: #66766f;
  font-size: 0.88rem;
  margin-top: 0.65rem;
  text-align: center;
}
.article-content .blog-block-banner {
  align-items: flex-start;
  border: 0.5px solid rgba(46, 125, 50, 0.24);
  border-radius: 1rem;
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  padding: 1.35rem;
}
.article-content .blog-block-banner h2 {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  margin: 0 0 0.45rem;
}
.article-content .blog-block-banner p {
  margin: 0 0 0.9rem;
}
.article-content .blog-block-banner--light {
  background: #f5fbf3;
  color: #213b29;
}
.article-content .blog-block-banner--dark {
  background: #193221;
  color: #fff;
}
.article-content .blog-block-banner__icon {
  align-items: center;
  background: rgba(46, 125, 50, 0.12);
  border-radius: 999px;
  display: flex;
  flex: 0 0 2.25rem;
  height: 2.25rem;
  justify-content: center;
  width: 2.25rem;
}
.article-content .blog-block-banner__button {
  background: #2e7d32;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  padding: 0.62rem 1rem;
  text-decoration: none;
}
.article-content .blog-block-quote {
  border-left: 4px solid #2e7d32;
  margin: 2rem 0;
  padding: 0.35rem 0 0.35rem 1.25rem;
}
.article-content .blog-block-quote p {
  color: #203a29;
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  line-height: 1.4;
  margin: 0;
}
.article-content .blog-block-quote cite {
  color: #66766f;
  display: block;
  font-size: 0.9rem;
  font-style: normal;
  margin-top: 0.65rem;
}
.article-content .blog-block-callout {
  border: 0.5px solid rgba(38, 50, 56, 0.12);
  border-radius: 0.85rem;
  font-weight: 600;
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
}
.article-content .blog-block-callout--success {
  background: #edf8ec;
  color: #205d25;
}
.article-content .blog-block-callout--warning {
  background: #fff6df;
  color: #7a4c00;
}
.article-content .blog-block-callout--info {
  background: #edf7ff;
  color: #185a7d;
}
.article-content .blog-block-columns {
  margin: 2rem 0;
}
.article-content .blog-block-columns > div > div {
  background: #fff;
  border: 0.5px solid rgba(38, 50, 56, 0.1);
  border-radius: 0.85rem;
  height: 100%;
  padding: 1.1rem;
}
.article-content .blog-block-columns h3 {
  color: #203a29;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.article-content .blog-block-columns p {
  color: #52645c;
  margin-bottom: 0;
}
.article-content .blog-block-stats {
  margin: 2rem 0;
}
.article-content .blog-block-stat {
  background: #fff;
  border: 0.5px solid rgba(46, 125, 50, 0.18);
  border-radius: 0.9rem;
  height: 100%;
  padding: 1.1rem;
  text-align: center;
}
.article-content .blog-block-stat strong {
  color: #2e7d32;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  line-height: 1;
}
.article-content .blog-block-stat span {
  color: #52645c;
  display: block;
  font-size: 0.9rem;
  margin-top: 0.45rem;
}
.article-content .blog-block-divider {
  border-color: rgba(46, 125, 50, 0.22);
  margin: 2rem 0;
  opacity: 1;
}
.article-content .blog-block-checklist {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.article-content .blog-block-checklist__item {
  align-items: flex-start;
  background: #fff;
  border: 0.5px solid rgba(38, 50, 56, 0.1);
  border-radius: 0.75rem;
  display: flex;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
}
.article-content .blog-block-checklist__item span {
  color: #2e7d32;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .article-content .blog-block-banner {
    flex-direction: column;
  }
  .article-content .blog-block-quote p {
    font-size: 1.22rem;
  }
}
.about-feature {
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: calc(var(--ok-radius) + 0.1rem);
}

.about-feature__media {
  position: relative;
}

.about-feature__image {
  display: block;
  width: 100%;
  height: clamp(22rem, 38vw, 32rem);
  border-radius: 1.85rem;
  object-fit: cover;
  box-shadow: 0 24px 44px rgba(38, 50, 56, 0.1215686275);
}

.about-feature__content {
  padding-inline: clamp(0.25rem, 1vw, 1.25rem);
}

.about-feature__title {
  max-width: 120ch;
  font-size: clamp(2.4rem, 4.5vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.about-feature__cta {
  min-width: 13.5rem;
  border-color: var(--ok-primary);
  background: var(--ok-primary);
  color: #fff;
}

.about-feature__cta:hover, .about-feature__cta:focus-visible {
  color: #fff;
}

.mission-vision {
  position: relative;
  padding: clamp(1.15rem, 2.7vw, 2rem);
  border-radius: 1.9rem;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1254901961), transparent 24%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.0784313725), transparent 28%), linear-gradient(135deg, #327f36, #4ba847);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 24px 42px rgba(18, 29, 136, 0.1607843137);
}

.mission-vision::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 1.45rem;
  pointer-events: none;
}

.mission-vision::after {
  content: "";
  position: absolute;
  top: 2.35rem;
  bottom: 2.35rem;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1254901961);
  transform: translateX(-50%);
}

.mission-vision__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(0.75rem, 1.8vw, 1.3rem) clamp(0.45rem, 1.2vw, 1rem);
  text-align: left;
}

.mission-vision__eyebrow {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0.75rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.0901960784);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-vision__item h3 {
  margin: 0 0 1.05rem;
  color: #fff;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
}

.mission-vision__item p {
  margin: 0;
  color: rgba(255, 253, 244, 0.9411764706);
  font-size: clamp(0.98rem, 1.08vw, 1.04rem);
  line-height: 1.76;
}

.mission-vision__stack {
  display: grid;
  gap: 1.05rem;
}

.mission-vision__block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1.15rem;
  background: rgba(31, 107, 38, 0.1215686275);
}

.mission-vision__block-body {
  min-width: 0;
}

.mission-vision__accordion-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.mission-vision__accordion-trigger h4 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.mission-vision__accordion-chevron {
  display: none;
}

.mission-vision__block p strong, .mission-vision__accordion-panel p strong {
  color: #fff;
  font-weight: 800;
}

@media (min-width: 768px) {
  .mission-vision__accordion-trigger {
    cursor: default;
    pointer-events: none;
  }
  .mission-vision__accordion-panel[hidden] {
    display: block !important;
  }
}
.mission-vision__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #f7941e;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1098039216);
}

.mission-vision__icon svg {
  width: 1.18rem;
  height: 1.18rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-vision__intro {
  max-width: 36rem;
  margin-bottom: 1rem !important;
}

.mission-vision__checklist {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mission-vision__checklist li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.8rem;
  padding: 0.78rem 0.9rem 0.78rem 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.062745098);
  color: #fffdf8;
  font-weight: 800;
  line-height: 1.45;
}

.mission-vision__checklist li:nth-child(2), .mission-vision__checklist li:nth-child(4) {
  margin-bottom: 0.12rem;
}

.mission-vision__checklist li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: #f7941e;
  transform: translateY(-50%);
}

.mission-vision__checklist li::after {
  content: "";
  position: absolute;
  left: 1.32rem;
  top: 50%;
  width: 0.38rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}

.mission-vision__note {
  margin-top: 0.85rem !important;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.062745098);
  color: #fffdf8 !important;
  font-weight: 700;
  line-height: 1.6 !important;
}

.mission-vision__sun {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  color: #ffca12;
  transform: translate(-50%, -50%);
}

.mission-vision__sun svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.partners-strip {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--ok-radius);
  background: linear-gradient(135deg, #3f7f2f, #4e8f3a);
  box-shadow: var(--ok-shadow-soft);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.partners-strip img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(1.05) contrast(1.05);
  transition: transform 0.3s ease;
}

.partners-strip:hover img {
  transform: scale(1.02);
}

.partners-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.0784313725), transparent 40%);
  pointer-events: none;
}

.about-story-media {
  position: relative;
  padding-right: clamp(0.25rem, 2vw, 1.5rem);
}

.about-story-image {
  width: 100%;
  min-height: 34rem;
  border-radius: calc(var(--ok-radius) + 0.3rem);
  object-fit: cover;
  box-shadow: var(--ok-shadow-strong);
}

.about-story-note {
  position: absolute;
  right: 0;
  bottom: 1.75rem;
  max-width: 18rem;
}

.about-story-note p {
  font-size: 0.98rem;
  line-height: 1.75;
}

.about-values-section .section-heading {
  max-width: 100%;
}

.about-value-card {
  padding-top: 1.65rem;
}

.about-value-card p {
  margin-bottom: 0;
}

.about-value-card--green {
  background: linear-gradient(180deg, #eef8ec, #e3f2df);
  border-color: rgba(71, 161, 62, 0.1803921569);
}

.about-value-card--orange {
  background: linear-gradient(180deg, #fff1e1, #ffe7c8);
  border-color: rgba(247, 148, 30, 0.2);
}

.about-value-card--cream {
  background: linear-gradient(180deg, #fffaf0, #fff4df);
  border-color: rgba(217, 185, 120, 0.2509803922);
}

.about-value-card--green .icon-chip {
  background: rgba(71, 161, 62, 0.1333333333);
  color: var(--ok-primary-dark);
}

.about-value-card--orange .icon-chip {
  background: rgba(247, 148, 30, 0.1333333333);
  color: #c86f00;
}

.about-value-card--cream .icon-chip {
  background: rgba(241, 214, 157, 0.2509803922);
  color: #8d6a18;
}

.about-commitment-section .section-title {
  max-width: 13ch;
}

.about-commitment-section {
  overflow-x: clip;
}

.about-commitment-section > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.about-commitment-quote {
  margin-top: 1.6rem;
  padding: 1.35rem 1.5rem;
  border-left: 4px solid var(--ok-primary);
  border-radius: 0 1.1rem 1.1rem 0;
  background: rgba(71, 161, 62, 0.0784313725);
}

.about-commitment-quote p {
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
  line-height: 1.6;
}

.about-commitment-card {
  height: 100%;
  padding: clamp(1.8rem, 3vw, 2.5rem);
}

.about-commitment-card__image {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.5rem;
  border-radius: 1.4rem;
  object-fit: cover;
}

.about-partners-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.about-partners-grid .partner-logo {
  min-width: 0;
  height: 110px;
  padding: 1rem;
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  box-shadow: var(--ok-shadow-soft);
}

.about-partners-grid .partner-logo img {
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
  opacity: 1;
}

.program-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-radius: 2rem;
  background: #d3e1c0;
  border: none;
  box-shadow: none;
  text-align: center;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  align-items: center;
}

.program-card--pink {
  background: #f1d8d8;
}

.program-card--purple {
  background: #d8d2e9;
}

.program-card--teal {
  background: #cee5e7;
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(38, 50, 56, 0.1098039216);
}

.program-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.25rem;
}

.program-card__blob {
  position: absolute;
  inset: 0;
  border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
  background: rgba(255, 255, 255, 0.7215686275);
  animation: blob-morph 7s ease-in-out infinite;
}

.program-card--pink .program-card__blob {
  background: rgba(255, 255, 255, 0.6784313725);
}

.program-card--purple .program-card__blob {
  border-radius: 45% 55% 60% 40%/55% 45% 55% 45%;
}

.program-card--teal .program-card__blob {
  border-radius: 55% 45% 40% 60%/40% 60% 40% 60%;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 60% 40% 55% 45%/45% 55% 45% 55%;
  }
  33% {
    border-radius: 45% 55% 40% 60%/60% 40% 55% 45%;
  }
  66% {
    border-radius: 55% 45% 60% 40%/40% 60% 50% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .program-card__blob {
    animation: none;
  }
}
.program-card__icon {
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.0784313725));
}

.program-card__title {
  font-family: "Fraunces", serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ok-text);
  margin-bottom: 0.3rem;
}

.program-card__age {
  color: var(--ok-muted);
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.program-card__copy {
  color: var(--ok-muted);
  font-size: 0.97rem;
  line-height: 1.75;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.program-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ok-primary-dark);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: var(--ok-btn-transition);
}

.program-card__link:hover, .program-card__link:focus-visible {
  color: var(--ok-primary);
  gap: 0.65rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.meal-programs-section {
  padding-bottom: clamp(3.5rem, 6vw, 4.5rem);
}

.meal-programs-section > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.meal-programs-section .section-title {
  max-width: 13ch;
}

.meal-programs-section .section-copy {
  max-width: 42rem;
}

.meal-programs-section .program-card {
  min-height: 15.5rem;
  padding: clamp(1.25rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.5882352941);
  box-shadow: 0 16px 30px rgba(38, 50, 56, 0.0509803922);
}

.meal-programs-section .program-card:hover {
  border-color: rgba(255, 255, 255, 0.8705882353);
  box-shadow: 0 24px 44px rgba(38, 50, 56, 0.1098039216);
}

.meal-programs-section .program-card__age {
  color: var(--ok-primary-dark);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.meal-program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  max-width: 34rem;
}

.meal-program-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.52rem 0.82rem;
  border: 1px solid rgba(71, 161, 62, 0.1411764706);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ok-primary-dark);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 10px 22px rgba(71, 161, 62, 0.0509803922);
}

.meal-process {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.8196078431);
  border-radius: calc(var(--ok-radius) + 0.15rem);
  background: linear-gradient(135deg, #fffef9 0%, #fff8ee 52%, #eef8ec 100%);
  box-shadow: var(--ok-shadow-soft);
}

.meal-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.4rem, 3vw, 2rem);
  right: clamp(1.4rem, 3vw, 2rem);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ok-primary), var(--ok-secondary));
}

.meal-process__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
  text-align: center;
}

.meal-process__title {
  max-width: none;
  margin-top: 0 !important;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.meal-process__steps {
  margin-top: 0;
  margin-bottom: 0;
}

.meal-process .step-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9215686275);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.meal-process .step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(71, 161, 62, 0.1411764706);
  box-shadow: 0 22px 40px rgba(38, 50, 56, 0.0941176471);
}

.meal-process .step-number {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.9rem;
  font-size: 0.95rem;
}

.meal-process .step-card h4 {
  margin: 0 0 0.6rem;
  font-family: "Fraunces", serif;
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ok-text);
}

.meal-process .step-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  flex: 1 1 auto;
}

.latest-blog-section {
  padding-top: clamp(3.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 4.6vw, 3.5rem); /*background:linear-gradient(180deg,#fff8ee 0%,#fffdf8 100%)*/
}

.latest-blog-section .section-heading {
  max-width: 48rem;
}

.latest-blog-section .section-copy {
  max-width: 42rem;
  margin-inline: auto;
}

.latest-blog-section .blog-card {
  height: 100%;
  border-color: rgba(255, 255, 255, 0.8470588235);
  background: #fffef9;
  box-shadow: 0 12px 24px -14px rgba(71, 161, 62, 0.168627451);
}

.latest-blog-section .blog-card:hover {
  border-color: rgba(71, 161, 62, 0.1411764706);
  box-shadow: 0 16px 30px -16px rgba(71, 161, 62, 0.2117647059);
}

.latest-blog-section .blog-card h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.42rem);
}

.home-blog-carousel {
  --home-blog-gap:1.5rem;
  position: relative;
}

.home-blog-carousel__viewport {
  overflow: hidden;
  padding: 0.25rem 0.15rem 0.55rem;
}

.home-blog-carousel__track {
  display: flex;
  gap: var(--home-blog-gap);
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-blog-carousel__item {
  flex: 0 0 100%;
  min-width: 0;
}

.home-blog-carousel__item .blog-card {
  min-height: 100%;
}

.home-blog-carousel__fallback {
  max-width: 42rem;
  margin: 0 auto;
}

.home-blog-carousel__controls, .home-blog-carousel__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 0.95rem);
  margin-top: 0.85rem;
}

.home-blog-carousel__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border: 2px solid #856905;
  border-radius: 50%;
  background: #ffca12;
  color: #7a5600;
  box-shadow: 0 12px 24px rgba(38, 50, 56, 0.0941176471);
}

.home-blog-carousel__nav svg {
  width: 1.35rem;
  height: 1.35rem;
}

.home-blog-carousel__cta {
  min-height: 3.35rem;
  padding-inline: clamp(1.25rem, 3vw, 1.85rem);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .home-blog-carousel__item {
    flex-basis: calc((100% - var(--home-blog-gap)) / 2);
  }
}
@media (min-width: 1200px) {
  .home-blog-carousel__item {
    flex-basis: calc((100% - var(--home-blog-gap) * 2) / 3);
  }
}
.partners-section {
  overflow: hidden;
}

.partners-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.partners-marquee__track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: max-content;
  animation: partnersMarquee 30s linear infinite;
}

.partner-logo {
  flex: 0 0 auto;
  min-width: 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
}

.partner-logo img {
  max-height: 80px;
  opacity: 0.85;
}

.partner-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes partnersMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.eyebrow--light {
  background: rgba(255, 255, 255, 0.1019607843);
  border-color: rgba(255, 255, 255, 0.1607843137);
  color: #fff;
}

/* Testimonials */
.testimonial-proof {
  background: #4e7d24;
}

.testimonial-proof .section-title {
  color: #fff;
}

.testimonial-proof__list {
  display: grid;
  gap: 1.75rem;
}

.testimonial-proof__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.6rem;
  align-items: center;
}

.testimonial-proof__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 1.1rem;
  border: 6px solid rgba(255, 255, 255, 0.1607843137);
  border-radius: 0.4rem;
  background: #efefeb;
  color: #5e655d;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.testimonial-proof__badge:hover, .testimonial-proof__badge:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.1333333333);
}

.testimonial-proof__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: 1rem;
  border-radius: 1.3rem;
  background: #ff5624;
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.testimonial-proof__link {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-proof__content h3 {
  margin-bottom: 0.55rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.testimonial-proof__content p {
  margin: 0;
  color: #fff;
  line-height: 1.95;
  font-size: 1.04rem;
}

.testimonial-showcase {
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider__viewport {
  overflow: hidden;
  padding: 1.15rem 0.25rem 1.25rem;
}

.testimonial-slider__track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.testimonial-slider__item {
  flex: 0 0 calc((100% - 3rem) / 3);
}

.testimonial-slider__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.testimonial-slider__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  background: #f7941e;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
}

.testimonial-card {
  position: relative;
  height: 100%;
  padding: 7.15rem 1.7rem 2rem;
  border: 1.5px solid #5b6678;
  border-radius: 2.8rem 3rem 2.7rem 2.9rem/2.5rem 2.7rem 2.4rem 2.8rem;
  background: #fff;
}

.testimonial-card__thumb {
  position: absolute;
  top: 1rem;
  left: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.15rem;
  height: 5.15rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(38, 50, 56, 0.0784313725);
}

.testimonial-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 0.6rem;
}

.testimonial-card__quote-icon {
  position: absolute;
  top: 1.15rem;
  right: 1.55rem;
  color: rgba(111, 93, 246, 0.1215686275);
  font-family: "Fraunces", serif;
  font-size: 4.2rem;
  line-height: 1;
}

.testimonial-card__quote {
  margin: 0 0 1.7rem;
  color: #4d5b6e;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.72;
}

.testimonial-card__divider {
  margin-bottom: 1.25rem;
  border-bottom: 1px dashed #ff8051;
}

.testimonial-card__meta strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #151d33;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.testimonial-card__meta span {
  display: block;
  color: #627184;
  font-size: 1rem;
  font-weight: 600;
}

.testimonial-card__mark {
  position: absolute;
  right: 1rem;
  bottom: -0.95rem;
  color: #6f5df6;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
  display: none;
}

.testimonials-sketch {
  position: relative;
  overflow: hidden;
}

.testimonials-sketch .carousel-inner {
  padding-top: 15px;
}

.testimonials-sketch__intro {
  max-width: 760px;
  margin-bottom: 3.5rem;
}

.testimonials-sketch__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  background: var(--ok-primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: 0 14px 28px rgba(71, 161, 62, 0.1607843137);
}

.testimonials-sketch__title {
  margin-top: 1.4rem;
  font-family: "Fraunces", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0d1028;
}

.testimonials-sketch__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.4rem;
  margin: 0.9rem auto 0;
  border-radius: 999px;
  background: #ff5624;
}

.testimonials-sketch__doodle {
  position: absolute;
  font-size: 3rem;
  line-height: 1;
  color: #ff5624;
  opacity: 0.9;
}

.testimonials-sketch__doodle--left {
  top: 4.5rem;
  left: 5%;
  transform: rotate(-18deg);
}

.testimonials-sketch__doodle--right {
  top: 6rem;
  right: 8%;
  color: rgba(255, 86, 36, 0.7019607843);
}

.testimonial-sketch-card {
  position: relative;
  height: 100%;
  padding: 5rem 2rem 2rem;
  border-radius: 3rem 3rem 3.3rem 3rem;
  background: #ffffff;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.testimonial-sketch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(38, 50, 56, 0.0784313725);
}

.testimonial-sketch-card__avatar {
  position: absolute;
  top: -1.25rem;
  left: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f7f6f4;
  box-shadow: 0 8px 20px rgba(38, 50, 56, 0.1215686275);
  background: #fff;
}

.testimonial-sketch-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-sketch-card--logo {
  padding-top: 7rem;
}

.testimonial-sketch-card__logo-panel {
  position: absolute;
  top: -1.15rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.25rem;
  min-height: 7.2rem;
  padding: 0.85rem;
  border: 6px solid #ece7df;
  border-radius: 0.45rem;
  background: #efefeb;
}

.testimonial-sketch-card__logo-panel img {
  display: block;
  max-width: 100%;
  height: auto;
}

.testimonial-sketch-card--logo .testimonial-sketch-card__quote:not(.testimonial-sketch-card__quote--current) {
  display: none;
}

.testimonial-sketch-card--logo .testimonial-sketch-card__mark {
  font-size: 0;
}

.testimonial-sketch-card--logo .testimonial-sketch-card__mark::before {
  content: '"';
  font-size: 4.5rem;
  line-height: 1;
  color: #ff5624;
  font-weight: 800;
}

.testimonial-sketch-card--logo .testimonial-sketch-card__meta strong {
  font-size: 1.18rem;
  line-height: 1.25;
}

.testimonial-sketch-card__stars {
  display: flex;
  gap: 0.25rem;
  margin: 0.2rem 0 1.25rem 3.25rem;
  color: #ff5624;
  font-size: 1.25rem;
}

.testimonial-sketch-card__quote {
  min-height: 10.5rem;
  margin-bottom: 1.4rem;
  color: #586171;
  font-family: "Fraunces", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.75;
}

.testimonial-sketch-card__divider {
  width: 100%;
  height: 2px;
  margin-bottom: 1.2rem;
  border-bottom: 2px dotted #ff5624;
}

.testimonial-sketch-card__meta strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #111323;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.testimonial-sketch-card__meta span {
  display: block;
  color: #5f6777;
  font-size: 1.05rem;
  font-weight: 600;
}

.testimonial-sketch-card__mark {
  position: absolute;
  right: 1rem;
  bottom: -0.7rem;
  font-size: 4.5rem;
  line-height: 1;
  color: #ff5624;
  font-weight: 800;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.testimonial-sketch-nav {
  position: static !important;
  z-index: 3;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  border-radius: 0.8rem;
  background: var(--ok-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(71, 161, 62, 0.2);
}

.testimonial-sketch-nav--prev, .testimonial-sketch-nav--next {
  left: auto;
  right: auto;
  top: auto;
}

.testimonial-sketch-nav::before {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.testimonial-sketch-nav--prev::before {
  content: "←";
}

.testimonial-sketch-nav--next::before {
  content: "→";
}

.page-home .home-final-cta {
  padding-top: clamp(1.65rem, 3.2vw, 2.35rem);
  padding-bottom: clamp(3.4rem, 6vw, 4.5rem);
}

/* About page premium content refresh */
.about-story-card {
  padding: clamp(2.35rem, 5vw, 3.9rem) clamp(1.35rem, 4vw, 3.35rem);
  border: 1px solid rgba(71, 161, 62, 0.1215686275);
  border-radius: 1.45rem;
  background: linear-gradient(180deg, #fffef9 0%, #fff9ef 100%);
  box-shadow: 0 24px 52px rgba(38, 50, 56, 0.0509803922);
}

.about-story-card__intro, .about-story-features, .about-story-actions {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.about-story-card__intro {
  max-width: 100%;
}

.about-story-card__intro {
  text-align: center;
}

.about-story-card__intro .eyebrow {
  margin-inline: auto;
}

.about-story-card__intro .section-title {
  margin-inline: auto;
}

.about-story-card__intro p {
  max-width: 58rem;
  margin-inline: auto;
  color: var(--ok-muted);
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  line-height: 1.82;
  text-align: center;
}

.about-story-features {
  margin-top: clamp(2.25rem, 3.4vw, 3rem);
  padding-top: clamp(1.75rem, 3vw, 2.35rem);
  border-top: 1px solid rgba(71, 161, 62, 0.1215686275);
}

.about-story-features h3, .about-trust-card h3, .about-nearby-card h3 {
  margin: 0 0 1rem;
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-story-features h3 {
  text-align: center;
}

.about-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(71, 161, 62, 0.1215686275);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.8509803922);
  box-shadow: 0 12px 24px rgba(38, 50, 56, 0.0431372549);
}

.about-feature-card p {
  margin: 0;
  color: var(--ok-text);
  font-weight: 800;
  line-height: 1.45;
}

.about-check-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: rgba(71, 161, 62, 0.0941176471);
  color: var(--ok-primary-dark);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.about-story-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: clamp(1.75rem, 3vw, 2.4rem);
}

.about-values-section .about-value-card {
  display: flex;
  flex-direction: column;
  min-height: 18.5rem;
  padding: clamp(1.45rem, 2.4vw, 1.85rem);
}

.about-values-section .about-value-card .icon-chip {
  margin-bottom: 1.05rem;
}

.about-values-section .about-value-card h3 {
  margin-bottom: 0.75rem;
}

.about-values-section .about-value-card p {
  line-height: 1.68;
}

.about-commitment-section .section-title {
  max-width: 18ch;
}

.about-commitment-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.25rem, 1vw, 1rem) 0;
}

.about-commitment-copy > p {
  max-width: 42rem;
  color: var(--ok-muted);
  font-size: clamp(1.02rem, 1.3vw, 1.1rem);
  line-height: 1.85;
}

.about-safety-note {
  margin: 1rem 0 0;
  max-width: 40rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(71, 161, 62, 0.1333333333);
  border-radius: 1rem;
  background: #f8fcf5;
  color: var(--ok-text);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.55;
}

.about-commitment-quote {
  margin-top: 1.7rem;
  padding: 1.35rem 1.45rem;
  border-left: 4px solid var(--ok-primary);
  border-radius: 0 1.2rem 1.2rem 0;
  background: linear-gradient(135deg, rgba(71, 161, 62, 0.0784313725), #fff8ee);
  box-shadow: 0 14px 28px rgba(71, 161, 62, 0.062745098);
}

.about-trust-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-color: rgba(71, 161, 62, 0.1294117647);
  background: linear-gradient(180deg, #fffef9, #eef8ec);
}

.about-trust-list {
  display: grid;
  gap: 0.75rem;
}

.about-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(71, 161, 62, 0.1058823529);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ok-text);
  font-weight: 750;
  line-height: 1.45;
}

.about-trust-list .about-check-icon {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.9rem;
}

.about-regions-section .section-heading {
  max-width: 54rem;
  margin: 0 auto clamp(1.65rem, 3vw, 2.35rem);
}

.about-regions-section .section-heading .section-title {
  max-width: 30ch;
  margin-inline: auto;
}

.about-regions-section .section-heading p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: var(--ok-muted);
  line-height: 1.75;
}

.about-regions-layout {
  margin-top: clamp(1rem, 2vw, 1.35rem);
}

.about-service-map-card {
  padding: clamp(0.9rem, 2vw, 1.35rem);
  border-color: rgba(71, 161, 62, 0.1215686275);
  background: #fffdf8;
  box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0509803922);
}

.about-service-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(71, 161, 62, 0.1215686275);
  border-radius: 1.35rem;
  background: #fffdf8;
  box-shadow: 0 12px 28px rgba(38, 50, 56, 0.0431372549);
}

.about-service-map img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .about-story-actions {
    display: grid;
  }
  .about-story-actions .btn {
    width: 100%;
  }
  .about-service-map-card {
    padding: 0.85rem;
  }
  .about-service-map {
    border-radius: 1rem;
  }
  .about-trust-list li {
    padding: 0.75rem;
  }
}
/* About page testimonial and CTA compact spacing */
.about-testimonials-section {
  padding-top: clamp(3.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 4.5rem);
}

.about-testimonial-slider .testimonial-card {
  padding-top: 6.25rem;
}

.about-testimonial-slider .testimonial-card__quote {
  font-size: 1rem;
  line-height: 1.68;
}

.about-final-cta .cta-panel {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about-testimonials-section .testimonial-slider {
    margin-top: 1.5rem !important;
  }
  .about-testimonial-slider .testimonial-card {
    padding-top: 5.75rem;
  }
  .about-final-cta .cta-panel {
    text-align: left;
  }
  .about-final-cta .cta-button {
    width: 100%;
  }
}
/* About page final polish */
.page-about main > .section-space:not(.pt-0) {
  padding-top: clamp(2.9rem, 5vw, 3.65rem);
  padding-bottom: clamp(2.9rem, 5vw, 3.65rem);
}

@media (min-width: 992px) {
  .page-about main > .section-space:not(.pt-0) {
    padding-top: clamp(4.5rem, 5vw, 5rem);
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }
}
.page-about .section-heading {
  margin-bottom: clamp(1.25rem, 2.4vw, 1.85rem);
}

.page-about .about-story-section {
  padding-bottom: clamp(2.9rem, 5vw, 3.65rem);
}

@media (min-width: 992px) {
  .page-about .about-story-section {
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }
}
.page-about .about-story-card {
  padding: clamp(2.35rem, 5vw, 3.9rem) clamp(1.35rem, 4vw, 3.35rem);
}

.page-about .about-story-card__intro .section-title {
  max-width: 20ch;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.page-about .about-story-card__intro p + p {
  margin-top: 1.4rem;
}

.page-about .about-story-features {
  margin-top: clamp(2.25rem, 3.4vw, 3rem);
  padding-top: clamp(1.6rem, 2.8vw, 2.15rem);
}

.page-about .about-story-features .row {
  max-width: 66rem;
  margin-inline: auto;
}

.page-about .about-story-features h3 {
  margin-bottom: 1.15rem;
  font-size: clamp(1.65rem, 2.6vw, 2.05rem);
}

.page-about .about-story-actions {
  margin-top: clamp(1.35rem, 2.5vw, 1.9rem);
}

.page-about .about-values-section .row.mt-4 {
  margin-top: 1.05rem !important;
}

.page-about .about-feature-card {
  gap: 0.9rem;
  min-height: 5.4rem;
  padding: 1.08rem 1.18rem;
}

.page-about .about-feature-card p {
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.5;
}

.page-about .about-trust-card {
  padding: clamp(1.35rem, 2.6vw, 1.95rem);
}

.page-about .about-trust-list {
  gap: 0.58rem;
}

.page-about .about-trust-list li {
  padding: 0.7rem 0.82rem;
}

.page-about .about-regions-section .section-heading {
  margin-bottom: clamp(1.4rem, 2.8vw, 2.15rem);
}

.page-about .about-regions-layout {
  margin-top: clamp(1.15rem, 2.4vw, 1.55rem);
}

.page-about .about-primary-region-card, .page-about .about-nearby-card {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.about-primary-region-card {
  justify-content: flex-start;
}

.about-primary-region-card__image {
  width: 100%;
  height: clamp(8rem, 18vw, 9rem);
  margin-bottom: 1.15rem;
  border-radius: 1.2rem;
  object-fit: cover;
  box-shadow: 0 16px 30px rgba(38, 50, 56, 0.0784313725);
}

.about-primary-region-card__highlights {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.about-primary-region-card__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--ok-text);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
}

.about-primary-region-card__highlights span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.02rem;
  border-radius: 999px;
  background: rgba(71, 161, 62, 0.0941176471);
  color: var(--ok-primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.page-about .about-testimonials-section {
  padding-top: clamp(2.8rem, 4.5vw, 3.55rem);
  padding-bottom: clamp(2.8rem, 4.5vw, 3.55rem);
}

@media (min-width: 992px) {
  .page-about .about-testimonials-section {
    padding-top: clamp(4.5rem, 5vw, 5rem);
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }
}
.page-about .about-testimonial-slider .testimonial-card {
  border-color: rgba(71, 161, 62, 0.168627451);
  box-shadow: 0 20px 44px rgba(38, 50, 56, 0.0862745098);
}

.page-about .about-testimonial-slider .testimonial-card__quote {
  color: #33423c;
  font-size: 1.02rem;
  line-height: 1.7;
}

.page-about .about-testimonial-slider .testimonial-card__divider {
  background: rgba(71, 161, 62, 0.1411764706);
}

.page-about .about-final-cta {
  padding-top: clamp(1.65rem, 3.2vw, 2.35rem);
  padding-bottom: clamp(2.75rem, 5vw, 3.5rem);
}

@media (max-width: 991.98px) {
  .about-values-section .about-value-card {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .page-about main > .section-space:not(.pt-0) {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }
  .page-about .about-story-section {
    padding-bottom: 2.45rem;
  }
  .page-about .about-story-card, .about-primary-region-card, .about-nearby-card {
    padding: 1.35rem;
  }
  .page-about .about-story-card__intro .section-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  }
  .page-about .about-story-card__intro p {
    text-align: center;
  }
  .page-about .about-story-features {
    margin-top: 1.85rem;
    padding-top: 1.45rem;
  }
  .about-primary-region-card__image {
    height: 11.5rem;
  }
  .page-about .about-feature-card {
    min-height: 0;
    padding: 1rem;
  }
  .page-about .about-feature-card p {
    font-size: 1rem;
  }
  .about-safety-note {
    font-size: 0.94rem;
  }
  .page-about .about-final-cta {
    padding-top: 1.35rem;
    padding-bottom: 2.45rem;
  }
}
@media (max-width: 767.98px) {
  .about-feature__image {
    height: clamp(18rem, 72vw, 24rem);
  }
}
/* Our Team page */
.page-team .hero-section-team::before {
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.9019607843) 0%, rgba(5, 5, 5, 0.768627451) 42%, rgba(7, 7, 7, 0.3490196078) 100%);
}

.page-team .inner-hero__subtitle {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: clamp(1.02rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.team-intro-section {
  padding-bottom: clamp(2.6rem, 4.5vw, 3.25rem);
}

.team-intro-card {
  height: auto;
  padding: clamp(2rem, 4vw, 3.15rem);
  border-color: rgba(71, 161, 62, 0.1254901961);
  background: linear-gradient(180deg, #fffef9, #fff8ee);
  box-shadow: 0 20px 44px rgba(38, 50, 56, 0.0705882353);
}

.team-intro-card__content {
  max-width: 66rem;
  margin-inline: auto;
  text-align: center;
}

.team-intro-card__content .eyebrow, .team-intro-card__content .section-title {
  margin-inline: auto;
}

.team-intro-card__content .section-title {
  max-width: 24ch;
}

.team-intro-card__content p {
  max-width: 58rem;
  margin-inline: auto;
  color: var(--ok-muted);
  font-size: clamp(1.02rem, 1.3vw, 1.1rem);
  line-height: 1.82;
}

.team-grid-section {
  padding-top: clamp(3rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
}

.team-grid-section .section-heading {
  max-width: 58rem;
}

.team-grid-section .section-heading .section-title {
  max-width: 24ch;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.team-staff-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(71, 161, 62, 0.1254901961);
  border-radius: 1.35rem;
  background: #fffef9;
  box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0705882353);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-staff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(71, 161, 62, 0.2196078431);
  box-shadow: 0 24px 48px rgba(38, 50, 56, 0.1019607843);
}

.team-staff-card__photo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  margin: clamp(0.9rem, 1.4vw, 1.05rem);
  border: 1px dashed rgba(71, 161, 62, 0.2509803922);
  border-radius: 1.05rem;
  background: linear-gradient(145deg, #f3f7ed, #fff8ee);
  color: var(--ok-primary-dark);
  text-align: center;
  isolation: isolate;
}

.team-staff-card__photo::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.4509803922);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6588235294);
  z-index: -1;
}

.team-staff-card__photo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8509803922);
  box-shadow: 0 12px 24px rgba(38, 50, 56, 0.0588235294);
}

.team-staff-card__photo svg {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--ok-primary-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-staff-card__photo-label {
  color: var(--ok-text);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-staff-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 clamp(1.25rem, 2vw, 1.55rem) clamp(1.35rem, 2.2vw, 1.7rem);
}

.team-staff-card__eyebrow {
  margin-bottom: 0.6rem;
  color: var(--ok-primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-staff-card h3 {
  margin: 0;
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.32rem, 1.7vw, 1.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.team-staff-card p {
  margin: 0.85rem 0 0;
  color: var(--ok-muted);
  line-height: 1.72;
}

.team-staff-card--green .team-staff-card__photo {
  background: linear-gradient(145deg, #e6f4e2, #f8fcf5);
}

.team-staff-card--orange .team-staff-card__photo {
  background: linear-gradient(145deg, #fff0dc, #fff8ee);
}

.team-staff-card--cream .team-staff-card__photo {
  background: linear-gradient(145deg, #fff7e7, #fffdf7);
}

.team-careers-section {
  padding-top: clamp(2.75rem, 5vw, 3.6rem);
  padding-bottom: clamp(3rem, 5vw, 4rem);
}

.team-careers-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.15rem);
  border: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-radius: calc(var(--ok-radius) + 0.2rem);
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.1803921569), transparent 24%), linear-gradient(135deg, #2f7f32, #47a13e);
  box-shadow: 0 28px 60px rgba(47, 127, 50, 0.1882352941);
  color: #fff;
}

.team-careers-panel::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.0784313725);
}

.team-careers-panel__content {
  position: relative;
  z-index: 1;
}

.team-careers-panel .section-title {
  max-width: 18ch;
  color: #fff;
}

.team-careers-panel p {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
}

.team-careers-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.45rem;
}

@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .team-careers-panel .section-title {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .page-team .inner-hero__subtitle {
    font-size: 1rem;
  }
  .team-intro-section {
    padding-bottom: 2.3rem;
  }
  .team-intro-card {
    padding: 1.35rem;
  }
  .team-grid-section {
    padding-top: 2.45rem;
    padding-bottom: 2.45rem;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-staff-card__photo {
    min-height: 11.25rem;
  }
  .team-careers-section {
    padding-top: 2.3rem;
    padding-bottom: 2.45rem;
  }
  .team-careers-panel {
    padding: 1.45rem;
  }
  .team-careers-panel__actions {
    display: grid;
  }
  .team-careers-panel__actions .btn {
    width: 100%;
  }
}
/* Request a Quote page */
.hero-section-quote {
  background-image: url("../img/banners/Request a Quote.png");
}

.page-quote .hero-section-quote {
  min-height: 15rem;
  padding-bottom: clamp(1.8rem, 3vw, 2.35rem);
}
.page-quote .hero-section-quote .inner-hero__content {
  min-height: 8rem;
  padding-bottom: 0.5rem;
}
.page-quote .inner-hero__title {
  max-width: 14ch;
}
.page-quote .quote-form-section {
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}
.page-quote .section-title {
  max-width: none;
}

.quote-form-intro,
.quote-form-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-radius: calc(var(--ok-radius) + 0.1rem);
  background: #fff;
  box-shadow: var(--ok-shadow-soft);
}

.quote-form-intro {
  margin-bottom: 0.9rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.968627451), #fff9f0);
}
.quote-form-intro p {
  max-width: none;
  margin: 0;
  color: var(--ok-text);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  font-weight: 600;
  line-height: 1.6;
}
.quote-form-intro a {
  color: var(--ok-primary-dark);
  font-weight: 800;
  text-decoration: none;
}
.quote-form-intro a:hover {
  text-decoration: underline;
}

.quote-form-intro__helper {
  margin-top: 0.5rem !important;
  color: var(--ok-muted) !important;
  font-size: clamp(0.9rem, 1vw, 0.96rem) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

@media (min-width: 1200px) {
  .quote-form-intro > p:first-child {
    white-space: nowrap;
  }
}
.quote-form-shell {
  padding: clamp(1rem, 2.2vw, 1.45rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9764705882), #fffaf3);
}

.quote-request-form {
  display: grid;
  gap: 1rem;
}

.required {
  color: #dc3545;
  font-weight: 700;
}

.quote-form-group {
  margin: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.8705882353);
}

.quote-form-group--consent {
  background: #f9fcf6;
}

.quote-form-group__legend {
  display: inline-flex;
  align-items: center;
  float: none;
  width: auto;
  margin: 0 0 0.95rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(71, 161, 62, 0.1333333333);
  border-radius: 999px;
  background: linear-gradient(180deg, #f9fcf6, #f2f9ed);
  color: var(--ok-primary-dark);
  font-family: "Fraunces", serif;
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 18px rgba(71, 161, 62, 0.0509803922);
}

.quote-form-section {
  border-color: rgba(38, 50, 56, 0.0705882353);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.quote-form-section__legend {
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.quote-form-section.is-active {
  border-color: rgba(71, 161, 62, 0.4392156863);
  background: #f7fcf5;
  box-shadow: 0 14px 30px rgba(71, 161, 62, 0.0705882353);
}

.quote-form-section.is-active .quote-form-section__legend {
  border-color: #47a13e;
  background: var(--ok-primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(71, 161, 62, 0.1607843137);
}

.quote-request-form .form-label {
  margin-bottom: 0.45rem;
  color: var(--ok-text);
  font-size: 0.9rem;
  font-weight: 800;
}
.quote-request-form .form-control,
.quote-request-form .form-select {
  min-height: 3.15rem;
  border: 1px solid rgba(38, 50, 56, 0.1019607843);
  border-radius: 0.85rem;
  background: #fffdfb;
  color: var(--ok-text);
  font-size: 0.96rem;
  line-height: 1.4;
  padding: 0.74rem 0.9rem;
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.quote-request-form textarea.form-control {
  min-height: auto;
  resize: vertical;
}
.quote-request-form .form-control:focus,
.quote-request-form .form-select:focus {
  border-color: rgba(71, 161, 62, 0.3294117647);
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(71, 161, 62, 0.0941176471);
}
.quote-request-form .form-control.is-invalid,
.quote-request-form .form-select.is-invalid, .quote-request-form.was-validated .form-control:invalid, .quote-request-form.was-validated .form-select:invalid {
  border-color: #dc3545;
  background: #fff;
}
.quote-request-form .form-control.is-invalid:focus,
.quote-request-form .form-select.is-invalid:focus, .quote-request-form.was-validated .form-control:invalid:focus, .quote-request-form.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.14);
}
.quote-request-form .form-control::placeholder,
.quote-request-form .form-select:invalid {
  color: #8a969b;
}
.quote-request-form .invalid-feedback {
  margin-top: 0.38rem;
}
.quote-request-form .alert {
  margin-bottom: 0;
  border-radius: 0.9rem;
}
.quote-request-form .alert-success {
  background: #f4fbf2;
  border-color: #cfe8cb;
  color: #1f5132;
}
.quote-request-form .alert-danger {
  background: #fff4f4;
  border-color: #f2c4c8;
  color: #842029;
}

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

.quote-check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  border-radius: 0.9rem;
  background: #fffdf9;
}

.quote-check .form-check-input,
.quote-consent-check .form-check-input {
  float: none;
  flex: 0 0 auto;
  width: 1.08rem;
  height: 1.08rem;
  border-color: rgba(71, 161, 62, 0.2901960784);
}

.quote-check .form-check-input {
  margin: 0;
}

.quote-consent-check .form-check-input {
  margin: 0.18rem 0 0;
}

.quote-check .form-check-input:checked,
.quote-consent-check .form-check-input:checked {
  background-color: var(--ok-primary);
  border-color: var(--ok-primary);
}

.quote-check .form-check-input.is-invalid,
.quote-consent-check .form-check-input.is-invalid {
  border-color: #dc3545;
}

.quote-check .form-check-label,
.quote-consent-check .form-check-label {
  color: var(--ok-text);
  font-weight: 700;
}

.quote-consent-check .form-check-label {
  min-width: 0;
  margin: 0;
  line-height: 1.45;
}

.quote-consent-wrap {
  display: grid;
  gap: 0.75rem;
}

.quote-consent-wrap .quote-consent-check.form-check {
  display: grid;
  grid-template-columns: 1.08rem minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: start;
  margin: 0;
  padding-left: 0;
}

.quote-consent-check .invalid-feedback {
  grid-column: 2;
  margin-left: 0;
}

.quote-consent-note {
  margin-left: 0;
  max-width: none;
  line-height: 1.45;
}

.quote-captcha-wrap {
  margin-bottom: 1rem !important;
}

.quote-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.15rem;
}

.quote-form-actions .btn {
  min-width: 12rem;
}

.quote-form-feedback {
  margin-top: 0.75rem;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .page-quote .hero-section-quote {
    min-height: 15rem;
  }
  .page-quote .hero-section-quote .inner-hero__content {
    min-height: 8rem;
  }
  .page-quote .inner-hero__title {
    max-width: 12ch;
  }
  .quote-form-intro,
  .quote-form-shell {
    border-radius: 1.15rem;
  }
  .quote-check-grid {
    grid-template-columns: 1fr;
  }
  .quote-form-actions {
    display: grid;
  }
  .quote-form-actions .btn {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 991.98px) {
  .page-quote .quote-form-section {
    padding-bottom: 3.25rem;
  }
  .quote-request-form {
    gap: 0.85rem;
  }
}
@media (max-width: 767.98px) {
  .page-quote .quote-form-section {
    padding-bottom: 2.75rem;
  }
}
.hero-section-careers {
  background-image: url("../img/banners/join-our-team.png");
}

.page-careers .hero-section-careers {
  min-height: 15rem;
}

.page-careers .hero-section-careers .inner-hero__content {
  min-height: 8rem;
}

.page-careers .section-space {
  padding-top: clamp(2.75rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.75rem, 5vw, 3.75rem);
}

@media (min-width: 992px) {
  .page-careers .section-space {
    padding-top: clamp(4.5rem, 5vw, 5rem);
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }
}
.page-careers .careers-positions-section {
  padding-top: clamp(1rem, 2.2vw, 1.5rem);
}

.page-careers .section-title {
  max-width: 20ch;
}

.page-careers .hero-copy, .page-careers .section-copy {
  max-width: 54ch;
}

.page-careers .page-hero {
  padding-bottom: 0;
}

.careers-hero-card {
  padding: clamp(1.45rem, 3vw, 2.55rem);
  border: 1px solid rgba(255, 255, 255, 0.8392156863);
  border-radius: calc(var(--ok-radius) + 0.35rem);
  background: linear-gradient(145deg, #fffef9, #fff7e9);
  box-shadow: var(--ok-shadow-soft);
  overflow: hidden;
}

.careers-hero-card__intro {
  max-width: 54rem;
}

.careers-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.45rem;
}

.careers-benefits-inside {
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
  padding-top: clamp(1.25rem, 2.4vw, 1.8rem);
  border-top: 1px solid rgba(38, 50, 56, 0.0705882353);
}

.careers-benefits-inside > .card-title-sm {
  margin-bottom: 1rem;
  color: var(--ok-primary-dark);
  font-size: clamp(1.22rem, 1.8vw, 1.45rem);
}

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

.careers-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.careers-trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(71, 161, 62, 0.1411764706);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8509803922);
  color: var(--ok-primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(38, 50, 56, 0.0509803922);
}

.careers-form-section .section-heading {
  max-width: 860px;
}

.career-benefit-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.8117647059);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9607843137), rgba(255, 255, 255, 0.8509803922));
  box-shadow: var(--ok-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.career-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(71, 161, 62, 0.1843137255);
  box-shadow: 0 24px 42px rgba(38, 50, 56, 0.0901960784);
}

.page-careers .career-benefit-card .quote-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.15rem;
  height: 4.15rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: #fff;
  color: var(--ok-text);
  box-shadow: inset 0 0 0 1px rgba(38, 50, 56, 0.0784313725), 0 14px 26px rgba(38, 50, 56, 0.0705882353);
}

.page-careers .career-benefit-card .quote-icon-circle svg {
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  color: inherit;
  fill: currentColor;
}

.career-benefit-card p {
  max-width: none;
  margin-bottom: 0;
  color: var(--ok-muted);
  line-height: 1.65;
}

.career-filter-panel {
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(71, 161, 62, 0.1411764706);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.968627451), rgba(255, 248, 236, 0.8705882353));
  box-shadow: var(--ok-shadow-soft);
}

.career-filter-panel .form-label {
  margin-bottom: 0.45rem;
  color: var(--ok-text);
  font-size: 0.86rem;
  font-weight: 800;
}

.career-filter-panel .form-control, .career-filter-panel .form-select {
  min-height: 3.2rem;
  border-color: rgba(38, 50, 56, 0.1019607843);
  border-radius: 999px;
  color: var(--ok-text);
  box-shadow: none;
}

.career-filter-panel .form-control:focus, .career-filter-panel .form-select:focus {
  border-color: rgba(71, 161, 62, 0.5019607843);
  box-shadow: 0 0 0 0.22rem rgba(71, 161, 62, 0.1019607843);
}

.career-filter-clear {
  min-height: var(--ok-btn-min-height);
  padding-inline: 1rem;
  white-space: nowrap;
}

.career-jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.4vw, 2rem);
  align-items: stretch;
}

.career-job-item {
  display: flex;
  min-width: 0;
}

.career-job-item .career-position-card {
  width: 100%;
}

.career-position-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  border: 1px solid rgba(38, 50, 56, 0.0705882353);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: var(--ok-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.career-position-card:hover {
  transform: translateY(-4px);
  border-color: rgba(71, 161, 62, 0.1882352941);
  box-shadow: 0 24px 46px rgba(38, 50, 56, 0.0941176471);
}

.career-position-card__tag {
  display: inline-flex;
  margin-bottom: 0.95rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(247, 148, 30, 0.0941176471);
  color: #c86f00;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-type-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(71, 161, 62, 0.2);
  border-radius: 999px;
  background: rgba(71, 161, 62, 0.0705882353);
  color: var(--ok-primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.career-position-card h3 {
  margin-bottom: 0.35rem;
  color: var(--ok-text);
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.career-position-card p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.6;
}

.career-position-meta {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  color: var(--ok-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.career-position-meta strong {
  color: var(--ok-text);
}

.career-apply-button, .career-details-button {
  align-self: flex-start;
  margin-top: auto;
  min-height: var(--ok-btn-min-height);
}

.career-no-results {
  margin: 1.35rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(247, 148, 30, 0.2);
  border-radius: 1rem;
  background: #fff8ec;
  color: var(--ok-text);
  font-weight: 800;
  text-align: center;
}

.career-no-jobs-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  max-width: 860px;
  margin: 1.25rem auto 0;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(71, 161, 62, 0.1411764706);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.968627451), rgba(255, 248, 236, 0.8705882353));
  box-shadow: var(--ok-shadow-soft);
}

.career-no-jobs-card__accent {
  width: 0.65rem;
  height: 100%;
  min-height: 4.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ok-primary), var(--ok-accent));
}

.career-no-jobs-card h3 {
  margin: 0;
  color: var(--ok-text);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.career-no-jobs-card p {
  margin: 0.45rem 0 0;
  color: var(--ok-muted);
  font-weight: 600;
  line-height: 1.7;
}

.careers-positions-section:has(.career-no-jobs-card) {
  padding-bottom: clamp(1.2rem, 2.4vw, 1.8rem);
}

.careers-positions-section:has(.career-no-jobs-card) + .careers-form-section {
  padding-top: 0;
}

.career-form-shell {
  max-width: 1120px;
  margin-inline: auto;
}

.career-captcha-wrap {
  margin-top: 0.25rem;
  overflow-x: auto;
}

.career-captcha-wrap .invalid-feedback {
  margin-top: 0.55rem;
}

.career-consent-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 0.85rem;
  row-gap: 0.4rem;
  margin: 0;
}

.career-consent-check .form-check-input {
  float: none;
  margin: 0.2rem 0 0;
  width: 1.15rem;
  height: 1.15rem;
  border-color: rgba(71, 161, 62, 0.2901960784);
}

.career-consent-check .form-check-input:checked {
  background-color: var(--ok-primary);
  border-color: var(--ok-primary);
}

.career-consent-check .form-check-label {
  min-width: 0;
  color: var(--ok-text);
  font-weight: 700;
  line-height: 1.65;
}

.career-consent-check .invalid-feedback {
  grid-column: 2;
  margin: 0;
}

.page-careers .career-form-shell .quote-form-group {
  padding: clamp(1rem, 2vw, 1.25rem);
}

.page-careers .quote-request-form {
  gap: 1.05rem;
}

.page-careers .quote-form-actions {
  padding-top: 0.25rem;
}

.page-careers .quote-final-cta {
  padding-top: 0;
  padding-bottom: clamp(3rem, 5vw, 4.25rem);
}

.page-careers .quote-cta-panel {
  padding: clamp(1.5rem, 3vw, 2.15rem);
}

.career-application-form input[type=file].form-control {
  padding: 0.85rem 1rem;
}

.page-quote .invalid-feedback {
  font-size: 0.86rem;
}

.contact-hero {
  overflow-x: clip;
}

.contact-hero > .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.contact-image-panel {
  display: grid;
  gap: 2rem;
}

.contact-image-wrap {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 1.5rem 3rem rgba(15, 31, 95, 0.08);
}

.contact-hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.contact-info-block {
  padding: 2rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.5rem 3rem rgba(15, 31, 95, 0.08);
}

.contact-info-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1.75rem;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-item > div {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.contact-info-icon {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  background: rgba(71, 161, 62, 0.0784313725);
  border-radius: 1rem;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact-info-item p {
  margin: 0;
  max-width: 100%;
  color: var(--ok-muted);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.contact-info-item a {
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-info-item a:hover, .contact-info-item a:focus-visible {
  color: var(--ok-primary-dark);
  text-decoration: underline;
}

.google-review-card {
  padding: 1.5rem;
  border: 1px solid #f3dec2;
  border-left: 6px solid var(--ok-secondary);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #fffdf8, #fff8ee);
  box-shadow: 0 1.25rem 2.5rem rgba(38, 50, 56, 0.08);
}

.google-review-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--ok-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.google-review-card h2 {
  margin: 0 0 0.6rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  color: var(--ok-text);
}

.google-review-card p {
  margin: 0 0 1rem;
  color: var(--ok-muted);
  line-height: 1.75;
}

.google-review-card__button {
  font-weight: var(--ok-btn-font-weight);
}

.contact-form-panel {
  max-width: 100%;
  padding: 3rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 2.5rem 4rem rgba(15, 31, 95, 0.08);
}

.contact-form-panel .eyebrow {
  color: #6d7c9a;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form-panel .display-title {
  font-size: clamp(2.5rem, 2.75vw, 3.5rem);
  line-height: 1.05;
  width: 100%;
  max-width: 100%;
}

.hero-copy {
  color: #5e6e8f;
  max-width: 40rem;
}

.contact-form {
  margin-top: 1.5rem;
}

.contact-form .form-label {
  font-weight: 600;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 1rem;
  padding: 1.25rem 1.25rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 161, 62, 0.1019607843);
  border-color: var(--ok-primary);
}

.contact-captcha-wrap {
  margin-top: 1.4rem;
  overflow-x: auto;
}

.contact-captcha-wrap .invalid-feedback {
  margin-top: 0.55rem;
}

.contact-form-actions {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  margin-top: 1.5rem;
}

.contact-consent-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 0.8rem;
  row-gap: 0.35rem;
  max-width: 100%;
  margin: 0;
  text-align: left;
}

.contact-consent-check .form-check-input {
  border-color: rgba(71, 161, 62, 0.2901960784);
}

.contact-consent-check .form-check-input:checked {
  background-color: var(--ok-primary);
  border-color: var(--ok-primary);
}

.contact-consent-check .form-check-label {
  min-width: 0;
  color: #475569;
  font-weight: 600;
  line-height: 1.65;
}

.contact-consent-check .invalid-feedback {
  grid-column: 2;
  margin: 0;
}

.contact-agree-label {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 500;
  color: #475569;
}

.contact-agree-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--ok-primary);
  display: inline-block;
}

.contact-map-section {
  margin-top: 3rem;
}

.contact-map-wrap {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 2.5rem 4rem rgba(15, 31, 95, 0.08);
}

.contact-map-wrap iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

@media (max-width: 991.98px) {
  .contact-image-panel {
    gap: 1.5rem;
  }
  .contact-map-section {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .contact-image-panel {
    gap: 1.2rem;
  }
  .contact-info-item {
    margin-bottom: 1.25rem;
  }
  .contact-form {
    margin-top: 1.1rem;
  }
  .contact-captcha-wrap {
    margin-top: 1.1rem;
  }
  .contact-form-actions {
    margin-top: 1.15rem;
  }
  .contact-map-section {
    margin-top: 1.5rem;
  }
}
.menu-programs-section {
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.menu-program-block {
  overflow: hidden;
  margin-bottom: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: calc(1.6rem + 0.2rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0784313725);
  transition: box-shadow 0.3s ease;
}
.menu-program-block:hover {
  box-shadow: 0 28px 70px rgba(38, 50, 56, 0.1215686275);
}
.menu-program-block:last-child {
  margin-bottom: 0;
}

.menu-program-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 3.5vw, 3rem) clamp(1.75rem, 3vw, 2.75rem);
}

.menu-program-block__header {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
}

.menu-program-block__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  margin-top: 0.15rem;
}
.menu-program-block__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.menu-program-block__icon--lunch {
  background: rgba(71, 161, 62, 0.12);
  color: #2f7f32;
}
.menu-program-block__icon--snacks {
  background: rgba(247, 148, 30, 0.12);
  color: #c97208;
}
.menu-program-block__icon--allinclusive {
  background: rgba(26, 158, 158, 0.12);
  color: #0d7a7a;
}

.menu-program-block__eyebrow {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--ok-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-program-block__title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ok-text);
}

.menu-program-block__desc {
  margin: 0 0 1.25rem;
  color: var(--ok-muted);
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.85;
  max-width: 52ch;
}

.menu-program-block__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}
.menu-program-block__list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ok-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}
.menu-program-block__list li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #47a13e, #72c465);
}

.btn-brand--orange {
  background: #f7941e;
  border-color: #f7941e;
  color: #fff;
}
.btn-brand--orange:hover, .btn-brand--orange:focus-visible {
  background: #d47c0a;
  border-color: #d47c0a;
  color: #fff;
}

.btn-brand--teal {
  background: #1a9e9e;
  border-color: #1a9e9e;
  color: #fff;
}
.btn-brand--teal:hover, .btn-brand--teal:focus-visible {
  background: #138282;
  border-color: #138282;
  color: #fff;
}

.menu-program-block__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 3.5vw, 3rem) clamp(1.75rem, 3vw, 2.75rem);
  border-left: 1px solid rgba(0, 0, 0, 0.045);
}
.menu-program-block__detail--lunch {
  background: linear-gradient(160deg, #f0faea 0%, #e2f4db 100%);
}
.menu-program-block__detail--snacks {
  background: linear-gradient(160deg, #fff7ec 0%, #ffecd1 100%);
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.045);
}
.menu-program-block__detail--allinclusive {
  background: linear-gradient(160deg, #e8fafa 0%, #d0f0f0 100%);
}

.menu-program-block__detail-inner {
  width: 100%;
  max-width: 28rem;
}

.menu-program-block__detail-label {
  margin: 0 0 0.85rem;
  color: var(--ok-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.menu-service-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}
.menu-service-tag--green {
  background: rgba(71, 161, 62, 0.13);
  color: #2f7f32;
}
.menu-service-tag--orange {
  background: rgba(247, 148, 30, 0.15);
  color: #bf6c06;
}
.menu-service-tag--teal {
  background: rgba(26, 158, 158, 0.14);
  color: #0d6e6e;
}

.menu-program-block__diet-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(71, 161, 62, 0.12);
}

.menu-diet-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.75rem;
  border: 1px solid rgba(71, 161, 62, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #2f7f32;
  font-size: 0.78rem;
  font-weight: 800;
}

.menu-program-schedule {
  display: grid;
  gap: 0.6rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.menu-schedule-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}

.menu-schedule-row__time {
  flex-shrink: 0;
  min-width: 5.5rem;
  color: var(--ok-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-schedule-row__label {
  color: var(--ok-text);
  font-size: 0.93rem;
  font-weight: 700;
}

.menu-standards-section {
  padding: clamp(2rem, 3.5vw, 3rem) 0;
}

.menu-standards-label {
  margin-bottom: 1.25rem;
  color: var(--ok-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-standards-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.menu-standard-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid rgba(71, 161, 62, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(38, 50, 56, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.menu-standard-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(38, 50, 56, 0.09);
}

.menu-standard-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(71, 161, 62, 0.1);
  color: #2f7f32;
  flex-shrink: 0;
}
.menu-standard-item__icon svg {
  width: 1rem;
  height: 1rem;
}

.menu-standard-item strong {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ok-text);
  white-space: nowrap;
}

.menu-fundraising-section {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.menu-fundraising-card {
  padding: clamp(2.25rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: calc(1.6rem + 0.2rem);
  background: linear-gradient(135deg, #fffdf8 0%, #fff8ee 50%, #f0faea 100%);
  box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0784313725);
}

.eyebrow--fundraising {
  background: rgba(247, 148, 30, 0.12);
  border-color: rgba(247, 148, 30, 0.18);
  color: #d47c0a;
}

.menu-fundraising-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.menu-fundraising-highlights li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ok-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}
.menu-fundraising-highlights li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7941e, #faaf4e);
}

.menu-fundraising-benefit {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(38, 50, 56, 0.07);
  height: 100%;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.menu-fundraising-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(38, 50, 56, 0.1);
}
.menu-fundraising-benefit p {
  margin: 0;
  color: var(--ok-muted);
  font-size: 0.94rem;
  line-height: 1.78;
}

.menu-fundraising-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9rem;
  flex-shrink: 0;
}
.menu-fundraising-benefit__icon svg {
  width: 1.3rem;
  height: 1.3rem;
}
.menu-fundraising-benefit__icon--green {
  background: rgba(71, 161, 62, 0.12);
  color: #2f7f32;
}
.menu-fundraising-benefit__icon--orange {
  background: rgba(247, 148, 30, 0.13);
  color: #c97208;
}
.menu-fundraising-benefit__icon--teal {
  background: rgba(26, 158, 158, 0.13);
  color: #0d6e6e;
}

.menu-fundraising-benefit__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ok-text);
}

.menu-cta-section {
  padding: 0 0 clamp(3.5rem, 5.5vw, 5rem);
}

@media (max-width: 991.98px) {
  .menu-program-block__detail {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .menu-program-block__detail--snacks {
    border-right: none;
  }
  .menu-program-block__content,
  .menu-program-block__detail {
    padding: clamp(1.5rem, 3vw, 2.25rem);
  }
  .menu-standards-strip {
    gap: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .menu-programs-section {
    padding: 2rem 0;
  }
  .menu-program-block {
    margin-bottom: 1.25rem;
  }
  .menu-program-block__header {
    gap: 0.85rem;
  }
  .menu-program-block__title {
    font-size: 1.45rem;
  }
  .menu-standard-item {
    padding: 0.65rem 1rem;
  }
  .menu-fundraising-card {
    padding: 1.5rem;
  }
}
.hero-section-not-sweet {
  background-image: url("../img/banners/not-so-sweet.png");
}

.page-not-so-sweet .hero-section-not-sweet::before {
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.9098039216) 0%, rgba(5, 5, 5, 0.768627451) 42%, rgba(7, 7, 7, 0.3490196078) 100%);
}

.not-sweet-hero-subtitle {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9098039216);
  font-size: clamp(1.02rem, 1.45vw, 1.12rem);
  line-height: 1.7;
}

.page-not-so-sweet .section-heading {
  max-width: min(840px, 100%);
}

.page-not-so-sweet .section-title {
  max-width: 18ch;
}

.page-not-so-sweet .not-sweet-overview {
  padding-bottom: 0;
}

.page-not-so-sweet .not-sweet-overview-card .quote-hero-card__intro {
  width: 100%;
  max-width: none;
}

.not-sweet-overview-card .section-title {
  max-width: none;
}

.page-not-so-sweet .not-sweet-overview-card .quote-hero-card__subhead,
.page-not-so-sweet .not-sweet-overview-card .hero-copy,
.page-not-so-sweet .not-sweet-overview-card .quote-hero-actions,
.page-not-so-sweet .not-sweet-overview-card .not-sweet-stat-strip {
  width: 100%;
  max-width: none;
}

.not-sweet-stat-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.75rem;
}

.not-sweet-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.35rem 1rem 1.25rem;
  text-align: center;
  border: 1px solid rgba(71, 161, 62, 0.1019607843);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(38, 50, 56, 0.0392156863);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.not-sweet-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(71, 161, 62, 0.0941176471);
  background: #f8fdf6;
}

.not-sweet-stat strong {
  display: block;
  color: var(--ok-primary-dark);
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.not-sweet-stat span {
  display: block;
  margin-top: 0.4rem;
  color: #5e6f68;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
}

.not-sweet-standouts {
  padding-top: clamp(2.7rem, 4.8vw, 3.8rem);
  padding-bottom: clamp(2.7rem, 4.8vw, 3.8rem);
}

@media (min-width: 992px) {
  .not-sweet-standouts {
    padding-top: clamp(4.5rem, 5vw, 5rem);
    padding-bottom: clamp(4.5rem, 5vw, 5rem);
  }
}
.not-sweet-standouts .section-heading {
  max-width: 62rem;
}

.not-sweet-standouts .section-title {
  max-width: 24ch;
}

.not-sweet-standout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(1.45rem, 3vw, 2.2rem);
}

.not-sweet-standout-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  border-top: 3px solid var(--ok-primary);
  border-radius: 1.15rem;
  background: #fffef9;
  box-shadow: 0 16px 34px rgba(38, 50, 56, 0.0588235294);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.not-sweet-standout-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(38, 50, 56, 0.1019607843);
}

.not-sweet-standout-card:nth-child(2) {
  border-top-color: var(--ok-secondary);
}

.not-sweet-standout-card:nth-child(3) {
  border-top-color: #ff5624;
}

.not-sweet-standout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: rgba(71, 161, 62, 0.0784313725);
  color: var(--ok-primary-dark);
  font-size: 1.65rem;
}

.not-sweet-standout-card h3 {
  margin: 0 0 0.65rem;
  color: var(--ok-text);
  font-family: "Fraunces", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.not-sweet-standout-card p {
  margin: 0;
  color: var(--ok-muted);
  line-height: 1.72;
}

.not-sweet-table-section {
  padding-top: clamp(2.7rem, 4.8vw, 3.8rem);
}

@media (min-width: 992px) {
  .not-sweet-table-section {
    padding-top: clamp(4.5rem, 5vw, 5rem);
  }
}
.not-sweet-table-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.not-sweet-table-heading .section-title {
  max-width: 22ch;
}

.not-sweet-table-heading .section-copy {
  font-size: 0.98rem;
  text-align: center;
  max-width: 100%;
}

.not-sweet-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}

.not-sweet-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(38, 50, 56, 0.0784313725);
  border-radius: 999px;
  background: #fffef9;
  color: var(--ok-text);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.1;
  box-shadow: 0 10px 22px rgba(38, 50, 56, 0.0392156863);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.not-sweet-filter:hover, .not-sweet-filter:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(71, 161, 62, 0.2);
  background: #f8fcf5;
  color: var(--ok-primary-dark);
}

.not-sweet-filter.is-active {
  border-color: var(--ok-primary-dark);
  background: var(--ok-primary-dark);
  color: #fff;
}

.not-sweet-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(71, 161, 62, 0.1294117647);
  border-radius: 1.35rem;
  background: #fffef9;
  box-shadow: 0 24px 52px rgba(38, 50, 56, 0.0705882353);
  -webkit-overflow-scrolling: touch;
}

.not-sweet-comparison-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--ok-text);
}

.not-sweet-comparison-table th, .not-sweet-comparison-table td {
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(38, 50, 56, 0.062745098);
  vertical-align: middle;
  font-size: 0.94rem;
  line-height: 1.45;
}

.not-sweet-comparison-table thead th {
  background: #327f36;
  color: rgba(255, 255, 255, 0.8509803922);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.not-sweet-comparison-table thead th:first-child {
  border-top-left-radius: 0;
}

.not-sweet-comparison-table thead th:last-child {
  border-top-right-radius: 0;
}

.not-sweet-comparison-table thead .is-organic {
  background: #fff;
  color: #1a5c1e;
  box-shadow: inset 3px 0 0 rgba(71, 161, 62, 0.2509803922), inset -3px 0 0 rgba(71, 161, 62, 0.2509803922);
  border-top: 3px solid var(--ok-primary);
}

.ok-organic-badge {
  display: block;
  margin-top: 0.3rem;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  background: #f7941e;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: max-content;
}

.not-sweet-comparison-table tbody tr:not(.not-sweet-category-row):nth-child(odd) td, .not-sweet-comparison-table tbody tr:not(.not-sweet-category-row):nth-child(odd) th[scope=row] {
  background: #fffdf8;
}

.not-sweet-comparison-table tbody tr:not(.not-sweet-category-row):hover td, .not-sweet-comparison-table tbody tr:not(.not-sweet-category-row):hover th[scope=row] {
  background: #f8fcf5;
}

.not-sweet-comparison-table th[scope=row] {
  width: 15rem;
  color: #33423c;
  font-weight: 900;
}

.not-sweet-comparison-table td {
  color: #526258;
}

.not-sweet-comparison-table td:nth-child(3), .not-sweet-comparison-table td:nth-child(4), .not-sweet-comparison-table td:nth-child(5) {
  color: #65746d;
}

.not-sweet-comparison-table .is-organic {
  background: #eaf6e8 !important;
  color: var(--ok-primary-dark);
  font-weight: 850;
  box-shadow: inset 3px 0 0 rgba(71, 161, 62, 0.3333333333), inset -3px 0 0 rgba(71, 161, 62, 0.3333333333);
}

.not-sweet-comparison-table td:last-child {
  width: 20rem;
  color: #4c5d54;
  font-size: 0.9rem;
}

.not-sweet-category-row th {
  padding: 0.9rem 1.05rem;
  background: linear-gradient(135deg, #e8f5e4 0%, #eee9dc 100%);
  color: var(--ok-primary-dark);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-top: 2px solid rgba(71, 161, 62, 0.1333333333);
}

.not-sweet-category-row th::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--ok-primary);
  vertical-align: middle;
}

.ok-pill, .state-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 1.65rem;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
}

.ok-pill--strong {
  background: #d9f3de;
  color: #1f6d2c;
}

.ok-pill--accent {
  background: #fff0dc;
  color: #c66c05;
}

.state-pill--yes {
  background: #d9f3de;
  color: #1f6d2c;
}

.state-pill--no {
  background: #ffe9e7;
  color: #c23a2a;
}

.state-pill--na {
  background: #f0f0ec;
  color: #7b837c;
}

.not-sweet-table-note {
  margin: 0.85rem 0 0;
  color: var(--ok-muted);
  font-size: 0.9rem;
  font-style: italic;
}

.not-sweet-sticky-thead {
  position: fixed;
  left: 0;
  z-index: 1039;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  box-shadow: 0 8px 28px rgba(38, 50, 56, 0.1254901961);
}

.not-sweet-sticky-thead.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.not-sweet-sticky-thead__inner {
  overflow: hidden;
}

.not-sweet-sticky-thead table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.not-sweet-final-cta {
  padding-bottom: clamp(4rem, 7vw, 5.75rem);
}

.not-sweet-final-cta .section-title {
  max-width: 17ch;
}

.not-sweet-cta-copy {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.8901960784);
  line-height: 1.75;
}

.not-sweet-final-cta .cta-button {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .not-sweet-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .not-sweet-stat:last-child {
    grid-column: 1/-1;
  }
  .not-sweet-standout-grid {
    grid-template-columns: 1fr;
  }
  .not-sweet-table-heading .section-copy {
    text-align: center;
  }
  .not-sweet-filter-bar {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .not-sweet-final-cta {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .not-sweet-hero-subtitle {
    font-size: 1rem;
  }
  .not-sweet-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.1rem;
    padding: 0.5rem;
  }
  .not-sweet-stat {
    padding: 0.9rem 0.75rem;
  }
  .not-sweet-stat:last-child {
    grid-column: 1/-1;
  }
  .not-sweet-stat strong {
    font-size: 1.65rem;
  }
  .not-sweet-standouts {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .not-sweet-standout-card {
    padding: 1.2rem;
  }
  .not-sweet-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 1.1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.2rem;
  }
  .not-sweet-filter {
    flex: 0 0 auto;
  }
  .not-sweet-table-wrap {
    border-radius: 1rem;
  }
  .not-sweet-comparison-table {
    min-width: 1050px;
  }
  .not-sweet-comparison-table th, .not-sweet-comparison-table td {
    padding: 0.9rem 0.85rem;
    font-size: 0.9rem;
  }
  .not-sweet-comparison-table thead th {
    position: static;
  }
  .not-sweet-comparison-table th[scope=row] {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 13rem;
    background: #fffef9;
    box-shadow: 2px 0 8px rgba(38, 50, 56, 0.0784313725);
  }
  .not-sweet-comparison-table tbody tr:not(.not-sweet-category-row):nth-child(odd) th[scope=row] {
    background: #fffdf8;
  }
  .not-sweet-comparison-table tbody tr:hover th[scope=row] {
    background: #f8fcf5;
  }
  .not-sweet-table-scroll-hint {
    display: block;
    margin: 0.75rem 0 0;
    color: var(--ok-muted);
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .not-sweet-final-cta .cta-panel {
    text-align: left;
  }
  .not-sweet-final-cta .cta-button {
    width: 100%;
  }
  .not-sweet-final-cta {
    padding-bottom: 3rem;
  }
}
.hero-section-scrumptious {
  background-image: url("../img/banners/how-scrumptious.png");
}

.page-how-scrumptious .hero-section-scrumptious::before {
  background: linear-gradient(90deg, rgba(2, 2, 2, 0.9098039216) 0%, rgba(5, 5, 5, 0.768627451) 42%, rgba(7, 7, 7, 0.3490196078) 100%);
}

.page-how-scrumptious .scrumptious-overview {
  padding-bottom: 0;
}

.scrumptious-overview-card .section-title {
  max-width: none;
}

.scrumptious-overview-card .hero-copy {
  max-width: 64rem;
}

.scrumptious-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.scrumptious-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid var(--ok-border);
  border-top: 3px solid transparent;
  box-shadow: var(--ok-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.scrumptious-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ok-shadow-strong);
}

.scrumptious-card--menu {
  border-top-color: var(--ok-primary);
}

.scrumptious-card--food {
  border-top-color: var(--ok-secondary);
}

.scrumptious-card--inspection {
  border-top-color: #4a7cfc;
}

.scrumptious-card--cert {
  border-top-color: #d4a800;
}

.scrumptious-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}

.scrumptious-card__icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.scrumptious-card--menu .scrumptious-card__icon {
  background: #e8f5e4;
  color: var(--ok-primary-dark);
}

.scrumptious-card--food .scrumptious-card__icon {
  background: #fff0dc;
  color: #b85e00;
}

.scrumptious-card--inspection .scrumptious-card__icon {
  background: #eaf0ff;
  color: #2d5be3;
}

.scrumptious-card--cert .scrumptious-card__icon {
  background: #fff8e0;
  color: #9a6c00;
}

.scrumptious-card__label {
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ok-muted);
  margin: 0 0 0.3rem;
}

.scrumptious-card__title {
  font-family: "Fraunces", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: var(--ok-text);
  margin: 0 0 0.6rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.scrumptious-card__desc {
  font-size: 0.93rem;
  color: var(--ok-muted);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.scrumptious-card--menu .scrumptious-card__btn {
  border-color: var(--ok-primary);
  color: var(--ok-primary-dark);
}

.scrumptious-card--menu .scrumptious-card__btn:hover {
  background: var(--ok-primary);
  color: #fff;
}

.scrumptious-card--food .scrumptious-card__btn {
  border-color: var(--ok-secondary);
  color: #b85e00;
}

.scrumptious-card--food .scrumptious-card__btn:hover {
  background: var(--ok-secondary);
  color: #fff;
}

.scrumptious-card--inspection .scrumptious-card__btn {
  border-color: #4a7cfc;
  color: #2d5be3;
}

.scrumptious-card--inspection .scrumptious-card__btn:hover {
  background: #4a7cfc;
  color: #fff;
}

.scrumptious-card--cert .scrumptious-card__btn {
  border-color: #d4a800;
  color: #9a6c00;
}

.scrumptious-card--cert .scrumptious-card__btn:hover {
  background: #d4a800;
  color: #fff;
}

.scrumptious-card--teal {
  border-top-color: #1a9e9e;
}

.scrumptious-card--teal .scrumptious-card__icon {
  background: rgba(26, 158, 158, 0.12);
  color: #0d6e6e;
}

.scrumptious-card--teal .scrumptious-card__btn {
  border-color: #1a9e9e;
  color: #0d6e6e;
}

.scrumptious-card--teal .scrumptious-card__btn:hover {
  background: #1a9e9e;
  color: #fff;
}

.scrumptious-card--amber {
  border-top-color: #d4a800;
}

.scrumptious-card--amber .scrumptious-card__icon {
  background: rgba(212, 168, 0, 0.12);
  color: #9a6c00;
}

.scrumptious-card--amber .scrumptious-card__btn {
  border-color: #d4a800;
  color: #9a6c00;
}

.scrumptious-card--amber .scrumptious-card__btn:hover {
  background: #d4a800;
  color: #fff;
}

.scrumptious-food-section {
  background: linear-gradient(180deg, #f4fbf2 0%, #fff8ee 100%);
}

.scrumptious-food-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.scrumptious-food-text .section-title {
  max-width: 22ch;
}

.scrumptious-food-body {
  font-size: clamp(0.97rem, 1.3vw, 1.06rem);
  color: var(--ok-muted);
  line-height: 1.82;
  margin: 0.85rem 0 0;
}

.scrumptious-trust-note {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.85rem;
  background: rgba(71, 161, 62, 0.07);
  border-left: 3px solid var(--ok-primary);
}

.scrumptious-trust-note svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--ok-primary-dark);
}

.scrumptious-trust-note p {
  font-size: 0.9rem;
  color: var(--ok-muted);
  line-height: 1.65;
  margin: 0;
}

.scrumptious-diet-panel {
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid var(--ok-border);
  box-shadow: var(--ok-shadow-soft);
  overflow: hidden;
}

.scrumptious-diet-panel__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(135deg, var(--ok-primary-dark), #47a13e);
  color: #fff;
}

.scrumptious-diet-panel__head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.scrumptious-diet-panel__head-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.scrumptious-diet-panel__head-title {
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.1rem;
  color: #fff;
}

.scrumptious-diet-panel__head-sub {
  font-size: 0.8rem;
  opacity: 0.82;
  margin: 0;
  line-height: 1;
}

.scrumptious-diet-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scrumptious-diet-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--ok-border);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--ok-text);
  transition: background-color 0.18s ease;
}

.scrumptious-diet-item:last-child {
  border-bottom: none;
}

.scrumptious-diet-item:hover {
  background: #fafdf9;
}

.scrumptious-diet-item__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.scrumptious-diet-item--yes .scrumptious-diet-item__dot {
  background: #d9f3de;
  color: #1f6d2c;
}

.scrumptious-diet-item--no .scrumptious-diet-item__dot {
  background: #ffe9e7;
  color: #c23a2a;
}

.scrumptious-diet-item__text {
  flex: 1;
}

.scrumptious-diet-item__sub {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ok-muted);
  margin-top: 0.1rem;
}

.scrumptious-cta-copy {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-size: clamp(0.97rem, 1.3vw, 1.06rem);
}

@media (max-width: 991.98px) {
  .scrumptious-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
  }
  .scrumptious-food-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .scrumptious-cards {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-top: 1.35rem;
  }
  .scrumptious-food-grid {
    gap: 1.5rem;
  }
  .scrumptious-trust-note {
    margin-top: 1.2rem;
  }
}
.page-about-history .hero-section-about {
  background-image: url("../img/banners/our-history.png");
}

.history-section {
  padding: clamp(2.75rem, 5vw, 3.25rem) 0;
  overflow-x: clip;
}

@media (min-width: 992px) {
  .history-section {
    padding: clamp(4.5rem, 5vw, 5rem) 0;
  }
}
.page-about .about-story-card__intro p {
  font-size: clamp(1.06rem, 1.45vw, 1.15rem);
  line-height: 1.88;
}

.history-timeline {
  position: relative;
  padding: 0.75rem 0 0;
  overflow-x: clip;
}
.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--ok-border-strong) 6%, var(--ok-border-strong) 94%, transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.history-timeline__item {
  position: relative;
  display: flex;
  width: 50%;
  padding-bottom: 1.5rem;
}
.history-timeline__item--left {
  padding-right: clamp(1.75rem, 3.5vw, 3rem);
  justify-content: flex-end;
  left: 0;
}
.history-timeline__item--left .history-timeline__dot {
  right: -0.5rem;
}
.history-timeline__item--left .history-timeline__dot--current {
  right: -0.65rem;
}
.history-timeline__item--right {
  padding-left: clamp(1.75rem, 3.5vw, 3rem);
  justify-content: flex-start;
  left: 50%;
}
.history-timeline__item--right .history-timeline__dot {
  left: -0.5rem;
}
.history-timeline__item--right .history-timeline__dot--current {
  left: -0.65rem;
}

.history-timeline__dot {
  position: absolute;
  top: 1.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--ok-primary);
  border: 3px solid var(--ok-background);
  box-shadow: 0 0 0 2px var(--ok-primary);
  z-index: 1;
  transition: transform 0.25s ease;
}
.history-timeline__dot--current {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--ok-secondary);
  box-shadow: 0 0 0 2px var(--ok-secondary), 0 0 0 5px rgba(247, 148, 30, 0.16);
}

.history-timeline__card {
  max-width: 100%;
  padding: clamp(1.15rem, 1.9vw, 1.55rem) clamp(1.1rem, 1.8vw, 1.5rem);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.history-timeline__card:hover {
  transform: translateY(-3px);
}

.history-timeline__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.45rem;
  padding: 0.24rem 0.68rem;
  border-radius: 999px;
  background: rgba(71, 161, 62, 0.1);
  color: var(--ok-primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.history-timeline__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  letter-spacing: -0.02em;
  line-height: 1.26;
}

.history-timeline__body {
  margin: 0;
  color: var(--ok-muted);
  font-size: clamp(0.97rem, 1.25vw, 1.04rem);
  line-height: 1.85;
}

.history-stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
.history-stats-strip--inline {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 1px solid rgba(71, 161, 62, 0.14);
}
.history-stats-strip--inline .history-stat {
  background: linear-gradient(180deg, #fafdf8, #f4faf2);
  border-color: rgba(71, 161, 62, 0.12);
  box-shadow: 0 8px 20px rgba(38, 50, 56, 0.06);
  padding: clamp(1rem, 1.8vw, 1.35rem) 1rem;
  gap: 0.3rem;
}
.history-stats-strip--inline .history-stat--accent {
  background: linear-gradient(180deg, #fffdf8, #fff8ee);
  border-color: rgba(247, 148, 30, 0.14);
}
.history-stats-strip--inline .history-stat__value {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}
.history-stats-strip--inline .history-stat__label {
  font-size: clamp(0.8rem, 1vw, 0.88rem);
  max-width: 14ch;
}
.history-stats-strip--inline .history-stat__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.history-stats-strip--inline .history-stat__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.history-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: clamp(1.65rem, 2.8vw, 2.25rem) 1.25rem;
  border: 1px solid hsla(0, 0%, 100%, 0.82);
  border-top: 3px solid var(--ok-primary);
  border-radius: var(--ok-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow: var(--ok-shadow-soft);
  text-align: center;
}
.history-stat--accent {
  border-top-color: var(--ok-secondary);
}
.history-stat--accent .history-stat__label {
  color: var(--ok-text);
}

.history-stat__value {
  font-family: "Fraunces", serif;
  font-size: clamp(2.3rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ok-primary-dark);
}

.history-stat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: rgba(247, 148, 30, 0.12);
  color: var(--ok-secondary);
  margin-bottom: 0.1rem;
}
.history-stat__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.history-stat__label {
  color: var(--ok-muted);
  font-size: clamp(0.88rem, 1.12vw, 0.97rem);
  font-weight: 700;
  line-height: 1.5;
  max-width: 16ch;
}

.history-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.75rem;
  align-items: stretch;
}

.history-impact-card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: clamp(1.65rem, 2.6vw, 2.1rem);
  border: 1px solid hsla(0, 0%, 100%, 0.82);
  border-radius: var(--ok-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow: var(--ok-shadow-soft);
  height: 100%;
}

.history-impact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(71, 161, 62, 0.12);
  color: var(--ok-primary-dark);
  flex-shrink: 0;
}
.history-impact-card__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.history-impact-card__amount {
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ok-primary-dark);
  line-height: 1;
  margin: 0.2rem 0 0.45rem;
}

.history-impact-card__org {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ok-text);
  margin: 0 0 0.55rem;
  line-height: 1.4;
}

.history-impact-card__desc {
  margin: 0;
  color: var(--ok-muted);
  font-size: 0.97rem;
  line-height: 1.8;
  flex: 1 1 auto;
}

.about-commitment-copy .eyebrow {
  align-self: flex-start;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}
.feature-list li::before {
  width: 0.65rem;
  height: 0.65rem;
  top: 0.62rem;
}

.about-trust-card {
  display: flex;
  flex-direction: column;
}

.about-trust-list {
  flex: 1;
  align-content: space-between;
}

@media (max-width: 991.98px) {
  .history-section {
    padding: 2.5rem 0;
  }
  .history-stats-strip--inline {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }
  .history-impact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.35rem;
  }
}
@media (max-width: 767.98px) {
  .history-section {
    padding: 2.25rem 0;
  }
  .history-timeline {
    padding-top: 0.35rem;
  }
  .history-timeline::before {
    left: 0.6rem;
  }
  .history-timeline__item,
  .history-timeline__item--left,
  .history-timeline__item--right {
    width: 100%;
    left: 0;
    padding-left: 2.4rem;
    padding-right: 0;
    padding-bottom: 1rem;
    justify-content: flex-start;
  }
  .history-timeline__item--left .history-timeline__dot,
  .history-timeline__item--right .history-timeline__dot {
    left: 0.1rem;
    right: auto;
  }
  .history-timeline__item--left .history-timeline__dot--current,
  .history-timeline__item--right .history-timeline__dot--current {
    left: -0.025rem;
    right: auto;
  }
  .history-timeline__card {
    padding: 1.1rem 1.15rem;
  }
  .history-timeline__title {
    font-size: 1.12rem;
  }
  .history-timeline__body {
    font-size: 0.97rem;
    line-height: 1.78;
  }
  .history-stats-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  .history-stats-strip .history-stat:last-child, .history-stats-strip--inline .history-stat:last-child {
    grid-column: 1/-1;
  }
}
.mp-intro-section .section-title {
  max-width: none;
}

.page-menu-programs .quote-hero-card, .page-lunch-programs .quote-hero-card, .page-before-after-snacks .quote-hero-card, .page-extended-day-snacks .quote-hero-card, .page-how-scrumptious .quote-hero-card, .page-not-so-sweet .quote-hero-card {
  padding: clamp(1.45rem, 3vw, 2.55rem);
  border: 1px solid rgba(255, 255, 255, 0.8392156863);
  border-radius: calc(var(--ok-radius) + 0.35rem);
  background: linear-gradient(145deg, #fffef9, #fff7e9);
  box-shadow: var(--ok-shadow-soft);
  overflow-x: clip;
}
.page-menu-programs .quote-hero-card > .row, .page-lunch-programs .quote-hero-card > .row, .page-before-after-snacks .quote-hero-card > .row, .page-extended-day-snacks .quote-hero-card > .row, .page-how-scrumptious .quote-hero-card > .row, .page-not-so-sweet .quote-hero-card > .row {
  margin-left: 0;
  margin-right: 0;
}
.page-menu-programs .quote-hero-card__intro, .page-lunch-programs .quote-hero-card__intro, .page-before-after-snacks .quote-hero-card__intro, .page-extended-day-snacks .quote-hero-card__intro, .page-how-scrumptious .quote-hero-card__intro, .page-not-so-sweet .quote-hero-card__intro {
  max-width: 54rem;
}
.page-menu-programs .quote-hero-card__subhead, .page-lunch-programs .quote-hero-card__subhead, .page-before-after-snacks .quote-hero-card__subhead, .page-extended-day-snacks .quote-hero-card__subhead, .page-how-scrumptious .quote-hero-card__subhead, .page-not-so-sweet .quote-hero-card__subhead {
  max-width: 54rem;
  margin-bottom: 0;
  color: var(--ok-text);
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  font-weight: 800;
  line-height: 1.65;
}
.page-menu-programs .quote-hero-actions, .page-lunch-programs .quote-hero-actions, .page-before-after-snacks .quote-hero-actions, .page-extended-day-snacks .quote-hero-actions, .page-how-scrumptious .quote-hero-actions, .page-not-so-sweet .quote-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.45rem;
}

.page-interior .mp-intro-section {
  padding-bottom: clamp(2rem, 3.5vw, 3rem);
}

.mp-programs-section {
  padding: clamp(2rem, 3.5vw, 3rem) 0;
}

@media (min-width: 992px) {
  .mp-programs-section,
  .mp-fundraising-section {
    padding: clamp(3.5rem, 4.5vw, 4.5rem) 0;
  }
}
.mp-program-card {
  display: flex;
  flex-direction: column;
  border-top: 4px solid transparent;
  padding: clamp(1.65rem, 2.6vw, 2.2rem);
}
.mp-program-card--green {
  border-top-color: #d3e1c0;
}
.mp-program-card--orange {
  border-top-color: #f1d8d8;
}
.mp-program-card--teal {
  border-top-color: #d8d2e9;
}
.mp-program-card--amber {
  border-top-color: #cee5e7;
}

.mp-program-card__top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.mp-program-card__top .program-chip {
  margin-bottom: 0;
}

.mp-program-card__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.9rem;
}
.mp-program-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.mp-program-card__icon--green {
  background: #d3e1c0;
  color: #3a6425;
}
.mp-program-card__icon--orange {
  background: #f1d8d8;
  color: #8b2c2c;
}
.mp-program-card__icon--teal {
  background: #d8d2e9;
  color: #5a4082;
}
.mp-program-card__icon--amber {
  background: #cee5e7;
  color: #1e686e;
}

.mp-program-card--green .program-chip {
  background: #d3e1c0;
  color: #3a6425;
  border-color: transparent;
}

.mp-program-card--orange .program-chip {
  background: #f1d8d8;
  color: #8b2c2c;
  border-color: transparent;
}

.mp-program-card--teal .program-chip {
  background: #d8d2e9;
  color: #5a4082;
  border-color: transparent;
}

.mp-program-card--amber .program-chip {
  background: #cee5e7;
  color: #1e686e;
  border-color: transparent;
}

.mp-program-card__title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.35rem, 1.9vw, 1.55rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.mp-program-card__subtitle {
  margin: 0 0 0.75rem;
  color: var(--ok-secondary);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mp-program-card__desc {
  margin: 0 0 1rem;
  color: var(--ok-muted);
  font-size: 0.97rem;
  line-height: 1.82;
}

.mp-program-card__list {
  flex: 1 1 auto;
  margin-bottom: 1.4rem;
}
.mp-program-card__list li {
  font-size: 0.95rem;
  line-height: 1.72;
}

.mp-program-card__footer {
  margin-top: auto;
  padding-top: 0.2rem;
}
.mp-program-card__footer .btn {
  font-weight: 800;
  border-radius: 999px;
}

.mp-program-card--green .feature-list li::before {
  background: #d3e1c0;
  box-shadow: 0 0 0 0.3rem rgba(211, 225, 192, 0.35);
}

.mp-program-card--orange .feature-list li::before {
  background: #f1d8d8;
  box-shadow: 0 0 0 0.3rem rgba(241, 216, 216, 0.45);
}

.mp-program-card--teal .feature-list li::before {
  background: #d8d2e9;
  box-shadow: 0 0 0 0.3rem rgba(216, 210, 233, 0.45);
}

.mp-program-card--amber .feature-list li::before {
  background: #cee5e7;
  box-shadow: 0 0 0 0.3rem rgba(206, 229, 231, 0.45);
}

.mp-program-card--green .mp-program-card__footer .btn {
  background: #d3e1c0;
  border-color: #d3e1c0;
  color: #3a6425;
}
.mp-program-card--green .mp-program-card__footer .btn::before {
  background: rgb(71.3902593295%, 80.4933586338%, 59.0360531309%);
}
.mp-program-card--green .mp-program-card__footer .btn:hover, .mp-program-card--green .mp-program-card__footer .btn:focus-visible {
  color: #3a6425;
}

.mp-program-card--orange .mp-program-card__footer .btn {
  background: #f1d8d8;
  border-color: #f1d8d8;
  color: #8b2c2c;
}
.mp-program-card--orange .mp-program-card__footer .btn::before {
  background: rgb(88.1701812801%, 67.0455049945%, 67.0455049945%);
}
.mp-program-card--orange .mp-program-card__footer .btn:hover, .mp-program-card--orange .mp-program-card__footer .btn:focus-visible {
  color: #8b2c2c;
}

.mp-program-card--teal .mp-program-card__footer .btn {
  background: #d8d2e9;
  border-color: #d8d2e9;
  color: #5a4082;
}
.mp-program-card--teal .mp-program-card__footer .btn::before {
  background: rgb(70.7357330992%, 66.2335381914%, 83.4919520047%);
}
.mp-program-card--teal .mp-program-card__footer .btn:hover, .mp-program-card--teal .mp-program-card__footer .btn:focus-visible {
  color: #5a4082;
}

.mp-program-card--amber .mp-program-card__footer .btn {
  background: #cee5e7;
  border-color: #cee5e7;
  color: #1e686e;
}
.mp-program-card--amber .mp-program-card__footer .btn::before {
  background: rgb(64.6747246844%, 81.2559763631%, 82.6978243352%);
}
.mp-program-card--amber .mp-program-card__footer .btn:hover, .mp-program-card--amber .mp-program-card__footer .btn:focus-visible {
  color: #1e686e;
}

.mp-intro-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.85rem;
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
  margin-top: clamp(1rem, 2vw, 1.5rem);
}
.mp-intro-actions .btn {
  flex: 0 1 auto;
  padding-inline: clamp(1.1rem, 1.8vw, 1.35rem);
  white-space: nowrap;
}

.mp-benefits-panel {
  padding: clamp(1.15rem, 2vw, 1.5rem);
  border: 1px solid rgba(71, 161, 62, 0.09);
  border-radius: calc(1.1rem + 0.2rem);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 14px 28px rgba(38, 50, 56, 0.04);
}

.mp-why-panel {
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
  border-left: 1px solid rgba(71, 161, 62, 0.12);
  height: 100%;
}

.mp-why-panel__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ok-muted);
  margin-bottom: 1rem;
}

.mp-benefit-compact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: clamp(0.9rem, 1.5vw, 1.1rem);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(71, 161, 62, 0.09);
  height: 100%;
}

.mp-benefit-compact__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.6rem;
  margin-top: 0.05rem;
}
.mp-benefit-compact__icon svg {
  width: 1rem;
  height: 1rem;
}
.mp-benefit-compact__icon--green {
  background: rgba(71, 161, 62, 0.12);
  color: #2f7f32;
}
.mp-benefit-compact__icon--orange {
  background: rgba(247, 148, 30, 0.13);
  color: #c97208;
}
.mp-benefit-compact__icon--teal {
  background: rgba(26, 158, 158, 0.13);
  color: #0d7272;
}

.mp-benefit-compact__title {
  margin: 0 0 0.2rem;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ok-text);
  line-height: 1.3;
}

.mp-benefit-compact__text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.68;
  color: var(--ok-muted);
}

.mp-fundraising-section {
  padding: clamp(2rem, 3.5vw, 3rem) 0;
}

.mp-fundraising-card {
  padding: clamp(2.25rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: calc(1.6rem + 0.25rem);
  background: linear-gradient(135deg, #f9fdf6 0%, #fffdf8 50%, #f0faea 100%);
  box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0784313725);
}
.mp-fundraising-card .section-copy {
  max-width: 46ch;
}
.mp-fundraising-card .feature-list {
  margin-bottom: 0;
}
.mp-fundraising-card .btn {
  margin-top: 1.75rem;
}

.eyebrow--fundraising {
  background: rgba(71, 161, 62, 0.1);
  border-color: rgba(71, 161, 62, 0.16);
  color: #2f7f32;
}

.mp-fundraising-highlights {
  display: grid;
  gap: 0.8rem;
}

.mp-fundraising-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(71, 161, 62, 0.1);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.75);
  transition: background 0.22s ease, border-color 0.22s ease;
}
.mp-fundraising-highlight:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(71, 161, 62, 0.2);
}
.mp-fundraising-highlight strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ok-text);
}
.mp-fundraising-highlight p {
  margin: 0;
  color: var(--ok-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

.mp-fundraising-highlight__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  background: rgba(71, 161, 62, 0.11);
  color: #2f7f32;
  margin-top: 0.05rem;
}
.mp-fundraising-highlight__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.mp-cta-section {
  padding: clamp(2rem, 3.5vw, 3rem) 0 clamp(3.5rem, 6vw, 5rem);
}
.mp-cta-section .cta-button {
  min-width: 9rem;
  font-weight: 800;
}

@media (min-width: 992px) {
  .mp-cta-section {
    padding-top: clamp(3.5rem, 4.5vw, 4.5rem);
    padding-bottom: clamp(4.5rem, 6vw, 5.5rem);
  }
}
@media (max-width: 991.98px) {
  .page-interior .mp-intro-section {
    padding-bottom: 2.25rem;
  }
  .mp-programs-section,
  .mp-fundraising-section {
    padding: 2.35rem 0;
  }
  .mp-cta-section {
    padding-top: 2.35rem;
    padding-bottom: 3.5rem;
  }
  .mp-fundraising-card {
    padding: 1.75rem;
  }
  .mp-why-panel {
    padding-left: 0;
    border-left: none;
    padding-top: clamp(1.15rem, 2vw, 1.5rem);
    border-top: 1px solid rgba(71, 161, 62, 0.12);
  }
}
@media (max-width: 767.98px) {
  .page-menu-programs .quote-hero-actions, .page-lunch-programs .quote-hero-actions, .page-before-after-snacks .quote-hero-actions, .page-extended-day-snacks .quote-hero-actions, .page-how-scrumptious .quote-hero-actions, .page-not-so-sweet .quote-hero-actions {
    gap: 0.75rem;
    margin-top: 1.1rem;
  }
  .page-interior .mp-intro-section {
    padding-bottom: 2rem;
  }
  .mp-benefits-panel {
    padding: 1.2rem;
  }
  .mp-intro-actions {
    margin-top: 0.85rem;
    padding-top: 1.1rem;
    flex-wrap: wrap;
  }
  .mp-intro-actions .btn {
    flex: 1 0 100%;
  }
  .mp-programs-section,
  .mp-fundraising-section,
  .mp-cta-section {
    padding: 1.85rem 0;
  }
  .mp-program-card__footer .btn,
  .mp-intro-actions .btn,
  .mp-cta-section .cta-button {
    width: 100%;
    text-align: center;
  }
  .mp-fundraising-card {
    padding: 1.35rem;
  }
  .mp-fundraising-card .btn {
    margin-top: 1.25rem;
  }
}
.page-menu-comparison-winter {
  overflow-x: clip;
  background: var(--ok-background);
}

.page-menu-comparison-winter main {
  background: var(--ok-background);
}

.winter-editorial-hero {
  position: relative;
  overflow: hidden;
  width: min(100% - 2rem, 1888px);
  min-height: 15rem;
  margin: 1rem auto 0;
  padding: 1.35rem 0 clamp(3rem, 5.5vw, 4.5rem);
  border-radius: 2rem;
  background-color: #173f2e;
  background-image: linear-gradient(90deg, rgba(2, 2, 2, 0.86) 0%, rgba(5, 5, 5, 0.72) 42%, rgba(7, 7, 7, 0.25) 100%), url("../img/hero/hero-01.png");
  background-position: center 35%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.winter-editorial-hero__header {
  position: relative;
  z-index: 3;
  width: min(81%, 1260px);
  margin: 0 auto clamp(2rem, 4vw, 3.25rem);
}

.winter-editorial-hero .site-header-hero .header-shell {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(17, 47, 32, 0.18);
  box-shadow: 0 18px 42px rgba(13, 25, 90, 0.16);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}

.winter-editorial-hero__layout {
  position: relative;
  z-index: 1;
  display: block;
}

.winter-editorial-hero__copy {
  max-width: 56rem;
}

.winter-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: max-content;
  max-width: 100%;
  padding: 0.36rem 0.7rem;
  border: 1px solid rgba(249, 174, 44, 0.38);
  border-radius: 999px;
  background: rgba(249, 174, 44, 0.16);
  color: #ffca12;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.winter-hero-badge::before {
  content: "";
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: currentColor;
}

.winter-hero-title {
  max-width: 14ch;
  margin: 1.05rem 0 0;
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(2.25rem, 4.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.winter-hero-title span {
  color: #ffca12;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.winter-hero-subtitle {
  max-width: 45rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 600;
  line-height: 1.7;
}

.winter-hero-note {
  max-width: 43rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.65;
}

.winter-hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.winter-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.winter-hero-breadcrumb a:hover,
.winter-hero-breadcrumb a:focus-visible {
  color: #fff;
}

.winter-hero-breadcrumb span::before {
  content: "/";
  margin-right: 0.55rem;
  color: rgba(255, 255, 255, 0.36);
}

.winter-hero-mark {
  display: none;
}

.winter-hero-mark::before,
.winter-hero-mark::after,
.winter-hero-mark span {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 1px;
  background: #d8efe0;
  transform-origin: 0 0;
}

.winter-hero-mark::before {
  transform: rotate(0deg) translate(-50%, -50%);
}

.winter-hero-mark::after {
  transform: rotate(90deg) translate(-50%, -50%);
}

.winter-hero-mark span:nth-child(1) {
  transform: rotate(45deg) translate(-50%, -50%);
}

.winter-hero-mark span:nth-child(2) {
  transform: rotate(135deg) translate(-50%, -50%);
}

.winter-hero-mark span:nth-child(3) {
  inset: 50% auto auto 50%;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #d8efe0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}

.winter-hero-mark span:nth-child(4) {
  inset: 50% auto auto 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #d8efe0;
  transform: translate(-50%, -50%);
}

.winter-page-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  overflow-x: auto;
  margin-top: 0;
  background: rgba(255, 248, 238, 0.96);
  border-bottom: 1px solid rgba(71, 161, 62, 0.14);
  box-shadow: 0 10px 24px rgba(38, 50, 56, 0.07);
  -webkit-overflow-scrolling: touch;
}

.winter-page-nav__inner {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 4vw, 4.5rem);
  width: max-content;
  min-width: 100%;
  padding: 0.8rem 1rem 0;
}

.winter-page-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.05rem;
  padding: 0 0.15rem 0.72rem;
  color: #315642;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.winter-page-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ok-primary), var(--ok-secondary));
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.winter-page-nav a:hover::after,
.winter-page-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.winter-legend-section {
  padding-top: clamp(2.7rem, 5vw, 4rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.1rem);
}

.winter-legend-section .section-heading {
  max-width: 54rem;
}

.winter-legend-section .section-title,
.winter-menu-section .section-title {
  max-width: 100%;
}

.winter-legend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 66rem);
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
}

.winter-legend-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1rem;
  background: #fffef9;
  box-shadow: var(--ok-shadow-soft);
}

.winter-legend-card strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #20332e;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.3;
}

.winter-legend-card p {
  margin: 0;
  color: #65756f;
  font-size: 0.84rem;
  line-height: 1.55;
}

.winter-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(38, 50, 56, 0.15);
}

.winter-letter--a {
  background: #ff5624;
}

.winter-letter--b {
  background: var(--ok-primary);
}

.winter-letter--c {
  background: #3e8bbd;
}

.winter-letter--d {
  background: #87a878;
}

.winter-letter--e {
  background: #f7941e;
}

.winter-letter--f {
  background: #77779b;
}

.winter-menu-section {
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
  padding-bottom: clamp(3.4rem, 6vw, 5rem);
}

.winter-menu-section .section-heading {
  max-width: 54rem;
}

.winter-week-list {
  display: grid;
  gap: clamp(2.2rem, 5vw, 4.4rem);
  width: min(100%, 70rem);
  margin: clamp(2rem, 4vw, 3.3rem) auto 0;
}

.winter-week-card {
  --week-accent: var(--ok-primary);
  scroll-margin-top: 5rem;
}

.winter-week-card--one {
  --week-accent: var(--ok-primary);
}

.winter-week-card--two {
  --week-accent: #ff5624;
}

.winter-week-card--three {
  --week-accent: #f7941e;
}

.winter-week-card--four {
  --week-accent: #5d85ac;
}

.winter-week-heading {
  display: grid;
  grid-template-columns: auto auto minmax(2rem, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin: 0 0 1rem;
  color: #173f2e;
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  line-height: 1.1;
}

.winter-week-heading::after {
  content: "";
  height: 1px;
  background: rgba(38, 50, 56, 0.14);
}

.winter-week-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 0.9rem;
  background: var(--week-accent);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(38, 50, 56, 0.13);
}

.winter-week-badge small {
  margin-bottom: 0.22rem;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.winter-week-body {
  padding: 0;
}

.winter-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(38, 50, 56, 0.1);
  border-top: 4px solid var(--week-accent);
  border-radius: 1.05rem;
  background: #fffef9;
  box-shadow: 0 18px 40px rgba(38, 50, 56, 0.09);
  -webkit-overflow-scrolling: touch;
}

.winter-menu-table {
  width: 100%;
  min-width: 62rem;
  border-collapse: separate;
  border-spacing: 0;
  color: #20332e;
}

.winter-menu-table th,
.winter-menu-table td {
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(38, 50, 56, 0.08);
  vertical-align: top;
  font-size: 0.94rem;
  line-height: 1.62;
}

.winter-menu-table tr:last-child th,
.winter-menu-table tr:last-child td {
  border-bottom: 0;
}

.winter-menu-table thead th {
  background: linear-gradient(180deg, #f8fcf4, #f2f8ee);
  color: #315642;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.winter-menu-table tbody th {
  width: 6.8rem;
  color: var(--week-accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.winter-menu-table td:nth-child(3) {
  font-weight: 700;
}

.winter-note-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

.winter-note-group .winter-letter {
  width: 1.55rem;
  height: 1.55rem;
  font-size: 0.68rem;
  box-shadow: 0 6px 12px rgba(38, 50, 56, 0.12);
}

.winter-info-section {
  padding-top: clamp(1rem, 2vw, 1.8rem);
}

.winter-statement-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  width: min(100%, 70rem);
  margin-inline: auto;
  padding: clamp(1.55rem, 3vw, 2.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.55rem;
  background: linear-gradient(135deg, #143f2d, #103523);
  box-shadow: var(--ok-shadow);
  color: #fff;
}

.winter-statement-card .eyebrow {
  color: #a9c7b4;
}

.winter-statement-card .section-title {
  max-width: 16ch;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.winter-statement-card .section-copy {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.78);
}

.winter-statement-actions {
  display: grid;
  gap: 0.75rem;
  min-width: 12.25rem;
}

.winter-statement-actions .btn {
  white-space: nowrap;
}

.winter-statement-actions .btn-brand {
  border-color: var(--ok-primary);
  background: var(--ok-primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(71, 161, 62, 0.22);
}

.winter-statement-actions .btn-soft,
.winter-statement-actions .btn-outline-success {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.winter-statement-actions .btn-soft:hover,
.winter-statement-actions .btn-soft:focus-visible,
.winter-statement-actions .btn-outline-success:hover,
.winter-statement-actions .btn-outline-success:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.winter-pdf-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: min(100%, 70rem);
  margin: 1.15rem auto 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.05rem;
  background: #fffef9;
  box-shadow: var(--ok-shadow-soft);
}

.winter-pdf-card h3 {
  margin: 0 0 0.2rem;
  color: #20332e;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.winter-pdf-card p {
  margin: 0;
  color: #65756f;
  font-size: 0.88rem;
  line-height: 1.55;
}

.winter-related-section {
  padding-top: clamp(2.4rem, 5vw, 4rem);
  border-top: 1px solid rgba(71, 161, 62, 0.14);
}

.winter-related-section .section-heading {
  width: min(100%, 70rem);
  margin-inline: auto;
  text-align: left !important;
}

.winter-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, 70rem);
  margin: 1.25rem auto 0;
}

.winter-related-card {
  display: grid;
  gap: 0.7rem;
  min-height: 9rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.05rem;
  background: #fffef9;
  color: #20332e;
  text-decoration: none;
  box-shadow: var(--ok-shadow-soft);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.winter-related-card::after {
  content: "→";
  align-self: end;
  color: var(--ok-secondary);
  font-weight: 900;
}

.winter-related-card:hover,
.winter-related-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(71, 161, 62, 0.42);
  color: #20332e;
  box-shadow: 0 22px 44px rgba(38, 50, 56, 0.12);
}

.winter-related-card span {
  color: var(--ok-primary-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.winter-related-card strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.04rem;
  line-height: 1.42;
}

@media (max-width: 991.98px) {
  .winter-editorial-hero {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    padding-top: 0.7rem;
    border-radius: 1.35rem;
  }
  .winter-editorial-hero__layout {
    grid-template-columns: 1fr;
  }
  .winter-hero-mark {
    display: none;
  }
  .winter-legend-grid,
  .winter-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .winter-statement-card {
    grid-template-columns: 1fr;
  }
  .winter-statement-actions {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
}
@media (max-width: 767.98px) {
  .winter-editorial-hero__header {
    width: calc(100% - 1rem);
    margin-bottom: 2rem;
  }
  .winter-editorial-hero .site-header-hero .header-shell {
    border-radius: 1.35rem;
  }
  .winter-hero-title {
    font-size: clamp(2.25rem, 11vw, 3rem);
    max-width: 12ch;
  }
  .winter-hero-subtitle,
  .winter-hero-note {
    max-width: 100%;
  }
  .winter-page-nav__inner {
    justify-content: flex-start;
    gap: 1.6rem;
    padding-inline: 1rem;
  }
  .winter-legend-grid,
  .winter-related-grid {
    grid-template-columns: 1fr;
  }
  .winter-week-list {
    gap: 2.6rem;
  }
  .winter-week-heading {
    grid-template-columns: auto 1fr;
  }
  .winter-week-heading::after {
    grid-column: 1/-1;
    width: 100%;
  }
  .winter-menu-table {
    min-width: 54rem;
  }
  .winter-statement-actions,
  .winter-pdf-card {
    display: grid;
  }
  .winter-statement-actions .btn,
  .winter-pdf-card .btn {
    width: 100%;
  }
}
@media (max-width: 374.98px) {
  .winter-hero-title {
    font-size: 2.15rem;
  }
  .winter-menu-table {
    min-width: 50rem;
  }
}
@media (max-width: 991.98px) {
  .site-header,
  .site-header-hero,
  .site-header-hero.is-scrolled,
  .page-home .site-header,
  .page-home .site-header.is-scrolled {
    z-index: 5000;
    isolation: isolate;
    transform: none;
    -webkit-transform: none;
  }
  .site-header-hero.is-scrolled {
    animation: none;
  }
  .page-interior .site-header-hero,
  .page-interior .site-header-hero.is-scrolled {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    overflow: visible;
  }
  .page-interior .site-header-hero .header-shell {
    z-index: 2;
  }
  .site-header {
    padding-top: 0.2rem;
  }
  .section-space {
    padding: 4rem 0;
  }
  .section-heading {
    max-width: 100%;
  }
  .header-shell {
    padding-inline: 1rem;
    border-radius: 1.35rem;
  }
  .site-header .navbar {
    padding: 0.9rem 0 0.6rem;
  }
  .brand-mark strong {
    font-size: 1.05rem;
  }
  .brand-mark__icon {
    width: 3.1rem;
    height: 3.1rem;
  }
  .brand-mark__logo {
    height: 3.15rem;
  }
  .page-interior .site-header-hero .header-shell {
    padding: 0 1rem;
    border-radius: 1.35rem;
  }
  .page-interior .site-header-hero.is-scrolled .header-shell {
    width: calc(100% - 1rem);
    padding: 0 1rem;
  }
  .page-home .site-header {
    left: 0;
    right: 0;
    padding-top: 0.45rem;
  }
  .page-home .hero-section--feature {
    padding-top: 7.1rem;
  }
  .hero-section-rounded {
    z-index: 1;
    width: calc(100% - 1rem);
    margin: 0.5rem auto 1.45rem;
    padding: 0.7rem 0 2.5rem;
    border-radius: 1.35rem;
  }
  .hero-section-about, .hero-section-menu, .hero-section-contact, .hero-section-blog, .hero-section-article, .hero-section-quote, .hero-section-careers, .hero-section-team {
    min-height: 15rem;
  }
  .inner-hero__content {
    min-height: 8rem;
    padding-bottom: 1rem;
  }
  .inner-hero__title {
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }
  .mission-vision::after {
    display: none;
  }
  .mission-vision__item {
    min-height: auto;
    padding-inline: 0.5rem;
  }
  .mission-vision__sun {
    top: auto;
    bottom: 1.1rem;
  }
  .nav-indicator {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header,
  .site-header-hero,
  .site-header-hero.is-scrolled,
  .page-home .site-header,
  .page-home .site-header.is-scrolled {
    z-index: 5000;
    isolation: isolate;
    transform: none;
    -webkit-transform: none;
  }
  .site-header-hero.is-scrolled {
    animation: none;
  }
  .page-interior .site-header-hero,
  .page-interior .site-header-hero.is-scrolled {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    overflow: visible;
  }
  .page-interior .site-header-hero .header-shell {
    z-index: 2;
  }
  .site-header {
    padding-top: 0.2rem;
  }
  .header-shell {
    padding-inline: 1rem;
    border-radius: 1.35rem;
  }
  .site-header .navbar {
    padding: 0.9rem 0 0.6rem;
  }
  .brand-mark strong {
    font-size: 1.05rem;
  }
  .brand-mark__icon {
    width: 3.1rem;
    height: 3.1rem;
  }
  .brand-mark__logo {
    height: 3.15rem;
  }
  .page-interior .site-header-hero .header-shell {
    padding: 0 1rem;
    border-radius: 1.35rem;
  }
  .page-interior .site-header-hero.is-scrolled .header-shell {
    width: calc(100% - 1rem);
    padding: 0 1rem;
  }
  .page-home .site-header {
    left: 0;
    right: 0;
    padding-top: 0.45rem;
  }
  .nav-indicator {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .site-footer__top, .footer-bottom--showcase {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-badges {
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) {
  .contact-info-block, .contact-form-panel {
    padding: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .display-title {
    max-width: 12ch;
  }
}
@media (max-width: 991.98px) {
  .section-heading .section-title, .page-hero .display-title, .page-hero .section-title {
    max-width: none;
  }
  .hero-section {
    padding-top: 4.25rem;
  }
  .breadcrumb-list {
    justify-content: flex-start;
  }
  .article-sidebar {
    position: static;
  }
  .testimonial-card {
    min-height: 17rem;
  }
}
@media (max-width: 991.98px) {
  .menu-hero-media .hero-photo {
    min-height: 18rem;
  }
  .menu-hero-card .section-title, .menu-pdf-section .section-title, .menu-benefits-section .section-title {
    max-width: none;
  }
  .menu-serve-section .section-copy {
    max-width: none;
  }
  .menu-pdf-actions {
    justify-content: flex-start;
  }
  .menu-pdf-tabs {
    justify-content: flex-start !important;
  }
  .menu-pdf-tabs .nav-item {
    flex: 1 1 100%;
  }
  .menu-pdf-tabs .nav-link {
    width: 100%;
  }
  .menu-pdf-frame {
    --bs-aspect-ratio:78%;
  }
  .testimonial-slider__item {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
  .testimonial-card {
    padding: 3.9rem 1.45rem 1.9rem;
  }
  .testimonial-card__meta strong {
    font-size: 1.32rem;
  }
  .testimonial-proof__item {
    grid-template-columns: 180px 1fr;
    gap: 1.25rem;
  }
  .testimonial-sketch-card__quote {
    min-height: auto;
    font-size: 1.15rem;
  }
  .testimonials-sketch__doodle {
    display: none;
  }
  .about-story-media {
    padding-right: 0;
  }
  .about-story-note {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
  .about-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .hero-section-quote {
    background-image: url("../img/banners/Request a Quote.png");
  }
  .quote-form-actions {
    justify-content: flex-start;
  }
  .career-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .hero-section--feature {
    padding: 4.95rem 0 3.4rem;
  }
  .page-home .hero-section--feature {
    padding-top: 5.9rem;
  }
  .hero-section--feature > .container {
    width: calc(100% - 1rem);
  }
  .hero-section-rounded {
    padding: 0.55rem 0 1.65rem;
  }
  .hero-header-card {
    margin-bottom: 1.15rem;
  }
  .hero-section-about, .hero-section-menu, .hero-section-contact, .hero-section-blog, .hero-section-article, .hero-section-quote, .hero-section-careers, .hero-section-team, .hero-section-not-sweet, .hero-section-scrumptious {
    min-height: 15rem;
  }
  .inner-hero__content {
    min-height: 8rem;
    padding-bottom: 0.75rem;
    gap: 0.75rem;
  }
  .page-quote .hero-section-quote {
    min-height: 15rem;
  }
  .page-quote .hero-section-quote .inner-hero__content {
    min-height: 8rem;
  }
  .inner-hero__title {
    max-width: 100%;
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }
  .breadcrumb-nav {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .hero-stage {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
    padding: 0;
    min-height: auto;
    border-radius: 1.45rem;
  }
  .hero-stage::after {
    background: linear-gradient(180deg, rgba(7, 19, 12, 0.18) 0%, rgba(7, 19, 12, 0.08) 46%, rgba(7, 19, 12, 0.35) 100%);
  }
  .hero-stage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16.5rem;
    background: linear-gradient(180deg, rgba(8, 18, 50, 0.1019607843) 0%, rgba(8, 18, 50, 0.0509803922) 46%, rgba(8, 18, 50, 0.5490196078) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .hero-stage__image {
    min-height: 16.5rem;
    height: 16.5rem;
    border-radius: 1.45rem 1.45rem 0 0;
    object-position: center 28%;
  }
  .hero-stage__card {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    margin: -1.6rem 0.85rem 0;
    padding: 1.35rem 1.2rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.35rem;
    background: linear-gradient(135deg, rgba(242, 101, 42, 0.9), rgba(226, 92, 38, 0.86));
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transform: none;
  }
  .hero-stage__eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.68rem;
  }
  .hero-stage__title {
    max-width: 100%;
    font-size: clamp(2.15rem, 8vw, 3rem);
    line-height: 1.02;
  }
  .hero-stage__copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.72;
  }
  .hero-stage__actions {
    justify-content: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .hero-stage__cta {
    width: 100%;
    min-width: 0;
  }
  .hero-stage__controls {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .hero-carousel__indicators {
    position: relative;
    left: auto;
    bottom: auto;
    justify-content: center;
    margin-top: 0.8rem;
  }
  .hero-stage__control {
    width: 3.25rem;
    height: 3.25rem;
  }
  .hero-stage__control svg {
    width: 1.35rem;
    height: 1.35rem;
  }
  .page-home .hero-carousel {
    overflow: hidden;
    perspective: none;
  }
  .page-home .hero-carousel .carousel-inner {
    overflow: hidden;
    border-radius: 1.45rem;
    transform-style: flat;
  }
  .page-home .hero-carousel .carousel-item {
    filter: none;
    transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .page-home .hero-carousel .carousel-item-next, .page-home .hero-carousel .carousel-item-prev, .page-home .hero-carousel .carousel-item.active {
    filter: none;
  }
  .page-home .hero-carousel .carousel-item-next:not(.carousel-item-start), .page-home .hero-carousel .active.carousel-item-end {
    transform: translateX(100%);
  }
  .page-home .hero-carousel .carousel-item-prev:not(.carousel-item-end), .page-home .hero-carousel .active.carousel-item-start {
    transform: translateX(-100%);
  }
  .page-home .hero-carousel .carousel-item-next.carousel-item-start, .page-home .hero-carousel .carousel-item-prev.carousel-item-end {
    transform: translateX(0);
  }
  .page-home .hero-stage {
    background: transparent;
    box-shadow: 0 18px 38px rgba(38, 50, 56, 0.0784313725);
  }
  .page-home .hero-stage::after {
    background: linear-gradient(180deg, rgba(7, 19, 12, 0.12) 0%, rgba(7, 19, 12, 0.04) 48%, rgba(7, 19, 12, 0) 100%);
  }
  .page-home .hero-stage::before {
    background: linear-gradient(180deg, rgba(8, 18, 50, 0.0784313725) 0%, rgba(8, 18, 50, 0.031372549) 46%, transparent 100%);
  }
  .page-home .hero-stage__card {
    width: calc(100% - 1.7rem);
    margin: -1.6rem auto 0;
  }
  .page-home .hero-carousel__indicators {
    display: none;
  }
  .site-footer {
    padding-top: 3.75rem;
  }
  .site-footer__divider {
    margin-bottom: 2rem;
  }
  .footer-title {
    font-size: 1.9rem;
  }
  .footer-bottom--showcase {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .contact-form-actions {
    gap: 1.15rem;
  }
  .contact-consent-check {
    max-width: none;
  }
  .contact-submit-btn {
    width: 100%;
  }
  .contact-agree-label {
    width: 100%;
  }
  .contact-agree-label span {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.98rem;
  }
  .section-space {
    padding: 3.25rem 0;
  }
  .section-trust {
    padding-bottom: 0.75rem;
  }
  .display-title {
    font-size: 2.6rem;
    max-width: none;
  }
  .section-title {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    max-width: none;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .carousel-controls {
    width: 100%;
    justify-content: stretch;
  }
  .carousel-control-btn {
    flex: 1 1 auto;
    text-align: center;
  }
  .testimonial-carousel {
    padding-bottom: 3.5rem;
  }
  .testimonial-indicators {
    right: 0;
    justify-content: center;
  }
  .testimonial-card {
    min-height: auto;
    padding-bottom: 1.5rem;
  }
  .blog-meta {
    gap: 0.45rem 0.8rem;
  }
  .recent-post {
    grid-template-columns: 72px 1fr;
  }
  .recent-post img {
    width: 72px;
    height: 72px;
  }
  .author-widget__avatar {
    width: 150px;
  }
  .trust-badge {
    width: 100%;
  }
  .meal-programs-section > .container > .row {
    --bs-gutter-y:1.15rem;
  }
  .meal-programs-section .section-title {
    max-width: none;
  }
  .meal-programs-section .meal-program-tags {
    display: none;
  }
  .meal-programs-section .col-lg-7 > .row {
    --bs-gutter-y:.8rem;
  }
  .meal-programs-section .col-lg-7 > .row > .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .meal-programs-section .program-card {
    min-height: 0;
    height: auto;
    padding: 1.2rem 1.15rem;
    border-radius: 1.5rem;
  }
  .meal-programs-section .program-card__title {
    font-size: clamp(1.25rem, 4.5vw, 1.5rem);
    line-height: 1.2;
  }
  .meal-programs-section .program-card__age {
    font-size: 0.85rem;
    margin-bottom: 0.7rem;
  }
  .meal-programs-section .program-card__copy {
    font-size: 0.97rem;
    line-height: 1.7;
  }
  .meal-programs-section .program-card__link {
    margin-top: 0.85rem;
    font-size: 0.88rem;
  }
  .meal-programs-section .program-card img {
    max-width: 3.5rem;
    max-height: 3.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    object-fit: cover;
  }
  .meal-programs-section .meal-process {
    margin-top: 1.25rem !important;
    padding: 1.1rem 1rem;
  }
  .meal-programs-section .meal-process::before {
    left: 1rem;
    right: 1rem;
  }
  .meal-programs-section .meal-process__header {
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }
  .meal-programs-section .meal-process__title {
    max-width: none;
    font-size: clamp(1.7rem, 5vw, 2.3rem);
  }
  .meal-programs-section .meal-process__steps {
    --bs-gutter-x:0;
    --bs-gutter-y:.55rem;
  }
  .meal-programs-section .meal-process__steps > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .meal-programs-section .meal-process .step-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "num title" "copy copy";
    column-gap: 0.7rem;
    row-gap: 0.3rem;
    align-items: center;
    height: auto;
    min-height: 0;
    padding: 0.85rem 0.95rem;
    border-radius: 1.15rem;
  }
  .meal-programs-section .meal-process .step-number {
    grid-area: num;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0;
    font-size: 0.95rem;
    align-self: center;
    flex-shrink: 0;
  }
  .meal-programs-section .meal-process .step-icon {
    grid-area: num;
    align-self: center;
    width: 2.4rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.4rem;
  }
  .meal-programs-section .meal-process .step-card h4 {
    grid-area: title;
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.22;
    align-self: center;
  }
  .meal-programs-section .meal-process .step-card p {
    grid-area: copy;
    grid-column: 1/-1;
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.58;
  }
  .meal-programs-section .meal-process .step-card img {
    grid-column: 1/-1;
    max-height: 4rem;
    width: auto;
    max-width: 100%;
    margin-bottom: 0.35rem;
    border-radius: 0.55rem;
    object-fit: cover;
  }
  .latest-blog-section {
    padding-top: 2.85rem;
    padding-bottom: 2.75rem;
  }
  .blog-card__thumb img {
    height: 12rem;
  }
  .cta-panel .btn, .cta-panel .d-flex .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.9rem 0;
  }
  .brand-mark__icon {
    width: 2.85rem;
    height: 2.85rem;
  }
  .brand-mark__logo {
    height: 2.8rem;
  }
  .soft-card, .meal-card, .step-card, .testimonial-card, .weekly-card {
    padding: 1.3rem;
  }
  .stat-card {
    padding: 1.1rem;
  }
  .hero-section .btn {
    width: 100%;
  }
  .hero-section--feature {
    padding: 4.65rem 0 2.5rem;
  }
  .page-home .hero-section--feature {
    padding-top: 4.85rem;
    padding-bottom: 3.25rem;
  }
  .hero-stage__image {
    min-height: 14.5rem;
    height: 14.5rem;
  }
  .hero-stage::before {
    height: 14rem;
  }
  .hero-section-about, .hero-section-menu, .hero-section-contact, .hero-section-blog, .hero-section-article, .hero-section-quote, .hero-section-careers, .hero-section-team, .hero-section-not-sweet, .hero-section-scrumptious {
    min-height: 15rem;
  }
  .inner-hero__content {
    min-height: 8rem;
    padding-bottom: 0.65rem;
  }
  .page-quote .hero-section-quote {
    min-height: 15rem;
  }
  .page-quote .hero-section-quote .inner-hero__content {
    min-height: 8rem;
  }
  .inner-hero__title {
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
  }
  .hero-stage__card {
    margin: -1.4rem 0.65rem 0;
    padding: 1.15rem 1.05rem 1.05rem;
    border-radius: 1.2rem;
  }
  .hero-stage__title {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }
  .hero-stage__copy {
    font-size: 0.94rem;
    line-height: 1.65;
  }
  .hero-stage__actions {
    margin-top: 1rem;
  }
  .hero-stage__controls {
    margin-top: 0.85rem;
  }
  .hero-stage__control {
    width: 3rem;
    height: 3rem;
  }
  .hero-carousel__indicators {
    margin-top: 0.7rem;
  }
  .page-home .hero-stage__card {
    width: calc(100% - 1.3rem);
    margin: -1.4rem auto 0;
    padding-bottom: 1.2rem;
  }
  .page-home .hero-stage__actions {
    gap: 0.65rem;
    margin-top: 1.05rem;
  }
  .page-home .hero-stage__controls {
    margin-top: 1.05rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-carousel {
    perspective: none;
  }
  .hero-carousel .carousel-inner {
    transform-style: flat;
  }
  .hero-carousel .carousel-item, .hero-carousel .carousel-item-next, .hero-carousel .carousel-item-prev, .hero-carousel .active.carousel-item-start, .hero-carousel .active.carousel-item-end, .hero-carousel .carousel-item-next.carousel-item-start, .hero-carousel .carousel-item-prev.carousel-item-end {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 575.98px) {
  .menu-hero-card {
    padding: 1.2rem;
  }
  .menu-hero-badges {
    gap: 0.6rem;
  }
  .menu-trust-badge {
    font-size: 0.86rem;
  }
  .menu-intro-point {
    padding: 0.9rem 1rem;
  }
  .menu-badge-card strong {
    font-size: 1.12rem;
  }
  .menu-badge-card p, .menu-benefit-card p {
    max-width: none;
  }
  .menu-badge-panel, .menu-pdf-shell {
    padding: 1.1rem;
  }
  .menu-pdf-tabs {
    gap: 0.6rem;
  }
  .menu-pdf-frame {
    --bs-aspect-ratio:98%;
  }
  .testimonial-slider__viewport {
    padding-inline: 0;
  }
  .testimonial-slider__track {
    gap: 1rem;
  }
  .testimonial-slider__item {
    flex-basis: 100%;
  }
  .testimonial-slider__actions {
    margin-top: 1.1rem;
  }
  .testimonial-slider__nav {
    width: 3.2rem;
    height: 3.2rem;
  }
  .testimonial-card {
    padding: 3.6rem 1.3rem 1.6rem;
  }
  .testimonial-card__thumb {
    width: 4.55rem;
    height: 4.55rem;
    left: 1rem;
  }
  .testimonial-card__thumb img {
    padding: 0.5rem;
  }
  .testimonial-card__quote-icon {
    top: 1rem;
    right: 1.15rem;
    font-size: 3.25rem;
  }
  .testimonial-card__quote {
    font-size: 1rem;
    line-height: 1.68;
  }
  .testimonial-card__meta strong {
    font-size: 1.16rem;
  }
  .testimonial-card__meta span {
    font-size: 0.95rem;
  }
  .testimonial-card__mark {
    font-size: 3.4rem;
    bottom: -0.55rem;
  }
  .testimonial-proof__item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .testimonial-proof__badge {
    min-height: 132px;
  }
  .testimonial-proof__content h3 {
    font-size: 1.05rem;
  }
  .testimonial-proof__content p {
    font-size: 0.98rem;
    line-height: 1.85;
  }
  .testimonials-sketch__title {
    font-size: 2.2rem;
  }
  .testimonial-sketch-card {
    padding: 2.7rem 1.35rem 1.5rem;
    border-radius: 2.2rem;
  }
  .testimonial-sketch-card--logo {
    padding-top: 6.2rem;
  }
  .testimonial-sketch-card__logo-panel {
    width: 9.75rem;
    min-height: 6rem;
  }
  .testimonial-sketch-card__stars {
    margin-left: 2.9rem;
    font-size: 1.05rem;
  }
  .testimonial-sketch-card__quote {
    font-size: 1.02rem;
    line-height: 1.75;
  }
  .testimonial-sketch-card__meta strong {
    font-size: 1.15rem;
  }
  .testimonial-sketch-card__meta span {
    font-size: 0.96rem;
  }
  .testimonial-sketch-card__mark {
    font-size: 3.5rem;
  }
  .testimonial-controls {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
  .testimonial-sketch-nav {
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
  }
  .about-story-image {
    min-height: 24rem;
  }
  .about-partners-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .ok-updates-dialog .modal-dialog {
    padding: 0.45rem;
  }
  .ok-updates-card__header {
    padding: 1rem 1rem 0.9rem;
  }
  .ok-updates-card__title {
    font-size: 1.35rem;
    line-height: 1.2;
    white-space: normal;
  }
  .ok-updates-card__body {
    padding: 1rem;
  }
  .ok-updates-card__footer {
    grid-template-columns: 1fr;
    padding: 0.9rem 1rem 1rem;
  }
  .ok-updates-form--dialog .ok-updates-form__consent {
    padding: 0.9rem 1rem;
  }
  .ok-privacy-banner {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
  }
  .ok-privacy-banner__inner {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 0.9rem 0.9rem;
    border-radius: 0.95rem;
  }
  .ok-privacy-banner__close {
    top: -0.8rem;
    right: -0.35rem;
    width: 2.05rem;
    height: 2.05rem;
  }
  .ok-privacy-banner__copy {
    font-size: 0.9rem;
  }
  .ok-privacy-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.6rem;
  }
  .ok-privacy-banner__accept, .ok-privacy-banner__link {
    width: 100%;
    min-height: 2.65rem;
  }
}
@media (max-width: 767.98px) {
  .quote-check-grid {
    grid-template-columns: 1fr;
  }
  .quote-request-form .form-control, .quote-request-form .form-select {
    min-height: 3.35rem;
  }
  .careers-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career-filter-panel {
    margin-bottom: 1.15rem;
  }
  .career-filter-panel .form-control, .career-filter-panel .form-select, .career-filter-clear {
    width: 100%;
    min-height: 3.35rem;
  }
  .career-jobs-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .page-careers .section-space {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .page-careers .hero-section-careers {
    min-height: 15rem;
  }
  .page-careers .hero-section-careers .inner-hero__content {
    min-height: 8rem;
  }
  .quote-form-shell {
    padding: 1.15rem;
  }
  .careers-hero-card {
    padding: 1.15rem;
  }
  .careers-hero-actions .btn {
    width: 100%;
  }
  .careers-benefits-grid {
    grid-template-columns: 1fr;
  }
  .careers-trust-badge {
    width: 100%;
    justify-content: center;
  }
  .career-apply-button {
    width: 100%;
  }
  .quote-form-group {
    padding: 1rem;
  }
  .quote-form-actions .btn {
    width: 100%;
  }
}
@media (max-width: 389.98px) {
  .quote-captcha-wrap, .contact-captcha-wrap, .career-captcha-wrap {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .quote-captcha-wrap .g-recaptcha, .contact-captcha-wrap .g-recaptcha, .career-captcha-wrap .g-recaptcha {
    width: 304px;
    height: 78px;
    transform: scale(0.86);
    transform-origin: top left;
  }
  .quote-captcha-wrap, .contact-captcha-wrap, .career-captcha-wrap {
    min-height: 68px;
  }
}
@media (max-width: 767.98px) {
  .mission-vision {
    padding: 1rem 0.85rem;
    border-radius: 1.45rem;
  }
  .mission-vision::before {
    inset: 0.65rem;
    border-radius: 1.1rem;
  }
  .mission-vision__item {
    padding: 0.35rem 0.15rem;
  }
  .mission-vision__item h3 {
    margin-bottom: 0.7rem;
    font-size: 1.85rem;
  }
  .mission-vision__stack {
    gap: 0.55rem;
  }
  .mission-vision__block {
    align-items: start;
    padding: 0.72rem 0.78rem;
    gap: 0.72rem;
  }
  .mission-vision__icon {
    flex: 0 0 auto;
    margin-top: 0.08rem;
  }
  .mission-vision__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
    padding: 0.1rem 0;
    border-radius: 0.55rem;
    cursor: pointer;
  }
  .mission-vision__accordion-trigger:focus-visible {
    outline: 2px solid #ffca12;
    outline-offset: 3px;
  }
  .mission-vision__accordion-trigger h4 {
    margin: 0;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.25;
  }
  .mission-vision__accordion-chevron {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1019607843);
    color: #fff;
    transition: transform 0.22s ease, background-color 0.22s ease;
  }
  .mission-vision__accordion-chevron svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mission-vision__accordion-trigger.is-open .mission-vision__accordion-chevron {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.1803921569);
  }
  .mission-vision__accordion-panel {
    padding-top: 0.55rem;
  }
  .mission-vision__accordion-panel p {
    font-size: 0.94rem;
    line-height: 1.68;
  }
  .mission-vision__intro {
    margin-bottom: 0.75rem !important;
    font-size: 0.95rem;
    line-height: 1.62;
  }
  .mission-vision__checklist {
    gap: 0.38rem;
  }
  .mission-vision__checklist li {
    min-height: 0;
    align-items: flex-start;
    padding: 0.5rem 0.72rem 0.5rem 2.2rem;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
    border-radius: 0.72rem;
  }
  .mission-vision__checklist li::before {
    left: 0.72rem;
    width: 0.82rem;
    height: 0.82rem;
  }
  .mission-vision__checklist li::after {
    left: 0.98rem;
    width: 0.3rem;
    height: 0.48rem;
    border-width: 0 1.5px 1.5px 0;
  }
  .mission-vision__checklist li:nth-child(2), .mission-vision__checklist li:nth-child(4) {
    margin-bottom: 0;
  }
  .mission-vision__note {
    margin-top: 0.65rem !important;
    padding: 0.62rem 0.78rem;
    font-size: 0.9rem;
    line-height: 1.5 !important;
  }
}

/*# sourceMappingURL=style.css.map */
