* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Poppins, sans-serif;
  color: #4d4643;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

.page-shell {
  width: 100%;
  background: #fff;
}

.navlink {
  position: relative;
  transition: color .2s;
}

.navlink:hover {
  color: #f18d1b !important;
}

.util-link {
  transition: opacity .2s, color .2s;
}

.util-link:hover {
  opacity: 1 !important;
  color: #fff;
}

.langpill {
  transition: background .2s, color .2s, border-color .2s;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
  transition: transform .42s cubic-bezier(.2, .7, .3, 1), opacity .35s ease;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

.incubation-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 86px 32px 96px;
}

.incubation-wrap > section {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.incubation-heading,
.incubation-contact-inner {
  text-align: center;
}

.incubation-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  line-height: 1.3;
  color: #1f2a22;
}

.section-line {
  display: inline-block;
  margin-top: 16px;
  width: 50px;
  height: 3px;
  background: #f18d1b;
}

.cms-content {
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
  color: #5c544f;
}

.cms-content p {
  margin: 0;
}

.kaluna-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 58px;
}

.kaluna-slider-stage {
  position: relative;
  height: 540px;
  overflow: hidden;
}

.kaluna-card {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-top: -250px;
  margin-left: -200px;
  overflow: hidden;
  width: 400px;
  height: 500px;
  border-radius: 10px;
  opacity: 0;
  transform: scale(.72);
  box-shadow: 0 16px 34px rgba(60, 60, 60, .16);
  transition: transform .45s cubic-bezier(.2, .7, .3, 1), opacity .35s ease, filter .35s ease;
  pointer-events: none;
}

.kaluna-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}

.kaluna-card.is-active {
  z-index: 4;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.kaluna-card.is-prev-1,
.kaluna-card.is-next-1 {
  z-index: 3;
  opacity: .68;
  filter: saturate(.92) brightness(1.02);
}

.kaluna-card.is-prev-1 {
  transform: translateX(-210px) scale(.86);
}

.kaluna-card.is-next-1 {
  transform: translateX(210px) scale(.86);
}

.kaluna-card.is-prev-2,
.kaluna-card.is-next-2 {
  z-index: 2;
  opacity: .34;
  filter: saturate(.86) brightness(1.05);
}

.kaluna-card.is-prev-2 {
  transform: translateX(-355px) scale(.72);
}

.kaluna-card.is-next-2 {
  transform: translateX(355px) scale(.72);
}

.kaluna-card.is-prev-3,
.kaluna-card.is-next-3 {
  z-index: 1;
  opacity: .18;
  filter: saturate(.8) brightness(1.08);
}

.kaluna-card.is-prev-3 {
  transform: translateX(-465px) scale(.62);
}

.kaluna-card.is-next-3 {
  transform: translateX(465px) scale(.62);
}

.kaluna-card.is-hidden {
  opacity: 0;
  transform: scale(.65);
}

.kaluna-card:hover img {
  transform: scale(1.05);
}

.kaluna-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f18d1b;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(241, 141, 27, .28);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease;
}

.kaluna-slider-btn:hover {
  background: #d97913;
  transform: translateY(-50%) scale(1.06);
}

.kaluna-slider-btn.prev {
  left: 0;
}

.kaluna-slider-btn.next {
  right: 0;
}

.kaluna-order-section {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 56px;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  padding: 64px max(32px, calc((100vw - 1320px) / 2 + 32px));
  background: #f6f2ec;
  border: 0;
  border-radius: 0;
}

.kaluna-order-media {
  position: relative;
}

.kaluna-order-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 0 34px 0;
  box-shadow: 0 18px 36px rgba(60, 60, 60, .12);
}

.kaluna-order-note {
  position: absolute;
  right: -22px;
  bottom: -18px;
  max-width: 250px;
  padding: 18px 20px;
  background: #fff;
  color: #4d4643;
  border: 1px solid #eee2d8;
  border-radius: 0 0 24px 0;
  box-shadow: 0 14px 30px rgba(60, 60, 60, .12);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.kaluna-order-copy {
  min-width: 0;
}

.kaluna-order-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #f18d1b;
}

.kaluna-order-copy h2 {
  margin: 12px 0 0;
  font-size: 33px;
  line-height: 1.25;
  color: #1f2a22;
}

.kaluna-order-copy p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: #6b625d;
}

