/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Rolmmobau Hero — shared front-end + editor styles */
.rm-hero {
  position: relative;
  width: 100%;
  min-height: var(--rm-hero-min-h, 828px);
  display: flex;
  overflow: hidden;
  color: var(--rm-hero-text, #fff);
  background-image: var(--rm-hero-bg, none);
  background-size: var(--rm-hero-size, cover);
  background-position: var(--rm-hero-focal, 50% 50%);
  background-repeat: no-repeat;
  background-color: #1b2421;
}
.rm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--rm-hero-overlay, #1b2421);
  opacity: var(--rm-hero-overlay-opacity, 0.63);
}
.rm-hero__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: calc(var(--container, 1240px) + 2 * var(--gutter, 24px));
  margin: 0 auto;
  padding: var(--rm-hero-pad-top, 140px) var(--gutter, 24px) var(--rm-hero-pad-bottom, 80px);
}
.rm-hero__content {
  max-width: var(--rm-hero-content-mw, 667px);
  margin-top: var(--rm-hero-content-offset, 60px);
}
.rm-hero {
  /* Stacked: heading, subheading, paragraph flow together (compact page-header) */
}
.rm-hero--stacked .rm-hero__inner {
  justify-content: flex-start;
}
.rm-hero--stacked .rm-hero__paragraph {
  margin-top: var(--rm-hero-heading-gap, 12px);
  max-width: var(--rm-hero-content-mw, 667px);
}
.rm-hero__heading {
  margin: 0;
  font-family: var(--font-display, "Plus Jakarta Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: var(--rm-hero-heading-size, 56px);
  line-height: 1.2;
  color: var(--rm-hero-text, #fff);
}
.rm-hero__heading mark,
.rm-hero__heading .rm-accent {
  background: transparent none !important;
  color: var(--rm-hero-accent, #87b0a1);
}
.rm-hero__subheading {
  margin: var(--rm-hero-heading-gap, 12px) 0 0;
  max-width: var(--rm-hero-content-mw, 667px);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-weight: 600;
  font-size: var(--rm-hero-sub-size, 20px);
  line-height: 1.5;
  color: var(--rm-hero-accent, #87b0a1);
}
.rm-hero__paragraph {
  margin: 0;
  max-width: var(--rm-hero-para-mw, 447px);
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-weight: 300;
  font-size: var(--rm-hero-para-size, 18px);
  line-height: 1.5;
  color: var(--rm-hero-text, #fff);
}
/* Mobile — see (M) Homepage: stacked, smaller type, paragraph follows subheading */
@media (max-width: 781px) {
  .rm-hero {
    min-height: auto;
  }
  .rm-hero__inner {
    justify-content: flex-start;
    gap: 24px;
    padding-top: 120px;
    padding-bottom: 48px;
  }
  .rm-hero__content {
    margin-top: 0;
    max-width: none;
  }
  .rm-hero__heading {
    font-size: clamp(32px, 9vw, 40px);
  }
  .rm-hero__subheading, .rm-hero__paragraph {
    max-width: none;
  }
  .rm-hero__subheading {
    font-size: 16px;
  }
  .rm-hero__paragraph {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style-index.css.map*/