@media(max-width:767px){.elementor-14227 .elementor-element.elementor-element-69f0601 > .elementor-container{max-width:505px;}.elementor-14227 .elementor-element.elementor-element-5ed737c{width:var( --container-widget-width, 280.8px );max-width:280.8px;--container-widget-width:280.8px;--container-widget-flex-grow:0;}.elementor-14227 .elementor-element.elementor-element-5ed737c > .elementor-widget-container{margin:-12px -42px 9px -39px;}.elementor-14227 .elementor-element.elementor-element-9e84282 > .elementor-container{max-width:505px;}.elementor-14227 .elementor-element.elementor-element-e319007{width:var( --container-widget-width, 280.8px );max-width:280.8px;--container-widget-width:280.8px;--container-widget-flex-grow:0;}.elementor-14227 .elementor-element.elementor-element-e319007 > .elementor-widget-container{margin:-12px -42px 9px -39px;}}/* Start custom CSS for html, class: .elementor-element-4ec5a53 *//* ===============================
   BANANA RIBBON (BASE)
================================= */
.banana-ribbon {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 16px 0;

  background: linear-gradient(
    135deg,
    #c6922f 0%,
    #e0a93d 50%,
    #b67f1f 100%
  );

  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

/* ===============================
   EDGE FADE
================================= */
.banana-ribbon .fade-left,
.banana-ribbon .fade-right {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.banana-ribbon .fade-left {
  left: 0;
  background: linear-gradient(to right, #c6922f 40%, transparent);
}

.banana-ribbon .fade-right {
  right: 0;
  background: linear-gradient(to left, #b67f1f 40%, transparent);
}

/* ===============================
   TRACK (SCROLL)
================================= */
.banana-ribbon-track {
  display: flex;
  align-items: center;
  width: max-content;

  animation: bananaScroll 36s linear infinite;
}

/* ===============================
   PILLS (BLENDED PREMIUM)
================================= */
.banana-ribbon .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin: 0 10px;
  padding: 8px 18px;

  border-radius: 999px;

  font-family: "Inter", system-ui, sans-serif;
  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.15);

  color: #3a2b00;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.15);

  transition: all 0.25s ease;
}

/* ===============================
   SUBTLE FLAVOUR HINTS
================================= */
.banana-ribbon .pill.banana  { color: #4a2c00; }
.banana-ribbon .pill.fruit   { color: #6b3a1a; }
.banana-ribbon .pill.sugar   { color: #7a4a00; }
.banana-ribbon .pill.smooth  { color: #5a3a00; }
.banana-ribbon .pill.process { color: #3a2b00; }
.banana-ribbon .pill.origin  { color: #3a2b00; }
.banana-ribbon .pill.brew    { color: #4a3200; }
.banana-ribbon .pill.altitude{ color: #4a3a10; }

/* ===============================
   HOVER (SUBTLE)
================================= */
.banana-ribbon .pill:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* ===============================
   SCROLL ANIMATION
================================= */
@keyframes bananaScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* pause on hover */
.banana-ribbon:hover .banana-ribbon-track {
  animation-play-state: paused;
}

/* ===============================
   MOBILE OPTIMIZATION
================================= */
@media (max-width: 600px) {
  .banana-ribbon {
    padding: 12px 0;
  }

  .banana-ribbon .pill {
    padding: 6px 14px;
    font-size: 11.8px;
    margin: 0 8px;
  }

  .banana-ribbon .fade-left,
  .banana-ribbon .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5ae75c4 *//* ===============================
   BASE
================================= */

.coffee-card {
  --accent: #d96a00;

  width: 100%;
  max-width: 900px;

  padding: 36px;
  border-radius: 26px;

  /* 🔥 NEW WARM BASE */
  background: linear-gradient(145deg, #fff4ea, #fbe3cc);

  color: #2b2b2b;

  display: flex;
  gap: 40px;

  margin: 20px auto;

  box-shadow: 
    0 10px 25px rgba(0,0,0,0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);

  font-family: 'Segoe UI', sans-serif;
}
/* ===============================
   LEFT
================================= */

.coffee-left {
  flex: 1.2;
}

.coffee-left h3 {
  font-size: 36px;
  margin-bottom: 16px;

  background: linear-gradient(135deg, var(--accent), #7a3e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tag {
  display: inline-block;
  background: rgba(255,255,255,0.4);
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: 16px;
}

/* ROAST */
.roast-block {
  margin-bottom: 16px;
}

.roast-label {
  font-size: 11px;
  font-style: italic;
  color: rgba(0,0,0,0.55);
  margin-bottom: 6px;
}

.roast {
  display: flex;
  gap: 6px;
}

.bean {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
}

.roast .bean:nth-child(-n+4) {
  background: linear-gradient(135deg, var(--accent), #7a3e00);
}

/* TEXT */
.notes {
  font-size: 13px;
  color: rgba(0,0,0,0.6);
  margin-bottom: 20px;
}

/* ===============================
   GLASS BARS
================================= */

.bars {
  padding: 16px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.3);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 6px 15px rgba(0,0,0,0.05);
}

.bar-container {
  margin-bottom: 14px;
}

.bar-label {
  font-size: 12px;
  margin-bottom: 4px;
}

.track {
  height: 6px;
  background: rgba(0,0,0,0.08);
  border-radius: 10px;
}

.fill {
  height: 100%;
  border-radius: 10px;

  background: linear-gradient(
    90deg,
    var(--accent),
    #ffb066,
    #7a3e00
  );

  box-shadow: 0 0 6px rgba(217,106,0,0.25);
}

/* WIDTHS */
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w65 { width: 65%; }

/* ===============================
   RIGHT
================================= */

.coffee-right {
  flex: 1;
}

.info-box {
  padding: 18px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.3);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 8px 20px rgba(0,0,0,0.05);

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 4px 10px;
}

.info-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.info-value {
  font-size: 12px;
  font-weight: 600;
}

.info-desc {
  grid-column: 2;
  font-size: 11px;
  color: rgba(0,0,0,0.6);
}

/* ===============================
   TABLET (STACKING)
================================= */

@media (max-width: 900px) {
  .coffee-card {
    flex-direction: column;
    gap: 28px;
  }

  .coffee-right {
    width: 100%;
  }
}

/* ===============================
   MOBILE (IMPORTANT)
================================= */

@media (max-width: 600px) {

  .coffee-card {
    padding: 20px;
    border-radius: 18px;
  }

  .coffee-left h3 {
    font-size: 26px;
  }

  .tag {
    font-size: 11px;
  }

  .notes {
    font-size: 12px;
  }

  .bar-label {
    font-size: 11px;
  }

  .track {
    height: 5px;
  }

  .info-box {
    padding: 14px;
  }

  .info-item {
    grid-template-columns: 80px 1fr;
  }

  .info-label {
    font-size: 11px;
  }

  .info-value {
    font-size: 12px;
  }

  .info-desc {
    font-size: 11px;
  }

  .bean {
    width: 8px;
    height: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5ed737c *//* ===============================
   BASE CARD
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
  color: #ffffff;
  width: 100%;
  max-width: 720px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h3 {
  font-size: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* ===============================
   TAG + ROAST (LOCKED ALIGNMENT)
================================= */
.tag-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

/* Bean images */
.bean-img {
  width: 18px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover animation */
.bean-img {
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.roast:hover .bean-img {
  transform: scale(1.05);
}

/* Active beans */
.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: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 14px;
}

.bar-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #f5e6d3, #d8b892);
}

/* widths */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   INFO BOX
================================= */
.info-box {
  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: #fff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.75);
}

/* ===============================
   COFFEE STORY (WHITE CARD)
================================= */
.coffee-story {
  margin: 20px auto;
  max-width: 720px;
  padding: 20px 22px;
  border-radius: 20px;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);

  color: #222222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-size: 14px;
  font-weight: 600;
  color: #b38b5d;
  margin-bottom: 10px;
}

.story-highlight {
  margin-top: 8px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   WILDWOOD THEME (PINK RESTORED)
================================= */
.coffee-card.wildwood {
  background: linear-gradient(135deg, #2b0f18, #5a1e2c, #a13a52);
}

.coffee-card.wildwood .tag {
  background: #ffd6de;
  color: #5a1e2c;
}

.coffee-card.wildwood .fill {
  background: linear-gradient(90deg, #ffffff, #ff9fb2);
}

.coffee-card.wildwood .info-label {
  color: #ffb3c1;
}

/* ===============================
   BANANA THEME
================================= */
.coffee-card.banana {
  background: linear-gradient(135deg,#f4c542,#d89b2b);
  color: #3a2b00;
}

.coffee-card.banana .tag {
  background: #fff2b3;
  color: #5a4200;
}

.coffee-card.banana .notes {
  color: #5a4200;
}

.coffee-card.banana .track {
  background: rgba(0,0,0,0.15);
}

.coffee-card.banana .fill {
  background: linear-gradient(90deg,#ffffff,#ffcc33);
}

.coffee-card.banana .info-label {
  color: #5a4200;
}

.coffee-card.banana .info-value {
  color: #3a2b00;
}

.coffee-card.banana .info-desc {
  color: rgba(0,0,0,0.7);
}

/* ===============================
   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;
  }

  .coffee-story {
    padding: 16px;
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e319007 *//* ===============================
   BASE CARD
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
  color: #ffffff;
  width: 100%;
  max-width: 720px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h3 {
  font-size: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* ===============================
   TAG + ROAST (LOCKED ALIGNMENT)
================================= */
.tag-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

/* Bean images */
.bean-img {
  width: 18px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover animation */
.bean-img {
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.roast:hover .bean-img {
  transform: scale(1.05);
}

/* Active beans */
.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: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 14px;
}

.bar-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #f5e6d3, #d8b892);
}

/* widths */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   INFO BOX
================================= */
.info-box {
  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: #fff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.75);
}

/* ===============================
   COFFEE STORY (WHITE CARD)
================================= */
.coffee-story {
  margin: 20px auto;
  max-width: 720px;
  padding: 20px 22px;
  border-radius: 20px;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);

  color: #222222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-size: 14px;
  font-weight: 600;
  color: #b38b5d;
  margin-bottom: 10px;
}

.story-highlight {
  margin-top: 8px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   WILDWOOD THEME (PINK RESTORED)
================================= */
.coffee-card.wildwood {
  background: linear-gradient(135deg, #2b0f18, #5a1e2c, #a13a52);
}

.coffee-card.wildwood .tag {
  background: #ffd6de;
  color: #5a1e2c;
}

.coffee-card.wildwood .fill {
  background: linear-gradient(90deg, #ffffff, #ff9fb2);
}

.coffee-card.wildwood .info-label {
  color: #ffb3c1;
}

/* ===============================
   BANANA THEME
================================= */
.coffee-card.banana {
  background: linear-gradient(135deg,#f4c542,#d89b2b);
  color: #3a2b00;
}

.coffee-card.banana .tag {
  background: #fff2b3;
  color: #5a4200;
}

.coffee-card.banana .notes {
  color: #5a4200;
}

.coffee-card.banana .track {
  background: rgba(0,0,0,0.15);
}

.coffee-card.banana .fill {
  background: linear-gradient(90deg,#ffffff,#ffcc33);
}

.coffee-card.banana .info-label {
  color: #5a4200;
}

.coffee-card.banana .info-value {
  color: #3a2b00;
}

.coffee-card.banana .info-desc {
  color: rgba(0,0,0,0.7);
}

/* ===============================
   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;
  }

  .coffee-story {
    padding: 16px;
    font-size: 12.5px;
  }
}/* End custom CSS */