.page-home main.container:has(.omhr2026) {
  padding-top: 0;
}

.omhr2026 {
  display: grid;
  gap: 0;
  padding: 0;
}

.omhr2026 section {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
}

.omhr2026 h1,
.omhr2026 h2,
.omhr2026 h3,
.omhr2026 p {
  margin: 0;
}

.omhr2026-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.omhr2026-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
  align-items: end;
  justify-items: start;
  padding: clamp(18px, 2vw, 28px) clamp(24px, 6vw, 84px) clamp(34px, 4.2vw, 56px);
}

.omhr2026-kicker {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1e5b3e;
}

.omhr2026-hero__content {
  position: relative;
  max-width: 50rem;
  display: grid;
  gap: 14px;
  padding: clamp(14px, 1.5vw, 20px) clamp(12px, 1.8vw, 22px);
  margin-left: clamp(8px, 1.8vw, 28px);
  margin-top: 0;
}

.omhr2026-hero__content::before {
  display: none;
}

.page-home main.container .omhr2026 .omhr2026-hero h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.32em;
  row-gap: 0.1em;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-shadow: 0 8px 22px rgba(8, 14, 24, 0.42), 0 2px 6px rgba(8, 14, 24, 0.38);
  white-space: normal;
  overflow: visible;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  animation: omhr2026-hero-title-in 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s forwards;
}

.omhr2026-hero__title-line {
  display: inline;
  white-space: nowrap;
}

.omhr2026-hero__highlight {
  display: inline;
  white-space: nowrap;
  margin-top: 0;
  padding-bottom: 0.08em;
  line-height: 1.04;
  color: #f8fafc;
  background: linear-gradient(90deg, #9be9b3 0%, #65cc89 58%, #b3f3c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 5px 20px rgba(34, 110, 66, 0.24);
  opacity: 0;
  transform: scale(1.1);
  animation: omhr2026-hero-accent-in 0.6s ease 0.5s forwards;
}

@media (min-width: 1200px) {
  .page-home main.container .omhr2026 .omhr2026-hero h2 {
    flex-wrap: nowrap;
  }
}

.omhr2026-lead {
  max-width: 44rem;
  font-size: clamp(19px, 1.42vw, 24px);
  line-height: 1.62;
  color: rgba(246, 250, 255, 0.96);
  text-shadow: 0 2px 14px rgba(8, 14, 24, 0.34);
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  animation: omhr2026-hero-lead-in 0.8s ease-out 0.4s forwards;
}

@keyframes omhr2026-hero-title-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes omhr2026-hero-accent-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes omhr2026-hero-lead-in {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home main.container .omhr2026 .omhr2026-hero h2,
  .omhr2026-hero__highlight,
  .omhr2026-lead,
  .omhr2026-intro-card__glow,
  .omhr2026-intro-card__body,
  .omhr2026-intro-card__orb,
  .omhr2026-intro__inner > p {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.omhr2026-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 630;
  z-index: 1;
}

.omhr2026-hero__image {
  display: block;
  max-width: none;
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.omhr2026-hero__overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 30%, 220px);
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(9, 14, 23, 0) 0%,
    rgba(9, 14, 23, 0.28) 52%,
    rgba(9, 14, 23, 0.5) 100%
  );
}

.omhr2026-hero::before,
.omhr2026-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(58px);
  pointer-events: none;
  z-index: 3;
}

.omhr2026-hero::before {
  width: 280px;
  height: 280px;
  left: -56px;
  top: -42px;
  background: rgba(86, 171, 115, 0.2);
}

.omhr2026-hero::after {
  width: 320px;
  height: 320px;
  right: -74px;
  bottom: -78px;
  background: rgba(105, 201, 137, 0.16);
}

.omhr2026-intro {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 8rem 0;
}

.omhr2026-intro__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, #e6e6e6 1px, transparent 0);
  background-size: 40px 40px;
}

.omhr2026-intro__container {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.6vw, 2rem);
}

.omhr2026-intro__inner {
  max-width: 60rem;
  margin: 0 auto;
}

.omhr2026-intro__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.omhr2026-intro-card {
  position: relative;
  margin: 0;
}

