.elementor-14682 .elementor-element.elementor-element-83b6c22{margin-top:-60px;margin-bottom:0px;}.elementor-14682 .elementor-element.elementor-element-3e10f14{margin-top:-60px;margin-bottom:0px;}@media(max-width:767px){.elementor-14682 .elementor-element.elementor-element-3e10f14{margin-top:5px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-f74aba5 *//* ===============================
   MONSOON × BLACK HONEY RIBBON
   (COASTAL → FOREST)
================================= */
.zf-ribbon.monsoon-honey {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 16px 0;

  background:
    radial-gradient(circle at 25% 10%, rgba(240,226,198,0.25), transparent 40%),
    linear-gradient(
      180deg,
      #e6d3b3 0%,   /* monsoon beige */
      #7a8f6a 40%,  /* transition */
      #3f5f4a 70%,  /* forest */
      #1f2f24 100%  /* deep */
    );

  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

/* ===============================
   EDGE FADE
================================= */
.zf-ribbon.monsoon-honey .fade-left,
.zf-ribbon.monsoon-honey .fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.zf-ribbon.monsoon-honey .fade-left {
  left: 0;
  background: linear-gradient(to right,#1f2f24 45%, transparent);
}

.zf-ribbon.monsoon-honey .fade-right {
  right: 0;
  background: linear-gradient(to left,#1f2f24 45%, transparent);
}

/* ===============================
   TRACK
================================= */
.zf-ribbon.monsoon-honey .zf-ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: zfMonsoonScroll 36s linear infinite;
}

.zf-ribbon.monsoon-honey:hover .zf-ribbon-track {
  animation-play-state: paused;
}

/* ===============================
   PILLS
================================= */
.zf-ribbon.monsoon-honey .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin: 0 10px;
  padding: 8px 18px;

  border-radius: 999px;

  font-size: 12.6px;
  font-weight: 500;

  white-space: nowrap;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);

  color: #e6e0c8;

  backdrop-filter: blur(8px);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.15),
    inset 0 -1px 0 rgba(0,0,0,0.35);

  transition: all 0.25s ease;
}

/* ===============================
   HOVER
================================= */
.zf-ribbon.monsoon-honey .pill:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
}

/* ===============================
   SCROLL
================================= */
@keyframes zfMonsoonScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .zf-ribbon.monsoon-honey {
    padding: 12px 0;
  }

  .zf-ribbon.monsoon-honey .pill {
    padding: 6px 14px;
    font-size: 11.5px;
    margin: 0 8px;
  }

  .zf-ribbon.monsoon-honey .fade-left,
  .zf-ribbon.monsoon-honey .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-545754b *//* MAIN BOX */
.coffee-box {
  border-radius: 14px;
  padding: 22px;
  color: #fff;
  font-family: Arial, sans-serif;
}

/* MANGO COLOR */
.mango-theme {
  background: linear-gradient(135deg,#ff8c1a,#ff5e00);
}

/* TITLE */
.coffee-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* TAG */
.tag {
  display: inline-block;
  background: #ffd166;
  color: #4a2500;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* NOTES */
.notes {
  font-size: 12px;
  margin-bottom: 12px;
  color: #ffe7c2;
}

/* METRICS */
.metric {
  margin-bottom: 10px;
  font-size: 12px;
}

.metric span {
  display: block;
  margin-bottom: 4px;
}

/* BAR */
.bar {
  height: 6px;
  background: rgba(255,255,255,0.25);
  border-radius: 20px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: #ffe8b3;
  border-radius: 20px;
}

/* WIDTHS */
.w90 { width: 90%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w65 { width: 65%; }
.w70 { width: 70%; }

/* META */
.meta {
  margin-top: 12px;
  font-size: 12px;
}

.meta p {
  margin: 4px 0;
}

.meta b {
  color: #ffe7c2;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d835e2d *//* ===============================
   BASE CARD (SHARED SYSTEM)
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 30px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* TAG + ROAST ROW */
.tag-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  gap: 2px;
  margin-left: auto;
}

.bean-img {
  width: 18px;
  height: 24px;
  opacity: 0.25;
  filter: grayscale(100%);
}

/* Active beans (data driven) */
.roast[data-roast="very-light"] .bean-img:nth-child(-n+1),
.roast[data-roast="light"] .bean-img:nth-child(-n+2),
.roast[data-roast="medium-light"] .bean-img:nth-child(-n+3),
.roast[data-roast="medium"] .bean-img:nth-child(-n+4),
.roast[data-roast="medium-dark"] .bean-img:nth-child(-n+5),
.roast[data-roast="dark"] .bean-img:nth-child(-n+6),
.roast[data-roast="very-dark"] .bean-img:nth-child(-n+7) {
  opacity: 1;
  filter: none;
}

/* ===============================
   NOTES
================================= */
.notes {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 25px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 18px;
}

.bar-label {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.track {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #d8b892);
  border-radius: 10px;
}

/* widths */
.w90 { width: 90%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   RIGHT SIDE
================================= */
.coffee-right {
  flex: 0.8;
}

/* ===============================
   INFO BOX (ALIGNED)
================================= */
.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 24px;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.info-label {
  color: #d8b892;
  font-weight: 600;
}

.info-value {
  color: #ffffff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* ===============================
   STORY CARD (BLACK TEXT)
================================= */
.coffee-story {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  color: #222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.story-highlight {
  margin-top: 10px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .coffee-card {
    flex-direction: column;
    padding: 25px;
  }

  .coffee-left h2 {
    font-size: 30px;
  }

  .bean-img {
    width: 14px;
    height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-be46a16 *//* ===============================
   BASE CARD (SHARED SYSTEM)
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border-radius: 30px;
  color: #ffffff;
  width: 100%;
  max-width: 750px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* TAG + ROAST ROW */
.tag-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  gap: 2px;
  margin-left: auto;
}

.bean-img {
  width: 18px;
  height: 24px;
  opacity: 0.25;
  filter: grayscale(100%);
}

/* Active beans (data driven) */
.roast[data-roast="very-light"] .bean-img:nth-child(-n+1),
.roast[data-roast="light"] .bean-img:nth-child(-n+2),
.roast[data-roast="medium-light"] .bean-img:nth-child(-n+3),
.roast[data-roast="medium"] .bean-img:nth-child(-n+4),
.roast[data-roast="medium-dark"] .bean-img:nth-child(-n+5),
.roast[data-roast="dark"] .bean-img:nth-child(-n+6),
.roast[data-roast="very-dark"] .bean-img:nth-child(-n+7) {
  opacity: 1;
  filter: none;
}

/* ===============================
   NOTES
================================= */
.notes {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 25px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 18px;
}

.bar-label {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.track {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #d8b892);
  border-radius: 10px;
}

/* widths */
.w90 { width: 90%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   RIGHT SIDE
================================= */
.coffee-right {
  flex: 0.8;
}

/* ===============================
   INFO BOX (ALIGNED)
================================= */
.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 24px;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.info-label {
  color: #d8b892;
  font-weight: 600;
}

.info-value {
  color: #ffffff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* ===============================
   STORY CARD (BLACK TEXT)
================================= */
.coffee-story {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  color: #222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.story-highlight {
  margin-top: 10px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .coffee-card {
    flex-direction: column;
    padding: 25px;
  }

  .coffee-left h2 {
    font-size: 30px;
  }

  .bean-img {
    width: 14px;
    height: 20px;
  }
}/* End custom CSS */