/* =========================================================
   TEA HOUSE PAGE – STYLES
   ========================================================= */

/* =========================================================
   MORE RECOMMENDATIONS (Swiper + Tabs)
   ========================================================= */

.fgs-recommendations{
  padding: 32px 0;
}

.fgs-reco-tabs{
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b08a74;
  max-width: 1200px;
  text-align: left;
}

.fgs-reco-tab{
  background: none;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #B0B0B0;              /* inactive */
  opacity: 1;
  border-bottom: 2px solid transparent;
}

.fgs-reco-tab.is-active{
  font-weight: 600;
  color: #4A4A4A;              /* active */
  border-bottom-color: #b08a74;
}

.fgs-reco-panels{
  max-width: 1200px;
  margin: 0 auto;
}

.fgs-recommendations .fgs-reco-swiper{
  width: 100%;
  padding: 0;
}

/* Fixed Figma tile size */
.fgs-recommendations .swiper-slide{
  width: min(376px, 80vw) !important;
  height: auto;
}

.fgs-recommendations .fgs-reco-img{
width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
/* =================================================
   Best Coffee Beans
   ================================================= */

.coffee-beans-section{
  background: #f3f4f6;          /* soft grey like figma */
  padding: 28px 16px 22px;
  text-align: center;
}

.coffee-beans-section h2,
.coffee-beans-section h3{
  margin: 0 0 14px;
  font-weight: 500;
  color: #4A4A4A;
}

.coffee-beans-section figure{
  margin: 0 auto 10px;
  max-width: 980px;             /* controls image size */
}

.coffee-beans-section img{
  width: 100%;
  height: auto;
  display: block;
}

.coffee-beans-section p{
  margin: 0;
  color: #6A6A6A;
  font-size: 14px;
}

.coffee-beans-section p strong{
  color: #C84A4A;
  font-weight: 600;
}


/* =========================================================
   MENU SECTION / OUR TEA HOUSES
   ========================================================= */