.omhr2026-intro-card__glow {
  position: absolute;
  inset: -1rem;
  z-index: 1;
  border-radius: 1rem;
  background: rgba(94, 175, 107, 0.1);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0;
}

.omhr2026-intro-card__body {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(94, 175, 107, 0.2);
  border-radius: 1rem;
  padding: 2.25rem;
  background: linear-gradient(135deg, #5eaf6b1f 0%, rgba(145, 206, 135, 0.1) 100%);
  box-shadow: none;
  opacity: 1;
  filter: none;
  transform: none;
}

.omhr2026-intro-card__orb {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5eaf6b, #91ce87);
  opacity: 0.2;
  transform: none;
  display: none;
}

.omhr2026-intro-card__headline {
  max-width: 46rem;
  padding-right: 6rem;
  font-size: 1.5rem;
  line-height: 1.625;
  font-weight: 500;
  color: #0f172a;
}

.omhr2026 .omhr2026-intro .omhr2026-intro__inner > p {
  margin-top: 2.5rem;
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  line-height: 1.625;
  color: #3f4f63 !important;
  font-weight: 500;
  opacity: 1;
  filter: none;
  transform: none;
}

.omhr2026 .omhr2026-intro .omhr2026-intro-card + p {
  margin-top: 4rem;
  padding-top: 2.25rem;
}

/* Scroll-triggered reveal for intro section (JS adds .is-observed + .is-inview) */
.omhr2026-intro.is-observed .omhr2026-intro-card__body {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(40px) scale(0.98);
  will-change: opacity, transform, filter;
}

.omhr2026-intro.is-observed .omhr2026-intro-card__orb {
  opacity: 0;
  transform: translateY(8px) scale(0.7) rotate(-130deg);
  will-change: opacity, transform;
}

.omhr2026-intro.is-observed .omhr2026-intro-card__glow {
  opacity: 0;
  will-change: opacity;
}

.omhr2026-intro.is-observed .omhr2026-intro__inner > p {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(34px);
  will-change: opacity, transform, filter;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro-card__body {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.1s;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro-card__orb {
  opacity: 0.2;
  transform: translateY(0) scale(1) rotate(0deg);
  transition: opacity 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.35s;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro-card__glow {
  opacity: 0;
  transition: none;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro__inner > p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro__inner > p:nth-of-type(1) {
  transition-delay: 0.25s;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro__inner > p:nth-of-type(2) {
  transition-delay: 0.45s;
}

.omhr2026-intro.is-observed.is-inview .omhr2026-intro__inner > p:nth-of-type(3) {
  transition-delay: 0.65s;
}

.omhr2026-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .omhr2026-intro-card__body {
    padding: 2.75rem;
  }

  .omhr2026-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .omhr2026-impact-info__features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .omhr2026-intro-card__body {
    padding: 3.5rem;
  }

  .omhr2026-intro-card__headline {
    font-size: 1.875rem;
  }

  .omhr2026-impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home main.container .omhr2026 .omhr2026-audience h3.omhr2026-audience__title {
    font-size: 48px !important;
  }
}

.omhr2026-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 1.75rem;
  min-width: 0;
}

.omhr2026-features {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(1rem, 2.6vw, 2rem);
  background: #f8fafc;
  border-radius: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

.omhr2026-features__head {
  max-width: 80rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  min-width: 0;
}

.omhr2026-features__head h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.25rem);
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
  .page-home main.container .omhr2026 .omhr2026-features__head h2 {
    font-size: 48px;
  }
}

.omhr2026-features__head p {
  margin-top: 0.75rem;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.45;
  color: #627084;
}

.omhr2026-feature-card {
  border: 1px solid #dce3df;
  border-radius: 1rem;
  background: #fff;
  min-height: 11.5rem;
  padding: 1.4rem;
  display: grid;
  align-content: center;
  grid-template-rows: auto auto;
  gap: 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  min-width: 0;
}

.omhr2026-feature-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: inline-grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #91ce87 0%, #5eaf6b 100%);
  box-shadow: 0 6px 16px rgba(94, 175, 107, 0.35);
}

.omhr2026-feature-card h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.2;
  color: #1e293b;
  margin: 0;
}

.omhr2026-feature-card p {
  font-size: 1.125rem;
  line-height: 1.55;
  color: #627084;
  margin: 0;
}

.omhr2026-feature-grid {
  max-width: 80rem;
  margin-inline: auto;
}

.omhr2026-panel,
.omhr2026-about__side,
.omhr2026-editorial-card {
  border: 1px solid #dce3df;
  border-radius: 14px;
  background: #fff;
}

.omhr2026-panel,
.omhr2026-editorial-card__body {
  padding: 18px;
}

.omhr2026-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
  min-width: 0;
}

