.elementor-11178 .elementor-element.elementor-element-2e9c430{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4f07202 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #f3f1ef;
  color: #1a1a1a;
}

.kitchen-editorial {
  padding: 60px 20px;
}

.kitchen-editorial__card {
  max-width: 1100px;
  margin: 0 auto;
  background: #f7f4f1;
  border-radius: 34px;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  overflow: hidden;
}

.kitchen-editorial__text h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  font-weight: 600;
  margin-bottom: 18px;
  color: #2a211d;
}

.kitchen-editorial__text p {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.7;
  color: #6d625c;
  margin-bottom: 22px;
}

.kitchen-editorial__mini-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.kitchen-editorial__mini-nav span {
  font-size: 11px;
  color: #8b817b;
  position: relative;
}

.kitchen-editorial__mini-nav span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #c7beb8;
  transform: translateY(-50%);
}

.kitchen-editorial__visual {
  position: relative;
  min-height: 420px;
}

.tile {
  position: absolute;
  overflow: hidden;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* top small */
.tile--top {
  top: 0;
  right: 20px;
  width: 320px;
  height: 120px;
  z-index: 1;
}

/* left vertical */
.tile--left {
  top: 78px;
  left: 0;
  width: 120px;
  height: 190px;
  z-index: 2;
}

/* main image */
.tile--main {
  top: 78px;
  right: 0;
  width: 420px;
  height: 260px;
  z-index: 3;
}

.tile__label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: #f4eee9;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.1;
  text-align: right;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
  .kitchen-editorial__card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .kitchen-editorial__text p {
    max-width: 100%;
  }

  .kitchen-editorial__visual {
    min-height: 380px;
  }

  .tile--top {
    width: 260px;
    height: 100px;
    right: 10px;
  }

  .tile--left {
    width: 100px;
    height: 160px;
  }

  .tile--main {
    width: calc(100% - 70px);
    height: 230px;
  }

  .tile__label {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .kitchen-editorial {
    padding: 30px 14px;
  }

  .kitchen-editorial__card {
    border-radius: 24px;
    padding: 22px;
  }

  .kitchen-editorial__visual {
    min-height: 300px;
  }

  .tile--top {
    width: 180px;
    height: 80px;
    right: 0;
  }

  .tile--left {
    top: 60px;
    width: 78px;
    height: 120px;
  }

  .tile--main {
    top: 60px;
    width: calc(100% - 36px);
    height: 190px;
  }

  .tile__label {
    right: 14px;
    bottom: 14px;
    font-size: 18px;
  }

  .kitchen-editorial__mini-nav {
    gap: 14px;
  }
}/* End custom CSS */