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

.hhmh {
  display: grid;
  grid-template-columns: 44.5% minmax(0, 1fr);
  width: 100%;
  min-height: 610px;
  overflow: hidden;
  background: #fcf8f1;
}

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

.hhmh__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 62px 56px 26px 46px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.9), transparent 38%),
    linear-gradient(115deg, #fdfaf5 0%, #f8f1e7 100%);
}

.hhmh__content-inner { width: 100%; max-width: 540px; }

.hhmh__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;
}

.hhmh__title {
  margin: 0 0 22px;
  color: #302b27;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.025em;
}

.hhmh__description {
  max-width: 430px;
  margin: 0 0 30px;
  color: #4a4540;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.hhmh__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
}

.hhmh__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .015em;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.hhmh__primary {
  padding: 17px 22px;
  border: 1px solid rgba(130, 44, 22, .2);
  border-radius: 3px;
  background: #b84827;
  color: #fff;
}

.hhmh__primary:hover,
.hhmh__primary:focus { background: #963a20; color: #fff; transform: translateY(-1px); }

.hhmh__secondary { gap: 12px; padding: 12px 0; color: #b84827; }
.hhmh__secondary:hover,
.hhmh__secondary:focus { color: #7f2f1a; }
.hhmh__arrow { font-size: 21px; font-weight: 400; line-height: .7; transition: transform .2s ease; }
.hhmh__secondary:hover .hhmh__arrow { transform: translateX(4px); }

.hhmh__support {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding-top: 16px;
  border-top: 1px solid #e5d9ca;
  color: #5a5550;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.hhmh__support-icon { display: inline-flex; flex: 0 0 auto; color: #c86c4a; }
.hhmh__support-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hhmh__image {
  position: relative;
  min-width: 0;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e9dfd2;
  background-color: #ddd2c3;
  background-image: var(--hhmh-image);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.hhmh__image::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: rgba(0,0,0,0); }

@media (max-width: 1024px) {
  .hhmh { grid-template-columns: 47% minmax(0, 1fr); min-height: 540px; }
  .hhmh__content { padding: 46px 36px 26px; }
  .hhmh__title { font-size: clamp(39px, 5vw, 54px); }
  .hhmh__actions { gap: 18px; }
}

@media (max-width: 767px) {
  .hhmh { display: flex; flex-direction: column; min-height: 0 !important; }
  .hhmh__content { order: 1; width: 100%; padding: 44px 22px 28px; }
  .hhmh__image {
    order: 2;
    width: 100%;
    min-height: 340px;
    border-top: 1px solid #e9dfd2;
    border-left: 0;
    background-image: var(--hhmh-mobile-image);
    background-size: cover;
    background-position: center center;
  }
  .hhmh-mobile-image-first-yes .hhmh__image { order: 1; }
  .hhmh-mobile-image-first-yes .hhmh__content { order: 2; }
  .hhmh__title { font-size: clamp(39px, 12vw, 54px); }
  .hhmh__description { font-size: 15px; }
  .hhmh__support { margin-top: 30px; }
}

@media (max-width: 480px) {
  .hhmh__actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .hhmh__button { width: 100%; }
  .hhmh__secondary { min-height: 46px; }
}

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