.omhr2026-impact {
  position: relative;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(5.5rem, 8vw, 7.5rem) clamp(1rem, 2.6vw, 2rem);
  overflow: hidden;
  background: linear-gradient(180deg, #1a502c 0%, #49b170 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.omhr2026-impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.22) 1px, transparent 0);
  background-size: 40px 40px;
  opacity: 0.26;
  pointer-events: none;
}

.omhr2026-impact__container {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  min-width: 0;
}

.omhr2026-impact__head {
  text-align: center;
  margin-bottom: 3rem;
  display: grid;
  gap: clamp(1rem, 2.6vw, 2rem);
  min-width: 0;
}

.page-home main.container .omhr2026 .omhr2026-impact__head h2 {
  margin: 0 auto;
  max-width: 58rem;
  font-size: clamp(2.5rem, 4.8vw, 3.75rem);
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.omhr2026-impact__sub {
  margin: 0 auto;
  max-width: 58rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  overflow-wrap: anywhere;
}

.omhr2026-impact-card {
  position: relative;
  min-height: 10rem;
  padding: clamp(1.75rem, 2.2vw, 2.5rem) clamp(1.25rem, 1.9vw, 2rem);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  text-align: center;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
}

.omhr2026-impact-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.omhr2026-impact-card__value-row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
}

.omhr2026-impact-card__value {
  font-size: clamp(2.75rem, 4.8vw, 3.5rem);
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.omhr2026-impact-card__label {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

.omhr2026-impact-info {
  max-width: 50rem;
  margin: 0 auto;
  padding: clamp(1.75rem, 3vw, 3rem);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  min-width: 0;
}

.omhr2026-impact-info__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #fff;
}

.omhr2026-impact-info__features {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  min-width: 0;
}

.omhr2026-impact-info__feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

.omhr2026-impact-info__feature span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.omhr2026-impact-info__feature svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.8);
}

.omhr2026-impact-info__feature svg circle,
.omhr2026-impact-info__feature svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omhr2026-anim--fade-up,
.omhr2026-anim--slide-up,
.omhr2026-anim--slide-left,
.omhr2026-anim--fade-in {
  opacity: 0;
}

.omhr2026-anim--fade-up.visible {
  animation: omhr2026-fade-up 0.8s ease-out forwards;
}

.omhr2026-anim--slide-up.visible {
  animation: omhr2026-slide-up 0.6s ease-out forwards;
}

.omhr2026-anim--slide-left.visible {
  animation: omhr2026-slide-left 0.8s ease-out forwards;
}

.omhr2026-anim--fade-in.visible {
  animation: omhr2026-fade-in 0.6s ease-out forwards;
}

.omhr2026-delay-1 {
  animation-delay: 0.1s;
}

.omhr2026-delay-2 {
  animation-delay: 0.2s;
}

.omhr2026-delay-3 {
  animation-delay: 0.3s;
}

.omhr2026-delay-4 {
  animation-delay: 0.4s;
}

.omhr2026-delay-5 {
  animation-delay: 0.5s;
}

.omhr2026-delay-6 {
  animation-delay: 0.6s;
}

.omhr2026-delay-7 {
  animation-delay: 0.7s;
}

.omhr2026-delay-8 {
  animation-delay: 0.8s;
}

.omhr2026-delay-9 {
  animation-delay: 0.9s;
}

.omhr2026-delay-10 {
  animation-delay: 1s;
}

