/* Block 10: own kitchen. Loaded separately so approved blocks remain untouched. */
.gd37-kitchen {
  position: relative;
  overflow: hidden;
  color: var(--gd37-ink);
  background: var(--gd37-paper);
}

.gd37-kitchen__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 240px;
}

.gd37-kitchen__inner {
  position: relative;
  z-index: 2;
  padding-top: 66px;
}

.gd37-kitchen__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  align-items: start;
  gap: 70px;
}

.gd37-kitchen__kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 13px;
  color: var(--gd37-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gd37-kitchen__kicker span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gd37-orange-strong);
}

.gd37-kitchen__title {
  margin: 0;
  color: var(--gd37-ink);
  font-family: "Adigiana 2", cursive;
  font-size: clamp(48px, 4.2vw, 61px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: .004em;
}

.gd37-kitchen__title span {
  color: var(--gd37-orange-strong);
}

.gd37-kitchen__underline {
  display: block;
  width: 420px;
  max-width: 83%;
  height: 13px;
  margin-top: 4px;
  border-bottom: 6px solid var(--gd37-yellow);
  border-radius: 0 0 70% 48%;
  transform: rotate(-.6deg);
}

.gd37-kitchen__intro {
  margin: 7px 0 0;
  color: var(--gd37-copy);
  font-size: 18px;
  line-height: 1.72;
}

.gd37-kitchen__intro strong {
  color: var(--gd37-ink);
  font-size: 19px;
  font-weight: 800;
}

.gd37-kitchen__stage {
  position: relative;
  height: 735px;
  margin-top: 7px;
}

.gd37-kitchen-photo {
  --kitchen-accent: var(--gd37-yellow);
  --kitchen-mask: none;
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}

.gd37-kitchen-photo::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--kitchen-accent);
  content: "";
  -webkit-mask: var(--kitchen-mask) center / 100% 100% no-repeat;
  mask: var(--kitchen-mask) center / 100% 100% no-repeat;
}

.gd37-kitchen-photo__media {
  position: absolute;
  inset: 10px;
  z-index: 1;
  overflow: hidden;
  background: #e6e2d9;
  -webkit-mask: var(--kitchen-mask) center / 100% 100% no-repeat;
  mask: var(--kitchen-mask) center / 100% 100% no-repeat;
}

.gd37-kitchen-photo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gd37-kitchen-photo figcaption {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 17px 28px;
  border-radius: 28px 90px 32px 36px;
  color: var(--gd37-ink);
  background: rgba(255, 253, 248, .94);
}

.gd37-kitchen-photo figcaption strong {
  font-family: "Adigiana 2", cursive;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
}

.gd37-kitchen-photo figcaption span {
  margin-top: 14px;
  color: var(--gd37-copy);
  font-size: 14px;
  line-height: 1.25;
}

.gd37-kitchen-photo--meal {
  --kitchen-mask: url("masks/kitchen-child-left.svg");
  top: 58px;
  left: -7px;
  width: 586px;
  height: 614px;
}

.gd37-kitchen-photo--meal .gd37-kitchen-photo__media img {
  object-position: center center;
}

.gd37-kitchen-photo--meal figcaption {
  right: 28px;
  bottom: 25px;
  left: 28px;
}

.gd37-kitchen-photo--meal .gd37-kitchen-photo__shine {
  top: 5px;
  left: 28px;
}

.gd37-kitchen-photo--chefs {
  --kitchen-accent: var(--gd37-green);
  --kitchen-mask: url("masks/kitchen-chefs.svg");
  top: -7px;
  left: 675px;
  width: 370px;
  height: 434px;
}

.gd37-kitchen-photo--chefs .gd37-kitchen-photo__media img {
  object-position: 43% center;
}

.gd37-kitchen-photo--chefs figcaption {
  right: 25px;
  bottom: 20px;
  left: 25px;
  min-height: 104px;
  border-radius: 22px 28px 28px 24px;
}

.gd37-kitchen-photo--chefs figcaption span {
  color: #5a9f2a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gd37-kitchen-photo--chefs .gd37-kitchen-photo__shine {
  top: 1px;
  left: 25px;
}

.gd37-kitchen-photo--tasting {
  --kitchen-accent: var(--gd37-blue);
  --kitchen-mask: url("masks/kitchen-child-right.svg");
  top: 145px;
  right: -2px;
  width: 319px;
  height: 414px;
}

.gd37-kitchen-photo--tasting .gd37-kitchen-photo__media img {
  object-position: center 43%;
}

.gd37-kitchen-photo__shine {
  position: absolute;
  z-index: 3;
  width: 105px;
  height: 58px;
}

.gd37-kitchen__facts {
  position: absolute;
  top: 467px;
  left: 646px;
  z-index: 3;
  width: 350px;
}

.gd37-kitchen__eyebrow,
.gd37-kitchen__meals,
.gd37-kitchen__menu-note {
  margin: 0;
  color: var(--gd37-copy);
  font-size: 14px;
  line-height: 1.55;
}

