@font-face {
  font-family: "Cooper Black";
  src: url("../fonts/COOPBL.TTF") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Berlin Sans";
  src: url("../fonts/BRLNSR.TTF") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Berlin Sans";
  src: url("../fonts/BRLNSB.TTF") format("truetype");
  font-display: swap;
  font-weight: 700;
}
body {
  font-family: "Berlin Sans", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.jumbo-title,
.jumbo-section-title,
[class*=__title] {
  font-family: "Cooper Black", "Times New Roman", serif;
}

img {
  max-width: 100%;
}

.jumbo-hero {
  position: relative;
  min-height: 640px;
  background: #f8f3e9;
  overflow: visible;
  padding-top: 0;
}
.jumbo-hero__bg {
  position: relative;
  height: 520px;
  overflow: hidden;
}
.jumbo-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jumbo-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
  z-index: 1;
}
.jumbo-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  z-index: 2;
  padding-left: 32px;
  padding-right: 32px;
}
.jumbo-hero__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.jumbo-hero__text {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
}
.jumbo-hero__title {
  margin: 0;
  line-height: 0.92;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.jumbo-hero__title span {
  display: block;
}
.jumbo-hero__title .text-gold {
  color: #ffc813;
  font-size: clamp(42px, 6vw, 74px);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
html[lang="zh-CN"] .jumbo-hero__title [data-i18n="home.heroLine1"] {
  letter-spacing: 0.12em;
}
.jumbo-hero__title .text-white {
  color: #fff;
  font-size: clamp(44px, 6.5vw, 82px);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.jumbo-hero__title [data-i18n="home.heroLine2"] {
  font-size: 0.8em;
}
.jumbo-hero__gallery-wrap {
  position: absolute;
  left: 0;
  bottom: -78px;
  width: 100%;
  z-index: 3;
  padding-left: 32px;
  padding-right: 32px;
}
.jumbo-hero__gallery {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
}
.jumbo-hero__gallery-item {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.jumbo-hero__gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}
.jumbo-hero__gallery-item--center {
  z-index: 2;
}

/* Add spacing to next section because gallery overlaps */
.section-after-hero {
  padding-top: 120px;
}

@media (max-width: 1199.98px) {
  .jumbo-hero {
    min-height: 600px;
  }
  .jumbo-hero__bg, .jumbo-hero__overlay, .jumbo-hero__content {
    height: 490px;
  }
  .jumbo-hero__gallery-wrap {
    bottom: -70px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .jumbo-hero__gallery {
    max-width: 900px;
  }
}
@media (max-width: 991.98px) {
  .jumbo-hero {
    min-height: 560px;
  }
  .jumbo-hero__bg, .jumbo-hero__overlay, .jumbo-hero__content {
    height: 430px;
  }
  .jumbo-hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jumbo-hero__gallery-wrap {
    bottom: -62px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .jumbo-hero__gallery {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
  .jumbo-hero__gallery-item, .jumbo-hero__gallery-item img {
    min-height: 130px;
  }
  .section-after-hero {
    padding-top: 105px;
  }
}
@media (max-width: 767.98px) {
  .jumbo-hero {
    min-height: 640px;
  }
  .jumbo-hero__bg, .jumbo-hero__overlay, .jumbo-hero__content {
    height: 390px;
  }
  .jumbo-hero__inner {
    align-items: center;
    justify-content: center;
  }
  .jumbo-hero__text {
    max-width: 100%;
    padding-top: 40px;
  }
  .jumbo-hero__title .text-gold {
    font-size: clamp(34px, 8vw, 46px);
  }
  .jumbo-hero__title .text-white {
    font-size: clamp(36px, 9vw, 52px);
  }
  html[lang="zh-CN"] .jumbo-hero__title [data-i18n="home.heroLine2"] {
    font-size: 0.8em;
  }
  html[lang="en"] .jumbo-hero__title [data-i18n="home.heroLine2"] {
    font-size: 0.6em;
  }
  .jumbo-hero__gallery-wrap {
    position: relative;
    bottom: auto;
    margin-top: -34px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .jumbo-hero__gallery {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .jumbo-hero__gallery-item, .jumbo-hero__gallery-item img {
    min-height: 150px;
  }
  .section-after-hero {
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .jumbo-hero__bg, .jumbo-hero__overlay, .jumbo-hero__content {
    height: 360px;
  }
  .jumbo-hero__content {
    padding-left: 14px;
    padding-right: 14px;
  }
  .jumbo-hero__gallery-wrap {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: -28px;
  }
  .jumbo-hero__gallery-item, .jumbo-hero__gallery-item img {
    min-height: 135px;
  }
}
/* STORY SECTION */
.jumbo-story {
  background: #f4efe6;
  padding: 80px 20px;
}
.jumbo-story .jumbo-title {
  color: #c62828;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.jumbo-story__text {
  max-width: 720px;
  margin: 0 auto 30px;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
}

.jumbo-btn-primary {
  background: #ffc813;
  border-radius: 50px;
  padding: 14px 34px;
  font-weight: 700;
  color: #000;
  border: none;
  transition: all 0.25s ease;
}
.jumbo-btn-primary:hover {
  background: #e6b800;
  transform: translateY(-2px);
}

/* IPOH SECTION */
.jumbo-ipoh {
  overflow: hidden;
}
.jumbo-ipoh__row {
  margin: 0;
}
.jumbo-ipoh__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}
.jumbo-ipoh__video {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.jumbo-ipoh__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.jumbo-ipoh__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.jumbo-ipoh__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px 50px;
  max-width: 520px;
}
.jumbo-ipoh__content h3 {
  color: #ffc813;
  font-weight: 800;
  margin-bottom: 16px;
}
.jumbo-ipoh__content p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .jumbo-ipoh__row {
    flex-direction: column;
  }
  .jumbo-ipoh__content {
    padding: 40px 24px;
  }
}
.jumbo-taugeh {
  background: #ffffff;
  padding: 80px 0;
}
.jumbo-taugeh__row {
  min-height: 420px;
}
.jumbo-taugeh__image {
  text-align: center;
}
.jumbo-taugeh__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.12));
}
.jumbo-taugeh__content {
  padding-left: 20px;
}
.jumbo-taugeh__content p {
  color: #222;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.jumbo-section-title {
  font-weight: 900;
  font-size: 46px;
  line-height: 0.95;
  margin-bottom: 24px;
  color: #111;
  text-transform: uppercase;
}
.jumbo-section-title span {
  font-size: 0.8em;
  font-weight: 800;
}
.jumbo-section-title--dark {
  color: #111;
  line-height: 1;
  margin-bottom: 18px;
}

.jumbo-top-sellers {
  background: #f6f1e8;
  padding: 85px 0 90px;
}
.jumbo-top-sellers__header {
  max-width: 900px;
  margin: 0 auto 40px;
}
.jumbo-top-sellers__desc {
  max-width: 760px;
  margin: 0 auto;
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
}
.jumbo-top-sellers__grid {
  margin-top: 35px;
}
.jumbo-top-sellers__cta {
  margin-top: 14px;
}

.jumbo-dish-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.jumbo-dish-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
.jumbo-dish-card__image {
  overflow: hidden;
  background: #f3f3f3;
}
.jumbo-dish-card__image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}
.jumbo-dish-card__body {
  padding: 16px 14px;
  text-align: center;
}
.jumbo-dish-card__body h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
}

.jumbo-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 16px 34px;
  border-radius: 999px;
  background: #ffc813;
  color: #111;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  transition: all 0.25s ease;
}
.jumbo-btn-primary:hover, .jumbo-btn-primary:focus {
  background: #e8b400;
  color: #111;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .jumbo-section-title {
    font-size: 40px;
  }
  .jumbo-dish-card__image img {
    height: 240px;
  }
}
@media (max-width: 991.98px) {
  .jumbo-taugeh {
    padding: 65px 0;
  }
  .jumbo-taugeh__content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .jumbo-taugeh__content p {
    font-size: 14px;
  }
  .jumbo-section-title {
    font-size: 36px;
  }
  .jumbo-top-sellers {
    padding: 70px 0 75px;
  }
  .jumbo-top-sellers__desc {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .jumbo-taugeh {
    padding: 55px 0;
  }
  .jumbo-taugeh__content p {
    font-size: 13px;
    line-height: 1.6;
  }
  .jumbo-section-title {
    font-size: 30px;
    line-height: 1.05;
  }
  .jumbo-top-sellers {
    padding: 55px 0 60px;
  }
  .jumbo-top-sellers__desc {
    font-size: 14px;
  }
  .jumbo-dish-card__image img {
    height: 200px;
  }
  .jumbo-dish-card__body h3 {
    font-size: 16px;
  }
  .jumbo-btn-primary {
    min-width: 260px;
    min-height: 54px;
    font-size: 16px;
    padding: 14px 24px;
  }
}
@media (max-width: 575.98px) {
  .jumbo-top-sellers__header {
    margin-bottom: 28px;
  }
  .jumbo-dish-card__image img {
    height: 170px;
  }
  .jumbo-dish-card__body {
    padding: 12px 10px;
  }
}
/* LOCATIONS */
.jumbo-locations {
  background: #1f1f1f;
  padding: 80px 0;
}
.jumbo-locations .jumbo-section-title {
  margin-bottom: 50px;
}
.jumbo-locations__grid {
  margin-top: 10px;
}

.jumbo-location-card {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.jumbo-location-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.jumbo-location-card .hours {
  display: block;
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 14px;
}
.jumbo-location-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
}

/* FOOTER */
.jumbo-footer {
  background: #000;
  padding: 70px 0 60px;
}
.jumbo-footer__brand h2 {
  color: #e53935;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 12px;
}
.jumbo-footer__brand p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.8;
}
.jumbo-footer__brand span {
  color: #aaa;
  font-size: 13px;
}
.jumbo-footer__socials {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.jumbo-footer__socials a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.25s ease;
}
.jumbo-footer__socials a:hover {
  background: #ffc813;
  color: #000;
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .jumbo-locations {
    padding: 60px 0;
  }
  .jumbo-footer {
    padding: 55px 0 50px;
  }
  .jumbo-footer__brand {
    text-align: center;
    margin-bottom: 30px;
  }
  .jumbo-footer__socials {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .jumbo-location-card h3 {
    font-size: 16px;
  }
  .jumbo-location-card p {
    font-size: 13px;
  }
  .jumbo-footer__brand h2 {
    font-size: 36px;
  }
}
.jumbo-footer-top {
  background-color: #f4c40f;
  padding: 14px 30px;
}
.jumbo-footer-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jumbo-footer-top__left img {
  height: 50px;
  width: auto;
}
.jumbo-footer-top__right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.jumbo-footer-top__socials {
  color: #000;
  text-align: right;
}
.jumbo-footer-top__socials span {
  font-size: 11px;
  display: block;
  opacity: 0.8;
  margin-bottom: 4px;
}
.jumbo-footer-top__socials img {
  width: 20px;
  height: 20px;
}
.jumbo-footer-top__socials .icons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.jumbo-footer-top__socials .icons a {
  color: #000;
  font-size: 14px;
  transition: 0.2s;
}
.jumbo-footer-top__socials .icons a:hover {
  color: #ffc813;
}
.jumbo-footer-top__qr img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
}

/* MOBILE */
@media (max-width: 767.98px) {
  .jumbo-footer-top {
    padding: 12px 16px;
  }
  .jumbo-footer-top__inner {
    flex-direction: column;
    gap: 10px;
  }
  .jumbo-footer-top__right {
    gap: 12px;
  }
  .jumbo-footer-top__left img {
    height: 40px;
  }
}
.jumbo-copyright {
  background: #000;
  color: #c7c7c7;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 10px 16px 18px;
}

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