@keyframes omhr2026-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes omhr2026-slide-up {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes omhr2026-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes omhr2026-slide-left {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.omhr2026-audience {
  background: transparent;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
}

.omhr2026-audience__inner {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: clamp(1.4rem, 2.6vw, 2.2rem);
}

.page-home main.container .omhr2026 .omhr2026-audience h3.omhr2026-audience__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1.24;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.omhr2026-audience__highlight {
  background: linear-gradient(90deg, #2f7e4a 0%, #51b972 55%, #3c9558 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-home main.container .omhr2026 .omhr2026-audience .omhr2026-audience__lead {
  margin: 0 auto;
  max-width: 74rem;
  font-size: 20px;
  line-height: 1.6;
  color: #627084;
  font-weight: 500;
}

.omhr2026-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  justify-items: center;
  align-items: start;
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: transparent;
}

.omhr2026-about__media {
  position: relative;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  min-height: clamp(320px, 34vw, 480px);
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
}

.omhr2026-about__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.omhr2026-about__media:hover .omhr2026-about__image {
  transform: scale(1.05);
}

.omhr2026-about__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 80, 44, 0.12) 0%, transparent 100%);
  pointer-events: none;
}

.omhr2026-about__main {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.4rem);
  max-width: min(980px, 100%);
}

.page-home main.container .omhr2026 .omhr2026-about h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 700;
}

.omhr2026-about__copy {
  display: grid;
  gap: 1rem;
}

.omhr2026-about__copy p {
  margin: 0;
  color: #627084;
  font-size: 1.125rem;
  line-height: 1.62;
}

@media (min-width: 841px) {
  .omhr2026-about__main {
    order: 1;
  }
}

.omhr2026-editorial__head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
  justify-items: center;
}

.omhr2026-editorial {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.page-home main.container .omhr2026 .omhr2026-editorial h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.15;
  color: #0f172a;
  font-weight: 700;
}

.omhr2026-editorial__head p {
  margin: 0;
  max-width: 66ch;
  color: #627084;
  font-size: 1.05rem;
  line-height: 1.6;
}

.omhr2026-editorial__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.omhr2026-editorial-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 260 / 404;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: #000;
  box-shadow: none;
}

.omhr2026-editorial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.52) 30%,
    rgba(0, 0, 0, 0.16) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.omhr2026-editorial-card__media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #edf3ef 0%, #dfeae3 100%);
}

.omhr2026-editorial-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 220ms ease;
}

.omhr2026-editorial-card:hover .omhr2026-editorial-card__image {
  transform: scale(1.05);
}

.omhr2026-editorial-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 14px 16px;
}

.omhr2026-editorial-card__body h3,
.omhr2026-editorial-card__body p {
  margin: 0;
  color: #fff;
}

.omhr2026-editorial-card__body h3 {
  font-size: 1.6rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.omhr2026-editorial-card__body p {
  margin-top: 4px;
  font-size: 0.84rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.88);
}

.omhr2026-contact {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.omhr2026-contact__head {
  text-align: center;
  display: grid;
  gap: 0.9rem;
  margin-bottom: clamp(2rem, 3.6vw, 3rem);
}

.page-home main.container .omhr2026 .omhr2026-contact h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.08;
  color: #0f1b3d;
  font-weight: 700;
}

.page-home main.container .omhr2026 .omhr2026-features__head h2 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.omhr2026-contact__head p {
  margin: 0;
  color: #627084;
  font-size: clamp(1.05rem, 1.7vw, 1.12rem);
  line-height: 1.55;
}

.omhr2026-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.omhr2026-contact-card {
  border: 1px solid #dce3df;
  border-radius: 16px;
  background: #fff;
  padding: clamp(1.25rem, 2vw, 1.8rem);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 18rem;
}

.page-home main.container .omhr2026 .omhr2026-contact-card h3.omhr2026-contact-card__title {
  margin: 0;
  color: #182338;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  line-height: 1.2;
  font-weight: 700;
}

.omhr2026-contact-card__line {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(94, 175, 107, 0.85) 0%, rgba(94, 175, 107, 0.85) 100%);
}

.omhr2026-contact-person {
  display: grid;
  gap: 0.45rem;
}

.omhr2026-contact-person + .omhr2026-contact-person {
  margin-top: 0.65rem;
}

.page-home main.container .omhr2026 .omhr2026-contact-person h4 {
  margin: 0;
  color: #1b2336;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.25;
  font-weight: 700;
}

.omhr2026-contact-person__role {
  margin: 0;
  color: #627084;
  font-size: 1rem;
  line-height: 1.4;
}

