.highlight-section {
    background: #f3f0eb;
    color: #968772;
}
.highlight-section .swiper-slide .info .btn-more{
    border-color: #968772;
}

:lang(en) .team-section {
  font-weight: 300;
}

.team-section {
  padding: 50px 0 150px;
  color: #968772;
  background-color: #f3f0eb;
}

.team-section .section-title {
  margin-bottom: 94px;
  font-size: 40px;
  text-align: center;
}

.team-section .swiper-slide {
  overflow: hidden;
}

.team-section .swiper-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 43.04%;
  grid-template-areas:
    'locate locate'
    'info cover';
  gap: 45px 11.44%;
  max-width: 1250px;
  padding: 0 50px;
  margin: 0 auto;
}

.team-section .swiper-inner::before {
  content: '';
  position: absolute;
  top: 143px;
  right: calc(100% - 565px);
  width: 9999px;
  height: 90px;
  background-color: #cccccc7a;
}

.team-section .swiper-slide .locate {
  grid-area: locate;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.team-section .swiper-slide .locate::before {
  content: '';
  width: 5px;
  height: 5px;
  margin: 0 10px 0 14px;
  background-color: currentColor;
}

.team-section .swiper-slide .locate::after {
  content: '';
  order: -1;
  width: 56px;
  height: 1px;
  background-color: currentColor;
}

.team-section .swiper-slide .info {
  position: relative;
  grid-area: info;
}

.team-section .swiper-slide .info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 115px;
  background-color: currentColor;
}

.team-section .swiper-slide .info .position,
.team-section .swiper-slide .info .name {
  padding-left: 60px;
  line-height: 1;
  white-space: nowrap;
}

.team-section .swiper-slide .info .position {
  padding-top: 4px;
  margin-bottom: 32px;
  font-size: 32px;
}

.team-section .swiper-slide .info .name {
  margin-bottom: 136px;
  font-size: 44px;
}

.team-section .swiper-slide .info .intro {
  font-size: 18px;
  line-height: 48px;
}

.team-section .swiper-slide .info .intro .btn-more {
  display: none;
}

.team-section .swiper-slide .cover {
  grid-area: cover;
  padding-top: 90px;
}

.team-section .swiper-pagination {
  display: none;
}

.team-section .swiper-button-next::after,
.team-section .swiper-button-prev::after {
  content: none;
}