.kaluna-platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin-top: 26px;
}

.kaluna-platform-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: #5c544f;
  font-size: 14px;
  font-weight: 700;
}

.kaluna-platform-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #f18d1b;
  font-size: 12px;
  font-weight: 800;
}

.kaluna-platform-item:nth-child(1) span {
  background: #e9f8ef;
  color: #159947;
}

.kaluna-platform-item:nth-child(2) span {
  background: #eaf6ff;
  color: #0877ba;
}

.kaluna-platform-item:nth-child(3) span {
  background: #fff0e8;
  color: #ee4d2d;
}

.kaluna-platform-item:nth-child(4) span {
  background: #f3eafd;
  color: #9b3fd6;
}

.kaluna-platform-item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kaluna-order-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.kaluna-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #f18d1b;
  color: #fff;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(241, 141, 27, .28);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.kaluna-order-btn:hover {
  background: #d97913;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(241, 141, 27, .34);
}

.kaluna-instagram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #f18d1b;
  border: 1px solid #f2d7bd;
  box-shadow: 0 8px 20px rgba(88, 69, 50, .1);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kaluna-instagram-btn:hover {
  color: #c95c0c;
  border-color: #f18d1b;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(241, 141, 27, .2);
}

.kaluna-instagram-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-cta-wrap {
  margin-top: 0;
  text-align: center;
}

.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 28px;
  background: #f18d1b;
  color: #fff;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(241, 141, 27, .28);
}

.incubation-contact {
  padding: 62px 0;
  background: #eeeae7;
}

.incubation-contact-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.incubation-contact-title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1f2a22;
}

.incubation-contact-links {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 48px;
  color: #5c544f;
  font-size: 18px;
  font-weight: 600;
}

.incubation-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

@media (max-width: 768px) {
  .hero-header,
  .header-inner {
    padding: 13px 18px !important;
  }

  .hero-header > a img,
  .header-inner > a img {
    height: 36px !important;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    display: none !important;
    position: fixed;
    top: 62px;
    right: 16px;
    z-index: 1000;
    width: min(270px, calc(100vw - 32px));
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    padding: 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 2px !important;
    background: #fff;
    color: #4d4643;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a {
    padding: 9px 10px;
    color: #4d4643 !important;
    text-shadow: none !important;
  }

  .utility-bar > div {
    padding: 7px 18px !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .utility-bar a:nth-of-type(3),
  .utility-bar > div > span:first-of-type {
    display: none;
  }

  .incubation-wrap {
    padding: 56px 18px 68px !important;
  }

  .incubation-wrap > section {
    gap: 46px;
  }

  .incubation-title {
    font-size: 30px !important;
  }

  .kaluna-slider {
    max-width: 430px;
    padding: 0 42px;
  }

  .kaluna-slider-stage {
    height: 400px;
  }

  .kaluna-card {
    width: 260px;
    height: 325px;
    margin-top: -162.5px;
    margin-left: -130px;
  }

  .kaluna-card.is-prev-1 {
    transform: translateX(-145px) scale(.82);
  }

  .kaluna-card.is-next-1 {
    transform: translateX(145px) scale(.82);
  }

  .kaluna-card.is-prev-2 {
    transform: translateX(-235px) scale(.68);
  }

  .kaluna-card.is-next-2 {
    transform: translateX(235px) scale(.68);
  }

  .kaluna-card.is-prev-3 {
    transform: translateX(-305px) scale(.58);
  }

  .kaluna-card.is-next-3 {
    transform: translateX(305px) scale(.58);
  }

  .kaluna-slider-btn {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .kaluna-order-section {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 0;
    padding: 42px 18px 46px;
  }

  .kaluna-order-media {
    max-width: 420px;
    margin: 0 auto;
  }

  .kaluna-order-note {
    right: 14px;
    bottom: -22px;
    max-width: min(260px, calc(100% - 28px));
  }

  .kaluna-order-copy {
    text-align: center;
  }

  .kaluna-order-actions {
    justify-content: center;
  }

  .kaluna-order-copy h2 {
    font-size: 27px;
  }

  .kaluna-platform-list {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    gap: 14px;
  }

  .kaluna-platform-item {
    justify-content: flex-start;
    text-align: left;
  }

  .page-title {
    font-size: 36px !important;
  }

  .hero-banner {
    height: 315px !important;
  }
}