.omhr2026-contact-person__meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  max-width: 100%;
  word-break: break-word;
  color: #627084;
  font-size: 0.98rem;
  line-height: 1.4;
}

.omhr2026-contact-person__meta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #6faa79;
}

.omhr2026-contact-person__meta svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.omhr2026-contact-person__meta a {
  color: #5eaf6b;
  text-decoration: none;
  font-weight: 600;
}

.omhr2026-contact-person__meta a:hover,
.omhr2026-contact-person__meta a:focus-visible {
  text-decoration: underline;
}

.omhr2026-contact__welcome {
  display: block;
  margin: clamp(5.5rem, 11vw, 8rem) 0 0 !important;
  padding-top: 0;
  text-align: center;
  color: #2f7e4a;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.15;
  font-weight: 700;
  text-shadow: 0 0 22px rgba(94, 175, 107, 0.28);
}

@media (min-width: 1440px) {
  .omhr2026-hero__inner {
    padding-inline: clamp(48px, 7vw, 110px);
  }

  .omhr2026-hero__content {
    max-width: 56rem;
  }
}

@media (max-width: 1279px) {
  .omhr2026-about {
    gap: clamp(2.1rem, 3.8vw, 3rem);
  }

  .omhr2026-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .omhr2026-hero__inner {
    align-items: end;
    padding: 18px clamp(20px, 4.2vw, 44px) 28px;
  }

  .omhr2026-hero__content {
    margin-left: clamp(6px, 1.6vw, 20px);
    margin-top: 0;
    max-width: 46rem;
  }

  .page-home main.container .omhr2026 .omhr2026-hero h2 {
    font-size: clamp(44px, 6vw, 68px);
  }

  .omhr2026-impact-grid,
  .omhr2026-contact__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .omhr2026-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .omhr2026-editorial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .omhr2026 {
    gap: clamp(1.5rem, 3.8vw, 2.2rem);
    padding: 0 0 40px;
  }

  .omhr2026-hero__inner {
    align-items: end;
    padding: 22px 16px;
  }

  .omhr2026-hero__content {
    margin-left: 0;
    margin-top: 8px;
    max-width: 100%;
    padding: 14px 14px 16px;
  }

  .omhr2026-intro {
    padding: 3.7rem 0;
  }

  .omhr2026-intro__container {
    padding: 0 0.9rem;
  }

  .omhr2026-intro-card__body {
    padding: 1.8rem;
  }

  .omhr2026-two-col,
  .omhr2026-about,
  .omhr2026-feature-grid,
  .omhr2026-contact__grid {
    grid-template-columns: 1fr;
  }

  .omhr2026-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .omhr2026-editorial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .page-home main.container .omhr2026 .omhr2026-hero h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.07;
  }

  .omhr2026-lead {
    max-width: 100%;
    font-size: clamp(1rem, 3.9vw, 1.2rem);
    line-height: 1.52;
  }

  .omhr2026-feature-card {
    min-height: 0;
    padding: 1.35rem;
  }

  .omhr2026-about {
    padding: 3.8rem 0;
  }

  .omhr2026-about__media {
    min-height: 280px;
  }

  .omhr2026-impact {
    padding-block: clamp(4rem, 10vw, 5.2rem);
  }

  .omhr2026-impact__head {
    margin-bottom: 2.3rem;
  }

  .omhr2026-impact-info {
    padding: 1.35rem;
  }

  .omhr2026-contact {
    padding-block: 4.2rem;
  }

  .omhr2026-contact-card {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .omhr2026-intro-card__headline {
    padding-right: 4.3rem;
    font-size: clamp(1.3rem, 5vw, 1.6rem);
  }

  .omhr2026 .omhr2026-intro .omhr2026-intro-card + p {
    margin-top: 2.4rem;
    padding-top: 1.4rem;
  }

  .omhr2026-impact__head {
    gap: 1.2rem;
  }

  .omhr2026-impact__sub {
    font-size: 1rem;
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .omhr2026-hero__media {
    aspect-ratio: 1200 / 760;
  }

  .omhr2026-hero__image {
    object-fit: cover;
    object-position: center;
  }

  .omhr2026-hero__overlay {
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background: linear-gradient(
      180deg,
      rgba(9, 14, 23, 0) 0%,
      rgba(9, 14, 23, 0.42) 55%,
      rgba(9, 14, 23, 0.6) 100%
    );
  }

  .omhr2026-hero__inner {
    align-items: end;
    padding: 14px 12px 16px;
  }

  .omhr2026-hero__content {
    padding: 12px 10px 14px;
    gap: 10px;
  }

  .omhr2026-hero__content::before {
    display: none;
  }

  .page-home main.container .omhr2026 .omhr2026-hero h2 {
    font-size: clamp(28px, 9vw, 34px);
  }

  .omhr2026-hero__title-line,
  .omhr2026-hero__highlight {
    white-space: normal;
  }

  .omhr2026-lead {
    font-size: 0.95rem;
  }

  .omhr2026-intro {
    padding: 3rem 0;
  }

  .omhr2026-intro-card__body {
    padding: 1.35rem;
  }

  .omhr2026-intro-card__headline {
    padding-right: 3.2rem;
    font-size: 1.15rem;
  }

  .omhr2026-feature-card__icon {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.05rem;
  }

  .omhr2026-impact-grid {
    grid-template-columns: 1fr;
  }

  .omhr2026-impact-card {
    min-height: 0;
  }

  .omhr2026-impact-info__features {
    grid-template-columns: 1fr;
  }

  .omhr2026-editorial__grid {
    grid-template-columns: 1fr;
  }

  .omhr2026-editorial-card {
    max-width: min(92vw, 320px);
    margin-inline: auto;
  }

  .omhr2026-contact-card {
    padding: 1.1rem;
  }

  .omhr2026-contact-person__meta {
    font-size: 0.94rem;
  }

  .omhr2026-contact__welcome {
    margin-top: clamp(4.2rem, 11vw, 5rem) !important;
  }
}

@media (max-width: 390px) {
  .omhr2026-intro__container {
    padding-inline: 0.75rem;
  }

  .page-home main.container .omhr2026 .omhr2026-features__head h2,
  .page-home main.container .omhr2026 .omhr2026-editorial h2,
  .page-home main.container .omhr2026 .omhr2026-contact h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .page-home main.container .omhr2026 .omhr2026-audience h3.omhr2026-audience__title {
    font-size: clamp(2rem, 8.8vw, 2.45rem);
  }
}

@media (max-width: 375px) {
  .omhr2026-hero__content::before {
    top: -4px;
    bottom: -8px;
  }

  .omhr2026-lead {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .omhr2026-about__copy p,
  .omhr2026 .omhr2026-intro .omhr2026-intro__inner > p {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .omhr2026 {
    gap: 1.2rem;
  }

  .omhr2026-hero__inner {
    padding: 12px 10px 12px;
  }

  .page-home main.container .omhr2026 .omhr2026-hero h2 {
    font-size: 1.6rem;
  }

  .omhr2026-lead {
    font-size: 0.88rem;
  }

  .omhr2026-intro-card__headline {
    font-size: 1.05rem;
    padding-right: 2.4rem;
  }
}

/* About us author page: redaktion hero (local scope only) */
.omhr2026-redaktion-page {
  margin: 0;
}

.omhr2026-redaktion-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  background: #000000;
  border: 0;
  box-shadow: none;
}

.omhr2026-redaktion-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(1rem, 2.4vw, 2.5rem);
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(16px, 3.8vw, 56px);
  min-height: 100svh;
  min-height: 100dvh;
}

.omhr2026-redaktion-hero__inner--no-photo {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.omhr2026-redaktion-hero__content {
  display: grid;
  align-content: start;
  gap: clamp(0.85rem, 1.4vw, 1.1rem);
  padding: clamp(5.25rem, 12vh, 8.25rem) clamp(22vw, 28vw, 34vw) clamp(1.5rem, 2.2vw, 2.4rem) clamp(24px, 4vw, 64px);
  max-width: min(500px, 100%);
  color: rgba(244, 250, 248, 0.95);
  position: relative;
  z-index: 2;
}

.page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__name {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__title {
  margin: 0;
  color: #91ce87;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.35;
  font-weight: 600;
}

.omhr2026-redaktion-hero__bio {
  margin: 0;
  color: rgba(230, 238, 236, 0.94);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.68;
}

.omhr2026-redaktion-hero__bio p {
  margin: 0 0 0.9rem;
  color: inherit;
}

.omhr2026-redaktion-hero__bio p:last-child {
  margin-bottom: 0;
}

.omhr2026-redaktion-hero__linkedin {
  margin: 0.3rem 0 0;
  color: rgba(190, 208, 198, 0.9);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.omhr2026-redaktion-hero__linkedin a {
  color: #d2f2dc;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 0.35rem;
  font-size: 0.98rem;
  font-weight: 500;
  word-break: break-word;
}

.omhr2026-redaktion-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: clamp(420px, 62vw, 1020px);
  min-height: 100%;
  padding-top: clamp(8px, 1.2vw, 14px);
  box-sizing: border-box;
  overflow: visible;
  border-left: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  transform: translateX(-8%);
}

.omhr2026-redaktion-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: 72% bottom;
  transform: scale(1.26);
  transform-origin: right bottom;
  filter: drop-shadow(0 18px 26px rgba(5, 8, 12, 0.42));
}

/* 1366x768 class landscape laptops: tighten top rhythm */
@media (min-width: 1200px) and (max-height: 820px) {
  .omhr2026-redaktion-hero__content {
    padding-top: clamp(3.6rem, 9vh, 5rem);
  }

  .omhr2026-redaktion-hero__media {
    width: clamp(420px, 58vw, 920px);
  }

  .omhr2026-redaktion-hero__image {
    transform: scale(1.18);
  }
}

@media (max-width: 1280px) {
  .omhr2026-redaktion-hero__media {
    width: clamp(400px, 60vw, 920px);
    transform: translateX(-6%);
  }

  .omhr2026-redaktion-hero__image {
    transform: scale(1.2);
  }
}

/* Small desktop: keep desktop composition, but scale image down responsively */
@media (min-width: 1201px) and (max-width: 1440px) {
  .omhr2026-redaktion-hero__media {
    width: clamp(360px, 52vw, 760px);
    transform: translateX(-4%);
  }

  .omhr2026-redaktion-hero__image {
    transform: scale(1.1);
    object-position: 68% bottom;
  }
}

@media (max-width: 1200px) {
  .omhr2026-redaktion-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(260px, 44svh) minmax(0, 1fr);
    min-height: clamp(620px, 100svh, 860px);
    min-height: clamp(620px, 100dvh, 860px);
  }

  .omhr2026-redaktion-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    order: 1;
    min-height: 0;
    padding-top: clamp(18px, 2.8vw, 30px);
    border-left: 0;
    border-bottom: 0;
    pointer-events: auto;
    transform: none;
    background: #000;
  }

  .omhr2026-redaktion-hero__content {
    order: 2;
    gap: 0.8rem;
    padding: clamp(1.8rem, 7.2vh, 3rem) clamp(1.25rem, 4vw, 1.8rem) clamp(1rem, 2.8vw, 1.5rem);
    max-width: none;
  }

  .omhr2026-redaktion-hero__inner {
    padding-inline: 16px;
  }

  .page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__name {
    font-size: clamp(2rem, 5.6vw, 2.9rem);
  }

  .page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__title {
    font-size: clamp(1rem, 2.35vw, 1.2rem);
  }

  .omhr2026-redaktion-hero__bio {
    font-size: clamp(0.98rem, 2vw, 1.06rem);
    line-height: 1.58;
  }

  .omhr2026-redaktion-hero__image {
    object-position: center bottom;
    transform: translateY(8px) scale(1.04);
    transform-origin: center bottom;
    margin-bottom: -1px;
  }
}