.team-section .swiper-button-next,
.team-section .swiper-button-prev {
  top: 50%;
  width: 18px;
  height: 29px;
  margin-top: -15px;
  background-image: url(../images/jr/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.team-section .swiper-button-next.swiper-button-disabled,
.team-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.team-section .swiper-button-next {
  right: max(calc(50% - 625px - 73px), 16px);
  background-position: right center;
}

.team-section .swiper-button-prev {
  left: max(calc(50% - 625px - 73px), 16px);
  background-position: left center;
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .team-section:where(.odd) .swiper-inner {
    grid-template-columns: 43.04% minmax(0, 1fr);
    grid-template-areas:
      'locate locate'
      'cover info';
  }
  .team-section:where(.odd) .swiper-inner::before {
    left: calc((100% - 100px) * 0.5448 + 28px);
    right: auto;
  }
  .team-section:where(.odd) .swiper-slide .locate {
    justify-content: flex-start;
  }
}

@media not all and (min-width: 1280px) {
  .team-section .swiper-inner {
    gap: 45px 50px;
  }

  .team-section .swiper-inner::before {
    right: calc(100% - 535px);
  }

  .team-section:where(.odd) .swiper-inner::before {
    left: calc((100% - 100px) * 0.4304 + 84px);
  }

  .team-section .swiper-slide .info .position,
  .team-section .swiper-slide .info .name {
    padding-left: 30px;
  }
}

@media not all and (min-width: 1024px) {
  .team-section {
    padding: 20px 0 50px;
  }

  .team-section .section-title {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .team-section .swiper-inner {
    display: block;
    padding: 0 16px;
  }

  .team-section .swiper-inner::before {
    top: 113px;
    left: 0;
    right: 90px;
    width: auto;
    height: 42px;
  }

  .banner .slide-text {
    max-width: 1314px;
  }

  @media not all and (min-width: 1024px) {
    .banner {
      height: 255px;
    }
  }
  /* .team-section:where(.odd) .swiper-inner::before {
    left: 85px;
    right: 0;
  } */

  .team-section .swiper-slide .locate {
    margin-bottom: 55px;
    font-size: 9px;
  }

  .team-section .swiper-slide .locate::before {
    width: 4px;
    height: 4px;
    margin: 0 8px 0 5px;
  }

  .team-section .swiper-slide .locate::after {
    width: 40px;
  }

  .team-section .swiper-slide .cover {
    padding-top: 0;
  }

  .team-section .swiper-slide .info {
    margin-bottom: 30px;
  }

  .team-section .swiper-slide .info::before {
    left: 7px;
    height: 63px;
  }

  /* .team-section:where(.odd) .swiper-slide .info::before {
    left: 87px;
  } */

  .team-section .swiper-slide .info .position,
  .team-section .swiper-slide .info .name {
    padding-left: 40px;
  }

  /* .team-section:where(.odd) .swiper-slide .info .position,
  .team-section:where(.odd) .swiper-slide .info .name {
    padding-left: 120px;
  } */

  .team-section .swiper-slide .info .position {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .team-section .swiper-slide .info .name {
    margin-bottom: 70px;
    font-size: 22px;
  }

  .team-section .swiper-slide .info .intro {
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
  }

  .team-section .swiper {
    padding-bottom: 20px;
  }

  /* .team-section .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
  }

  .team-section .swiper-pagination-bullet {
    background-color: #fff;
  } */

  /* .team-section .swiper-button-next,
  .team-section .swiper-button-prev {
    display: none;
  } */
}

@media not all and (min-width: 768px) {
  .team-section .swiper-slide .info .intro .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .team-section .swiper-slide .info .intro .btn-more {
    all: unset;
    display: block;
    padding-right: 18px;
    margin-top: 32px;
    margin-left: auto;
    font-size: 15px;
    background-image: url(../images/jr/double-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px auto;
    cursor: pointer;
  }

  .team-section .swiper-slide .info .intro.active .text {
    display: block;
  }

  .team-section .swiper-slide .info .intro.active .btn-more {
    display: none;
  }
}

.shop-section {
  padding: 110px 0 90px;
  background-color: #fff;
}

.shop-section .inner {
  display: flex;
}

.shop-section .inner .intro {
  width: 58.8%;
}

.shop-section .intro .name {
  margin-bottom: 66px;
  color: #432828;
  font-size: 46px;
  font-weight: 700;
}

.shop-section .intro .content {
  width: 82%;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
}

.shop-section .intro .content p + p {
  margin-top: 9px;
}

.shop-section .intro .content .strong {
  color: #432828;
  font-weight: 400;
}

.shop-section .info {
  position: relative;
  align-self: flex-end;
  flex: 1;
  width: 0;
  padding-left: 10.72%;
}

.shop-section .info::before {
  content: '';
  position: absolute;
  top: 100px;
  bottom: 6px;
  left: 0;
  width: 1px;
  background-color: #acacac;
}

.shop-section .info .logo {
  display: block;
  width: 32px;
  margin: 0 auto 26px;
}

.shop-section .info-item + .info-item {
  margin-top: 32px;
}

.shop-section .info-item {
  text-align: center;
}

.shop-section .info-item .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.shop-section .info-item .date {
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
}

.shop-section .info-item .date br {
  display: none;
}

@media not all and (min-width: 1024px) {
  .shop-section {
    padding: 53px 0 43px;
  }

  .shop-section .inner {
    display: block;
  }

  .shop-section .inner .intro {
    width: auto;
    margin-bottom: 18px;
  }

  .shop-section .intro .name {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 32px;
  }

  .shop-section .intro .content {
    width: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .shop-section .intro .content p + p {
    margin-top: 14px;
  }

  .shop-section .info {
    width: auto;
    padding: 0;
  }

  .shop-section .info .logo {
    width: 25px;
    margin-bottom: 20px;
  }

  .shop-section .info-item + .info-item {
    margin-top: 28px;
  }

  .shop-section .info-item .title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .shop-section .info-item .date {
    font-size: 16px;
    line-height: 30px;
  }

  .shop-section .info-item .date br {
    display: block;
  }

  .shop-section .info::before {
    content: none;
  }
}

.buffet-catering {
  padding: 180px 0;
  background-color: #fff;
  overflow: hidden;
}

.buffet-catering .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.buffet-catering .intro {
  width: 400px;
}

.buffet-catering .intro .title {
  margin-bottom: 43px;
  color: #432828;
  font-size: 38px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.buffet-catering .intro .content {
  font-size: 18px;
  line-height: 38px;
  min-height: 300px;
}

:lang(en) .buffet-catering .intro .content {
  font-weight: 300;
}

.buffet-catering .gallery {
  position: absolute;
  top: -12px;
  left: calc(400px + 100px);
  width: calc((100vw - 1250px) / 2 + (1250px - 400px - 100px));
  padding-bottom: 90px;
  overflow: hidden;
}

.buffet-catering .swiper {
  height: 454px;
  overflow: visible;
}

.buffet-catering .swiper-slide {
  width: fit-content;
}

.buffet-catering .swiper-slide img {
  width: auto;
  height: 100%;
}

.buffet-catering .swiper-pagination {
  top: auto;
  bottom: -90px;
  width: calc(1250px - 410px - 92px);
  height: 1px;
}

.buffet-catering .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: auto;
  bottom: 0;
  height: 4px;
  background-color: #f09133;
}

@media not all and (min-width: 1280px) {
  .buffet-catering .swiper-pagination {
    width: 60%;
  }
}

@media not all and (min-width: 1024px) {
  .buffet-catering {
    padding: 74px 0 0;
  }

  .buffet-catering .inner {
    display: block;
  }

  .buffet-catering .intro {
    width: auto;
    margin-bottom: 35px;
  }

  .buffet-catering .intro .title {
    margin-bottom: 33px;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
  }

  .buffet-catering .intro .content {
    font-size: 16px;
    line-height: 28px;
  }

  .buffet-catering .gallery {
    position: static;
    width: auto;
    padding-bottom: 46px;
    margin-right: -16px;
  }

  .buffet-catering .swiper {
    height: 152px;
  }

  .buffet-catering .swiper-pagination {
    width: calc(100% - 16px);
    bottom: -46px;
  }
}

.story-section {
  padding: 130px 0 95px;
  /* background-image: url(../images//grand/bg-story.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

.story-section .title {
  color: #432828;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.story-section .divider {
  position: relative;
  display: flex;
  align-items: center;
  height: 4px;
  padding-right: 35px;
  margin: 30px 0 60px;
  color: #644c4c;
}

.story-section .divider::before {
  content: '';
  flex: 1;
  height: 1px;
  background-color: currentColor;
}

.story-section .divider::after {
  content: '';
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  box-shadow:
    -11px 0 0 0 currentColor,
    -22px 0 0 0 currentColor;
}

.story-section .content {
  font-size: 18px;
  line-height: 38px;
}

.story-section .content p + p {
  margin-top: 20px;
}

.story-section .brand-list {
  margin-top: 60px;
}

.story-section .brand-list .name {
  margin-bottom: 40px;
  color: #432828;
  font-size: 20px;
}

.story-section .brand-list .brands {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

.story-section .brand-list .brands .buffet {
  width: 134px;
}
.story-section .brand-list .brands .boutique {
  width: 260px;
  margin: 0 -6px;
}
.story-section .brand-list .brands .bakery {
  width: 167px;
}
.story-section .brand-list .brands .gourmet {
  width: 206px;
}
.story-section .brand-list .brands .cheese {
  width: 225px;
}
.story-section .brand-list .brands .coffee {
  width: 150px;
}

@media not all and (min-width: 1024px) {
  .story-section {
    padding: 46px 0 80px;
  }

  .story-section .title {
    font-size: 24px;
  }

  .story-section .divider {
    margin: 15px 0 40px;
    padding-right: 0;
  }

  .story-section .divider::after {
    content: none;
  }

  .story-section .content {
    font-size: 16px;
    line-height: 28px;
  }

  .story-section .content p + p {
    margin-top: 7px;
  }

  .story-section .brand-list .name {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .story-section .brand-list .brands {
    gap: 20px;
  }

  .story-section .brand-list .brands .buffet {
    width: 82px;
  }
  .story-section .brand-list .brands .boutique {
    width: 160px;
    margin: 0 -42px;
  }
  .story-section .brand-list .brands .bakery {
    width: 84px;
  }
  .story-section .brand-list .brands .gourmet {
    width: 104px;
  }
  .story-section .brand-list .brands .cheese {
    width: 114px;
  }
  .story-section .brand-list .brands .coffee {
    width: 104px;
  }
}


.store-info {
  padding: 152px 0 223px;
  /* background-image: url(../images/grand/bg-store-info.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  overflow: hidden;
}
.store-info > .container, .shop-section > .container, .buffet-catering > .container, .story-section > .container{
    max-width: 1250px;
}

.store-info .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 92px;
}

.store-info .intro {
  width: 410px;
}

.store-info .intro .title {
  margin-bottom: 64px;
  color: #432828;
  font-size: 38px;
  text-transform: uppercase;
}

.store-info .intro .content {
  font-size: 18px;
  line-height: 40px;
}

:lang(en) .store-info .intro .content, :lang(en) .story-section .container .content {
  font-weight: 300;
}

.store-info .gallery {
  position: absolute;
  top: -24px;
  left: calc(410px + 92px);
  width: calc((100vw - 1250px) / 2 + (1250px - 410px - 92px));
  padding-bottom: 90px;
  overflow: hidden;
}

.store-info .swiper {
  height: 454px;
  overflow: visible;
}

.store-info .swiper-slide {
  width: fit-content;
}

.store-info .swiper-slide img {
  width: auto;
  height: 100%;
}

.store-info .swiper-pagination {
  top: auto;
  bottom: -90px;
  width: calc(1250px - 410px - 92px);
  height: 1px;
}

.store-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: auto;
  bottom: 0;
  height: 4px;
  background-color: #968772;
}

@media not all and (min-width: 1280px) {
  .store-info .swiper-pagination {
    width: 60%;
  }
}

@media not all and (min-width: 1024px) {
  .store-info {
    padding: 65px 0;
  }

  .store-info .inner {
    display: block;
  }

  .store-info .intro {
    width: auto;
    margin-bottom: 35px;
  }

  .store-info .intro .title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
  }

  .store-info .intro .content {
    font-size: 16px;
    line-height: 28px;
  }

  .store-info .gallery {
    position: static;
    width: auto;
    padding-bottom: 46px;
    margin-right: -16px;
  }

  .store-info .swiper {
    height: 152px;
  }

  .store-info .swiper-pagination {
    width: calc(100% - 16px);
    bottom: -46px;
  }
}

.contact-section {
  padding-top: 176px;
  padding-bottom: 134px;
  margin-top: -176px;
  /* background-image: url(../images/grand/bg-contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

:lang(en) .contact-section {
  font-weight: 300;
}

.contact-section .inner {
  display: flex;
  align-items: center;
}

.contact-section .cover {
  position: relative;
  z-index: 1;
  width: 40.64%;
}

.contact-section .enquiry-form {
  width: 0;
  flex: 1;
  margin-left: -12%;
  padding: 114px 5.12% 84px 20%;
  background-color: #fff;
}

.contact-section .enquiry-form .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #f09133;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-section .enquiry-form .tips {
  margin-bottom: 43px;
  font-size: 17px;
  line-height: 22px;
}

.contact-section .enquiry-form .field-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
}

.contact-section .enquiry-form .field {
  margin-bottom: 16px;
}

.contact-section .enquiry-form .field label {
  display: block;
  margin-bottom: 8px;
}

.contact-section .enquiry-form .field input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #707070;
}

.contact-section .enquiry-form .field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 66px;
  padding: 0.5em 10px;
  border: 1px solid #707070;
  resize: none;
}

.contact-section .enquiry-form .field .select3 {
  height: 38px;
  font-weight: 400;
}

.contact-section .enquiry-form .field .select3-title,
.contact-section .enquiry-form .field .select3-list {
  border: 1px solid #707070;
  background-color: #fff;
}

.contact-section .enquiry-form .actions {
  display: flex;
  justify-content: flex-end;
  column-gap: 24px;
  margin-top: 55px;
}

.contact-section .enquiry-form .actions .btn {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 176px;
  height: 44px;
  padding: 0 20px;
  color: #fff;
  background-color: #432828;
  font-size: 16px;
  cursor: pointer;
}

@media not all and (min-width: 1024px) {
  .contact-section {
    padding: 94px 0 60px;
    margin-top: -94px;
  }

  .contact-section .inner {
    flex-direction: column;
  }

  .contact-section .cover {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-section .enquiry-form {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }

  .contact-section .enquiry-form .title {
    padding-bottom: 22px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .contact-section .enquiry-form .tips {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  .contact-section .enquiry-form .field-group {
    column-gap: 12px;
  }

  .contact-section .enquiry-form .field {
    margin-bottom: 15px;
  }

  .contact-section .enquiry-form .field label {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .contact-section .enquiry-form .field input {
    height: 32px;
  }

  .contact-section .enquiry-form .field .select3 {
    height: 32px;
  }

  .contact-section .enquiry-form .field textarea {
    height: 36px;
  }

  .contact-section .enquiry-form .actions {
    margin-top: 40px;
  }

  .contact-section .enquiry-form .actions .btn {
    min-width: 158px;
    height: 40px;
  }
}
