.elementor-10403 .elementor-element.elementor-element-ca1820a > .elementor-widget-container{margin:-40px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-87a0971 *//* ===============================
   CAPPUCCINO RIBBON (MATCHED)
================================= */
.cappuccino-ribbon {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 16px 0;

  background: linear-gradient(
    135deg,
    #2e4a3f 0%,
    #4f7f6c 55%,
    #6fa88f 100%
  );

  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

/* ===============================
   EDGE FADE
================================= */
.cappuccino-ribbon .fade-left,
.cappuccino-ribbon .fade-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.cappuccino-ribbon .fade-left {
  left: 0;
  background: linear-gradient(to right, #2e4a3f 40%, transparent);
}

.cappuccino-ribbon .fade-right {
  right: 0;
  background: linear-gradient(to left, #6fa88f 40%, transparent);
}

/* ===============================
   TRACK
================================= */
.cappuccino-ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: cappuccinoScroll 36s linear infinite;
}

/* ===============================
   PILLS (GREEN PREMIUM STYLE)
================================= */
.cappuccino-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: #e6fff7;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -1px 0 rgba(0,0,0,0.2);

  transition: all 0.25s ease;
}

/* ===============================
   FLAVOUR HINTS (SOFT GREEN TONES)
================================= */
.cappuccino-ribbon .pill.cocoa    { color: #d6f5ec; }
.cappuccino-ribbon .pill.creamy   { color: #e6fff7; }
.cappuccino-ribbon .pill.smooth   { color: #ccefe5; }
.cappuccino-ribbon .pill.balanced { color: #d6f5ec; }
.cappuccino-ribbon .pill.milk     { color: #e6fff7; }
.cappuccino-ribbon .pill.roast    { color: #ccefe5; }
.cappuccino-ribbon .pill.body     { color: #d6f5ec; }
.cappuccino-ribbon .pill.brew     { color: #e6fff7; }

/* ===============================
   HOVER
================================= */
.cappuccino-ribbon .pill:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* ===============================
   SCROLL
================================= */
@keyframes cappuccinoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cappuccino-ribbon:hover .cappuccino-ribbon-track {
  animation-play-state: paused;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {
  .cappuccino-ribbon {
    padding: 12px 0;
  }

  .cappuccino-ribbon .pill {
    padding: 6px 14px;
    font-size: 11.8px;
    margin: 0 8px;
  }

  .cappuccino-ribbon .fade-left,
  .cappuccino-ribbon .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-34d5c16 *//* ===============================
   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);
  -webkit-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;

  /* ✅ GPU FIX */
  transform: translateZ(0);
}

/* ===============================
   OVERLAY (SOFTENED)
================================= */
.coffee-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 60%);
  opacity: 0.6;
  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: 0.9;
}

/* ===============================
   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);
  box-shadow: inset -1px 0 0 rgba(0,0,0,0.25);
}

/* ===============================
   WIDTHS
================================= */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }

/* ===============================
   INFO BOX
================================= */
.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 TEXT
================================= */
.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 (UNCHANGED)
================================= */
.coffee-card.cappuccino {
  --bg-gradient: linear-gradient(135deg, #2e4a3f, #5f8f7a);
  /* ===============================
   BLEND BOX SPACING FIX
================================= */

/* space between pills */
.blend-box {
  display: flex;
  flex-direction: column;
  gap: 12px; /* 👈 main spacing control */
}

/* individual pill */
.blend-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 16px; /* 👈 internal breathing space */

  border-radius: 14px;

  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(4px);
}

/* percentage */
.blend-value {
  font-weight: 600;
  min-width: 48px; /* 👈 keeps alignment consistent */
}

/* label text */
.blend-label {
  opacity: 0.9;
}


/* ===============================
   MOBILE FIX (CRITICAL)
================================= */
@media (max-width: 768px) {

  /* 🔥 REMOVE BLUR (MAIN ISSUE FIX) */
  .coffee-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* 🔥 REMOVE OVERLAY (COLOR FIX) */
  .coffee-card::before {
    display: none;
  }

  .coffee-card {
    padding: 18px;
    flex-direction: column;
  }

  .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-735db35 *//* ===============================
   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-ca1820a *//* ===============================
   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 */