:root {
  --ohm-green: #193f10;
  --ohm-green-light: #7d9b76;
  --ohm-paper: #ebebeb;
  --ohm-ink: #303030;
  --ohm-content-width: 1200px;
}

.ohm-native-page {
  color: var(--ohm-ink);
  background: var(--ohm-paper) url("https://www.ohm.events/wp-content/uploads/2021/05/OHM-bg-tech.webp") bottom left / cover fixed no-repeat;
}

.ohm-native-wrap {
  width: min(var(--ohm-content-width), calc(100% - 40px));
  margin-inline: auto;
}

.ohm-native-hero {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0 clamp(70px, 8vw, 110px);
  overflow: hidden;
  background: rgba(235, 235, 235, .93);
}

.ohm-native-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  content: '';
  background: var(--ohm-green);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 86% 45%, 69% 64%, 48% 43%, 29% 64%, 11% 44%, 0 64%);
}

.ohm-native-kicker {
  margin: 0 0 14px;
  color: var(--ohm-green);
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ohm-native-hero h1,
.ohm-native-content h2,
.ohm-native-content h3 {
  color: var(--ohm-green);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
}

.ohm-native-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.1;
}

.ohm-native-content {
  padding-block: clamp(56px, 8vw, 100px);
}

.ohm-native-content > * + * { margin-top: 1.5rem; }
.ohm-native-content p,
.ohm-native-content li { max-width: 800px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.ohm-native-content img { display: block; max-width: 100%; height: auto; border: 3px double var(--ohm-green); border-radius: 12px; }
.ohm-native-content a:not(.button) { color: var(--ohm-green); text-decoration: underline; text-underline-offset: .15em; }
.ohm-native-content .wp-block-button__link { background: var(--ohm-green); border: 3px double var(--ohm-paper); border-radius: 10px; }

.ohm-native-cta { margin-block: 2.5rem !important; }
.ohm-native-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 28px;
  color: #fff !important;
  background: var(--ohm-green);
  border: 3px double var(--ohm-paper);
  border-radius: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}
.ohm-native-cta-link:hover { color: var(--ohm-green) !important; background: var(--ohm-paper); border-color: var(--ohm-green); }

@media (max-width: 767px) {
  .ohm-native-wrap { width: min(100% - 32px, var(--ohm-content-width)); }
  .ohm-native-page { background-attachment: scroll; }
}