@media (max-width: 680px) {
  .omhr2026-redaktion-hero {
    border-radius: 0;
  }

  .omhr2026-redaktion-hero__inner {
    grid-template-rows: minmax(220px, 40svh) minmax(0, 1fr);
    min-height: clamp(560px, 100svh, 760px);
    min-height: clamp(560px, 100dvh, 760px);
  }

  .omhr2026-redaktion-hero__media {
    min-height: 0;
    padding-top: clamp(20px, 5.6vw, 28px);
    background: #000;
  }

  .page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__name {
    font-size: clamp(1.8rem, 8.5vw, 2.35rem);
  }

  .omhr2026-redaktion-hero__content {
    padding: clamp(1.45rem, 5.5vh, 2.2rem) 1rem 1rem;
    gap: 0.7rem;
  }

  .omhr2026-redaktion-hero__linkedin {
    font-size: 0.84rem;
    letter-spacing: 0.05em;
  }

  .omhr2026-redaktion-hero__image {
    transform: translateY(8px) scale(1);
    transform-origin: center bottom;
    margin-bottom: -1px;
  }
}

/* 390x844 class phones */
@media (max-width: 430px) {
  .omhr2026-redaktion-hero__inner {
    grid-template-rows: minmax(250px, 42svh) minmax(0, 1fr);
    min-height: clamp(600px, 100svh, 860px);
    min-height: clamp(600px, 100dvh, 860px);
  }

  .omhr2026-redaktion-hero__content {
    padding: clamp(1.35rem, 5.2vh, 2rem) 0.9rem 0.95rem;
    gap: 0.65rem;
  }

  .omhr2026-redaktion-hero__media {
    padding-top: clamp(22px, 7vw, 30px);
    background: #000;
  }

  .page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__name {
    font-size: clamp(1.65rem, 8.2vw, 2.15rem);
  }

  .omhr2026-redaktion-hero__title {
    font-size: 1rem;
  }

  .omhr2026-redaktion-hero__bio {
    font-size: 0.98rem;
  }
}

