.elementor-14253 .elementor-element.elementor-element-8b30a40{margin-top:-70px;margin-bottom:0px;}@media(max-width:767px){.elementor-14253 .elementor-element.elementor-element-4059f24{width:initial;max-width:initial;grid-column:span 12;grid-row:span 12;}.elementor-14253 .elementor-element.elementor-element-4059f24 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-14253 .elementor-element.elementor-element-bf97535{width:initial;max-width:initial;}.elementor-14253 .elementor-element.elementor-element-bf97535 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14253 .elementor-element.elementor-element-ae167e7{width:initial;max-width:initial;}.elementor-14253 .elementor-element.elementor-element-ae167e7 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-29f107e *//* ===============================
   MATHAVARA RIBBON (BASE)
================================= */
.mathavara-ribbon {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 16px 0;

  background: linear-gradient(
    180deg,
    #3e5f4a 0%,
    #1f2f25 100%
  );

  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}

/* ===============================
   EDGE FADE
================================= */
.mathavara-ribbon .fade-left,
.mathavara-ribbon .fade-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.mathavara-ribbon .fade-left {
  left: 0;
  background: linear-gradient(to right, #1c241b 40%, transparent);
}

.mathavara-ribbon .fade-right {
  right: 0;
  background: linear-gradient(to left, #1c241b 40%, transparent);
}

/* ===============================
   TRACK
================================= */
.mathavara-ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: mathavaraScroll 40s linear infinite;
}

/* ===============================
   PILLS (EARTHY ESTATE STYLE)
================================= */
.mathavara-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.10);
  border: 1px solid rgba(255,255,255,0.14);

  color: #f3efe3;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.25);

  transition: all 0.25s ease;
}

/* ===============================
   FLAVOUR HINTS
================================= */
.mathavara-ribbon .pill.estate { color: #d8b36a; }
.mathavara-ribbon .pill.earthy { color: #cfc8a8; }
.mathavara-ribbon .pill.woody  { color: #bfa77a; }
.mathavara-ribbon .pill.spice  { color: #e0c18a; }
.mathavara-ribbon .pill.body   { color: #f3efe3; }
.mathavara-ribbon .pill.clean  { color: #d6d0b8; }
.mathavara-ribbon .pill.origin { color: #f3efe3; }
.mathavara-ribbon .pill.brew   { color: #d8b36a; }

/* ===============================
   HOVER
================================= */
.mathavara-ribbon .pill:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

/* ===============================
   SCROLL
================================= */
@keyframes mathavaraScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mathavara-ribbon:hover .mathavara-ribbon-track {
  animation-play-state: paused;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .mathavara-ribbon {
    padding: 12px 0;
  }

  .mathavara-ribbon .pill {
    padding: 6px 14px;
    font-size: 11.8px;
    margin: 0 8px;
  }

  .mathavara-ribbon .fade-left,
  .mathavara-ribbon .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4059f24 *//* ===============================
   CLEAN CARD SYSTEM (GLOBAL)
================================= */
.coffee-card {

  --bg-color: #2f3e2e;
  --text-main: #f5f5f5;
  --text-soft: rgba(255,255,255,0.7);
  --accent: #d8b36a;
  --tag-bg: rgba(255,255,255,0.12);
  --tag-text: #ffffff;
  --bar-fill: #bfa15a;

  background: var(--bg-color);
  color: var(--text-main);

  display: flex;
  justify-content: space-between;
  gap: 24px;

  padding: 24px;
  border-radius: 22px;

  max-width: 720px;
  margin: 20px auto;

  box-shadow: 0 12px 30px rgba(0,0,0,0.35);

  position: relative;
  overflow: hidden;

  transition: all 0.3s ease;
}

/* subtle premium highlight */
.coffee-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255,255,255,0.05), transparent);
}

/* hover */
.coffee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

/* TEXT */
.notes { color: var(--text-soft); }

/* TAG */
.tag {
  background: var(--tag-bg);
  color: var(--tag-text);
  white-space: nowrap;
}

.roast {
  margin-left: 8px;
}

.tag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px; /* 👈 ADD THIS */
}

/* BARS */
.track {
  background: rgba(255,255,255,0.12);
}

.fill {
  background: var(--bar-fill);
}

/* INFO */
.info-label { color: var(--accent); }
.info-value { color: var(--text-main); }
.info-desc { color: var(--text-soft); }

/* MOBILE */
@media (max-width: 768px) {
  .coffee-card {
    flex-direction: column;
    padding: 18px;
  }
}

.coffee-card.mathavara {
  --bg-color: #2f3e2e;
  --accent: #d8b36a;
  --bar-fill: #bfa15a;
}
  .tag-row {
    gap: 10px;
  }

  .roast {
    margin-left: 8px;
  }

.bean-img {
  transform: rotate(16deg);
  display: inline-block;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bf97535 *//* ===============================
   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-ae167e7 *//* ===============================
   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 */