.elementor-widget-humble_hopes_mission_intro_values { width: 100%; }
.elementor-widget-humble_hopes_mission_intro_values > .elementor-widget-container { overflow: visible; }

.hhmiv,
.hhmiv * { box-sizing: border-box; }

.hhmiv {
  width: 100%;
  padding: 52px 58px 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(112deg, #fdfaf5 0%, #f8f1e7 100%);
}

.hhmiv__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.hhmiv__intro {
  display: grid;
  grid-template-columns: 41.5% minmax(0, 1fr);
  column-gap: 40px;
  align-items: center;
}

.hhmiv__copy { min-width: 0; }

.hhmiv__eyebrow {
  margin: 0 0 12px;
  color: #b64b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .105em;
}

.hhmiv__heading {
  margin: 0;
  color: #2e2925;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.018em;
}

.hhmiv__copy-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 14px;
  align-items: end;
  margin-top: 27px;
}

.hhmiv__description {
  max-width: 390px;
  margin: 0;
  color: #4d4843;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;
}

.hhmiv__note {
  width: 140px;
  color: #c56e54;
  transform: rotate(-4deg);
  transform-origin: center;
  text-align: center;
}

.hhmiv__note-text {
  display: block;
  font-family: 'Segoe Script', 'Bradley Hand', 'Brush Script MT', cursive;
  font-size: 29px;
  font-weight: 400;
  line-height: .98;
}

.hhmiv__note-line {
  display: block;
  width: 72%;
  height: 7px;
  margin: 4px auto 0;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(-6deg);
}

.hhmiv__note-heart {
  display: block;
  width: 22px;
  height: 22px;
  margin: -2px 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hhmiv__image-wrap {
  position: relative;
  width: 100%;
  height: 335px;
  overflow: hidden;
  border-radius: 24px;
  background: #d9d0c5;
}

.hhmiv__image-wrap picture { display: block; width: 100%; height: 100%; }

.hhmiv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hhmiv__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.hhmiv__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 190px;
  padding: 24px 20px 20px;
  border: 1px solid #e2d6c7;
  border-radius: 11px;
  background: rgba(255, 255, 255, .18);
  text-align: center;
}

.hhmiv__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-bottom: 11px;
  color: #b78a62;
  font-size: 42px;
  line-height: 1;
}

.hhmiv__icon i { line-height: 1; }
.hhmiv__icon svg { display: block; width: 42px; height: 42px; fill: currentColor; }

.hhmiv__card-title {
  margin: 0 0 7px;
  color: #3b3733;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .085em;
}

.hhmiv__card-text {
  max-width: 230px;
  margin: 0;
  color: #57514b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .hhmiv { padding: 46px 32px 24px; }
  .hhmiv__intro { grid-template-columns: 46% minmax(0, 1fr); column-gap: 30px; }
  .hhmiv__heading { font-size: clamp(30px, 4vw, 42px); }
  .hhmiv__copy-bottom { grid-template-columns: 1fr; }
  .hhmiv__note { display: none; }
  .hhmiv__image-wrap { height: 310px; }
  .hhmiv__values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .hhmiv { padding: 40px 20px 28px; }
  .hhmiv__intro { display: flex; flex-direction: column; gap: 30px; }
  .hhmiv__copy,
  .hhmiv__image-wrap { width: 100%; }
  .hhmiv__heading { font-size: clamp(31px, 9vw, 44px); }
  .hhmiv__copy-bottom { margin-top: 22px; }
  .hhmiv__description { max-width: 100%; }
  .hhmiv__image-wrap { height: 250px; border-radius: 18px; }
  .hhmiv__values { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
  .hhmiv__card { min-height: 0; padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hhmiv *,
  .hhmiv *::before,
  .hhmiv *::after { transition: none !important; }
}