/* iPad portrait: keep first-screen hero after navbar */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .omhr2026-redaktion-hero__inner {
    grid-template-rows: minmax(360px, 50svh) minmax(0, 1fr);
    min-height: calc(100svh - 108px);
    min-height: calc(100dvh - 108px);
  }

  .omhr2026-redaktion-hero__content {
    padding: clamp(2rem, 6.5vh, 2.8rem) clamp(1.4rem, 4.2vw, 2rem) clamp(1.2rem, 2.8vw, 1.8rem);
  }

  .omhr2026-redaktion-hero__image {
    transform: translateY(10px) scale(1.03);
  }
}

/* Nest Hub / Nest Hub Max landscape: use tablet-like hero composition */
@media (min-width: 1024px) and (max-width: 1280px) and (max-height: 820px) {
  .omhr2026-redaktion-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(300px, 46svh) minmax(0, 1fr);
    min-height: calc(100svh - 108px);
    min-height: calc(100dvh - 108px);
    padding-inline: 16px;
  }

  .omhr2026-redaktion-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    order: 1;
    min-height: 0;
    padding-top: clamp(14px, 2.2vw, 24px);
    border-left: 0;
    border-bottom: 0;
    pointer-events: auto;
    transform: none;
    background: #000;
  }

  .omhr2026-redaktion-hero__content {
    order: 2;
    gap: 0.8rem;
    padding: clamp(1.8rem, 7.2vh, 3rem) clamp(1.25rem, 4vw, 1.8rem) clamp(1rem, 2.8vw, 1.5rem);
    max-width: none;
  }

  .omhr2026-redaktion-hero__image {
    object-position: center bottom;
    transform: translateY(8px) scale(1.03);
    transform-origin: center bottom;
  }
}

@media (max-width: 480px) {
  .omhr2026-redaktion-hero__inner {
    min-height: clamp(520px, 100dvh, 700px);
  }

  .omhr2026-redaktion-hero__content {
    padding: clamp(1.2rem, 4.8vh, 1.9rem) 0.9rem 0.9rem;
  }

  .page-home main.container .omhr2026-redaktion-page .omhr2026-redaktion-hero__name {
    line-height: 1.12;
  }

  .omhr2026-redaktion-hero__bio {
    line-height: 1.52;
  }
}

/* Keep author hero flush with navbar and newsletter on this page only */
body.page-home main.container:has(.omhr2026-redaktion-page) {
  padding-top: 0;
  padding-bottom: 0;
}

/* Remove newsletter top-gap only when redaktion hero page is active */
body.page-home main.container:has(.omhr2026-redaktion-page) + .newsletter {
  margin-top: 0;
}

/* Redaktionsprofil: hide newsletter only on this page */
body.page-home:has(main.container .omhr2026-redaktion-page) .newsletter {
  display: none !important;
}