.gd37-kitchen__eyebrow {
  margin-bottom: 8px;
  color: #d99100;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gd37-kitchen__number,
.gd37-kitchen__menu {
  margin: 0;
  color: var(--gd37-orange-strong);
  font-family: "Adigiana 2", cursive;
  font-size: 31px;
  line-height: 1.08;
}

.gd37-kitchen__meals {
  margin-top: 18px;
}

.gd37-kitchen__fact-line {
  display: block;
  width: 230px;
  height: 13px;
  margin: 3px 0 9px;
  border-bottom: 5px solid var(--gd37-yellow);
  border-radius: 0 0 70% 50%;
}

.gd37-kitchen__menu {
  color: var(--gd37-ink);
  font-size: 28px;
}

.gd37-kitchen__menu-note {
  margin-top: 18px;
}

.gd37-kitchen__blue-strokes,
.gd37-kitchen__orange-strokes {
  position: absolute;
  z-index: 1;
}

.gd37-kitchen__blue-strokes {
  top: -4px;
  left: 598px;
  width: 105px;
}

.gd37-kitchen__orange-strokes {
  top: 19px;
  right: -10px;
  width: 118px;
}

.gd37-kitchen__divider {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 65px;
  margin-top: -68px;
}

.gd37-kitchen__bottom {
  position: relative;
  z-index: 2;
  min-height: 183px;
  margin-top: -50px;
  background: #eef7e9;
}

.gd37-kitchen__bottom > svg {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
}

.gd37-kitchen__bottom-inner {
  display: grid;
  grid-template-columns: 1.55fr .9fr;
  gap: 90px;
  padding-top: 31px;
  padding-bottom: 24px;
}

.gd37-kitchen__bottom-kicker {
  margin: 0 0 11px;
  color: #5a9f2a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gd37-kitchen__bottom h3 {
  margin: 0;
  color: var(--gd37-ink);
  font-family: "Adigiana 2", cursive;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.12;
}

.gd37-kitchen__bottom p:not(.gd37-kitchen__bottom-kicker) {
  margin: 15px 0 0;
  color: var(--gd37-copy);
  font-size: 14px;
  line-height: 1.5;
}

.gd37-kitchen__bottom-accent h3 {
  color: var(--gd37-orange-strong);
  font-size: 28px;
}

.gd37-kitchen__bottom-accent p {
  font-weight: 700;
}

@media (max-width: 1220px) and (min-width: 981px) {
  .gd37-kitchen__stage {
    transform: scale(.86);
    transform-origin: top left;
    width: 116.3%;
    margin-bottom: -102px;
  }
}

@media (max-width: 980px) {
  .gd37-kitchen__top {
    height: 185px;
  }

  .gd37-kitchen__inner {
    width: min(100% - 32px, 720px);
    padding-top: 52px;
  }

  .gd37-kitchen__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .gd37-kitchen__header > *,
  .gd37-kitchen__heading,
  .gd37-kitchen__intro {
    min-width: 0;
    width: 100%;
  }

  .gd37-kitchen__kicker {
    font-size: 11px;
  }

  .gd37-kitchen__title {
    font-size: clamp(38px, 9vw, 50px);
  }

  .gd37-kitchen__underline {
    width: 410px;
    max-width: 94%;
  }

  .gd37-kitchen__intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .gd37-kitchen__intro strong {
    font-size: 16px;
  }

  .gd37-kitchen__intro br {
    display: none;
  }

  .gd37-kitchen__stage {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    margin-top: 28px;
  }

  .gd37-kitchen-photo,
  .gd37-kitchen-photo--meal,
  .gd37-kitchen-photo--chefs,
  .gd37-kitchen-photo--tasting {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .gd37-kitchen-photo--meal {
    grid-column: 1 / -1;
    aspect-ratio: 586 / 614;
  }

  .gd37-kitchen-photo--chefs {
    aspect-ratio: 370 / 434;
  }

  .gd37-kitchen-photo--tasting {
    aspect-ratio: 319 / 414;
  }

  .gd37-kitchen-photo figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    min-height: 86px;
    padding: 14px 19px;
  }

  .gd37-kitchen-photo figcaption strong {
    font-size: 22px;
  }

  .gd37-kitchen-photo figcaption span {
    margin-top: 8px;
    font-size: 11px;
  }

  .gd37-kitchen-photo--chefs figcaption {
    right: 14px;
    bottom: 16px;
    left: 14px;
    min-height: 75px;
    padding: 12px 15px;
  }

  .gd37-kitchen-photo--chefs figcaption strong {
    font-size: 20px;
  }

  .gd37-kitchen-photo--chefs figcaption span {
    font-size: 9px;
  }

  .gd37-kitchen-photo__shine {
    width: 70px;
    height: auto;
  }

  .gd37-kitchen__facts {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1 / -1;
    width: 100%;
    padding: 24px 26px 27px;
    border: 2px solid #f8c03b;
    border-radius: 34px 43px 36px 40px;
    background: #fff4de;
  }

  .gd37-kitchen__blue-strokes,
  .gd37-kitchen__orange-strokes {
    display: none;
  }

  .gd37-kitchen__divider {
    height: 44px;
    margin-top: 28px;
  }

  .gd37-kitchen__bottom {
    min-height: 0;
    margin-top: -22px;
  }

  .gd37-kitchen__bottom > svg {
    height: 34px;
  }

  .gd37-kitchen__bottom-inner {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .gd37-kitchen__bottom-accent {
    padding-top: 24px;
    border-top: 1px solid rgba(21, 83, 71, .16);
  }
}

@media (max-width: 520px) {
  .gd37-kitchen__title {
    font-size: 35px;
  }

  .gd37-kitchen__stage {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gd37-kitchen-photo--chefs {
    width: 86%;
    justify-self: start;
  }

  .gd37-kitchen-photo--tasting {
    width: 76%;
    justify-self: end;
  }

  .gd37-kitchen-photo figcaption,
  .gd37-kitchen-photo--chefs figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    min-height: 76px;
    max-width: calc(100% - 32px);
  }

  .gd37-kitchen-photo figcaption strong {
    font-size: 21px;
  }

  .gd37-kitchen__number {
    font-size: 29px;
  }

  .gd37-kitchen__menu {
    font-size: 25px;
  }

  .gd37-kitchen__bottom h3 {
    font-size: 27px;
  }

  .gd37-kitchen__bottom-accent h3 {
    font-size: 26px;
  }
}
