.elementor-10513 .elementor-element.elementor-element-818b141{margin-top:-66px;margin-bottom:0px;}@media(max-width:767px){.elementor-10513 .elementor-element.elementor-element-b65d00a{width:initial;max-width:initial;grid-column:span 12;grid-row:span 12;}.elementor-10513 .elementor-element.elementor-element-b65d00a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-10513 .elementor-element.elementor-element-7b46018{width:initial;max-width:initial;}.elementor-10513 .elementor-element.elementor-element-7b46018 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-10513 .elementor-element.elementor-element-0143efe{width:initial;max-width:initial;}.elementor-10513 .elementor-element.elementor-element-0143efe > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-ec936fc *//* ===============================
   BLACK HONEY RIBBON (MATCHED)
================================= */
.blackhoney-ribbon {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 16px 0;

  background: linear-gradient(
    135deg,
    #1f2f24 0%,
    #3e5a46 55%,
    #c6a85c 100%
  );

  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}

/* ===============================
   EDGE FADE
================================= */
.blackhoney-ribbon .fade-left,
.blackhoney-ribbon .fade-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.blackhoney-ribbon .fade-left {
  left: 0;
  background: linear-gradient(to right, #1f2f24 40%, transparent);
}

.blackhoney-ribbon .fade-right {
  right: 0;
  background: linear-gradient(to left, #c6a85c 40%, transparent);
}

/* ===============================
   TRACK
================================= */
.blackhoney-ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: blackHoneyScroll 38s linear infinite;
}

/* ===============================
   PILLS (GREEN + HONEY BLEND)
================================= */
.blackhoney-ribbon .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin: 0 10px;
  padding: 8px 18px;

  border-radius: 999px;

  font-size: 12.8px;
  font-weight: 500;
  letter-spacing: 0.25px;

  white-space: nowrap;

  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);

  color: #f4f0e6;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -1px 0 rgba(0,0,0,0.25);

  transition: all 0.25s ease;
}

/* ===============================
   FLAVOUR HINTS (MATCH CARD ACCENTS)
================================= */
.blackhoney-ribbon .pill.sweet   { color: #e6c86e; }
.blackhoney-ribbon .pill.honey   { color: #f3e6c7; }
.blackhoney-ribbon .pill.fruit   { color: #e6d2a0; }
.blackhoney-ribbon .pill.caramel { color: #d9b86a; }
.blackhoney-ribbon .pill.body    { color: #f4f0e6; }
.blackhoney-ribbon .pill.acidity { color: #e6d8b0; }
.blackhoney-ribbon .pill.origin  { color: #f4f0e6; }
.blackhoney-ribbon .pill.brew    { color: #e6c86e; }

/* ===============================
   HOVER
================================= */
.blackhoney-ribbon .pill:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* ===============================
   SCROLL
================================= */
@keyframes blackHoneyScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.blackhoney-ribbon:hover .blackhoney-ribbon-track {
  animation-play-state: paused;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .blackhoney-ribbon {
    padding: 12px 0;
  }

  .blackhoney-ribbon .pill {
    padding: 6px 14px;
    font-size: 11.8px;
    margin: 0 8px;
  }

  .blackhoney-ribbon .fade-left,
  .blackhoney-ribbon .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b65d00a *//* ===============================
   BASE VARIABLE SYSTEM
================================= */
.coffee-card {
  --bg-gradient: linear-gradient(145deg, #1d211a, #3e2b1f);
  --text-main: #ffffff;
  --text-soft: rgba(255,255,255,0.75);
  --accent: #d8b892;
  --tag-bg: #ffffff;
  --tag-text: #000000;
  --bar-gradient: linear-gradient(90deg, #f5e6d3, #d8b892);

  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 26px;

  color: var(--text-main);

  width: 100%;
  max-width: 720px;
  margin: 20px auto;

  background: var(--bg-gradient);

  box-shadow: 0 20px 40px rgba(0,0,0,0.35);

  backdrop-filter: blur(6px);

  font-family: 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.coffee-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.coffee-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

.coffee-card:hover::before {
  opacity: 1;
}

/* LEFT */
.coffee-left { flex: 1.2; }

.coffee-left h3 {
  font-size: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* TAG */
.tag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.tag {
  background: var(--tag-bg);
  color: var(--tag-text);
  padding: 5px 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
}

/* ROAST */
.roast {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 0;
}

.bean-img {
  width: 16px;
  height: 22px;
  opacity: 0.25;
  filter: grayscale(100%);
}

.roast[data-roast="medium-dark"] .bean-img:nth-child(-n+5) {
  opacity: 1;
  filter: none;
}

/* TEXT */
.notes {
  font-size: 13px;
  color: var(--text-soft);
  margin-bottom: 16px;
  line-height: 1.5;
}

/* BARS */
.bar-container { margin-bottom: 14px; }
.bar-container:first-of-type { margin-top: 12px; }

.bar-label { font-size: 12px; }

.track {
  height: 6px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
}

.fill {
  height: 100%;
  border-radius: 10px;
  background: var(--bar-gradient);
}

/* WIDTHS */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }

/* INFO */
.info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.info-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 6px 10px;
}

.info-label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.info-value {
  color: var(--text-main);
  font-weight: 600;
}

.info-desc {
  color: var(--text-soft);
  font-size: 12px;
  grid-column: 2;
}

/* ===============================
   THEMES
================================= */

.coffee-card.wildwood {
  --bg-gradient: linear-gradient(135deg, #2b0f18, #5a1e2c, #a13a52);
}

.coffee-card.banana {
  --bg-gradient: linear-gradient(135deg, #c6922f, #e0a93d, #b67f1f);
  --text-main: #3a2b00;
}

.coffee-card.coorg {
  --bg-gradient: linear-gradient(135deg, #0f2b24, #1f5a4d, #3aa58c);
}

.coffee-card.mango {
  --bg-gradient: linear-gradient(135deg, #ffb347, #ff6a00);
}

.coffee-card.bourbon {
  --bg-gradient: linear-gradient(135deg, #2a1a14, #5a3b2e, #8b5e3c);
}

.coffee-card.blossom {
  --bg-gradient: linear-gradient(135deg, #ff4f7a, #ff7ca3);
}

.coffee-card.monsoon {
  --bg-gradient: linear-gradient(135deg, #1f3a5f, #3f6fa5);
}

/* Honey */
.coffee-card.honey {
  --bg-gradient: linear-gradient(
    135deg,
    #1f2f24 0%,
    #3e5a46 55%,
    #c6a85c 100%
  );

  --text-main: #f4f0e6;
  --text-soft: rgba(244,240,230,0.8);

  --accent: #e6c86e;

  --tag-bg: rgba(255,255,255,0.18);
  --tag-text: #f4f0e6;

  --bar-gradient: linear-gradient(
    90deg,
    #ffffff,
    #e6c86e,
    #c6a85c
  );
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .coffee-card {
    flex-direction: column;
    padding: 18px;
  }

  .coffee-left h3 {
    font-size: 26px;
  }

  .bean-img {
    width: 14px;
    height: 20px;
  }

  .notes {
    font-size: 12px;
  }

  .track {
    height: 5px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7b46018 *//* ===============================
   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-0143efe *//* ===============================
   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 */