@font-face {
  font-family: "Avalanche Healthy";
  src: url("fonts/AvalancheHealthy.woff2") format("woff2"), url("fonts/AvalancheHealthy.woff") format("woff"), url("fonts/AvalancheHealthy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: clip;
  max-width: 100%;
}

body {
  background-color: #f2edeb;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  color: #111;
}

.site-header {
  background-color: #f2edeb;
}
.site-header__topbar {
  height: 6px;
  background-color: #3d2b1f;
}
.site-header__accent {
  height: 3px;
  background-color: #d96b5c;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
}
.site-header__logo {
  display: inline-flex;
  align-items: center;
  font-family: "Avalanche Healthy", "Anton", sans-serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.site-header__logo img {
  display: block;
  width: auto;
  height: clamp(2rem, 5vw, 2.75rem);
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.site-header__cta {
  flex-shrink: 0;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  background-color: #2b5497;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.site-header__cta:hover {
  background-color: rgb(33.9567010309, 66.3340206186, 119.2432989691);
  color: #fff;
}
.site-header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.site-header__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background-color: #111;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  color: #111;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover {
  color: #2b5497;
}

@media (max-width: 991.98px) {
  .site-header__toggle {
    display: flex;
  }
  .site-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #f2edeb;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
  }
  .site-header__nav.is-open {
    display: flex;
  }
  .site-header__inner {
    position: relative;
    flex-wrap: wrap;
  }
  .site-header__cta {
    align-self: flex-start;
  }
  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.hero {
  position: relative;
  padding: clamp(3rem, 6vh, 4.5rem) 0;
  overflow: visible;
}
.hero__row {
  position: relative;
}
.hero__deco {
  position: absolute;
  z-index: 3;
  display: block;
  width: clamp(36px, 5vw, 52px);
  height: auto;
  pointer-events: none;
  transform-origin: center center;
}
.hero__deco--burst-top {
  top: 6%;
  left: 14%;
  transform: rotate(-22deg);
}
.hero__deco--burst-media {
  top: 5%;
  right: 16%;
  left: auto;
  transform: rotate(74deg) scaleX(-1);
}
.hero__deco--motion {
  top: 26%;
  left: 8%;
  right: auto;
  z-index: 2;
  width: clamp(32px, 4.5vw, 46px);
  transform: rotate(-138deg);
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.85rem, 1.75vw, 1.15rem);
}
.hero__content .hero__btn {
  align-self: flex-start;
  width: fit-content;
}
.hero .hero-title {
  position: relative;
  margin: 0;
  font-size: clamp(3.25rem, 12vw, 6rem);
  font-style: normal;
  line-height: 0.86;
  text-transform: uppercase;
  transform: skewX(3deg);
  transform-origin: left center;
}
.hero .hero-title__line {
  display: block;
  font-family: "Bowlby One", "Archivo Black", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #111;
}
.hero .hero-title__line--blue {
  color: #1d5ba3;
}
.hero .hero-title__accent {
  position: relative;
  top: -0.15em;
  left: 0.1em;
  display: block;
  width: fit-content;
  margin: -0.1em 0 0.05em;
  font-family: "Permanent Marker", cursive;
  font-size: 0.55em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #f39233;
  text-transform: uppercase;
  transform: rotate(-5deg) skewX(-1deg);
  transform-origin: left center;
}
.hero .hero-tagline {
  display: inline-block;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0;
}
.hero .hero-tagline__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  transform: skewX(2deg) rotate(-1.25deg);
  transform-origin: left bottom;
}
.hero .hero-tagline__label {
  display: block;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #111;
  text-transform: uppercase;
}
.hero .hero-tagline__squiggle-wrap {
  display: block;
  width: 150px;
  margin-top: 0.15rem;
  line-height: 0;
}
.hero .hero-tagline__squiggle {
  display: block;
  width: 150px;
  height: auto;
}
.hero .hero-subtitle {
  max-width: 28rem;
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
.hero__text {
  max-width: 28rem;
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}
.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.35rem;
  border: 0;
  border-radius: 6px;
  background-color: #3d573c;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero__btn:hover {
  background-color: rgb(48.3020408163, 68.8897959184, 47.5102040816);
  color: #fff;
}
.hero__btn:hover .hero__btn-icon {
  transform: translate(2px, -2px);
}
.hero__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.hero__btn-icon svg {
  display: block;
}
.hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: visible;
}
.hero__video {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.hero .hero__media {
  position: relative;
}
.hero .hero__media:before {
  position: absolute;
  top: -50%;
  left: -10%;
  width: 200%;
  height: 150%;
  background-color: #E68220;
  content: "";
  z-index: -1;
  transform: rotate(5deg);
}

@keyframes bag-enter {
  0% {
    opacity: 0;
    transform: translateX(140%) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes bag-shake {
  0%, 100% {
    transform: translate(0, 0) rotate(-1.2deg);
  }
  25% {
    transform: translate(2px, -1px) rotate(1.4deg);
  }
  50% {
    transform: translate(-2px, 1px) rotate(-1.8deg);
  }
  75% {
    transform: translate(1px, -1px) rotate(1deg);
  }
}
@keyframes take-me-shake {
  0%, 100% {
    transform: translate(0, 0) rotate(1.2deg);
  }
  25% {
    transform: translate(-2px, 1px) rotate(-1.4deg);
  }
  50% {
    transform: translate(2px, -1px) rotate(1.8deg);
  }
  75% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
}
@keyframes vibes-mascot-enter {
  0% {
    opacity: 0;
    transform: translate(-30%, 70%) scale(0.55);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes vibes-mascot-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes vibes-mascot-enter-mobile {
  0% {
    opacity: 0;
    transform: translate(-50%, 40%) scale(0.55);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes vibes-mascot-bounce-mobile {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -8px);
  }
}
@keyframes vibes-marker-pop {
  0% {
    opacity: 0;
    transform: scale(0.55) rotate(-12deg);
  }
  70% {
    transform: scale(1.07) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(-2.5deg);
  }
}
@keyframes vibes-marker-wiggle {
  0%, 100% {
    transform: scale(1) rotate(-2.5deg);
  }
  50% {
    transform: scale(1.03) rotate(-0.5deg);
  }
}
@keyframes vibes-arrow-pop {
  0% {
    opacity: 0;
    transform: translateY(8px) rotate(-14deg) scale(0.45);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .why__bag,
  .why__take-me img,
  .vibes__mascot,
  .vibes__highlight::before,
  .vibes__highlight::after {
    opacity: 1;
    animation: none !important;
  }
}
.why {
  padding: clamp(3rem, 6vh, 4.5rem) 0;
  overflow-x: clip;
  overflow-y: visible;
}
.why h2,
.why h3,
.why p {
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
}
.why__body {
  position: relative;
  margin-top: clamp(1.25rem, 4vw, 3rem);
}
@media (min-width: 992px) {
  .why__body {
    min-height: clamp(260px, 26vw, 340px);
  }
}
.why__container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .why__container {
    padding-right: clamp(8rem, 24vw, 18rem);
  }
}
@media (min-width: 1200px) {
  .why__container {
    padding-right: clamp(11rem, 30vw, 22rem);
  }
}
.why__bag-wrap {
  position: relative;
  z-index: 10;
  width: min(380px, 86vw);
  margin: clamp(1.5rem, 5vw, 2.5rem) auto 0;
  pointer-events: none;
  transform: translateX(4%) rotate(7deg);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .why__bag-wrap {
    position: absolute;
    top: 50%;
    right: 4%;
    width: clamp(280px, 38vw, 520px);
    margin: 0;
    transform: translate(10%, -50%) rotate(9deg);
    transform-origin: center right;
  }
}
@media (min-width: 1200px) {
  .why__bag-wrap {
    right: 7%;
    width: clamp(364px, 44vw, 676px);
    transform: translate(14%, -50%) rotate(9deg);
  }
}
.why__bag {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}
.why__bag-wrap.is-visible .why__bag {
  animation: bag-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) both, bag-shake 2.6s ease-in-out 0.9s infinite;
}
.why__take-me {
  position: relative;
  z-index: 9;
  width: clamp(90px, 16vw, 160px);
  margin: clamp(0.75rem, 2vw, 1rem) auto 0;
  pointer-events: none;
}
.why__take-me img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}
.why__take-me.is-visible img {
  animation: bag-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both, take-me-shake 2.4s ease-in-out 1.05s infinite;
}
@media (min-width: 992px) {
  .why__take-me {
    position: absolute;
    top: -22%;
    right: 22%;
    width: clamp(100px, 12vw, 160px);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .why__take-me {
    top: -26%;
    right: 26%;
    width: clamp(110px, 13vw, 170px);
  }
}
.why h2 {
  font-weight: 800;
}
.why__title {
  margin: 0 0 clamp(-1.5rem, -2.5vw, -0.75rem);
  font-size: clamp(2.25rem, 7vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  transform: rotate(-5deg);
  transform-origin: left center;
}
@media (min-width: 992px) {
  .why__title {
    font-size: clamp(2.75rem, 4.5vw, 4rem);
    margin-bottom: clamp(-2rem, -3vw, -1rem);
  }
}
.why__highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0.12em 0.45em 0.2em 0.4em;
  isolation: isolate;
}
.why__highlight::before, .why__highlight::after {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.why__highlight::before {
  top: -0.55em;
  right: -0.75em;
  bottom: -0.4em;
  left: -0.7em;
  z-index: -1;
  background-image: url("assets/why-highlight-oval.svg");
  background-position: center;
  background-size: contain;
}
.why__highlight::after {
  right: -0.5em;
  bottom: -1.45em;
  z-index: 1;
  width: clamp(1.35rem, 3vw, 1.75rem);
  height: clamp(1.15rem, 2.5vw, 1.5rem);
  background-image: url("assets/why-highlight-arrow.svg");
  background-position: center;
  background-size: contain;
}
.why__grid {
  align-items: stretch;
  --bs-gutter-x: clamp(0.75rem, 2.5vw, 1.5rem);
  --bs-gutter-y: clamp(1.5rem, 4vw, 3rem);
}
.why__grid > [class*=col-] {
  display: flex;
  min-width: 0;
}
.why__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-width: 0;
  text-align: left;
}
.why__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  width: clamp(56px, 14vw, 88px);
  height: clamp(56px, 14vw, 88px);
}
.why__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.why__card h3 {
  min-height: 2.3em;
  max-width: 100%;
  margin: clamp(0.65rem, 2vw, 1rem) 0 0.35rem;
  font-size: clamp(0.68rem, 1.8vw, 0.875rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  hyphens: auto;
}
@media (min-width: 992px) {
  .why__card h3 {
    max-width: 11rem;
  }
}
.why__card p {
  max-width: 100%;
  margin: 0;
  font-size: clamp(0.75rem, 1.6vw, 0.9rem);
  font-weight: 400;
  line-height: 1.4;
  color: #5a5a5a;
}
@media (min-width: 992px) {
  .why__card p {
    max-width: 11rem;
  }
}

.about-us {
  padding: clamp(3rem, 6vh, 4.5rem) 0;
  overflow: visible;
}
.about-us .container {
  overflow: visible;
}
.about-us__layout {
  position: relative;
  min-height: 280px;
}
@media (min-width: 992px) {
  .about-us__layout {
    min-height: 420px;
  }
  .about-us__layout > .col-lg-6:first-child {
    position: relative;
    z-index: 2;
  }
}
.about-us__menu {
  position: relative;
  height: 100%;
  min-height: 280px;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 4px;
  background-color: #c8365a;
}
@media (min-width: 992px) {
  .about-us__menu {
    min-height: 420px;
  }
}
.about-us__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3.5vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-us__item {
  margin: 0;
}
.about-us__row {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2.5vw, 1.5rem);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.about-us__row:hover {
  opacity: 0.9;
  color: #fff;
}
.about-us__icon {
  flex-shrink: 0;
  width: clamp(72px, 12vw, 110px);
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.about-us__row:hover .about-us__icon {
  transform: scale(1.4);
}
.about-us__label {
  margin: 0;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.about-us__label--1 {
  transform: rotate(-6deg);
}
.about-us__label--2 {
  transform: rotate(-4deg);
}
.about-us__label--3 {
  transform: rotate(-7deg);
}
.about-us__row:hover .about-us__label {
  transform: rotate(0deg) scale(1.1);
}
@media (min-width: 992px) {
  .about-us__media-col {
    position: static;
    min-height: 420px;
    pointer-events: none;
  }
  .about-us__media-col .about-us__preview {
    pointer-events: auto;
  }
}
.about-us__preview {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-us__preview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 50vw;
    max-width: none;
    height: auto;
    min-height: 420px;
  }
}
.about-us__preview:hover .about-us__play {
  transform: translate(-50%, -50%) scale(1.06);
}
.about-us__preview:hover .about-us__preview-img {
  filter: brightness(1.03);
}
.about-us__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 76px;
  height: 76px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.about-us__play::after {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.about-us__preview-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: filter 0.2s ease;
}
@media (min-width: 992px) {
  .about-us__preview-img {
    min-height: 420px;
  }
}

.vibes {
  padding: clamp(3rem, 6vh, 4.5rem) 0;
  overflow-x: clip;
  overflow-y: visible;
}
@media (min-width: 992px) {
  .vibes {
    padding-top: calc(clamp(3rem, 6vh, 4.5rem) + clamp(0.75rem, 2vw, 1.5rem));
  }
}
.vibes__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 992px) {
  .vibes__layout {
    grid-template-columns: minmax(160px, 1fr) minmax(0, 3fr);
    grid-template-rows: auto auto;
    column-gap: clamp(2rem, 4vw, 3.5rem);
    row-gap: clamp(0.65rem, 1.25vw, 1rem);
  }
}
.vibes__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
@media (min-width: 992px) {
  .vibes__intro {
    grid-column: 1;
    grid-row: 1/-1;
    align-self: center;
    padding-right: clamp(0.25rem, 1vw, 1rem);
  }
}
.vibes__title {
  margin: 0;
  font-family: "Bowlby One", "Archivo Black", system-ui, sans-serif;
  font-size: clamp(2.25rem, 9vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (min-width: 992px) {
  .vibes__title {
    font-size: clamp(2.75rem, 4.2vw, 4.5rem);
  }
}
.vibes__title-line {
  display: block;
}
.vibes__title-line--orange {
  color: #e68220;
  transform: rotate(-3deg);
  transform-origin: left center;
}
.vibes__title-line--white {
  color: #111;
  transform: rotate(-1deg);
  margin-top: 0.15em;
}
.vibes__highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0.06em 0.48em 0.12em 0.44em;
  isolation: isolate;
}
.vibes__highlight::before, .vibes__highlight::after {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  opacity: 0;
}
.vibes__highlight::before {
  top: -0.38em;
  right: -0.48em;
  bottom: -0.28em;
  left: -0.44em;
  z-index: -1;
  background-image: url("assets/vibes-highlight-oval.svg");
  background-position: center;
  background-size: 100% 100%;
  transform: rotate(-2.5deg);
  transform-origin: center center;
}
.vibes__highlight::after {
  right: -0.4em;
  bottom: -1.4em;
  z-index: 1;
  width: clamp(1.35rem, 3vw, 1.75rem);
  height: clamp(1.15rem, 2.5vw, 1.5rem);
  background-image: url("assets/why-highlight-arrow.svg");
  background-position: center;
  background-size: contain;
  transform-origin: center bottom;
}
.vibes__highlight.is-visible::before {
  animation: vibes-marker-pop 0.85s cubic-bezier(0.22, 1, 0.36, 1) both, vibes-marker-wiggle 2.8s ease-in-out 0.95s infinite;
}
.vibes__highlight.is-visible::after {
  animation: vibes-arrow-pop 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}
.vibes__text {
  max-width: 14rem;
  margin: 0;
  font-size: clamp(0.88rem, 1.5vw, 0.95rem);
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.75);
}
@media (min-width: 992px) {
  .vibes__text {
    max-width: 16rem;
  }
}
.vibes__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  min-width: 0;
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
}
@media (min-width: 992px) {
  .vibes__cards {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.1vw, 1.25rem);
    padding-top: clamp(1.5rem, 2.5vw, 2.75rem);
  }
}
@media (min-width: 1200px) {
  .vibes__cards {
    gap: clamp(0.85rem, 1.4vw, 1.5rem);
    padding-top: clamp(2rem, 3vw, 3rem);
  }
}
.vibes__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  isolation: isolate;
  border-radius: 45% 45% 14% 14%/35% 35% 8% 8%;
  color: #fff;
  text-align: center;
  min-width: 0;
}
.vibes__card--orange .vibes__card-bottom {
  background-color: #e68220;
}
.vibes__card--pink .vibes__card-bottom {
  background-color: #c8365a;
}
.vibes__card--blue .vibes__card-bottom {
  background-color: #2b6aa3;
}
.vibes__card--green .vibes__card-bottom {
  background-color: #3d573c;
}
.vibes__card.is-visible .vibes__mascot {
  animation: vibes-mascot-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both, vibes-mascot-bounce 2.6s ease-in-out 1.15s infinite;
}
.vibes__mascot {
  position: absolute;
  top: -34%;
  right: 28%;
  z-index: 0;
  width: clamp(52px, 48%, 120px);
  height: auto;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}
.vibes__card-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  overflow: visible;
  isolation: isolate;
  min-height: clamp(7.5rem, 22vw, 9.5rem);
  padding: clamp(0.75rem, 2vw, 1rem) 0.5rem 0.5rem;
  color: #111;
}
@media (min-width: 992px) {
  .vibes__card-top {
    min-height: clamp(7rem, 10vw, 9rem);
    padding-inline: 0.4rem;
  }
}
.vibes__card-kicker {
  display: none;
}
.vibes__card-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: min(140px, 78%);
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vibes__card-img {
    max-width: min(118px, 72%);
  }
}
@media (min-width: 1200px) {
  .vibes__card-img {
    max-width: min(140px, 80%);
  }
}
@media (hover: hover) {
  .vibes__card:hover .vibes__card-img {
    transform: scale(1.15);
  }
}
.vibes__card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(4.25rem, 11vw, 5.25rem);
  padding: 0.75rem 0.5rem 0.95rem;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .vibes__card-bottom {
    min-height: clamp(4rem, 6vw, 4.75rem);
    padding-inline: 0.4rem;
  }
}
.vibes__card-title {
  margin: 0;
  font-size: clamp(0.72rem, 2.4vw, 0.95rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vibes__card-title {
    font-size: clamp(0.66rem, 0.95vw, 0.8rem);
    letter-spacing: 0.03em;
  }
}
.vibes__card-tag {
  margin: 0.25rem 0 0;
  font-size: clamp(0.62rem, 1.8vw, 0.7rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}
.vibes__view-all {
  justify-self: center;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
}
.vibes__view-all:hover {
  color: #111;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .vibes__view-all {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.video-modal[hidden] {
  display: none;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.video-modal__player {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
}

.smart {
  padding: calc(clamp(3rem, 6vh, 4.5rem) * 2) 0 clamp(3rem, 6vh, 4.5rem);
  position: relative;
}
.smart::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 98%;
  height: 100%;
  background-color: #1f4c8f;
  transform: translateX(-50%) rotate(-1deg);
  transform-origin: center center;
  z-index: -1;
  content: "";
}
.smart__town {
  position: absolute;
  bottom: 0;
  right: 1%;
  left: auto;
  z-index: -1;
  width: min(1100px, 74vw);
  height: auto;
  opacity: 0.3;
  transform: rotate(-1deg);
  transform-origin: right bottom;
  mix-blend-mode: screen;
  pointer-events: none;
}
.smart__man {
  position: absolute;
  transform: rotate(-1deg);
  bottom: 2%;
  right: 14%;
  z-index: 2;
  width: auto;
  height: clamp(303px, 90vh, 650px);
  pointer-events: none;
}
.smart .container {
  position: relative;
  z-index: 1;
}
.smart__title {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  font-family: "Lilita One", "Fredoka", cursive;
  text-transform: uppercase;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #fff;
}
.smart__text {
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  color: #fff;
  max-width: 28rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.55;
}
.smart__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.35rem;
  border: 0;
  border-radius: 6px;
  background-color: #c73559;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.smart__btn:hover {
  background-color: rgb(174.8357142857, 46.5642857143, 78.1928571429);
  color: #fff;
}
.smart__btn:hover .smart__btn-icon {
  transform: translate(2px, -2px);
}
.smart__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.smart__btn-icon svg {
  display: block;
}

.sub-footer {
  padding: clamp(3rem, 6vh, 4.5rem) 0 0;
  background-color: #f2edeb;
}
.sub-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 3.5rem);
}
.sub-footer__social {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  max-width: 100%;
}
@media (min-width: 992px) {
  .sub-footer__social {
    flex: 0 1 50%;
    justify-content: flex-start;
    max-width: 580px;
  }
}
.sub-footer__phone {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 18vw, 220px);
}
@media (min-width: 992px) {
  .sub-footer__phone {
    width: clamp(160px, 20vw, 240px);
  }
}
.sub-footer__phone-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(240px, 32vw, 380px);
  object-fit: contain;
  object-position: center;
}
.sub-footer__social-content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  max-width: min(22rem, 100%);
}
.sub-footer__social-title {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0 0 0.75rem;
  font-family: "Lilita One", "Fredoka", cursive;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  color: #111;
}
.sub-footer__social-line, .sub-footer__social-handle {
  display: block;
}
.sub-footer__social-handle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}
.sub-footer__heart {
  color: #c8365a;
  font-family: "Permanent Marker", cursive;
  font-size: 1.15em;
  line-height: 1;
}
.sub-footer__social-text {
  margin: 0 0 1.1rem;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  font-weight: 400;
  line-height: 1.45;
  color: #444;
}
.sub-footer__social-btn {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1.25rem;
  border: 0;
  border-radius: 6px;
  background-color: #3d573c;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.sub-footer__social-btn:hover {
  background-color: rgb(48.3020408163, 68.8897959184, 47.5102040816);
  color: #fff;
}
.sub-footer__social-btn:hover .sub-footer__social-btn-icon {
  transform: translate(2px, -2px);
}
.sub-footer__social-btn-icon {
  display: inline-flex;
  transition: transform 0.2s ease;
}
.sub-footer__social-btn-icon svg {
  display: block;
}
.sub-footer__menu-col {
  position: relative;
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .sub-footer__menu-col {
    flex: 0 1 46%;
    max-width: 540px;
  }
}
.sub-footer__all-menus {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  min-height: 5.5rem;
  padding: 0.75rem;
  border-radius: 50%;
  background-color: #111;
  color: #fff;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease;
}
.sub-footer__all-menus:hover {
  color: #fff;
  transform: scale(1.04);
}
.sub-footer__menu-title {
  position: relative;
  width: fit-content;
  max-width: calc(100% - 6rem);
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  padding-right: 2.5rem;
  font-family: "Lilita One", "Fredoka", cursive;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
  color: #111;
  transform: rotate(-5deg);
  transform-origin: left center;
}
.sub-footer__menu-arrow {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  width: 1.75rem;
  height: auto;
}
.sub-footer__slider-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sub-footer__slider {
  display: flex;
  flex: 1;
  gap: 1.25rem;
  min-width: 0;
  padding: 0.25rem 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sub-footer__slider::-webkit-scrollbar {
  display: none;
}
.sub-footer__slider-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #3d573c;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sub-footer__slider-btn:hover {
  background-color: rgb(48.3020408163, 68.8897959184, 47.5102040816);
  transform: scale(1.05);
}
.sub-footer__product {
  flex: 0 0 clamp(115px, 12vw, 150px);
}
.sub-footer__product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: clamp(2rem, 5vw, 3.25rem) 0;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}
.site-footer__brand {
  display: flex;
  flex: 1 1 280px;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.15rem);
  min-width: 0;
}
.site-footer__logo {
  display: inline-flex;
  align-items: center;
  font-family: "Avalanche Healthy", "Anton", sans-serif;
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.site-footer__logo img {
  display: block;
  width: auto;
  height: clamp(2.35rem, 5.5vw, 3.75rem);
}
.site-footer__logo:hover {
  color: #fff;
  opacity: 0.9;
}
.site-footer__brand-extra {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.site-footer__mascot {
  display: block;
  width: clamp(54px, 8vw, 82px);
  height: auto;
  object-fit: contain;
}
.site-footer__delicious {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
  color: #c8365a;
  white-space: nowrap;
  transform: rotate(-12deg);
}
.site-footer__panel {
  flex: 0 1 auto;
  padding-left: clamp(1.25rem, 3vw, 2.75rem);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.site-footer__heading {
  margin: 0 0 0.6rem;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__link-columns {
  display: flex;
  gap: clamp(1.75rem, 4vw, 3.25rem);
}
.site-footer__links-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__links-list a {
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer__links-list a:hover {
  color: #fff;
  opacity: 0.7;
}
.site-footer__social-list {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  color: #fff;
  transition: opacity 0.2s ease;
}
.site-footer__social-link:hover {
  color: #fff;
  opacity: 0.7;
}
.site-footer__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer__copy {
  flex: 1 1 auto;
  margin-left: auto;
  font-family: "Nunito", system-ui, -apple-system, sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: right;
  color: rgba(255, 255, 255, 0.92);
}
.site-footer__copy p {
  margin: 0;
}

body.video-modal-open {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .hero__row {
    row-gap: clamp(2rem, 6vw, 3rem);
  }
  .hero__media {
    max-width: 460px;
    margin-inline: auto;
  }
  .hero .hero__media::before {
    top: -12%;
    left: -5%;
    width: 130%;
    height: 124%;
  }
  .hero__deco--burst-top {
    top: 5%;
    left: 12%;
    transform: rotate(-22deg);
  }
  .hero__deco--burst-media {
    top: 4%;
    right: 14%;
    transform: rotate(74deg) scaleX(-1);
  }
  .hero__deco--motion {
    top: 24%;
    left: 7%;
  }
  .about-us__menu {
    margin-bottom: 0;
  }
  .about-us__preview {
    border-radius: 4px;
  }
  .why__body {
    padding-bottom: clamp(0.5rem, 2vw, 1.5rem);
  }
  .why__title {
    margin-bottom: clamp(0.75rem, 3vw, 1.75rem);
  }
  .why__bag-wrap {
    width: min(400px, 78vw);
    margin-top: clamp(1.25rem, 4vw, 2rem);
  }
  .why__grid {
    --bs-gutter-y: clamp(1.75rem, 4vw, 2.75rem);
  }
  .why__card h3 {
    min-height: 2.3em;
    font-size: clamp(0.72rem, 1.7vw, 0.85rem);
  }
  .smart {
    overflow: visible;
    padding-bottom: clamp(3.5rem, 12vw, 6rem);
  }
  .smart .col-lg-4 {
    position: relative;
    z-index: 2;
    max-width: min(26rem, 58%);
  }
  .smart__man {
    bottom: 0;
    right: 0;
    height: clamp(260px, 42vw, 380px);
  }
  .smart__town {
    bottom: 0;
    right: 1%;
    left: auto;
    width: min(94vw, 815px);
    transform: rotate(-1deg);
    opacity: 0.3;
  }
  .site-footer__inner {
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .site-footer__copy {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .vibes__layout {
    gap: clamp(1.75rem, 4vw, 2.5rem);
  }
  .vibes__text {
    max-width: min(22rem, 100%);
  }
  .vibes__cards {
    row-gap: clamp(2rem, 7vw, 3rem);
    column-gap: clamp(0.75rem, 2vw, 1.25rem);
    padding-top: clamp(1rem, 3vw, 1.75rem);
  }
  .vibes__mascot {
    top: -34%;
    right: 28%;
    width: clamp(48px, 40%, 90px);
  }
  .vibes__card-top {
    min-height: clamp(7rem, 20vw, 8.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vibes__cards {
    gap: clamp(1rem, 2vw, 1.35rem);
  }
  .vibes__card-title {
    font-size: clamp(0.78rem, 1.6vw, 0.9rem);
  }
  .why__take-me {
    position: absolute;
    top: -16%;
    right: 16%;
    width: clamp(96px, 11vw, 130px);
    margin: 0;
  }
  .why__bag-wrap {
    width: min(420px, 68vw);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .why__bag-wrap {
    width: clamp(260px, 34vw, 440px);
    right: 2%;
    transform: translate(6%, -50%) rotate(9deg);
  }
  .why__container {
    padding-right: clamp(7rem, 20vw, 15rem);
  }
  .why__take-me {
    top: -20%;
    right: 20%;
    width: clamp(96px, 10vw, 140px);
  }
  .why__card h3 {
    font-size: clamp(0.68rem, 1.1vw, 0.8rem);
  }
  .vibes__mascot {
    top: -34%;
    right: 28%;
    width: clamp(50px, 40%, 84px);
  }
}
@media (min-width: 1200px) {
  .vibes__mascot {
    top: -34%;
    right: 28%;
    width: clamp(58px, 44%, 100px);
  }
}
@media (max-width: 767.98px) {
  .sub-footer {
    padding-bottom: 0;
  }
  .sub-footer__inner {
    flex-direction: column;
    gap: clamp(3rem, 10vw, 4.5rem);
  }
  .sub-footer__menu-col {
    display: flex;
    flex-direction: column;
    order: 1;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }
  .sub-footer__menu-title {
    order: 1;
    align-self: flex-start;
    max-width: 100%;
    margin-bottom: clamp(1.5rem, 5vw, 2rem);
    padding-right: 0;
    transform-origin: left bottom;
  }
  .sub-footer__slider-wrap {
    order: 2;
    width: 100%;
  }
  .sub-footer__all-menus {
    position: static;
    order: 3;
    align-self: center;
    margin: clamp(1.25rem, 5vw, 1.75rem) auto 0;
  }
  .sub-footer__social {
    order: 2;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(2rem, 7vw, 3rem);
    width: 100%;
  }
  .sub-footer__social-content {
    order: 1;
    align-items: center;
    max-width: 100%;
  }
  .sub-footer__social-title, .sub-footer__social-btn {
    align-self: center;
  }
  .sub-footer__social-handle {
    justify-content: center;
  }
  .sub-footer__social-title {
    margin-bottom: 0.85rem;
  }
  .sub-footer__social-text {
    margin-bottom: 1.35rem;
  }
  .sub-footer__phone {
    order: 2;
    margin-top: clamp(0.5rem, 2vw, 1rem);
  }
  .site-footer {
    padding: clamp(2.75rem, 9vw, 3.5rem) 0 clamp(2.25rem, 7vw, 3rem);
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(2rem, 6vw, 2.75rem);
  }
  .site-footer__brand {
    flex: 0 0 auto;
    justify-content: center;
    width: 100%;
  }
  .site-footer__panel {
    flex: 0 0 auto;
    width: 100%;
    max-width: 20rem;
    padding-left: 0;
    border-left: 0;
  }
  .site-footer__heading {
    margin-bottom: 0.9rem;
  }
  .site-footer__link-columns {
    justify-content: center;
    gap: clamp(2.75rem, 14vw, 4.5rem);
    width: 100%;
  }
  .site-footer__links-list {
    align-items: center;
    gap: 0.4rem;
  }
  .site-footer__links-list a {
    display: inline-block;
    padding: 0.15rem 0;
    font-size: 0.84rem;
  }
  .site-footer__panel--social {
    max-width: 100%;
    padding-top: 0.25rem;
  }
  .site-footer__social-list {
    justify-content: center;
    gap: 1.1rem;
  }
  .site-footer__social-link {
    width: 2rem;
    height: 2rem;
  }
  .site-footer__copy {
    width: 100%;
    margin-top: clamp(0.5rem, 2vw, 1rem);
    margin-left: 0;
    padding-top: clamp(1.5rem, 5vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    text-align: center;
  }
  .why > .container .title {
    text-align: center;
  }
  .why__title {
    text-align: center;
    transform-origin: center center;
  }
  .why__bag-wrap, .why__take-me {
    display: none;
  }
  .why__container {
    text-align: center;
  }
  .why__grid {
    justify-content: center;
  }
  .why__grid > [class*=col-] {
    justify-content: center;
  }
  .why__card {
    align-items: center;
    text-align: center;
  }
  .why__icon-wrap {
    justify-content: center;
  }
  .why__card h3, .why__card p {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .sub-footer__all-menus {
    min-width: 5.25rem;
    min-height: 5.25rem;
  }
  .smart {
    padding-bottom: clamp(4.5rem, 24vw, 7.5rem);
  }
  .smart .col-lg-4 {
    max-width: 100%;
  }
  .smart__title {
    font-size: clamp(2.15rem, 10vw, 2.85rem);
  }
  .smart__text {
    max-width: 100%;
  }
  .smart__man {
    bottom: 0;
    right: -3%;
    height: clamp(200px, 55vw, 280px);
  }
  .smart__town {
    bottom: 0;
    right: 1%;
    left: auto;
    width: min(112vw, 730px);
    max-width: none;
    transform: rotate(-1deg);
    opacity: 0.28;
  }
  .site-footer__brand {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vibes__intro {
    text-align: center;
    align-items: center;
  }
  .vibes__title-line--orange, .vibes__title-line--white {
    transform-origin: center center;
  }
  .vibes__highlight::before {
    transform-origin: center center;
  }
  .vibes__cards {
    grid-template-columns: minmax(0, 1fr);
    max-width: min(300px, 90vw);
    margin-inline: auto;
    padding-top: clamp(1.25rem, 5vw, 1.75rem);
    gap: clamp(2.75rem, 12vw, 3.75rem);
  }
  .vibes__card-top {
    min-height: clamp(8.5rem, 32vw, 10rem);
    padding: clamp(1.25rem, 5vw, 1.75rem) 0.75rem 0.65rem;
  }
  .vibes__card-img {
    max-width: min(150px, 68%);
  }
  .vibes__mascot {
    top: -11%;
    right: 36%;
    left: auto;
    width: clamp(42px, 32%, 72px);
    transform: none;
  }
  .vibes__card.is-visible .vibes__mascot {
    animation: vibes-mascot-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both, vibes-mascot-bounce 2.6s ease-in-out 1.15s infinite;
  }
  .vibes__card-title {
    font-size: clamp(0.82rem, 4vw, 0.95rem);
  }
  .vibes__card-bottom {
    min-height: 4.5rem;
    padding-inline: 0.75rem;
  }
  .vibes__view-all {
    margin-top: 0.25rem;
  }
  .why__body {
    margin-top: clamp(1rem, 4vw, 1.5rem);
  }
  .why__title {
    font-size: clamp(2rem, 9vw, 2.75rem);
    margin-bottom: clamp(0.5rem, 3vw, 1rem);
  }
  .why__icon-wrap {
    width: clamp(52px, 16vw, 68px);
    height: clamp(52px, 16vw, 68px);
  }
  .why__card h3 {
    min-height: auto;
    margin-top: 0.65rem;
    font-size: clamp(0.64rem, 3.1vw, 0.76rem);
  }
  .why__card p {
    font-size: clamp(0.72rem, 2.8vw, 0.84rem);
  }
  .why__bag-wrap {
    width: min(300px, 88vw);
    margin-top: 1.5rem;
  }
  .why__take-me {
    width: clamp(76px, 24vw, 104px);
  }
}
@media (max-width: 480px) {
  .hero__deco--burst-top {
    top: 4%;
    left: 10%;
    width: clamp(30px, 8vw, 42px);
    transform: rotate(-22deg);
  }
  .hero__deco--burst-media {
    top: 3%;
    right: 12%;
    width: clamp(28px, 7vw, 38px);
    transform: rotate(64deg) scaleX(-1);
  }
  .hero__deco--motion {
    top: 22%;
    left: 5%;
    width: clamp(26px, 6.5vw, 36px);
    transform: rotate(-132deg);
  }
  .why__title {
    padding-right: 0;
    transform-origin: center center;
    font-size: clamp(1.85rem, 10vw, 2.5rem);
  }
  .why__highlight::after {
    bottom: -1.2em;
  }
  .why__grid > [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why__icon-wrap {
    width: clamp(48px, 14vw, 60px);
    height: clamp(48px, 14vw, 60px);
  }
  .why__card h3 {
    font-size: clamp(0.72rem, 4vw, 0.82rem);
  }
  .why__bag-wrap {
    width: min(280px, 92vw);
  }
  .why__take-me {
    width: clamp(72px, 22vw, 96px);
  }
  .sub-footer__menu-title {
    font-size: clamp(1.55rem, 8vw, 1.85rem);
  }
  .sub-footer__all-menus {
    min-width: 5rem;
    min-height: 5rem;
    font-size: 0.68rem;
  }
  .smart__man {
    right: -5%;
    height: clamp(170px, 50vw, 230px);
  }
  .smart__town {
    bottom: 0;
    right: 1%;
    left: auto;
    width: min(116vw, 600px);
    transform: rotate(-1deg);
    opacity: 0.25;
  }
  .vibes__title {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }
  .vibes__cards {
    max-width: min(280px, 92vw);
    gap: clamp(3rem, 14vw, 4rem);
  }
  .vibes__card-top {
    min-height: clamp(8rem, 38vw, 9.5rem);
    padding-top: clamp(1.25rem, 5vw, 1.75rem);
  }
  .vibes__mascot {
    top: -17%;
    right: 36%;
    left: auto;
    width: clamp(42px, 32%, 72px);
    transform: none;
  }
  .vibes__card.is-visible .vibes__mascot {
    animation: vibes-mascot-enter 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both, vibes-mascot-bounce 2.6s ease-in-out 1.15s infinite;
  }
  .vibes__card-title {
    font-size: clamp(0.78rem, 4.5vw, 0.9rem);
  }
}
.page-mascot {
  position: fixed;
  left: 0;
  bottom: -20%;
  z-index: 50;
  width: clamp(50px, 12vw, 120px);
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  transform: translateX(-150%) rotate(45deg);
  will-change: transform;
}
@media (max-width: 575.98px) {
  .page-mascot {
    width: clamp(44px, 14vw, 72px);
    bottom: -12%;
  }
}

/*# sourceMappingURL=style.css.map */
