/*
Theme Name: Olbrich SUNLIGHT
Theme URI: https://www.olbrich-hemer.de/
Author: Olbrich know how
Description: Modernes WordPress-Theme für Olbrich SUNLIGHT Licht- und Farblichttherapiegeräte.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: olbrich-sunlight
*/

:root {
  --okh-ink: #17313b;
  --okh-muted: #5b6d73;
  --okh-line: #d9e5e5;
  --okh-paper: #f7fbfa;
  --okh-white: #ffffff;
  --okh-aqua: #0c9aa2;
  --okh-aqua-dark: #08747b;
  --okh-sun: #f1b432;
  --okh-coral: #dc6d54;
  --okh-leaf: #648b48;
  --okh-shadow: 0 18px 48px rgba(23, 49, 59, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--okh-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--okh-paper);
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 229, 229, 0.85);
  backdrop-filter: blur(10px);
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 170px;
}

.site-branding img {
  width: 174px;
}

.site-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.site-title a {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.main-navigation {
  flex: 1;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
}

.main-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  color: var(--okh-muted);
  font-size: 14px;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--okh-aqua-dark);
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation li:has(.sub-menu) > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: none;
  min-width: 260px;
  margin: 0;
  padding: 14px 10px 10px;
  opacity: 0;
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: var(--okh-shadow);
  transform: translate(-50%, 0);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.main-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu,
.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu a {
  justify-content: space-between;
  min-height: 0;
  padding: 10px 12px;
  color: var(--okh-ink);
  line-height: 1.35;
  white-space: normal;
}

.main-navigation .sub-menu a:hover {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.main-navigation .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
  padding-left: 16px;
  transform: translate(0, 0);
}

.main-navigation .sub-menu li:hover > .sub-menu,
.main-navigation .sub-menu li:focus-within > .sub-menu,
.main-navigation .sub-menu li.is-open > .sub-menu {
  transform: translate(0, 0);
}

.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .sub-menu li:has(.sub-menu) > a::after {
  transform: rotate(-45deg);
}

.header-call {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(12, 154, 162, 0.24);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 205px);
  padding: clamp(36px, 4vw, 56px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--okh-white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.86) 0%, rgba(8, 48, 58, 0.68) 42%, rgba(8, 48, 58, 0.2) 100%),
    var(--hero-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.hero-content {
  position: relative;
  width: min(780px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--okh-sun);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.button-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.button.primary:hover {
  background: var(--okh-aqua-dark);
}

.button.secondary {
  color: var(--okh-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary.on-light {
  color: var(--okh-aqua-dark);
  border-color: rgba(12, 154, 162, 0.28);
}

.wrap,
.intro,
.module-section,
.color-section,
.contact-band,
.content-area {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 72px);
  padding: 64px 0 42px;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h2 {
  margin: 0 0 16px;
  color: var(--okh-ink);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.13;
}

.intro-copy p:last-child,
.module-copy p,
.color-section p,
.contact-band p {
  margin: 0;
  color: var(--okh-muted);
  font-size: 18px;
}

.entry-content p {
  margin: 0 0 1.05em;
  color: var(--okh-muted);
  font-size: 18px;
}

.intro-facts {
  display: grid;
  gap: 12px;
}

.intro-facts div {
  padding: 18px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-aqua);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.intro-facts div:nth-child(2) {
  border-left-color: var(--okh-coral);
}

.intro-facts div:nth-child(3) {
  border-left-color: var(--okh-leaf);
}

.intro-facts strong,
.intro-facts span {
  display: block;
}

.intro-facts span {
  color: var(--okh-muted);
  font-size: 15px;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 76px;
}

.therapy-grid article {
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.therapy-grid img {
  width: 100%;
  aspect-ratio: 2.75 / 1;
  object-fit: cover;
}

.therapy-grid div {
  padding: 22px;
}

.therapy-grid h3 {
  margin: 0 0 8px;
  color: var(--okh-ink);
  font-size: 24px;
}

.therapy-grid p {
  min-height: 78px;
  margin: 0 0 18px;
  color: var(--okh-muted);
}

.therapy-grid a,
.text-link {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.module-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid var(--okh-line);
}

.module-images {
  position: relative;
  min-height: 470px;
}

.module-images img {
  box-shadow: var(--okh-shadow);
}

.image-main {
  width: 82%;
  height: 430px;
  object-fit: cover;
}

.image-side {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  border: 10px solid var(--okh-paper);
}

.module-copy ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--okh-muted);
}

.module-copy li + li {
  margin-top: 8px;
}

.color-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: 34px 0 76px;
}

.color-section img {
  width: 100%;
  box-shadow: var(--okh-shadow);
}

.color-section .text-link {
  display: inline-block;
  margin-top: 22px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.contact-band h2,
.contact-band p {
  color: var(--okh-white);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--okh-muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--okh-aqua-dark);
}

.content-area {
  padding: 56px 0 72px;
  overflow-x: hidden;
}

.subpage-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: clamp(60px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(42px, 6vw, 76px);
  color: var(--okh-white);
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.62) 48%, rgba(8, 48, 58, 0.18) 100%),
    var(--subpage-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.subpage-hero-compact {
  min-height: 270px;
}

.subpage-hero-inner {
  position: relative;
  width: min(1000px, 100%);
}

.subpage-hero h1 {
  max-width: min(920px, 100%);
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: min(100%, 920px);
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.breadcrumbs a,
.breadcrumb-current {
  display: inline-block;
  max-width: min(360px, 42vw);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--okh-white);
}

.breadcrumb-current {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 34px;
}

.page-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sidebar-panel,
.sidebar-contact,
.page-main-card,
.archive-card {
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.sidebar-panel,
.sidebar-contact {
  padding: 22px;
}

.sidebar-panel h2,
.sidebar-contact h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.18;
}

.section-nav {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-nav a {
  display: block;
  padding: 10px 12px;
  color: var(--okh-muted);
  text-decoration: none;
  border-left: 3px solid transparent;
}

.section-nav a:hover,
.section-nav .is-current a {
  color: var(--okh-aqua-dark);
  background: #edf8f7;
  border-left-color: var(--okh-aqua);
}

.sidebar-contact {
  color: var(--okh-white);
  background: var(--okh-ink);
}

.sidebar-contact h2,
.sidebar-contact p {
  color: var(--okh-white);
}

.sidebar-contact .button {
  width: 100%;
  margin-top: 12px;
}

.page-main-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-main-card .entry-content > h1:first-child,
.page-main-card .entry-content > h2:first-child {
  margin-top: 0;
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  font-size: 18px;
  line-height: 1.74;
}

.page-main-card .entry-content > p:first-of-type {
  font-size: 20px;
  color: var(--okh-ink);
}

.page-main-card .entry-content h2 {
  clear: both;
  margin-top: 0;
}

.page-main-card .entry-content h3 {
  margin-top: 28px;
}

.page-main-card .entry-content img {
  margin: 8px 0 22px;
  box-shadow: none;
}

.okh-modern-content {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.okh-content-section {
  position: relative;
  display: flow-root;
  padding: clamp(18px, 3vw, 34px) 0 clamp(24px, 4vw, 44px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(160px, 34%);
  height: 4px;
  background: var(--okh-aqua);
}

.okh-content-section + .okh-content-section,
.okh-child-overview {
  border-top: 1px solid var(--okh-line);
}

.okh-content-section:nth-child(3n)::before {
  background: var(--okh-sun);
}

.okh-content-section:nth-child(3n + 2)::before {
  background: var(--okh-coral);
}

.okh-content-intro {
  background: transparent;
}

.okh-content-section h1,
.okh-content-section h2 {
  max-width: 920px;
}

.okh-content-section h2 {
  margin-bottom: 20px;
}

.okh-content-section h3,
.okh-product-copy h3,
.okh-detail-card h3 {
  position: relative;
  margin: 30px 0 12px;
  padding-left: 14px;
  color: var(--okh-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.22;
}

.okh-content-section h3::before,
.okh-product-copy h3::before,
.okh-detail-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.16em;
  width: 4px;
  background: var(--okh-aqua);
}

.okh-content-section h2 span {
  color: var(--okh-muted);
  font-size: 0.62em;
  font-weight: 400;
}

.okh-content-section > p:first-of-type {
  max-width: 780px;
  color: var(--okh-ink);
  font-size: 20px;
  line-height: 1.72;
}

.okh-content-section p {
  max-width: 780px;
  margin-bottom: 1.15em;
  line-height: 1.76;
}

.okh-content-section p:empty,
.okh-legacy-column:empty {
  display: none;
}

.okh-content-section > br,
.okh-legacy-row > br:first-child,
.okh-legacy-column > br:first-child {
  display: none;
}

.okh-legacy-composed {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
  overflow: hidden;
  box-shadow: none;
}

.okh-legacy-composed > :not(.okh-legacy-column) {
  grid-column: 1 / -1;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 780px;
  margin: 22px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border: 0;
  list-style: none;
}

.okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-content-section li + li {
  margin-top: 11px;
}

.okh-legacy-composed .okh-legacy-row {
  gap: 22px;
}

.okh-legacy-composed .okh-legacy-column {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 4;
}

.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1;
}

.okh-legacy-composed .okh-legacy-feature {
  padding: 0;
  background: transparent;
  border-left: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-legacy-feature h3 {
  max-width: 780px;
}

.okh-legacy-composed .okh-legacy-feature > div {
  max-width: 780px;
}

.okh-legacy-composed img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #f7fbfa;
}

.okh-legacy-composed .okh-legacy-column > ul,
.okh-legacy-composed .okh-legacy-column > ol {
  margin-top: 14px;
}

.okh-content-section a:not(.button) {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.okh-content-section .aligncenter,
.okh-content-section img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.page-main-card .entry-content .alignleft {
  float: left;
  max-width: min(46%, 360px);
  margin: 8px 26px 20px 0;
}

.page-main-card .entry-content .alignright {
  float: right;
  max-width: min(46%, 360px);
  margin: 8px 0 20px 26px;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto 64px;
  padding: clamp(28px, 4vw, 42px);
  color: var(--okh-white);
  background: var(--okh-ink);
}

.page-cta h2,
.page-cta p {
  color: var(--okh-white);
}

.page-cta h2 {
  margin-bottom: 10px;
}

.page-cta p {
  margin: 0;
  max-width: 720px;
}

.contact-page-shell {
  padding-top: 48px;
}

.okh-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 48px);
  color: var(--okh-white);
  background:
    linear-gradient(135deg, rgba(23, 49, 59, 0.96), rgba(8, 116, 123, 0.92)),
    var(--subpage-image, none) center / cover no-repeat;
}

.okh-contact-hero h2,
.okh-contact-hero p {
  color: var(--okh-white);
}

.okh-contact-hero h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.okh-contact-hero p:not(.section-kicker) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.okh-contact-methods {
  display: grid;
  gap: 12px;
}

.okh-contact-methods a,
.okh-contact-methods div {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: var(--okh-ink);
  text-decoration: none;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-sun);
}

.okh-contact-methods a:nth-child(2) {
  border-left-color: var(--okh-aqua);
}

.okh-contact-methods div {
  border-left-color: var(--okh-coral);
}

.okh-contact-methods span {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.okh-contact-methods strong {
  overflow-wrap: anywhere;
}

.contact-main-card .okh-modern-content {
  gap: 22px;
}

.contact-main-card .okh-content-section {
  box-shadow: none;
}

.contact-main-card .okh-map-card {
  margin-bottom: 0;
}

.contact-main-card input,
.contact-main-card textarea,
.contact-main-card select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--okh-ink);
  font: inherit;
  border: 1px solid var(--okh-line);
  background: var(--okh-white);
}

.contact-main-card textarea {
  min-height: 150px;
}

.contact-main-card input:focus,
.contact-main-card textarea:focus,
.contact-main-card select:focus {
  outline: 3px solid rgba(12, 154, 162, 0.18);
  border-color: var(--okh-aqua);
}

.contact-main-card input[type="submit"],
.contact-main-card button[type="submit"] {
  width: auto;
  min-width: 190px;
  color: var(--okh-white);
  font-weight: 700;
  background: var(--okh-aqua);
  border-color: var(--okh-aqua);
  cursor: pointer;
}

.content-area-modern {
  width: min(1180px, calc(100% - 36px));
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-card {
  padding: 28px;
}

.archive-card .entry-title {
  font-size: clamp(25px, 3vw, 36px);
}

.archive-card .entry-content p {
  color: var(--okh-muted);
}

.okh-product-layout {
  display: grid;
  gap: 24px;
}

.okh-product-copy p,
.okh-detail-card p,
.okh-product-layout .okh-content-section p {
  margin-bottom: 1.05em;
  line-height: 1.72;
}

.okh-product-copy ul,
.okh-detail-card ul,
.okh-product-layout .okh-content-section ul,
.okh-product-copy ol,
.okh-detail-card ol,
.okh-product-layout .okh-content-section ol {
  margin: 20px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border-left: 0;
  list-style: none;
}

.okh-product-copy li,
.okh-detail-card li,
.okh-product-layout .okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-product-copy li::before,
.okh-detail-card li::before,
.okh-product-layout .okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-product-overview {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 3vw, 36px);
  padding: clamp(26px, 4vw, 46px);
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-product-overview-textonly {
  grid-template-columns: minmax(0, 1fr);
  background: linear-gradient(135deg, #ffffff 0%, #eefafa 100%);
}

.okh-product-overview-textonly .okh-product-summary {
  max-width: 880px;
}

.okh-product-gallery {
  display: grid;
  gap: 12px;
  align-content: start;
}

.okh-product-gallery figure {
  margin: 0;
  background: #eef5f4;
}

.okh-product-gallery figure:first-child {
  grid-row: span 2;
}

.okh-product-gallery img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  box-shadow: none;
}

.okh-product-summary h2 {
  margin-top: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.okh-product-subtitle {
  color: var(--okh-aqua-dark);
  font-size: 22px;
  font-weight: 700;
}

.okh-product-copy {
  margin: 22px 0;
}

.okh-audio-player {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(21, 72, 82, 0.12);
  background: linear-gradient(135deg, #f7fbfa, #eef8f5);
}

.okh-audio-player audio {
  display: block;
  width: 100%;
}

.okh-product-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.okh-product-specs div {
  padding: 14px;
  background: #f7fbfa;
  border-left: 3px solid var(--okh-aqua);
}

.okh-product-specs dt {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
}

.okh-product-specs dd {
  margin: 4px 0 0;
  color: var(--okh-ink);
  font-weight: 700;
  overflow-wrap: break-word;
}

.okh-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.okh-detail-card {
  padding: clamp(24px, 3vw, 34px);
  background: var(--okh-white);
  border-top: 4px solid var(--okh-aqua);
  box-shadow: none;
}

.okh-detail-card h2 {
  margin-top: 0;
  font-size: clamp(25px, 3vw, 34px);
}

.okh-detail-card ul {
  padding-left: 0;
}

.okh-child-overview {
  margin-top: clamp(28px, 5vw, 58px);
  padding: clamp(24px, 3vw, 36px);
  background: transparent;
  border-top: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-child-overview-head {
  margin-bottom: 20px;
}

.okh-child-overview h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 38px);
}

.okh-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.okh-child-card {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 20px;
  color: var(--okh-ink);
  text-decoration: none;
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
  border-top: 1px solid var(--okh-line);
  border-right: 1px solid var(--okh-line);
  border-bottom: 1px solid var(--okh-line);
}

.okh-child-card:nth-child(3n + 2) {
  border-left-color: var(--okh-coral);
}

.okh-child-card:nth-child(3n) {
  border-left-color: var(--okh-sun);
}

.okh-child-card:hover {
  background: #eefafa;
  transform: translateY(-2px);
}

.okh-child-card span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.okh-child-card p {
  margin: 10px 0 0;
  color: var(--okh-muted);
  font-size: 16px;
}

main,
.entry-content {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  overflow-wrap: break-word;
}

.entry-content table,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.entry-content blockquote {
  max-width: 920px;
  margin: 24px 0;
  padding: 22px 24px;
  color: var(--okh-muted);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content a:has(img[src*="pdf-down.jpg"]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--okh-white);
  font-weight: 700;
  text-decoration: none;
  background: var(--okh-aqua);
}

.entry-content a:has(img[src*="pdf-down.jpg"]) img {
  display: none;
}

.entry-content a:has(img[src*="pdf-down.jpg"])::after {
  content: "PDF öffnen";
}

.entry-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--okh-line);
}

.entry-content th {
  color: var(--okh-ink);
  font-weight: 700;
  background: #eefafa;
}

.entry-content tr:nth-child(even) td {
  background: #f7fbfa;
}

.entry-title {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.okh-legacy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: none;
  margin: 0 0 30px;
  padding: 0;
}

.okh-legacy-row-dark,
.okh-legacy-info {
  padding: 28px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.okh-legacy-row-dark p,
.okh-legacy-info p,
.okh-legacy-info li {
  color: rgba(255, 255, 255, 0.86);
}

.okh-legacy-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid var(--okh-line);
}

.okh-legacy-title h1,
.okh-legacy-title h2 {
  margin: 0;
}

.okh-legacy-title h1 {
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.08;
}

.okh-legacy-title h2 {
  margin-top: 10px;
  color: var(--okh-muted);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
}

.okh-legacy-column {
  float: none;
  flex: 1 1 280px;
  width: auto;
  margin-right: 0;
  margin-bottom: 28px;
  padding: clamp(20px, 2.5vw, 28px);
  background: #f7fbfa;
  border: 1px solid var(--okh-line);
  border-top: 4px solid var(--okh-aqua);
}

.okh-legacy-column.okh-position-last,
.okh-legacy-column:last-child {
  margin-right: 0;
}

.okh-width-1-2,
.okh-width-eight {
  flex-basis: calc(50% - 14px);
}

.okh-width-one {
  flex-basis: calc(6.25% - 16px);
}

.okh-width-two {
  flex-basis: calc(12.5% - 16px);
}

.okh-width-three {
  flex-basis: calc(18.75% - 16px);
}

.okh-width-four {
  flex-basis: calc(25% - 16px);
}

.okh-width-five {
  flex-basis: calc(31.25% - 16px);
}

.okh-width-six {
  flex-basis: calc(37.5% - 16px);
}

.okh-width-seven {
  flex-basis: calc(43.75% - 16px);
}

.okh-width-2-3 {
  flex-basis: calc(66.666% - 14px);
}

.okh-width-nine {
  flex-basis: calc(56.25% - 16px);
}

.okh-width-ten {
  flex-basis: calc(62.5% - 16px);
}

.okh-width-eleven {
  flex-basis: calc(68.75% - 16px);
}

.okh-width-twelve {
  flex-basis: calc(75% - 16px);
}

.okh-width-thirteen {
  flex-basis: calc(81.25% - 16px);
}

.okh-width-fourteen {
  flex-basis: calc(87.5% - 16px);
}

.okh-width-fifteen {
  flex-basis: calc(93.75% - 16px);
}

.okh-width-sixteen {
  flex-basis: 100%;
  margin-right: 0;
}

.okh-legacy-composed .okh-legacy-column,
.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width-1-2,
.okh-legacy-composed .okh-width-2-3 {
  flex: 1 1 360px;
  max-width: 100%;
  min-width: min(100%, 320px);
}

.okh-legacy-column img,
.entry-content img {
  height: auto;
  border-radius: 0;
}

.okh-legacy-column img {
  width: 100%;
  margin-top: 0;
}

.entry-content img[src*="%3Ca"],
.entry-content img[src*="&lt;a"],
.entry-content img[src*="lichtdome-6-neu-klein-600x337.jpg"],
.entry-content img[src="http://"],
.entry-content img[src*="alt="],
.entry-content img[src*="pdf-down.jpg"] {
  display: none !important;
}

.okh-legacy-heading {
  margin: 8px 0 16px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.okh-legacy-heading.is-centered {
  text-align: center;
}

.okh-legacy-feature {
  min-height: 0;
  padding: 24px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-leaf);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.okh-legacy-feature-aqua {
  border-left-color: var(--okh-aqua);
}

.okh-legacy-feature h3 {
  margin-top: 0;
}

.okh-legacy-border {
  clear: both;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--okh-line);
}

.okh-legacy-info {
  clear: both;
  margin: 26px 0;
  box-shadow: var(--okh-shadow);
}

.okh-legacy-highlight {
  background: rgba(241, 180, 50, 0.28);
  box-decoration-break: clone;
  padding: 0 4px;
}

.okh-legacy-message {
  clear: both;
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--okh-ink);
  background: #fff7df;
  border-left: 4px solid var(--okh-sun);
}

.okh-legacy-checklist ul,
.okh-legacy-checklist ol {
  padding-left: 0;
  list-style: none;
}

.okh-legacy-checklist li {
  position: relative;
  padding-left: 26px;
}

.okh-legacy-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--okh-aqua);
}

.okh-color-lab {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  margin: 32px 0;
}

.colorSelected,
.rgbColorSelected,
#colorCurrent {
  display: none !important;
}

.okh-legacy-column:has(.okh-color-lab) {
  float: none;
  clear: both;
  width: 100%;
  margin-right: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.okh-color-tool {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
}

.okh-color-wheel {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  justify-self: center;
  padding: 0;
  background:
    radial-gradient(circle, #ffffff 0 8%, rgba(255, 255, 255, 0.92) 12%, transparent 52%),
    conic-gradient(#e53d32, #f49a1f, #f1d64d, #53aa4f, #18a0a8, #2e83d3, #704ac7, #d94b9b, #e53d32);
  border: 10px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(23, 49, 59, 0.16);
  cursor: crosshair;
}

.okh-color-wheel::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(23, 49, 59, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.okh-color-wheel span {
  position: absolute;
  left: 91%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--active-color);
  border: 3px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(23, 49, 59, 0.42), 0 8px 18px rgba(23, 49, 59, 0.22);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.okh-color-stage {
  display: grid;
  grid-template-columns: minmax(160px, 0.44fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--okh-white);
  background:
    linear-gradient(135deg, rgba(23, 49, 59, 0.7), rgba(23, 49, 59, 0.12)),
    var(--active-color);
  box-shadow: var(--okh-shadow);
}

.okh-color-stage > span {
  display: block;
  min-height: 170px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), var(--active-color) 34%, rgba(0, 0, 0, 0.18) 100%);
}

.okh-color-stage h3 {
  margin: 0 0 10px;
  color: var(--okh-white);
  font-size: clamp(34px, 5vw, 64px);
}

.okh-color-stage p:not(.section-kicker) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
}

.okh-color-code {
  margin-top: 18px !important;
}

.okh-color-code strong {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--okh-white);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.okh-colorpicker-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.okh-colorpicker-grid button {
  display: grid;
  min-height: 94px;
  align-items: end;
  padding: 10px;
  color: var(--okh-white);
  font: inherit;
  text-align: left;
  background: var(--swatch);
  border: 3px solid transparent;
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.12);
  cursor: pointer;
}

.okh-colorpicker-grid button:hover,
.okh-colorpicker-grid button.is-active {
  border-color: var(--okh-ink);
  transform: translateY(-2px);
}

.okh-colorpicker-grid strong {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.okh-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 0;
  overflow: hidden;
  margin: 28px 0;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.okh-map-card iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.okh-map-card > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  background: #f7fbfa;
}

.okh-map-card h3,
.okh-map-card p {
  margin: 0;
}

.entry-content {
  display: flow-root;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  max-width: 850px;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-navigation {
    order: 3;
    width: 100%;
  }

  .main-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .main-navigation a {
    min-height: 36px;
    padding: 0 4px;
  }

  .main-navigation li {
    position: static;
  }

  .main-navigation .sub-menu {
    position: static;
    display: none;
    min-width: 220px;
    margin: 0 0 0 12px;
    padding: 8px;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: block;
    transform: none;
  }

  .main-navigation .sub-menu .sub-menu {
    position: static;
    transform: none;
  }

  .hero {
    min-height: 76vh;
  }

  .intro,
  .module-section,
  .color-section {
    grid-template-columns: 1fr;
  }

  .therapy-grid {
    grid-template-columns: 1fr;
  }

  .therapy-grid p {
    min-height: 0;
  }

  .module-images {
    min-height: auto;
  }

  .image-main {
    width: 100%;
    height: auto;
  }

  .image-side {
    position: static;
    width: 100%;
    margin-top: 14px;
    border: 0;
  }

  .contact-band {
    display: block;
  }

  .page-shell {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .page-sidebar {
    order: 2;
  }

  .page-main-card {
    order: 1;
  }

  .page-cta {
    display: block;
  }

  .okh-contact-hero {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .okh-product-overview,
  .okh-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-card {
    min-height: 0;
  }

  .okh-product-specs {
    grid-template-columns: 1fr;
  }

  .okh-legacy-column,
  .okh-width-one,
  .okh-width-two,
  .okh-width-three,
  .okh-width-four,
  .okh-width-five,
  .okh-width-six,
  .okh-width-seven,
  .okh-width-1-2,
  .okh-width-eight,
  .okh-width-2-3,
  .okh-width-nine,
  .okh-width-ten,
  .okh-width-eleven,
  .okh-width-twelve,
  .okh-width-thirteen,
  .okh-width-fourteen,
  .okh-width-fifteen,
  .okh-width-sixteen {
    float: none;
    flex: 1 1 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }

  .okh-legacy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .okh-legacy-composed {
    grid-template-columns: 1fr;
  }

  .okh-legacy-composed .okh-legacy-column,
  .okh-legacy-composed .okh-width-one,
  .okh-legacy-composed .okh-width-two,
  .okh-legacy-composed .okh-width-three,
  .okh-legacy-composed .okh-width-four,
  .okh-legacy-composed .okh-width-five,
  .okh-legacy-composed .okh-width-six,
  .okh-legacy-composed .okh-width-seven,
  .okh-legacy-composed .okh-width-eight,
  .okh-legacy-composed .okh-width-nine,
  .okh-legacy-composed .okh-width-ten,
  .okh-legacy-composed .okh-width-eleven,
  .okh-legacy-composed .okh-width-twelve,
  .okh-legacy-composed .okh-width-thirteen,
  .okh-legacy-composed .okh-width-fourteen,
  .okh-legacy-composed .okh-width-fifteen,
  .okh-legacy-composed .okh-width-sixteen,
  .okh-legacy-composed .okh-width-1-2,
  .okh-legacy-composed .okh-width-1-3,
  .okh-legacy-composed .okh-width-2-3 {
    grid-column: 1 / -1;
  }

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

  .okh-color-tool,
  .okh-color-stage,
  .okh-map-card {
    grid-template-columns: 1fr;
  }

  .okh-color-wheel {
    width: min(100%, 300px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .site-branding img {
    width: 150px;
  }

  .header-call {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: 68vh;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.76) 100%),
      var(--hero-image, none) center / cover no-repeat;
  }

  .button,
  .hero-actions,
  .button-row,
  .contact-actions {
    width: 100%;
  }

  .button,
  .okh-child-card,
  .okh-colorpicker-grid button {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .entry-content p,
  .page-main-card .entry-content p,
  .page-main-card .entry-content li,
  .okh-content-section p,
  .okh-content-section li {
    font-size: 17px;
    line-height: 1.65;
  }

  .entry-content blockquote {
    margin: 18px 0;
    padding: 18px;
  }

  .okh-detail-card,
  .okh-product-overview,
  .okh-child-overview {
    padding: 20px 14px;
  }

  .okh-content-section {
    padding: 22px 0 30px;
  }

  .okh-content-section,
  .okh-detail-card,
  .okh-product-copy,
  .okh-legacy-column {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .okh-legacy-column {
    padding: 16px;
    background: var(--okh-white);
    border: 1px solid var(--okh-line);
    border-left: 4px solid var(--okh-aqua);
    border-top: 0;
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .okh-legacy-composed .okh-legacy-column {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .okh-content-section ul,
  .okh-content-section ol,
  .okh-product-copy ul,
  .okh-product-copy ol,
  .okh-detail-card ul,
  .okh-detail-card ol,
  .okh-product-layout .okh-content-section ul,
  .okh-product-layout .okh-content-section ol {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 20px;
    padding: 0;
    background: transparent;
    border-left: 0;
  }

  .okh-content-section li,
  .okh-product-copy li,
  .okh-detail-card li {
    max-width: none;
    padding-left: 24px;
  }

  .entry-content table.aqua_table,
  .entry-content table.aqua_table thead,
  .entry-content table.aqua_table tbody,
  .entry-content table.aqua_table tr,
  .entry-content table.aqua_table th,
  .entry-content table.aqua_table td {
    display: block;
    width: 100%;
  }

  .entry-content table.aqua_table {
    background: transparent;
    box-shadow: none;
  }

  .entry-content table.aqua_table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .entry-content table.aqua_table tr {
    margin: 0 0 14px;
    padding: 16px;
    background: var(--okh-white);
    border-left: 4px solid var(--okh-aqua);
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .entry-content table.aqua_table td {
    display: grid;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border: 0;
    background: transparent !important;
  }

  .entry-content table.aqua_table td::before {
    color: var(--okh-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .entry-content table.aqua_table td:nth-child(1)::before {
    content: "Störung";
  }

  .entry-content table.aqua_table td:nth-child(2)::before {
    content: "Farbe";
  }

  .entry-content table.aqua_table td:nth-child(3)::before {
    content: "Häufigkeit";
  }

  .entry-content table.aqua_table td:nth-child(4)::before {
    content: "Zeit";
  }

  .entry-content table.aqua_table td:nth-child(5)::before {
    content: "Körperzone";
  }

  .okh-content-section::before {
    width: min(128px, 38%);
    height: 4px;
  }

  .contact-band {
    width: 100%;
    padding-inline: 18px;
  }

  .subpage-hero {
    min-height: 300px;
    padding: 46px 18px 38px;
  }

  .subpage-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }

  .breadcrumbs {
    gap: 6px;
    max-width: 100%;
  }

  .breadcrumbs .breadcrumb-separator {
    display: none;
  }

  .breadcrumbs a:not(:first-child):not(:last-of-type) {
    display: none;
  }

  .breadcrumbs a:first-child::after,
  .breadcrumbs a:last-of-type::after {
    content: "/";
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.5);
  }

  .breadcrumbs a,
  .breadcrumb-current {
    max-width: 46vw;
  }

  .page-shell,
  .page-cta {
    width: calc(100% - 24px);
  }

  .okh-contact-hero {
    padding: 24px 18px;
  }

  .okh-contact-methods a,
  .okh-contact-methods div {
    padding: 15px;
  }

  .okh-child-grid,
  .okh-product-specs,
  .okh-product-detail-grid,
  .okh-product-overview {
    gap: 14px;
  }

  .sidebar-panel,
  .sidebar-contact,
  .archive-card {
    padding: 20px;
  }

  .page-main-card {
    padding: 0;
  }

  .page-main-card .entry-content .alignleft,
  .page-main-card .entry-content .alignright {
    float: none;
    max-width: 100%;
    margin: 10px 0 20px;
  }
}


/* Final page polish overrides: keeps the color picker calm in narrow content columns. */
.okh-color-lab {
  max-width: 920px;
}

.okh-color-tool {
  grid-template-columns: 1fr !important;
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
  border: 1px solid var(--okh-line);
}

.okh-color-wheel {
  width: min(100%, 340px);
  box-shadow: 0 18px 38px rgba(23, 49, 59, 0.14);
}

.okh-color-stage {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr) !important;
  min-height: 170px;
  color: var(--okh-ink);
  background: var(--okh-white) !important;
  border-left: 5px solid var(--active-color);
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.08);
}

.okh-color-stage > span {
  min-height: 130px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 36%), var(--active-color);
}

.okh-color-stage h3 {
  color: var(--okh-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.okh-color-stage p:not(.section-kicker) {
  color: var(--okh-muted);
  font-size: 19px;
}

.okh-color-code strong {
  color: var(--okh-ink);
  background: #eefafa;
  border-color: rgba(0, 139, 148, 0.22);
}

.okh-content-section > strong {
  display: block;
  max-width: 780px;
  margin: 30px 0 8px;
  padding: 18px 20px 10px;
  color: var(--okh-ink);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.okh-content-section > strong + br {
  display: none;
}

@media (max-width: 560px) {
  .okh-color-stage {
    grid-template-columns: 1fr !important;
  }
}


.site-credit {
  text-align: right;
}

@media (max-width: 560px) {
  .site-footer,
  .site-credit {
    text-align: left;
  }
}


/* Editorial page overhaul: cleaner content rhythm across all legacy pages. */
.page-shell {
  width: min(1120px, calc(100% - 36px));
  padding-top: clamp(38px, 5vw, 68px);
}

.page-main-card .entry-content {
  color: var(--okh-muted);
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.68;
}

.page-main-card .entry-content p + p {
  margin-top: 16px;
}

.okh-modern-content {
  gap: clamp(30px, 4vw, 54px);
}

.okh-content-section {
  padding: clamp(24px, 4vw, 44px) 0 clamp(32px, 5vw, 58px);
}

.okh-content-section::before {
  width: 84px;
  height: 3px;
}

.okh-content-section h1,
.okh-legacy-title h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.okh-content-section h2,
.okh-legacy-title h2 {
  max-width: 840px;
  margin-top: clamp(28px, 4vw, 48px);
  margin-bottom: 14px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}

.okh-content-section h3,
.okh-legacy-heading,
.okh-legacy-composed h3 {
  max-width: 820px;
  margin: clamp(26px, 4vw, 42px) 0 14px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.22;
}

.okh-legacy-heading.is-centered {
  min-height: 0 !important;
  text-align: left;
}

.okh-legacy-heading:empty,
.okh-legacy-column:empty,
.okh-content-section p:empty,
.okh-legacy-column p:empty,
.okh-legacy-composed .okh-legacy-column > br:first-child:last-child {
  display: none !important;
}

.okh-legacy-composed {
  align-items: start;
  gap: clamp(28px, 4vw, 46px);
  overflow: visible;
}

.okh-legacy-composed .okh-legacy-column {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  border: 0;
  border-left: 3px solid rgba(12, 154, 162, 0.58);
  box-shadow: none;
}

.okh-legacy-composed .okh-legacy-column:has(> img),
.okh-legacy-composed .okh-legacy-column:has(> a > img),
.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty), h1, h2, h3, h4, ul, ol, table)) {
  padding: 0;
  background: transparent;
  border-left: 0;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1;
}

.okh-legacy-composed img,
.page-main-card .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0 22px;
  background: #ffffff;
  border: 1px solid rgba(217, 229, 229, 0.9);
}

.okh-legacy-composed .okh-legacy-column > img:only-child,
.okh-legacy-composed .okh-legacy-column > a:only-child img {
  width: 100%;
  margin: 0;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 820px;
  margin: 18px 0 24px;
  padding: clamp(18px, 2.5vw, 26px);
  list-style: none;
  background: #f8fcfb;
  border-left: 3px solid rgba(12, 154, 162, 0.52);
}

.okh-content-section li {
  position: relative;
  padding-left: 24px;
}

.okh-content-section li + li {
  margin-top: 12px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--okh-aqua);
}

.okh-legacy-info,
.okh-content-section > strong {
  max-width: 820px;
  padding: clamp(18px, 2.4vw, 26px);
  color: var(--okh-ink);
  background: #f7fbfa;
  border: 0;
  border-left: 4px solid var(--okh-aqua);
  box-shadow: none;
}

.entry-content table {
  overflow: hidden;
  border: 1px solid var(--okh-line);
  border-radius: 6px;
  box-shadow: none;
}

.okh-pdf-link,
.entry-content a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 10px 0;
  padding: 13px 18px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  background: var(--okh-aqua-dark);
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 28px);
    padding-top: 30px;
  }

  .page-main-card .entry-content p,
  .page-main-card .entry-content li {
    max-width: 100%;
    font-size: 16.5px;
    line-height: 1.62;
  }

  .okh-content-section {
    padding: 22px 0 34px;
  }

  .okh-content-section h1,
  .okh-legacy-title h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .okh-content-section h2,
  .okh-legacy-title h2 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .okh-content-section h3,
  .okh-legacy-heading,
  .okh-legacy-composed h3 {
    font-size: clamp(21px, 6vw, 26px);
  }

  .okh-legacy-composed {
    display: block;
  }

  .okh-legacy-composed .okh-legacy-column {
    width: 100%;
    margin: 0 0 22px;
    padding: 18px;
  }

  .okh-content-section ul,
  .okh-content-section ol {
    padding: 17px 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--okh-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--okh-paper);
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 229, 229, 0.85);
  backdrop-filter: blur(10px);
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 170px;
}

.site-branding img {
  width: 174px;
}

.site-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.site-title a {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.main-navigation {
  flex: 1;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
}

.main-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  color: var(--okh-muted);
  font-size: 14px;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--okh-aqua-dark);
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation li:has(.sub-menu) > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: none;
  min-width: 260px;
  margin: 0;
  padding: 14px 10px 10px;
  opacity: 0;
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: var(--okh-shadow);
  transform: translate(-50%, 0);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.main-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu,
.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu a {
  justify-content: space-between;
  min-height: 0;
  padding: 10px 12px;
  color: var(--okh-ink);
  line-height: 1.35;
  white-space: normal;
}

.main-navigation .sub-menu a:hover {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.main-navigation .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
  padding-left: 16px;
  transform: translate(0, 0);
}

.main-navigation .sub-menu li:hover > .sub-menu,
.main-navigation .sub-menu li:focus-within > .sub-menu,
.main-navigation .sub-menu li.is-open > .sub-menu {
  transform: translate(0, 0);
}

.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .sub-menu li:has(.sub-menu) > a::after {
  transform: rotate(-45deg);
}

.header-call {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(12, 154, 162, 0.24);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 205px);
  padding: clamp(36px, 4vw, 56px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--okh-white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.86) 0%, rgba(8, 48, 58, 0.68) 42%, rgba(8, 48, 58, 0.2) 100%),
    var(--hero-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.hero-content {
  position: relative;
  width: min(780px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--okh-sun);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.button-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.button.primary:hover {
  background: var(--okh-aqua-dark);
}

.button.secondary {
  color: var(--okh-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary.on-light {
  color: var(--okh-aqua-dark);
  border-color: rgba(12, 154, 162, 0.28);
}

.wrap,
.intro,
.module-section,
.color-section,
.contact-band,
.content-area {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 72px);
  padding: 64px 0 42px;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h2 {
  margin: 0 0 16px;
  color: var(--okh-ink);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.13;
}

.intro-copy p:last-child,
.module-copy p,
.color-section p,
.contact-band p {
  margin: 0;
  color: var(--okh-muted);
  font-size: 18px;
}

.entry-content p {
  margin: 0 0 1.05em;
  color: var(--okh-muted);
  font-size: 18px;
}

.intro-facts {
  display: grid;
  gap: 12px;
}

.intro-facts div {
  padding: 18px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-aqua);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.intro-facts div:nth-child(2) {
  border-left-color: var(--okh-coral);
}

.intro-facts div:nth-child(3) {
  border-left-color: var(--okh-leaf);
}

.intro-facts strong,
.intro-facts span {
  display: block;
}

.intro-facts span {
  color: var(--okh-muted);
  font-size: 15px;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 76px;
}

.therapy-grid article {
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.therapy-grid img {
  width: 100%;
  aspect-ratio: 2.75 / 1;
  object-fit: cover;
}

.therapy-grid div {
  padding: 22px;
}

.therapy-grid h3 {
  margin: 0 0 8px;
  color: var(--okh-ink);
  font-size: 24px;
}

.therapy-grid p {
  min-height: 78px;
  margin: 0 0 18px;
  color: var(--okh-muted);
}

.therapy-grid a,
.text-link {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.module-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid var(--okh-line);
}

.module-images {
  position: relative;
  min-height: 470px;
}

.module-images img {
  box-shadow: var(--okh-shadow);
}

.image-main {
  width: 82%;
  height: 430px;
  object-fit: cover;
}

.image-side {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  border: 10px solid var(--okh-paper);
}

.module-copy ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--okh-muted);
}

.module-copy li + li {
  margin-top: 8px;
}

.color-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: 34px 0 76px;
}

.color-section img {
  width: 100%;
  box-shadow: var(--okh-shadow);
}

.color-section .text-link {
  display: inline-block;
  margin-top: 22px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.contact-band h2,
.contact-band p {
  color: var(--okh-white);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--okh-muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-credit {
  text-align: right;
}

.site-footer a {
  color: var(--okh-aqua-dark);
}

.content-area {
  padding: 56px 0 72px;
  overflow-x: hidden;
}

.subpage-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: clamp(60px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(42px, 6vw, 76px);
  color: var(--okh-white);
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.62) 48%, rgba(8, 48, 58, 0.18) 100%),
    var(--subpage-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.subpage-hero-compact {
  min-height: 270px;
}

.subpage-hero-inner {
  position: relative;
  width: min(1000px, 100%);
}

.subpage-hero h1 {
  max-width: min(920px, 100%);
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: min(100%, 920px);
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.breadcrumbs a,
.breadcrumb-current {
  display: inline-block;
  max-width: min(360px, 42vw);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--okh-white);
}

.breadcrumb-current {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 34px;
}

.page-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sidebar-panel,
.sidebar-contact,
.page-main-card,
.archive-card {
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.sidebar-panel,
.sidebar-contact {
  padding: 22px;
}

.sidebar-panel h2,
.sidebar-contact h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.18;
}

.section-nav {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-nav a {
  display: block;
  padding: 10px 12px;
  color: var(--okh-muted);
  text-decoration: none;
  border-left: 3px solid transparent;
}

.section-nav a:hover,
.section-nav .is-current a {
  color: var(--okh-aqua-dark);
  background: #edf8f7;
  border-left-color: var(--okh-aqua);
}

.sidebar-contact {
  color: var(--okh-white);
  background: var(--okh-ink);
}

.sidebar-contact h2,
.sidebar-contact p {
  color: var(--okh-white);
}

.sidebar-contact .button {
  width: 100%;
  margin-top: 12px;
}

.page-main-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-main-card .entry-content > h1:first-child,
.page-main-card .entry-content > h2:first-child {
  margin-top: 0;
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  font-size: 18px;
  line-height: 1.74;
}

.page-main-card .entry-content > p:first-of-type {
  font-size: 20px;
  color: var(--okh-ink);
}

.page-main-card .entry-content h2 {
  clear: both;
  margin-top: 0;
}

.page-main-card .entry-content h3 {
  margin-top: 28px;
}

.page-main-card .entry-content img {
  margin: 8px 0 22px;
  box-shadow: none;
}

.okh-modern-content {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.okh-content-section {
  position: relative;
  display: flow-root;
  padding: clamp(18px, 3vw, 34px) 0 clamp(24px, 4vw, 44px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(160px, 34%);
  height: 4px;
  background: var(--okh-aqua);
}

.okh-content-section + .okh-content-section,
.okh-child-overview {
  border-top: 1px solid var(--okh-line);
}

.okh-content-section:nth-child(3n)::before {
  background: var(--okh-sun);
}

.okh-content-section:nth-child(3n + 2)::before {
  background: var(--okh-coral);
}

.okh-content-intro {
  background: transparent;
}

.okh-content-section h1,
.okh-content-section h2 {
  max-width: 920px;
}

.okh-content-section h2 {
  margin-bottom: 20px;
}

.okh-content-section h3,
.okh-product-copy h3,
.okh-detail-card h3 {
  position: relative;
  margin: 30px 0 12px;
  padding-left: 14px;
  color: var(--okh-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.22;
}

.okh-content-section h3::before,
.okh-product-copy h3::before,
.okh-detail-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.16em;
  width: 4px;
  background: var(--okh-aqua);
}

.okh-content-section h2 span {
  color: var(--okh-muted);
  font-size: 0.62em;
  font-weight: 400;
}

.okh-content-section > p:first-of-type {
  max-width: 780px;
  color: var(--okh-ink);
  font-size: 20px;
  line-height: 1.72;
}

.okh-content-section p {
  max-width: 780px;
  margin-bottom: 1.15em;
  line-height: 1.76;
}

.okh-content-section p:empty,
.okh-legacy-column:empty {
  display: none;
}

.okh-content-section > br,
.okh-legacy-row > br:first-child,
.okh-legacy-column > br:first-child {
  display: none;
}

.okh-legacy-composed {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
  overflow: hidden;
  box-shadow: none;
}

.okh-legacy-composed > :not(.okh-legacy-column) {
  grid-column: 1 / -1;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 780px;
  margin: 22px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border: 0;
  list-style: none;
}

.okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-content-section li + li {
  margin-top: 11px;
}

.okh-legacy-composed .okh-legacy-row {
  gap: 22px;
}

.okh-legacy-composed .okh-legacy-column {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 4;
}

.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1;
}

.okh-legacy-composed .okh-legacy-feature {
  padding: 0;
  background: transparent;
  border-left: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-legacy-feature h3 {
  max-width: 780px;
}

.okh-legacy-composed .okh-legacy-feature > div {
  max-width: 780px;
}

.okh-legacy-composed img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #f7fbfa;
}

.okh-legacy-composed .okh-legacy-column > ul,
.okh-legacy-composed .okh-legacy-column > ol {
  margin-top: 14px;
}

.okh-content-section a:not(.button) {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.okh-content-section .aligncenter,
.okh-content-section img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.page-main-card .entry-content .alignleft {
  float: left;
  max-width: min(46%, 360px);
  margin: 8px 26px 20px 0;
}

.page-main-card .entry-content .alignright {
  float: right;
  max-width: min(46%, 360px);
  margin: 8px 0 20px 26px;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto 64px;
  padding: clamp(28px, 4vw, 42px);
  color: var(--okh-white);
  background: var(--okh-ink);
}

.page-cta h2,
.page-cta p {
  color: var(--okh-white);
}

.page-cta h2 {
  margin-bottom: 10px;
}

.page-cta p {
  margin: 0;
  max-width: 720px;
}

.contact-page-shell {
  padding-top: 48px;
}

.okh-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 48px);
  color: var(--okh-white);
  background:
    linear-gradient(135deg, rgba(23, 49, 59, 0.96), rgba(8, 116, 123, 0.92)),
    var(--subpage-image, none) center / cover no-repeat;
}

.okh-contact-hero h2,
.okh-contact-hero p {
  color: var(--okh-white);
}

.okh-contact-hero h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.okh-contact-hero p:not(.section-kicker) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.okh-contact-methods {
  display: grid;
  gap: 12px;
}

.okh-contact-methods a,
.okh-contact-methods div {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: var(--okh-ink);
  text-decoration: none;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-sun);
}

.okh-contact-methods a:nth-child(2) {
  border-left-color: var(--okh-aqua);
}

.okh-contact-methods div {
  border-left-color: var(--okh-coral);
}

.okh-contact-methods span {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.okh-contact-methods strong {
  overflow-wrap: anywhere;
}

.contact-main-card .okh-modern-content {
  gap: 22px;
}

.contact-main-card .okh-content-section {
  box-shadow: none;
}

.contact-main-card .okh-map-card {
  margin-bottom: 0;
}

.contact-main-card input,
.contact-main-card textarea,
.contact-main-card select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--okh-ink);
  font: inherit;
  border: 1px solid var(--okh-line);
  background: var(--okh-white);
}

.contact-main-card textarea {
  min-height: 150px;
}

.contact-main-card input:focus,
.contact-main-card textarea:focus,
.contact-main-card select:focus {
  outline: 3px solid rgba(12, 154, 162, 0.18);
  border-color: var(--okh-aqua);
}

.contact-main-card input[type="submit"],
.contact-main-card button[type="submit"] {
  width: auto;
  min-width: 190px;
  color: var(--okh-white);
  font-weight: 700;
  background: var(--okh-aqua);
  border-color: var(--okh-aqua);
  cursor: pointer;
}

.content-area-modern {
  width: min(1180px, calc(100% - 36px));
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-card {
  padding: 28px;
}

.archive-card .entry-title {
  font-size: clamp(25px, 3vw, 36px);
}

.archive-card .entry-content p {
  color: var(--okh-muted);
}

.okh-product-layout {
  display: grid;
  gap: 24px;
}

.okh-product-copy p,
.okh-detail-card p,
.okh-product-layout .okh-content-section p {
  margin-bottom: 1.05em;
  line-height: 1.72;
}

.okh-product-copy ul,
.okh-detail-card ul,
.okh-product-layout .okh-content-section ul,
.okh-product-copy ol,
.okh-detail-card ol,
.okh-product-layout .okh-content-section ol {
  margin: 20px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border-left: 0;
  list-style: none;
}

.okh-product-copy li,
.okh-detail-card li,
.okh-product-layout .okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-product-copy li::before,
.okh-detail-card li::before,
.okh-product-layout .okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-product-overview {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 3vw, 36px);
  padding: clamp(26px, 4vw, 46px);
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-product-overview-textonly {
  grid-template-columns: minmax(0, 1fr);
  background: linear-gradient(135deg, #ffffff 0%, #eefafa 100%);
}

.okh-product-overview-textonly .okh-product-summary {
  max-width: 880px;
}

.okh-product-gallery {
  display: grid;
  gap: 12px;
  align-content: start;
}

.okh-product-gallery figure {
  margin: 0;
  background: #eef5f4;
}

.okh-product-gallery figure:first-child {
  grid-row: span 2;
}

.okh-product-gallery img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  box-shadow: none;
}

.okh-product-summary h2 {
  margin-top: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.okh-product-subtitle {
  color: var(--okh-aqua-dark);
  font-size: 22px;
  font-weight: 700;
}

.okh-product-copy {
  margin: 22px 0;
}

.okh-audio-player {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(21, 72, 82, 0.12);
  background: linear-gradient(135deg, #f7fbfa, #eef8f5);
}

.okh-audio-player audio {
  display: block;
  width: 100%;
}

.okh-product-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.okh-product-specs div {
  padding: 14px;
  background: #f7fbfa;
  border-left: 3px solid var(--okh-aqua);
}

.okh-product-specs dt {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
}

.okh-product-specs dd {
  margin: 4px 0 0;
  color: var(--okh-ink);
  font-weight: 700;
  overflow-wrap: break-word;
}

.okh-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.okh-detail-card {
  padding: clamp(24px, 3vw, 34px);
  background: var(--okh-white);
  border-top: 4px solid var(--okh-aqua);
  box-shadow: none;
}

.okh-detail-card h2 {
  margin-top: 0;
  font-size: clamp(25px, 3vw, 34px);
}

.okh-detail-card ul {
  padding-left: 0;
}

.okh-child-overview {
  margin-top: clamp(28px, 5vw, 58px);
  padding: clamp(24px, 3vw, 36px);
  background: transparent;
  border-top: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-child-overview-head {
  margin-bottom: 20px;
}

.okh-child-overview h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 38px);
}

.okh-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.okh-child-card {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 20px;
  color: var(--okh-ink);
  text-decoration: none;
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
  border-top: 1px solid var(--okh-line);
  border-right: 1px solid var(--okh-line);
  border-bottom: 1px solid var(--okh-line);
}

.okh-child-card:nth-child(3n + 2) {
  border-left-color: var(--okh-coral);
}

.okh-child-card:nth-child(3n) {
  border-left-color: var(--okh-sun);
}

.okh-child-card:hover {
  background: #eefafa;
  transform: translateY(-2px);
}

.okh-child-card span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.okh-child-card p {
  margin: 10px 0 0;
  color: var(--okh-muted);
  font-size: 16px;
}

main,
.entry-content {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  overflow-wrap: break-word;
}

.entry-content table,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.entry-content blockquote {
  max-width: 920px;
  margin: 24px 0;
  padding: 22px 24px;
  color: var(--okh-muted);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content a:has(img[src*="pdf-down.jpg"]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--okh-white);
  font-weight: 700;
  text-decoration: none;
  background: var(--okh-aqua);
}

.entry-content a:has(img[src*="pdf-down.jpg"]) img {
  display: none;
}

.entry-content a:has(img[src*="pdf-down.jpg"])::after {
  content: "PDF öffnen";
}

.entry-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--okh-line);
}

.entry-content th {
  color: var(--okh-ink);
  font-weight: 700;
  background: #eefafa;
}

.entry-content tr:nth-child(even) td {
  background: #f7fbfa;
}

.entry-title {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.okh-legacy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: none;
  margin: 0 0 30px;
  padding: 0;
}

.okh-legacy-row-dark,
.okh-legacy-info {
  padding: 28px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.okh-legacy-row-dark p,
.okh-legacy-info p,
.okh-legacy-info li {
  color: rgba(255, 255, 255, 0.86);
}

.okh-legacy-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid var(--okh-line);
}

.okh-legacy-title h1,
.okh-legacy-title h2 {
  margin: 0;
}

.okh-legacy-title h1 {
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.08;
}

.okh-legacy-title h2 {
  margin-top: 10px;
  color: var(--okh-muted);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
}

.okh-legacy-column {
  float: none;
  flex: 1 1 280px;
  width: auto;
  margin-right: 0;
  margin-bottom: 28px;
  padding: clamp(20px, 2.5vw, 28px);
  background: #f7fbfa;
  border: 1px solid var(--okh-line);
  border-top: 4px solid var(--okh-aqua);
}

.okh-legacy-column.okh-position-last,
.okh-legacy-column:last-child {
  margin-right: 0;
}

.okh-width-1-2,
.okh-width-eight {
  flex-basis: calc(50% - 14px);
}

.okh-width-one {
  flex-basis: calc(6.25% - 16px);
}

.okh-width-two {
  flex-basis: calc(12.5% - 16px);
}

.okh-width-three {
  flex-basis: calc(18.75% - 16px);
}

.okh-width-four {
  flex-basis: calc(25% - 16px);
}

.okh-width-five {
  flex-basis: calc(31.25% - 16px);
}

.okh-width-six {
  flex-basis: calc(37.5% - 16px);
}

.okh-width-seven {
  flex-basis: calc(43.75% - 16px);
}

.okh-width-2-3 {
  flex-basis: calc(66.666% - 14px);
}

.okh-width-nine {
  flex-basis: calc(56.25% - 16px);
}

.okh-width-ten {
  flex-basis: calc(62.5% - 16px);
}

.okh-width-eleven {
  flex-basis: calc(68.75% - 16px);
}

.okh-width-twelve {
  flex-basis: calc(75% - 16px);
}

.okh-width-thirteen {
  flex-basis: calc(81.25% - 16px);
}

.okh-width-fourteen {
  flex-basis: calc(87.5% - 16px);
}

.okh-width-fifteen {
  flex-basis: calc(93.75% - 16px);
}

.okh-width-sixteen {
  flex-basis: 100%;
  margin-right: 0;
}

.okh-legacy-composed .okh-legacy-column,
.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width-1-2,
.okh-legacy-composed .okh-width-2-3 {
  flex: 1 1 360px;
  max-width: 100%;
  min-width: min(100%, 320px);
}

.okh-legacy-column img,
.entry-content img {
  height: auto;
  border-radius: 0;
}

.okh-legacy-column img {
  width: 100%;
  margin-top: 0;
}

.entry-content img[src*="%3Ca"],
.entry-content img[src*="&lt;a"],
.entry-content img[src*="lichtdome-6-neu-klein-600x337.jpg"],
.entry-content img[src="http://"],
.entry-content img[src*="alt="],
.entry-content img[src*="pdf-down.jpg"] {
  display: none !important;
}

.okh-legacy-heading {
  margin: 8px 0 16px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.okh-legacy-heading.is-centered {
  text-align: center;
}

.okh-legacy-feature {
  min-height: 0;
  padding: 24px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-leaf);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.okh-legacy-feature-aqua {
  border-left-color: var(--okh-aqua);
}

.okh-legacy-feature h3 {
  margin-top: 0;
}

.okh-legacy-border {
  clear: both;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--okh-line);
}

.okh-legacy-info {
  clear: both;
  margin: 26px 0;
  box-shadow: var(--okh-shadow);
}

.okh-legacy-highlight {
  background: rgba(241, 180, 50, 0.28);
  box-decoration-break: clone;
  padding: 0 4px;
}

.okh-legacy-message {
  clear: both;
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--okh-ink);
  background: #fff7df;
  border-left: 4px solid var(--okh-sun);
}

.okh-legacy-checklist ul,
.okh-legacy-checklist ol {
  padding-left: 0;
  list-style: none;
}

.okh-legacy-checklist li {
  position: relative;
  padding-left: 26px;
}

.okh-legacy-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--okh-aqua);
}

.okh-color-lab {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  max-width: 920px;
  margin: 34px 0;
}

.colorSelected,
.rgbColorSelected,
#colorCurrent {
  display: none !important;
}

.okh-legacy-column:has(.okh-color-lab) {
  float: none;
  clear: both;
  width: 100%;
  margin-right: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.okh-color-tool {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 30px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
  border: 1px solid var(--okh-line);
}

.okh-color-wheel {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  justify-self: center;
  padding: 0;
  background:
    radial-gradient(circle, #ffffff 0 8%, rgba(255, 255, 255, 0.92) 12%, transparent 52%),
    conic-gradient(#e53d32, #f49a1f, #f1d64d, #53aa4f, #18a0a8, #2e83d3, #704ac7, #d94b9b, #e53d32);
  border: 10px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(23, 49, 59, 0.14);
  cursor: crosshair;
}

.okh-color-wheel::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(23, 49, 59, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.okh-color-wheel span {
  position: absolute;
  left: 91%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--active-color);
  border: 3px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(23, 49, 59, 0.42), 0 8px 18px rgba(23, 49, 59, 0.22);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.okh-color-stage {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  align-items: stretch;
  min-height: 170px;
  padding: clamp(18px, 3vw, 26px);
  color: var(--okh-ink);
  background: var(--okh-white);
  border-left: 5px solid var(--active-color);
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.08);
}

.okh-color-stage > span {
  display: block;
  min-height: 130px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 36%),
    var(--active-color);
  border: 1px solid rgba(23, 49, 59, 0.1);
}

.okh-color-stage h3 {
  margin: 0 0 10px;
  color: var(--okh-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.okh-color-stage p:not(.section-kicker) {
  max-width: 560px;
  margin: 0;
  color: var(--okh-muted);
  font-size: 19px;
}

.okh-color-code {
  margin-top: 18px !important;
}

.okh-color-code strong {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--okh-ink);
  background: #eefafa;
  border: 1px solid rgba(0, 139, 148, 0.22);
}

.okh-colorpicker-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.okh-colorpicker-grid button {
  display: grid;
  min-height: 94px;
  align-items: end;
  padding: 10px;
  color: var(--okh-white);
  font: inherit;
  text-align: left;
  background: var(--swatch);
  border: 3px solid transparent;
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.12);
  cursor: pointer;
}

.okh-source-note {
  max-width: 780px;
  margin: 34px 0 0;
  padding: 20px 22px;
  color: var(--okh-muted);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.okh-source-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--okh-ink);
  font-size: 18px;
}

.okh-source-note span {
  display: block;
  line-height: 1.7;
}

.okh-colorpicker-grid button:hover,
.okh-colorpicker-grid button.is-active {
  border-color: var(--okh-ink);
  transform: translateY(-2px);
}

.okh-colorpicker-grid strong {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.okh-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 0;
  overflow: hidden;
  margin: 28px 0;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.okh-map-card iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.okh-map-card > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  background: #f7fbfa;
}

.okh-map-card h3,
.okh-map-card p {
  margin: 0;
}

.entry-content {
  display: flow-root;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  max-width: 850px;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-navigation {
    order: 3;
    width: 100%;
  }

  .main-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .main-navigation a {
    min-height: 36px;
    padding: 0 4px;
  }

  .main-navigation li {
    position: static;
  }

  .main-navigation .sub-menu {
    position: static;
    display: none;
    min-width: 220px;
    margin: 0 0 0 12px;
    padding: 8px;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: block;
    transform: none;
  }

  .main-navigation .sub-menu .sub-menu {
    position: static;
    transform: none;
  }

  .hero {
    min-height: 76vh;
  }

  .intro,
  .module-section,
  .color-section {
    grid-template-columns: 1fr;
  }

  .therapy-grid {
    grid-template-columns: 1fr;
  }

  .therapy-grid p {
    min-height: 0;
  }

  .module-images {
    min-height: auto;
  }

  .image-main {
    width: 100%;
    height: auto;
  }

  .image-side {
    position: static;
    width: 100%;
    margin-top: 14px;
    border: 0;
  }

  .contact-band {
    display: block;
  }

  .page-shell {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .page-sidebar {
    order: 2;
  }

  .page-main-card {
    order: 1;
  }

  .page-cta {
    display: block;
  }

  .okh-contact-hero {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .okh-product-overview,
  .okh-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-card {
    min-height: 0;
  }

  .okh-product-specs {
    grid-template-columns: 1fr;
  }

  .okh-legacy-column,
  .okh-width-one,
  .okh-width-two,
  .okh-width-three,
  .okh-width-four,
  .okh-width-five,
  .okh-width-six,
  .okh-width-seven,
  .okh-width-1-2,
  .okh-width-eight,
  .okh-width-2-3,
  .okh-width-nine,
  .okh-width-ten,
  .okh-width-eleven,
  .okh-width-twelve,
  .okh-width-thirteen,
  .okh-width-fourteen,
  .okh-width-fifteen,
  .okh-width-sixteen {
    float: none;
    flex: 1 1 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }

  .okh-legacy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .okh-legacy-composed {
    grid-template-columns: 1fr;
  }

  .okh-legacy-composed .okh-legacy-column,
  .okh-legacy-composed .okh-width-one,
  .okh-legacy-composed .okh-width-two,
  .okh-legacy-composed .okh-width-three,
  .okh-legacy-composed .okh-width-four,
  .okh-legacy-composed .okh-width-five,
  .okh-legacy-composed .okh-width-six,
  .okh-legacy-composed .okh-width-seven,
  .okh-legacy-composed .okh-width-eight,
  .okh-legacy-composed .okh-width-nine,
  .okh-legacy-composed .okh-width-ten,
  .okh-legacy-composed .okh-width-eleven,
  .okh-legacy-composed .okh-width-twelve,
  .okh-legacy-composed .okh-width-thirteen,
  .okh-legacy-composed .okh-width-fourteen,
  .okh-legacy-composed .okh-width-fifteen,
  .okh-legacy-composed .okh-width-sixteen,
  .okh-legacy-composed .okh-width-1-2,
  .okh-legacy-composed .okh-width-1-3,
  .okh-legacy-composed .okh-width-2-3 {
    grid-column: 1 / -1;
  }

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

  .okh-color-tool,
  .okh-color-stage,
  .okh-map-card {
    grid-template-columns: 1fr;
  }

  .okh-color-wheel {
    width: min(100%, 300px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .site-branding img {
    width: 150px;
  }

  .header-call {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: 68vh;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.76) 100%),
      var(--hero-image, none) center / cover no-repeat;
  }

  .button,
  .hero-actions,
  .button-row,
  .contact-actions {
    width: 100%;
  }

  .button,
  .okh-child-card,
  .okh-colorpicker-grid button {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .entry-content p,
  .page-main-card .entry-content p,
  .page-main-card .entry-content li,
  .okh-content-section p,
  .okh-content-section li {
    font-size: 17px;
    line-height: 1.65;
  }

  .entry-content blockquote {
    margin: 18px 0;
    padding: 18px;
  }

  .okh-detail-card,
  .okh-product-overview,
  .okh-child-overview {
    padding: 20px 14px;
  }

  .okh-content-section {
    padding: 22px 0 30px;
  }

  .okh-content-section,
  .okh-detail-card,
  .okh-product-copy,
  .okh-legacy-column {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .okh-legacy-column {
    padding: 16px;
    background: var(--okh-white);
    border: 1px solid var(--okh-line);
    border-left: 4px solid var(--okh-aqua);
    border-top: 0;
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .okh-legacy-composed .okh-legacy-column {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .okh-content-section ul,
  .okh-content-section ol,
  .okh-product-copy ul,
  .okh-product-copy ol,
  .okh-detail-card ul,
  .okh-detail-card ol,
  .okh-product-layout .okh-content-section ul,
  .okh-product-layout .okh-content-section ol {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 20px;
    padding: 0;
    background: transparent;
    border-left: 0;
  }

  .okh-content-section li,
  .okh-product-copy li,
  .okh-detail-card li {
    max-width: none;
    padding-left: 24px;
  }

  .entry-content table.aqua_table,
  .entry-content table.aqua_table thead,
  .entry-content table.aqua_table tbody,
  .entry-content table.aqua_table tr,
  .entry-content table.aqua_table th,
  .entry-content table.aqua_table td {
    display: block;
    width: 100%;
  }

  .entry-content table.aqua_table {
    background: transparent;
    box-shadow: none;
  }

  .entry-content table.aqua_table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .entry-content table.aqua_table tr {
    margin: 0 0 14px;
    padding: 16px;
    background: var(--okh-white);
    border-left: 4px solid var(--okh-aqua);
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .entry-content table.aqua_table td {
    display: grid;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border: 0;
    background: transparent !important;
  }

  .entry-content table.aqua_table td::before {
    color: var(--okh-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .entry-content table.aqua_table td:nth-child(1)::before {
    content: "Störung";
  }

  .entry-content table.aqua_table td:nth-child(2)::before {
    content: "Farbe";
  }

  .entry-content table.aqua_table td:nth-child(3)::before {
    content: "Häufigkeit";
  }

  .entry-content table.aqua_table td:nth-child(4)::before {
    content: "Zeit";
  }

  .entry-content table.aqua_table td:nth-child(5)::before {
    content: "Körperzone";
  }

  .okh-content-section::before {
    width: min(128px, 38%);
    height: 4px;
  }

  .contact-band {
    width: 100%;
    padding-inline: 18px;
  }

  .subpage-hero {
    min-height: 300px;
    padding: 46px 18px 38px;
  }

  .subpage-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }

  .breadcrumbs {
    gap: 6px;
    max-width: 100%;
  }

  .breadcrumbs .breadcrumb-separator {
    display: none;
  }

  .breadcrumbs a:not(:first-child):not(:last-of-type) {
    display: none;
  }

  .breadcrumbs a:first-child::after,
  .breadcrumbs a:last-of-type::after {
    content: "/";
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.5);
  }

  .breadcrumbs a,
  .breadcrumb-current {
    max-width: 46vw;
  }

  .page-shell,
  .page-cta {
    width: calc(100% - 24px);
  }

  .site-footer,
  .site-credit {
    text-align: left;
  }

  .okh-contact-hero {
    padding: 24px 18px;
  }

  .okh-contact-methods a,
  .okh-contact-methods div {
    padding: 15px;
  }

  .okh-child-grid,
  .okh-product-specs,
  .okh-product-detail-grid,
  .okh-product-overview {
    gap: 14px;
  }

  .sidebar-panel,
  .sidebar-contact,
  .archive-card {
    padding: 20px;
  }

  .page-main-card {
    padding: 0;
  }

  .page-main-card .entry-content .alignleft,
  .page-main-card .entry-content .alignright {
    float: none;
    max-width: 100%;
    margin: 10px 0 20px;
  }
}

/* Final page polish overrides: keeps the color picker calm in narrow content columns. */
.okh-color-lab {
  max-width: 920px;
}

.okh-color-tool {
  grid-template-columns: 1fr !important;
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
  border: 1px solid var(--okh-line);
}

.okh-color-wheel {
  width: min(100%, 340px);
  box-shadow: 0 18px 38px rgba(23, 49, 59, 0.14);
}

.okh-color-stage {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr) !important;
  min-height: 170px;
  color: var(--okh-ink);
  background: var(--okh-white) !important;
  border-left: 5px solid var(--active-color);
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.08);
}

.okh-color-stage > span {
  min-height: 130px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 36%), var(--active-color);
}

.okh-color-stage h3 {
  color: var(--okh-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.okh-color-stage p:not(.section-kicker) {
  color: var(--okh-muted);
  font-size: 19px;
}

.okh-color-code strong {
  color: var(--okh-ink);
  background: #eefafa;
  border-color: rgba(0, 139, 148, 0.22);
}

.okh-content-section > strong {
  display: block;
  max-width: 780px;
  margin: 30px 0 8px;
  padding: 18px 20px 10px;
  color: var(--okh-ink);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.okh-content-section > strong + br {
  display: none;
}

@media (max-width: 560px) {
  .okh-color-stage {
    grid-template-columns: 1fr !important;
  }
}


/* Editorial final pass v3 end: guaranteed last override for legacy content pages. */
.page-shell{width:min(1120px,calc(100% - 36px))!important;padding-top:clamp(38px,5vw,68px)!important}
.page-main-card .entry-content p,.page-main-card .entry-content li{max-width:780px;font-size:18px;line-height:1.68}
.okh-modern-content{gap:clamp(30px,4vw,54px)!important}
.okh-content-section{padding:clamp(24px,4vw,44px) 0 clamp(32px,5vw,58px)!important}
.okh-content-section::before{width:84px!important;height:3px!important}
.okh-content-section h1,.okh-legacy-title h1{max-width:900px;margin-bottom:16px;font-size:clamp(34px,4vw,50px)!important;line-height:1.08}
.okh-content-section h2,.okh-legacy-title h2{max-width:840px;margin-top:clamp(28px,4vw,48px);margin-bottom:14px;font-size:clamp(24px,2.5vw,34px)!important;line-height:1.18}
.okh-content-section h3,.okh-legacy-heading,.okh-legacy-composed h3{max-width:820px;min-height:0!important;margin:clamp(26px,4vw,42px) 0 14px!important;font-size:clamp(22px,2vw,28px)!important;line-height:1.22;text-align:left!important}
.okh-legacy-heading:empty,.okh-legacy-column:empty,.okh-content-section p:empty,.okh-legacy-column p:empty{display:none!important}
.okh-legacy-composed{align-items:start!important;gap:clamp(28px,4vw,46px)!important;overflow:visible!important}
.okh-legacy-composed .okh-legacy-column{min-width:0!important;padding:clamp(18px,2.4vw,26px)!important;background:linear-gradient(180deg,#fff 0%,#f8fcfb 100%)!important;border:0!important;border-left:3px solid rgba(12,154,162,.58)!important;box-shadow:none!important}
.okh-legacy-composed .okh-legacy-column:has(>img),.okh-legacy-composed .okh-legacy-column:has(>a>img),.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty),h1,h2,h3,h4,ul,ol,table)){padding:0!important;background:transparent!important;border-left:0!important}
.okh-legacy-composed .okh-width-one,.okh-legacy-composed .okh-width-two,.okh-legacy-composed .okh-width-three,.okh-legacy-composed .okh-width-four,.okh-legacy-composed .okh-width-five,.okh-legacy-composed .okh-width-six,.okh-legacy-composed .okh-width-seven,.okh-legacy-composed .okh-width-eight,.okh-legacy-composed .okh-width-1-2,.okh-legacy-composed .okh-width-1-3{grid-column:span 6!important}
.okh-legacy-composed .okh-width-nine,.okh-legacy-composed .okh-width-ten,.okh-legacy-composed .okh-width-eleven,.okh-legacy-composed .okh-width-2-3{grid-column:span 8!important}
.okh-legacy-composed .okh-width-twelve,.okh-legacy-composed .okh-width-thirteen,.okh-legacy-composed .okh-width-fourteen,.okh-legacy-composed .okh-width-fifteen,.okh-legacy-composed .okh-width-sixteen,.okh-legacy-composed .okh-width-{grid-column:1/-1!important}
.okh-legacy-composed img,.page-main-card .entry-content img{display:block;max-width:100%;height:auto;margin:10px 0 22px;background:#fff;border:1px solid rgba(217,229,229,.9)}
.okh-content-section ul,.okh-content-section ol{max-width:820px;margin:18px 0 24px;padding:clamp(18px,2.5vw,26px)!important;list-style:none!important;background:#f8fcfb!important;border-left:3px solid rgba(12,154,162,.52)!important}
.okh-content-section li{position:relative;padding-left:24px}.okh-content-section li+li{margin-top:12px}
.okh-content-section li::before{content:"";position:absolute;top:.72em;left:2px;width:7px;height:7px;background:var(--okh-aqua)}
.okh-legacy-info,.okh-content-section>strong{max-width:820px;padding:clamp(18px,2.4vw,26px)!important;color:var(--okh-ink)!important;background:#f7fbfa!important;border:0!important;border-left:4px solid var(--okh-aqua)!important;box-shadow:none!important}
.entry-content table{overflow:hidden;border:1px solid var(--okh-line);border-radius:6px;box-shadow:none}
.okh-pdf-link,.entry-content a[href$=".pdf"]{display:inline-flex;align-items:center;min-height:48px;margin:10px 0;padding:13px 18px;color:#fff!important;font-weight:800;text-decoration:none;background:var(--okh-aqua-dark)}
@media (max-width:760px){.page-shell{width:calc(100% - 28px)!important;padding-top:30px!important}.page-main-card .entry-content p,.page-main-card .entry-content li{max-width:100%;font-size:16.5px;line-height:1.62}.okh-content-section{padding:22px 0 34px!important}.okh-content-section h1,.okh-legacy-title h1{font-size:clamp(30px,9vw,40px)!important}.okh-content-section h2,.okh-legacy-title h2{font-size:clamp(23px,7vw,30px)!important}.okh-content-section h3,.okh-legacy-heading,.okh-legacy-composed h3{font-size:clamp(21px,6vw,26px)!important}.okh-legacy-composed{display:block!important}.okh-legacy-composed .okh-legacy-column{width:100%!important;margin:0 0 22px!important;padding:18px!important}.okh-legacy-composed .okh-legacy-column:has(>img),.okh-legacy-composed .okh-legacy-column:has(>a>img),.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty),h1,h2,h3,h4,ul,ol,table)){padding:0!important}.okh-content-section ul,.okh-content-section ol{padding:17px 16px!important}}


/* No-box editorial pass v4: open content, dedicated color picker layout. */
.okh-legacy-composed .okh-legacy-column,
.okh-legacy-composed .okh-legacy-feature,
.okh-child-card,
.okh-legacy-info {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.okh-legacy-composed .okh-legacy-column {
  padding: 0 !important;
}

.okh-legacy-composed .okh-legacy-column > *:first-child {
  margin-top: 0;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 860px;
  padding: 0 0 0 28px !important;
  background: transparent !important;
  border: 0 !important;
  list-style: none !important;
}

.okh-content-section li::before {
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.okh-content-section > strong,
.okh-legacy-info {
  padding: 18px 0 18px 22px !important;
  background: transparent !important;
  border-left: 3px solid var(--okh-aqua) !important;
}

.page-template-page-colorpicker .okh-legacy-composed {
  row-gap: clamp(34px, 5vw, 64px) !important;
}

.page-template-page-colorpicker .okh-legacy-column:has(.okh-color-lab),
.page-template-page-colorpicker .okh-legacy-column:has(.okh-color-tool) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

.page-template-page-colorpicker .okh-color-lab {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto clamp(30px, 5vw, 56px);
}

.page-template-page-colorpicker .okh-color-tool {
  display: grid !important;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  width: 100%;
  padding: clamp(26px, 4vw, 46px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-template-page-colorpicker .okh-color-wheel {
  width: min(100%, 320px);
  aspect-ratio: 1;
  justify-self: center;
}

.page-template-page-colorpicker .okh-color-stage {
  display: grid !important;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) !important;
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
  min-height: 240px !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--okh-line) !important;
  border-left: 0 !important;
  box-shadow: none !important;
}

.page-template-page-colorpicker .okh-color-preview,
.page-template-page-colorpicker .okh-color-stage > span {
  width: 100%;
  min-height: 240px !important;
  height: auto !important;
  border: 0 !important;
}

.page-template-page-colorpicker .okh-color-stage > div {
  padding: clamp(24px, 4vw, 42px);
  align-self: center;
}

.page-template-page-colorpicker .okh-color-stage h3 {
  margin-top: 0 !important;
  font-size: clamp(34px, 4vw, 52px) !important;
}

.page-template-page-colorpicker .okh-color-code {
  width: auto !important;
  max-width: none !important;
}

.page-template-page-colorpicker .okh-legacy-column:has(.okh-color-lab) + .okh-legacy-column {
  grid-column: 1 / -1 !important;
  max-width: 900px;
}

@media (max-width: 760px) {
  .okh-legacy-composed .okh-legacy-column {
    padding: 0 !important;
  }

  .page-template-page-colorpicker .okh-color-tool,
  .page-template-page-colorpicker .okh-color-stage {
    grid-template-columns: 1fr !important;
  }

  .page-template-page-colorpicker .okh-color-tool {
    padding: 10px 0 28px !important;
  }

  .page-template-page-colorpicker .okh-color-stage {
    min-height: 0 !important;
  }

  .page-template-page-colorpicker .okh-color-preview,
  .page-template-page-colorpicker .okh-color-stage > span {
    min-height: 190px !important;
  }
}

/* Editorial final pass v3: last-in-file rules for legacy content pages. */
.page-shell {
  width: min(1120px, calc(100% - 36px)) !important;
  padding-top: clamp(38px, 5vw, 68px) !important;
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.68;
}

.okh-modern-content {
  gap: clamp(30px, 4vw, 54px) !important;
}

.okh-content-section {
  padding: clamp(24px, 4vw, 44px) 0 clamp(32px, 5vw, 58px) !important;
}

.okh-content-section::before {
  width: 84px !important;
  height: 3px !important;
}

.okh-content-section h1,
.okh-legacy-title h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.08;
}

.okh-content-section h2,
.okh-legacy-title h2 {
  max-width: 840px;
  margin-top: clamp(28px, 4vw, 48px);
  margin-bottom: 14px;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  line-height: 1.18;
}

.okh-content-section h3,
.okh-legacy-heading,
.okh-legacy-composed h3 {
  max-width: 820px;
  min-height: 0 !important;
  margin: clamp(26px, 4vw, 42px) 0 14px !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  line-height: 1.22;
  text-align: left !important;
}

.okh-legacy-heading:empty,
.okh-legacy-column:empty,
.okh-content-section p:empty,
.okh-legacy-column p:empty {
  display: none !important;
}

.okh-legacy-composed {
  align-items: start !important;
  gap: clamp(28px, 4vw, 46px) !important;
  overflow: visible !important;
}

.okh-legacy-composed .okh-legacy-column {
  min-width: 0 !important;
  padding: clamp(18px, 2.4vw, 26px) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%) !important;
  border: 0 !important;
  border-left: 3px solid rgba(12, 154, 162, 0.58) !important;
  box-shadow: none !important;
}

.okh-legacy-composed .okh-legacy-column:has(> img),
.okh-legacy-composed .okh-legacy-column:has(> a > img),
.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty), h1, h2, h3, h4, ul, ol, table)) {
  padding: 0 !important;
  background: transparent !important;
  border-left: 0 !important;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 6 !important;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8 !important;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1 !important;
}

.okh-legacy-composed img,
.page-main-card .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0 22px;
  background: #ffffff;
  border: 1px solid rgba(217, 229, 229, 0.9);
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 820px;
  margin: 18px 0 24px;
  padding: clamp(18px, 2.5vw, 26px) !important;
  list-style: none !important;
  background: #f8fcfb !important;
  border-left: 3px solid rgba(12, 154, 162, 0.52) !important;
}

.okh-content-section li {
  position: relative;
  padding-left: 24px;
}

.okh-content-section li + li {
  margin-top: 12px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--okh-aqua);
}

.okh-legacy-info,
.okh-content-section > strong {
  max-width: 820px;
  padding: clamp(18px, 2.4vw, 26px) !important;
  color: var(--okh-ink) !important;
  background: #f7fbfa !important;
  border: 0 !important;
  border-left: 4px solid var(--okh-aqua) !important;
  box-shadow: none !important;
}

.entry-content table {
  overflow: hidden;
  border: 1px solid var(--okh-line);
  border-radius: 6px;
  box-shadow: none;
}

.okh-pdf-link,
.entry-content a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 10px 0;
  padding: 13px 18px;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
  background: var(--okh-aqua-dark);
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 28px) !important;
    padding-top: 30px !important;
  }

  .page-main-card .entry-content p,
  .page-main-card .entry-content li {
    max-width: 100%;
    font-size: 16.5px;
    line-height: 1.62;
  }

  .okh-content-section {
    padding: 22px 0 34px !important;
  }

  .okh-content-section h1,
  .okh-legacy-title h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  .okh-content-section h2,
  .okh-legacy-title h2 {
    font-size: clamp(23px, 7vw, 30px) !important;
  }

  .okh-content-section h3,
  .okh-legacy-heading,
  .okh-legacy-composed h3 {
    font-size: clamp(21px, 6vw, 26px) !important;
  }

  .okh-legacy-composed {
    display: block !important;
  }

  .okh-legacy-composed .okh-legacy-column {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 18px !important;
  }

  .okh-legacy-composed .okh-legacy-column:has(> img),
  .okh-legacy-composed .okh-legacy-column:has(> a > img),
  .okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty), h1, h2, h3, h4, ul, ol, table)) {
    padding: 0 !important;
  }

  .okh-content-section ul,
  .okh-content-section ol {
    padding: 17px 16px !important;
  }
}

/* Editorial page overhaul: cleaner content rhythm across all legacy pages. */
.page-shell {
  width: min(1120px, calc(100% - 36px));
  padding-top: clamp(38px, 5vw, 68px);
}

.page-main-card .entry-content {
  color: var(--okh-muted);
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.68;
}

.page-main-card .entry-content p + p {
  margin-top: 16px;
}

.okh-modern-content {
  gap: clamp(30px, 4vw, 54px);
}

.okh-content-section {
  padding: clamp(24px, 4vw, 44px) 0 clamp(32px, 5vw, 58px);
}

.okh-content-section::before {
  width: 84px;
  height: 3px;
}

.okh-content-section h1,
.okh-legacy-title h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

.okh-content-section h2,
.okh-legacy-title h2 {
  max-width: 840px;
  margin-top: clamp(28px, 4vw, 48px);
  margin-bottom: 14px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}

.okh-content-section h3,
.okh-legacy-heading,
.okh-legacy-composed h3 {
  max-width: 820px;
  margin: clamp(26px, 4vw, 42px) 0 14px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.22;
}

.okh-legacy-heading.is-centered {
  min-height: 0 !important;
  text-align: left;
}

.okh-legacy-heading:empty,
.okh-legacy-column:empty,
.okh-content-section p:empty,
.okh-legacy-column p:empty,
.okh-legacy-composed .okh-legacy-column > br:first-child:last-child {
  display: none !important;
}

.okh-legacy-composed {
  align-items: start;
  gap: clamp(28px, 4vw, 46px);
  overflow: visible;
}

.okh-legacy-composed .okh-legacy-column {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  border: 0;
  border-left: 3px solid rgba(12, 154, 162, 0.58);
  box-shadow: none;
}

.okh-legacy-composed .okh-legacy-column:has(> img),
.okh-legacy-composed .okh-legacy-column:has(> a > img),
.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty), h1, h2, h3, h4, ul, ol, table)) {
  padding: 0;
  background: transparent;
  border-left: 0;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1;
}

.okh-legacy-composed img,
.page-main-card .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0 22px;
  background: #ffffff;
  border: 1px solid rgba(217, 229, 229, 0.9);
}

.okh-legacy-composed .okh-legacy-column > img:only-child,
.okh-legacy-composed .okh-legacy-column > a:only-child img {
  width: 100%;
  margin: 0;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 820px;
  margin: 18px 0 24px;
  padding: clamp(18px, 2.5vw, 26px);
  list-style: none;
  background: #f8fcfb;
  border-left: 3px solid rgba(12, 154, 162, 0.52);
}

.okh-content-section li {
  position: relative;
  padding-left: 24px;
}

.okh-content-section li + li {
  margin-top: 12px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--okh-aqua);
}

.okh-legacy-info,
.okh-content-section > strong {
  max-width: 820px;
  padding: clamp(18px, 2.4vw, 26px);
  color: var(--okh-ink);
  background: #f7fbfa;
  border: 0;
  border-left: 4px solid var(--okh-aqua);
  box-shadow: none;
}

.entry-content table {
  overflow: hidden;
  border: 1px solid var(--okh-line);
  border-radius: 6px;
  box-shadow: none;
}

.okh-pdf-link,
.entry-content a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 10px 0;
  padding: 13px 18px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  background: var(--okh-aqua-dark);
}

@media (max-width: 760px) {
  .page-shell {
    width: calc(100% - 28px);
    padding-top: 30px;
  }

  .page-main-card .entry-content p,
  .page-main-card .entry-content li {
    max-width: 100%;
    font-size: 16.5px;
    line-height: 1.62;
  }

  .okh-content-section {
    padding: 22px 0 34px;
  }

  .okh-content-section h1,
  .okh-legacy-title h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .okh-content-section h2,
  .okh-legacy-title h2 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .okh-content-section h3,
  .okh-legacy-heading,
  .okh-legacy-composed h3 {
    font-size: clamp(21px, 6vw, 26px);
  }

  .okh-legacy-composed {
    display: block;
  }

  .okh-legacy-composed .okh-legacy-column {
    width: 100%;
    margin: 0 0 22px;
    padding: 18px;
  }

  .okh-content-section ul,
  .okh-content-section ol {
    padding: 17px 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--okh-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: var(--okh-paper);
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 229, 229, 0.85);
  backdrop-filter: blur(10px);
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 170px;
}

.site-branding img {
  width: 174px;
}

.site-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
}

.site-title a {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.main-navigation {
  flex: 1;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
}

.main-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  color: var(--okh-muted);
  font-size: 14px;
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--okh-aqua-dark);
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation li:has(.sub-menu) > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: none;
  min-width: 260px;
  margin: 0;
  padding: 14px 10px 10px;
  opacity: 0;
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: var(--okh-shadow);
  transform: translate(-50%, 0);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.main-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu,
.main-navigation li.is-open > .sub-menu {
  display: block;
  opacity: 1;
  transform: translate(-50%, 0);
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu a {
  justify-content: space-between;
  min-height: 0;
  padding: 10px 12px;
  color: var(--okh-ink);
  line-height: 1.35;
  white-space: normal;
}

.main-navigation .sub-menu a:hover {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.main-navigation .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
  padding-left: 16px;
  transform: translate(0, 0);
}

.main-navigation .sub-menu li:hover > .sub-menu,
.main-navigation .sub-menu li:focus-within > .sub-menu,
.main-navigation .sub-menu li.is-open > .sub-menu {
  transform: translate(0, 0);
}

.main-navigation .sub-menu .menu-item-has-children > a::after,
.main-navigation .sub-menu li:has(.sub-menu) > a::after {
  transform: rotate(-45deg);
}

.header-call {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(12, 154, 162, 0.24);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100vh - 205px);
  padding: clamp(36px, 4vw, 56px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: var(--okh-white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.86) 0%, rgba(8, 48, 58, 0.68) 42%, rgba(8, 48, 58, 0.2) 100%),
    var(--hero-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.hero-content {
  position: relative;
  width: min(780px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--okh-sun);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.button-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--okh-white);
  background: var(--okh-aqua);
}

.button.primary:hover {
  background: var(--okh-aqua-dark);
}

.button.secondary {
  color: var(--okh-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary.on-light {
  color: var(--okh-aqua-dark);
  border-color: rgba(12, 154, 162, 0.28);
}

.wrap,
.intro,
.module-section,
.color-section,
.contact-band,
.content-area {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 72px);
  padding: 64px 0 42px;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h2 {
  margin: 0 0 16px;
  color: var(--okh-ink);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.13;
}

.intro-copy p:last-child,
.module-copy p,
.color-section p,
.contact-band p {
  margin: 0;
  color: var(--okh-muted);
  font-size: 18px;
}

.entry-content p {
  margin: 0 0 1.05em;
  color: var(--okh-muted);
  font-size: 18px;
}

.intro-facts {
  display: grid;
  gap: 12px;
}

.intro-facts div {
  padding: 18px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-aqua);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.intro-facts div:nth-child(2) {
  border-left-color: var(--okh-coral);
}

.intro-facts div:nth-child(3) {
  border-left-color: var(--okh-leaf);
}

.intro-facts strong,
.intro-facts span {
  display: block;
}

.intro-facts span {
  color: var(--okh-muted);
  font-size: 15px;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 76px;
}

.therapy-grid article {
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.therapy-grid img {
  width: 100%;
  aspect-ratio: 2.75 / 1;
  object-fit: cover;
}

.therapy-grid div {
  padding: 22px;
}

.therapy-grid h3 {
  margin: 0 0 8px;
  color: var(--okh-ink);
  font-size: 24px;
}

.therapy-grid p {
  min-height: 78px;
  margin: 0 0 18px;
  color: var(--okh-muted);
}

.therapy-grid a,
.text-link {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration: none;
}

.module-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: 72px 0;
  border-top: 1px solid var(--okh-line);
}

.module-images {
  position: relative;
  min-height: 470px;
}

.module-images img {
  box-shadow: var(--okh-shadow);
}

.image-main {
  width: 82%;
  height: 430px;
  object-fit: cover;
}

.image-side {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  border: 10px solid var(--okh-paper);
}

.module-copy ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--okh-muted);
}

.module-copy li + li {
  margin-top: 8px;
}

.color-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: 34px 0 76px;
}

.color-section img {
  width: 100%;
  box-shadow: var(--okh-shadow);
}

.color-section .text-link {
  display: inline-block;
  margin-top: 22px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.contact-band h2,
.contact-band p {
  color: var(--okh-white);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--okh-muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-credit {
  text-align: right;
}

.site-footer a {
  color: var(--okh-aqua-dark);
}

.content-area {
  padding: 56px 0 72px;
  overflow-x: hidden;
}

.subpage-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: clamp(60px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(42px, 6vw, 76px);
  color: var(--okh-white);
  overflow: hidden;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.62) 48%, rgba(8, 48, 58, 0.18) 100%),
    var(--subpage-image, none) center right / cover no-repeat;
  transform: scale(1.03);
}

.subpage-hero-compact {
  min-height: 270px;
}

.subpage-hero-inner {
  position: relative;
  width: min(1000px, 100%);
}

.subpage-hero h1 {
  max-width: min(920px, 100%);
  margin: 0;
  color: var(--okh-white);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  overflow-wrap: break-word;
  hyphens: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: min(100%, 920px);
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.breadcrumbs a,
.breadcrumb-current {
  display: inline-block;
  max-width: min(360px, 42vw);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--okh-white);
}

.breadcrumb-current {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 34px;
}

.page-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sidebar-panel,
.sidebar-contact,
.page-main-card,
.archive-card {
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.sidebar-panel,
.sidebar-contact {
  padding: 22px;
}

.sidebar-panel h2,
.sidebar-contact h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.18;
}

.section-nav {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-nav a {
  display: block;
  padding: 10px 12px;
  color: var(--okh-muted);
  text-decoration: none;
  border-left: 3px solid transparent;
}

.section-nav a:hover,
.section-nav .is-current a {
  color: var(--okh-aqua-dark);
  background: #edf8f7;
  border-left-color: var(--okh-aqua);
}

.sidebar-contact {
  color: var(--okh-white);
  background: var(--okh-ink);
}

.sidebar-contact h2,
.sidebar-contact p {
  color: var(--okh-white);
}

.sidebar-contact .button {
  width: 100%;
  margin-top: 12px;
}

.page-main-card {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-main-card .entry-content > h1:first-child,
.page-main-card .entry-content > h2:first-child {
  margin-top: 0;
}

.page-main-card .entry-content p,
.page-main-card .entry-content li {
  font-size: 18px;
  line-height: 1.74;
}

.page-main-card .entry-content > p:first-of-type {
  font-size: 20px;
  color: var(--okh-ink);
}

.page-main-card .entry-content h2 {
  clear: both;
  margin-top: 0;
}

.page-main-card .entry-content h3 {
  margin-top: 28px;
}

.page-main-card .entry-content img {
  margin: 8px 0 22px;
  box-shadow: none;
}

.okh-modern-content {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.okh-content-section {
  position: relative;
  display: flow-root;
  padding: clamp(18px, 3vw, 34px) 0 clamp(24px, 4vw, 44px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-content-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(160px, 34%);
  height: 4px;
  background: var(--okh-aqua);
}

.okh-content-section + .okh-content-section,
.okh-child-overview {
  border-top: 1px solid var(--okh-line);
}

.okh-content-section:nth-child(3n)::before {
  background: var(--okh-sun);
}

.okh-content-section:nth-child(3n + 2)::before {
  background: var(--okh-coral);
}

.okh-content-intro {
  background: transparent;
}

.okh-content-section h1,
.okh-content-section h2 {
  max-width: 920px;
}

.okh-content-section h2 {
  margin-bottom: 20px;
}

.okh-content-section h3,
.okh-product-copy h3,
.okh-detail-card h3 {
  position: relative;
  margin: 30px 0 12px;
  padding-left: 14px;
  color: var(--okh-ink);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.22;
}

.okh-content-section h3::before,
.okh-product-copy h3::before,
.okh-detail-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  bottom: 0.16em;
  width: 4px;
  background: var(--okh-aqua);
}

.okh-content-section h2 span {
  color: var(--okh-muted);
  font-size: 0.62em;
  font-weight: 400;
}

.okh-content-section > p:first-of-type {
  max-width: 780px;
  color: var(--okh-ink);
  font-size: 20px;
  line-height: 1.72;
}

.okh-content-section p {
  max-width: 780px;
  margin-bottom: 1.15em;
  line-height: 1.76;
}

.okh-content-section p:empty,
.okh-legacy-column:empty {
  display: none;
}

.okh-content-section > br,
.okh-legacy-row > br:first-child,
.okh-legacy-column > br:first-child {
  display: none;
}

.okh-legacy-composed {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
  overflow: hidden;
  box-shadow: none;
}

.okh-legacy-composed > :not(.okh-legacy-column) {
  grid-column: 1 / -1;
}

.okh-content-section ul,
.okh-content-section ol {
  max-width: 780px;
  margin: 22px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border: 0;
  list-style: none;
}

.okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-content-section li + li {
  margin-top: 11px;
}

.okh-legacy-composed .okh-legacy-row {
  gap: 22px;
}

.okh-legacy-composed .okh-legacy-column {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-1-3 {
  grid-column: span 4;
}

.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-1-2 {
  grid-column: span 6;
}

.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-2-3 {
  grid-column: span 8;
}

.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width- {
  grid-column: 1 / -1;
}

.okh-legacy-composed .okh-legacy-feature {
  padding: 0;
  background: transparent;
  border-left: 0;
  box-shadow: none;
}

.okh-legacy-composed .okh-legacy-feature h3 {
  max-width: 780px;
}

.okh-legacy-composed .okh-legacy-feature > div {
  max-width: 780px;
}

.okh-legacy-composed img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #f7fbfa;
}

.okh-legacy-composed .okh-legacy-column > ul,
.okh-legacy-composed .okh-legacy-column > ol {
  margin-top: 14px;
}

.okh-content-section a:not(.button) {
  color: var(--okh-aqua-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.okh-content-section .aligncenter,
.okh-content-section img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.page-main-card .entry-content .alignleft {
  float: left;
  max-width: min(46%, 360px);
  margin: 8px 26px 20px 0;
}

.page-main-card .entry-content .alignright {
  float: right;
  max-width: min(46%, 360px);
  margin: 8px 0 20px 26px;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto 64px;
  padding: clamp(28px, 4vw, 42px);
  color: var(--okh-white);
  background: var(--okh-ink);
}

.page-cta h2,
.page-cta p {
  color: var(--okh-white);
}

.page-cta h2 {
  margin-bottom: 10px;
}

.page-cta p {
  margin: 0;
  max-width: 720px;
}

.contact-page-shell {
  padding-top: 48px;
}

.okh-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 48px);
  color: var(--okh-white);
  background:
    linear-gradient(135deg, rgba(23, 49, 59, 0.96), rgba(8, 116, 123, 0.92)),
    var(--subpage-image, none) center / cover no-repeat;
}

.okh-contact-hero h2,
.okh-contact-hero p {
  color: var(--okh-white);
}

.okh-contact-hero h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.okh-contact-hero p:not(.section-kicker) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.okh-contact-methods {
  display: grid;
  gap: 12px;
}

.okh-contact-methods a,
.okh-contact-methods div {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: var(--okh-ink);
  text-decoration: none;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-sun);
}

.okh-contact-methods a:nth-child(2) {
  border-left-color: var(--okh-aqua);
}

.okh-contact-methods div {
  border-left-color: var(--okh-coral);
}

.okh-contact-methods span {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.okh-contact-methods strong {
  overflow-wrap: anywhere;
}

.contact-main-card .okh-modern-content {
  gap: 22px;
}

.contact-main-card .okh-content-section {
  box-shadow: none;
}

.contact-main-card .okh-map-card {
  margin-bottom: 0;
}

.contact-main-card input,
.contact-main-card textarea,
.contact-main-card select {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--okh-ink);
  font: inherit;
  border: 1px solid var(--okh-line);
  background: var(--okh-white);
}

.contact-main-card textarea {
  min-height: 150px;
}

.contact-main-card input:focus,
.contact-main-card textarea:focus,
.contact-main-card select:focus {
  outline: 3px solid rgba(12, 154, 162, 0.18);
  border-color: var(--okh-aqua);
}

.contact-main-card input[type="submit"],
.contact-main-card button[type="submit"] {
  width: auto;
  min-width: 190px;
  color: var(--okh-white);
  font-weight: 700;
  background: var(--okh-aqua);
  border-color: var(--okh-aqua);
  cursor: pointer;
}

.content-area-modern {
  width: min(1180px, calc(100% - 36px));
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-card {
  padding: 28px;
}

.archive-card .entry-title {
  font-size: clamp(25px, 3vw, 36px);
}

.archive-card .entry-content p {
  color: var(--okh-muted);
}

.okh-product-layout {
  display: grid;
  gap: 24px;
}

.okh-product-copy p,
.okh-detail-card p,
.okh-product-layout .okh-content-section p {
  margin-bottom: 1.05em;
  line-height: 1.72;
}

.okh-product-copy ul,
.okh-detail-card ul,
.okh-product-layout .okh-content-section ul,
.okh-product-copy ol,
.okh-detail-card ol,
.okh-product-layout .okh-content-section ol {
  margin: 20px 0 26px;
  padding: 0;
  color: var(--okh-muted);
  background: transparent;
  border-left: 0;
  list-style: none;
}

.okh-product-copy li,
.okh-detail-card li,
.okh-product-layout .okh-content-section li {
  position: relative;
  padding-left: 28px;
}

.okh-product-copy li::before,
.okh-detail-card li::before,
.okh-product-layout .okh-content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 9px;
  height: 9px;
  background: var(--okh-aqua);
}

.okh-product-overview {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 3vw, 36px);
  padding: clamp(26px, 4vw, 46px);
  background: var(--okh-white);
  border: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-product-overview-textonly {
  grid-template-columns: minmax(0, 1fr);
  background: linear-gradient(135deg, #ffffff 0%, #eefafa 100%);
}

.okh-product-overview-textonly .okh-product-summary {
  max-width: 880px;
}

.okh-product-gallery {
  display: grid;
  gap: 12px;
  align-content: start;
}

.okh-product-gallery figure {
  margin: 0;
  background: #eef5f4;
}

.okh-product-gallery figure:first-child {
  grid-row: span 2;
}

.okh-product-gallery img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  box-shadow: none;
}

.okh-product-summary h2 {
  margin-top: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.okh-product-subtitle {
  color: var(--okh-aqua-dark);
  font-size: 22px;
  font-weight: 700;
}

.okh-product-copy {
  margin: 22px 0;
}

.okh-audio-player {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid rgba(21, 72, 82, 0.12);
  background: linear-gradient(135deg, #f7fbfa, #eef8f5);
}

.okh-audio-player audio {
  display: block;
  width: 100%;
}

.okh-product-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.okh-product-specs div {
  padding: 14px;
  background: #f7fbfa;
  border-left: 3px solid var(--okh-aqua);
}

.okh-product-specs dt {
  color: var(--okh-muted);
  font-size: 13px;
  font-weight: 700;
}

.okh-product-specs dd {
  margin: 4px 0 0;
  color: var(--okh-ink);
  font-weight: 700;
  overflow-wrap: break-word;
}

.okh-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.okh-detail-card {
  padding: clamp(24px, 3vw, 34px);
  background: var(--okh-white);
  border-top: 4px solid var(--okh-aqua);
  box-shadow: none;
}

.okh-detail-card h2 {
  margin-top: 0;
  font-size: clamp(25px, 3vw, 34px);
}

.okh-detail-card ul {
  padding-left: 0;
}

.okh-child-overview {
  margin-top: clamp(28px, 5vw, 58px);
  padding: clamp(24px, 3vw, 36px);
  background: transparent;
  border-top: 1px solid var(--okh-line);
  box-shadow: none;
}

.okh-child-overview-head {
  margin-bottom: 20px;
}

.okh-child-overview h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 38px);
}

.okh-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.okh-child-card {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 20px;
  color: var(--okh-ink);
  text-decoration: none;
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
  border-top: 1px solid var(--okh-line);
  border-right: 1px solid var(--okh-line);
  border-bottom: 1px solid var(--okh-line);
}

.okh-child-card:nth-child(3n + 2) {
  border-left-color: var(--okh-coral);
}

.okh-child-card:nth-child(3n) {
  border-left-color: var(--okh-sun);
}

.okh-child-card:hover {
  background: #eefafa;
  transform: translateY(-2px);
}

.okh-child-card span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.okh-child-card p {
  margin: 10px 0 0;
  color: var(--okh-muted);
  font-size: 16px;
}

main,
.entry-content {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  overflow-wrap: break-word;
}

.entry-content table,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.entry-content blockquote {
  max-width: 920px;
  margin: 24px 0;
  padding: 22px 24px;
  color: var(--okh-muted);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content a:has(img[src*="pdf-down.jpg"]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--okh-white);
  font-weight: 700;
  text-decoration: none;
  background: var(--okh-aqua);
}

.entry-content a:has(img[src*="pdf-down.jpg"]) img {
  display: none;
}

.entry-content a:has(img[src*="pdf-down.jpg"])::after {
  content: "PDF öffnen";
}

.entry-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  overflow: hidden;
  background: var(--okh-white);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--okh-line);
}

.entry-content th {
  color: var(--okh-ink);
  font-weight: 700;
  background: #eefafa;
}

.entry-content tr:nth-child(even) td {
  background: #f7fbfa;
}

.entry-title {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.okh-legacy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: none;
  margin: 0 0 30px;
  padding: 0;
}

.okh-legacy-row-dark,
.okh-legacy-info {
  padding: 28px;
  color: var(--okh-white);
  background: var(--okh-ink);
}

.okh-legacy-row-dark p,
.okh-legacy-info p,
.okh-legacy-info li {
  color: rgba(255, 255, 255, 0.86);
}

.okh-legacy-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid var(--okh-line);
}

.okh-legacy-title h1,
.okh-legacy-title h2 {
  margin: 0;
}

.okh-legacy-title h1 {
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.08;
}

.okh-legacy-title h2 {
  margin-top: 10px;
  color: var(--okh-muted);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
}

.okh-legacy-column {
  float: none;
  flex: 1 1 280px;
  width: auto;
  margin-right: 0;
  margin-bottom: 28px;
  padding: clamp(20px, 2.5vw, 28px);
  background: #f7fbfa;
  border: 1px solid var(--okh-line);
  border-top: 4px solid var(--okh-aqua);
}

.okh-legacy-column.okh-position-last,
.okh-legacy-column:last-child {
  margin-right: 0;
}

.okh-width-1-2,
.okh-width-eight {
  flex-basis: calc(50% - 14px);
}

.okh-width-one {
  flex-basis: calc(6.25% - 16px);
}

.okh-width-two {
  flex-basis: calc(12.5% - 16px);
}

.okh-width-three {
  flex-basis: calc(18.75% - 16px);
}

.okh-width-four {
  flex-basis: calc(25% - 16px);
}

.okh-width-five {
  flex-basis: calc(31.25% - 16px);
}

.okh-width-six {
  flex-basis: calc(37.5% - 16px);
}

.okh-width-seven {
  flex-basis: calc(43.75% - 16px);
}

.okh-width-2-3 {
  flex-basis: calc(66.666% - 14px);
}

.okh-width-nine {
  flex-basis: calc(56.25% - 16px);
}

.okh-width-ten {
  flex-basis: calc(62.5% - 16px);
}

.okh-width-eleven {
  flex-basis: calc(68.75% - 16px);
}

.okh-width-twelve {
  flex-basis: calc(75% - 16px);
}

.okh-width-thirteen {
  flex-basis: calc(81.25% - 16px);
}

.okh-width-fourteen {
  flex-basis: calc(87.5% - 16px);
}

.okh-width-fifteen {
  flex-basis: calc(93.75% - 16px);
}

.okh-width-sixteen {
  flex-basis: 100%;
  margin-right: 0;
}

.okh-legacy-composed .okh-legacy-column,
.okh-legacy-composed .okh-width-one,
.okh-legacy-composed .okh-width-two,
.okh-legacy-composed .okh-width-three,
.okh-legacy-composed .okh-width-four,
.okh-legacy-composed .okh-width-five,
.okh-legacy-composed .okh-width-six,
.okh-legacy-composed .okh-width-seven,
.okh-legacy-composed .okh-width-eight,
.okh-legacy-composed .okh-width-nine,
.okh-legacy-composed .okh-width-ten,
.okh-legacy-composed .okh-width-eleven,
.okh-legacy-composed .okh-width-twelve,
.okh-legacy-composed .okh-width-thirteen,
.okh-legacy-composed .okh-width-fourteen,
.okh-legacy-composed .okh-width-fifteen,
.okh-legacy-composed .okh-width-sixteen,
.okh-legacy-composed .okh-width-1-2,
.okh-legacy-composed .okh-width-2-3 {
  flex: 1 1 360px;
  max-width: 100%;
  min-width: min(100%, 320px);
}

.okh-legacy-column img,
.entry-content img {
  height: auto;
  border-radius: 0;
}

.okh-legacy-column img {
  width: 100%;
  margin-top: 0;
}

.entry-content img[src*="%3Ca"],
.entry-content img[src*="&lt;a"],
.entry-content img[src*="lichtdome-6-neu-klein-600x337.jpg"],
.entry-content img[src="http://"],
.entry-content img[src*="alt="],
.entry-content img[src*="pdf-down.jpg"] {
  display: none !important;
}

.okh-legacy-heading {
  margin: 8px 0 16px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.okh-legacy-heading.is-centered {
  text-align: center;
}

.okh-legacy-feature {
  min-height: 0;
  padding: 24px;
  background: var(--okh-white);
  border-left: 4px solid var(--okh-leaf);
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.08);
}

.okh-legacy-feature-aqua {
  border-left-color: var(--okh-aqua);
}

.okh-legacy-feature h3 {
  margin-top: 0;
}

.okh-legacy-border {
  clear: both;
  height: 1px;
  margin: 34px 0;
  border: 0;
  background: var(--okh-line);
}

.okh-legacy-info {
  clear: both;
  margin: 26px 0;
  box-shadow: var(--okh-shadow);
}

.okh-legacy-highlight {
  background: rgba(241, 180, 50, 0.28);
  box-decoration-break: clone;
  padding: 0 4px;
}

.okh-legacy-message {
  clear: both;
  margin: 22px 0;
  padding: 18px 20px;
  color: var(--okh-ink);
  background: #fff7df;
  border-left: 4px solid var(--okh-sun);
}

.okh-legacy-checklist ul,
.okh-legacy-checklist ol {
  padding-left: 0;
  list-style: none;
}

.okh-legacy-checklist li {
  position: relative;
  padding-left: 26px;
}

.okh-legacy-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--okh-aqua);
}

.okh-color-lab {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  max-width: 920px;
  margin: 34px 0;
}

.colorSelected,
.rgbColorSelected,
#colorCurrent {
  display: none !important;
}

.okh-legacy-column:has(.okh-color-lab) {
  float: none;
  clear: both;
  width: 100%;
  margin-right: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.okh-color-tool {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 30px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
  border: 1px solid var(--okh-line);
}

.okh-color-wheel {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  justify-self: center;
  padding: 0;
  background:
    radial-gradient(circle, #ffffff 0 8%, rgba(255, 255, 255, 0.92) 12%, transparent 52%),
    conic-gradient(#e53d32, #f49a1f, #f1d64d, #53aa4f, #18a0a8, #2e83d3, #704ac7, #d94b9b, #e53d32);
  border: 10px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(23, 49, 59, 0.14);
  cursor: crosshair;
}

.okh-color-wheel::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(23, 49, 59, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.okh-color-wheel span {
  position: absolute;
  left: 91%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: var(--active-color);
  border: 3px solid var(--okh-white);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(23, 49, 59, 0.42), 0 8px 18px rgba(23, 49, 59, 0.22);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.okh-color-stage {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  align-items: stretch;
  min-height: 170px;
  padding: clamp(18px, 3vw, 26px);
  color: var(--okh-ink);
  background: var(--okh-white);
  border-left: 5px solid var(--active-color);
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.08);
}

.okh-color-stage > span {
  display: block;
  min-height: 130px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 36%),
    var(--active-color);
  border: 1px solid rgba(23, 49, 59, 0.1);
}

.okh-color-stage h3 {
  margin: 0 0 10px;
  color: var(--okh-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.okh-color-stage p:not(.section-kicker) {
  max-width: 560px;
  margin: 0;
  color: var(--okh-muted);
  font-size: 19px;
}

.okh-color-code {
  margin-top: 18px !important;
}

.okh-color-code strong {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--okh-ink);
  background: #eefafa;
  border: 1px solid rgba(0, 139, 148, 0.22);
}

.okh-colorpicker-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.okh-colorpicker-grid button {
  display: grid;
  min-height: 94px;
  align-items: end;
  padding: 10px;
  color: var(--okh-white);
  font: inherit;
  text-align: left;
  background: var(--swatch);
  border: 3px solid transparent;
  box-shadow: 0 10px 30px rgba(23, 49, 59, 0.12);
  cursor: pointer;
}

.okh-source-note {
  max-width: 780px;
  margin: 34px 0 0;
  padding: 20px 22px;
  color: var(--okh-muted);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.okh-source-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--okh-ink);
  font-size: 18px;
}

.okh-source-note span {
  display: block;
  line-height: 1.7;
}

.okh-colorpicker-grid button:hover,
.okh-colorpicker-grid button.is-active {
  border-color: var(--okh-ink);
  transform: translateY(-2px);
}

.okh-colorpicker-grid strong {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.okh-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 0;
  overflow: hidden;
  margin: 28px 0;
  background: var(--okh-white);
  box-shadow: var(--okh-shadow);
}

.okh-map-card iframe {
  display: block;
  width: 100%;
  min-height: 380px;
  border: 0;
}

.okh-map-card > div {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  background: #f7fbfa;
}

.okh-map-card h3,
.okh-map-card p {
  margin: 0;
}

.entry-content {
  display: flow-root;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  max-width: 850px;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-navigation {
    order: 3;
    width: 100%;
  }

  .main-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 2px;
  }

  .main-navigation a {
    min-height: 36px;
    padding: 0 4px;
  }

  .main-navigation li {
    position: static;
  }

  .main-navigation .sub-menu {
    position: static;
    display: none;
    min-width: 220px;
    margin: 0 0 0 12px;
    padding: 8px;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .main-navigation li:hover > .sub-menu,
  .main-navigation li:focus-within > .sub-menu {
    display: block;
    transform: none;
  }

  .main-navigation .sub-menu .sub-menu {
    position: static;
    transform: none;
  }

  .hero {
    min-height: 76vh;
  }

  .intro,
  .module-section,
  .color-section {
    grid-template-columns: 1fr;
  }

  .therapy-grid {
    grid-template-columns: 1fr;
  }

  .therapy-grid p {
    min-height: 0;
  }

  .module-images {
    min-height: auto;
  }

  .image-main {
    width: 100%;
    height: auto;
  }

  .image-side {
    position: static;
    width: 100%;
    margin-top: 14px;
    border: 0;
  }

  .contact-band {
    display: block;
  }

  .page-shell {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .page-sidebar {
    order: 2;
  }

  .page-main-card {
    order: 1;
  }

  .page-cta {
    display: block;
  }

  .okh-contact-hero {
    grid-template-columns: 1fr;
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .okh-product-overview,
  .okh-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-grid {
    grid-template-columns: 1fr;
  }

  .okh-child-card {
    min-height: 0;
  }

  .okh-product-specs {
    grid-template-columns: 1fr;
  }

  .okh-legacy-column,
  .okh-width-one,
  .okh-width-two,
  .okh-width-three,
  .okh-width-four,
  .okh-width-five,
  .okh-width-six,
  .okh-width-seven,
  .okh-width-1-2,
  .okh-width-eight,
  .okh-width-2-3,
  .okh-width-nine,
  .okh-width-ten,
  .okh-width-eleven,
  .okh-width-twelve,
  .okh-width-thirteen,
  .okh-width-fourteen,
  .okh-width-fifteen,
  .okh-width-sixteen {
    float: none;
    flex: 1 1 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }

  .okh-legacy-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .okh-legacy-composed {
    grid-template-columns: 1fr;
  }

  .okh-legacy-composed .okh-legacy-column,
  .okh-legacy-composed .okh-width-one,
  .okh-legacy-composed .okh-width-two,
  .okh-legacy-composed .okh-width-three,
  .okh-legacy-composed .okh-width-four,
  .okh-legacy-composed .okh-width-five,
  .okh-legacy-composed .okh-width-six,
  .okh-legacy-composed .okh-width-seven,
  .okh-legacy-composed .okh-width-eight,
  .okh-legacy-composed .okh-width-nine,
  .okh-legacy-composed .okh-width-ten,
  .okh-legacy-composed .okh-width-eleven,
  .okh-legacy-composed .okh-width-twelve,
  .okh-legacy-composed .okh-width-thirteen,
  .okh-legacy-composed .okh-width-fourteen,
  .okh-legacy-composed .okh-width-fifteen,
  .okh-legacy-composed .okh-width-sixteen,
  .okh-legacy-composed .okh-width-1-2,
  .okh-legacy-composed .okh-width-1-3,
  .okh-legacy-composed .okh-width-2-3 {
    grid-column: 1 / -1;
  }

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

  .okh-color-tool,
  .okh-color-stage,
  .okh-map-card {
    grid-template-columns: 1fr;
  }

  .okh-color-wheel {
    width: min(100%, 300px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .site-branding img {
    width: 150px;
  }

  .header-call {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: 68vh;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 48, 58, 0.9) 0%, rgba(8, 48, 58, 0.76) 100%),
      var(--hero-image, none) center / cover no-repeat;
  }

  .button,
  .hero-actions,
  .button-row,
  .contact-actions {
    width: 100%;
  }

  .button,
  .okh-child-card,
  .okh-colorpicker-grid button {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .entry-content p,
  .page-main-card .entry-content p,
  .page-main-card .entry-content li,
  .okh-content-section p,
  .okh-content-section li {
    font-size: 17px;
    line-height: 1.65;
  }

  .entry-content blockquote {
    margin: 18px 0;
    padding: 18px;
  }

  .okh-detail-card,
  .okh-product-overview,
  .okh-child-overview {
    padding: 20px 14px;
  }

  .okh-content-section {
    padding: 22px 0 30px;
  }

  .okh-content-section,
  .okh-detail-card,
  .okh-product-copy,
  .okh-legacy-column {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .okh-legacy-column {
    padding: 16px;
    background: var(--okh-white);
    border: 1px solid var(--okh-line);
    border-left: 4px solid var(--okh-aqua);
    border-top: 0;
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .okh-legacy-composed .okh-legacy-column {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .okh-content-section ul,
  .okh-content-section ol,
  .okh-product-copy ul,
  .okh-product-copy ol,
  .okh-detail-card ul,
  .okh-detail-card ol,
  .okh-product-layout .okh-content-section ul,
  .okh-product-layout .okh-content-section ol {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 20px;
    padding: 0;
    background: transparent;
    border-left: 0;
  }

  .okh-content-section li,
  .okh-product-copy li,
  .okh-detail-card li {
    max-width: none;
    padding-left: 24px;
  }

  .entry-content table.aqua_table,
  .entry-content table.aqua_table thead,
  .entry-content table.aqua_table tbody,
  .entry-content table.aqua_table tr,
  .entry-content table.aqua_table th,
  .entry-content table.aqua_table td {
    display: block;
    width: 100%;
  }

  .entry-content table.aqua_table {
    background: transparent;
    box-shadow: none;
  }

  .entry-content table.aqua_table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .entry-content table.aqua_table tr {
    margin: 0 0 14px;
    padding: 16px;
    background: var(--okh-white);
    border-left: 4px solid var(--okh-aqua);
    box-shadow: 0 10px 28px rgba(23, 49, 59, 0.08);
  }

  .entry-content table.aqua_table td {
    display: grid;
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 8px 0;
    border: 0;
    background: transparent !important;
  }

  .entry-content table.aqua_table td::before {
    color: var(--okh-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .entry-content table.aqua_table td:nth-child(1)::before {
    content: "Störung";
  }

  .entry-content table.aqua_table td:nth-child(2)::before {
    content: "Farbe";
  }

  .entry-content table.aqua_table td:nth-child(3)::before {
    content: "Häufigkeit";
  }

  .entry-content table.aqua_table td:nth-child(4)::before {
    content: "Zeit";
  }

  .entry-content table.aqua_table td:nth-child(5)::before {
    content: "Körperzone";
  }

  .okh-content-section::before {
    width: min(128px, 38%);
    height: 4px;
  }

  .contact-band {
    width: 100%;
    padding-inline: 18px;
  }

  .subpage-hero {
    min-height: 300px;
    padding: 46px 18px 38px;
  }

  .subpage-hero h1 {
    font-size: clamp(30px, 9vw, 38px);
    overflow-wrap: anywhere;
  }

  .breadcrumbs {
    gap: 6px;
    max-width: 100%;
  }

  .breadcrumbs .breadcrumb-separator {
    display: none;
  }

  .breadcrumbs a:not(:first-child):not(:last-of-type) {
    display: none;
  }

  .breadcrumbs a:first-child::after,
  .breadcrumbs a:last-of-type::after {
    content: "/";
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.5);
  }

  .breadcrumbs a,
  .breadcrumb-current {
    max-width: 46vw;
  }

  .page-shell,
  .page-cta {
    width: calc(100% - 24px);
  }

  .site-footer,
  .site-credit {
    text-align: left;
  }

  .okh-contact-hero {
    padding: 24px 18px;
  }

  .okh-contact-methods a,
  .okh-contact-methods div {
    padding: 15px;
  }

  .okh-child-grid,
  .okh-product-specs,
  .okh-product-detail-grid,
  .okh-product-overview {
    gap: 14px;
  }

  .sidebar-panel,
  .sidebar-contact,
  .archive-card {
    padding: 20px;
  }

  .page-main-card {
    padding: 0;
  }

  .page-main-card .entry-content .alignleft,
  .page-main-card .entry-content .alignright {
    float: none;
    max-width: 100%;
    margin: 10px 0 20px;
  }
}

/* Final page polish overrides: keeps the color picker calm in narrow content columns. */
.okh-color-lab {
  max-width: 920px;
}

.okh-color-tool {
  grid-template-columns: 1fr !important;
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 100%);
  border: 1px solid var(--okh-line);
}

.okh-color-wheel {
  width: min(100%, 340px);
  box-shadow: 0 18px 38px rgba(23, 49, 59, 0.14);
}

.okh-color-stage {
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr) !important;
  min-height: 170px;
  color: var(--okh-ink);
  background: var(--okh-white) !important;
  border-left: 5px solid var(--active-color);
  box-shadow: 0 14px 34px rgba(23, 49, 59, 0.08);
}

.okh-color-stage > span {
  min-height: 130px;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), transparent 36%), var(--active-color);
}

.okh-color-stage h3 {
  color: var(--okh-ink);
  font-size: clamp(28px, 4vw, 44px);
}

.okh-color-stage p:not(.section-kicker) {
  color: var(--okh-muted);
  font-size: 19px;
}

.okh-color-code strong {
  color: var(--okh-ink);
  background: #eefafa;
  border-color: rgba(0, 139, 148, 0.22);
}

.okh-content-section > strong {
  display: block;
  max-width: 780px;
  margin: 30px 0 8px;
  padding: 18px 20px 10px;
  color: var(--okh-ink);
  background: #f7fbfa;
  border-left: 4px solid var(--okh-aqua);
}

.okh-content-section > strong + br {
  display: none;
}

@media (max-width: 560px) {
  .okh-color-stage {
    grid-template-columns: 1fr !important;
  }
}

/* Editorial final pass v3 end: guaranteed last override for legacy content pages. */
.page-shell{width:min(1120px,calc(100% - 36px))!important;padding-top:clamp(38px,5vw,68px)!important}
.page-main-card .entry-content p,.page-main-card .entry-content li{max-width:780px;font-size:18px;line-height:1.68}
.okh-modern-content{gap:clamp(30px,4vw,54px)!important}
.okh-content-section{padding:clamp(24px,4vw,44px) 0 clamp(32px,5vw,58px)!important}
.okh-content-section::before{width:84px!important;height:3px!important}
.okh-content-section h1,.okh-legacy-title h1{max-width:900px;margin-bottom:16px;font-size:clamp(34px,4vw,50px)!important;line-height:1.08}
.okh-content-section h2,.okh-legacy-title h2{max-width:840px;margin-top:clamp(28px,4vw,48px);margin-bottom:14px;font-size:clamp(24px,2.5vw,34px)!important;line-height:1.18}
.okh-content-section h3,.okh-legacy-heading,.okh-legacy-composed h3{max-width:820px;min-height:0!important;margin:clamp(26px,4vw,42px) 0 14px!important;font-size:clamp(22px,2vw,28px)!important;line-height:1.22;text-align:left!important}
.okh-legacy-heading:empty,.okh-legacy-column:empty,.okh-content-section p:empty,.okh-legacy-column p:empty{display:none!important}
.okh-legacy-composed{align-items:start!important;gap:clamp(28px,4vw,46px)!important;overflow:visible!important}
.okh-legacy-composed .okh-legacy-column{min-width:0!important;padding:clamp(18px,2.4vw,26px)!important;background:linear-gradient(180deg,#fff 0%,#f8fcfb 100%)!important;border:0!important;border-left:3px solid rgba(12,154,162,.58)!important;box-shadow:none!important}
.okh-legacy-composed .okh-legacy-column:has(>img),.okh-legacy-composed .okh-legacy-column:has(>a>img),.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty),h1,h2,h3,h4,ul,ol,table)){padding:0!important;background:transparent!important;border-left:0!important}
.okh-legacy-composed .okh-width-one,.okh-legacy-composed .okh-width-two,.okh-legacy-composed .okh-width-three,.okh-legacy-composed .okh-width-four,.okh-legacy-composed .okh-width-five,.okh-legacy-composed .okh-width-six,.okh-legacy-composed .okh-width-seven,.okh-legacy-composed .okh-width-eight,.okh-legacy-composed .okh-width-1-2,.okh-legacy-composed .okh-width-1-3{grid-column:span 6!important}
.okh-legacy-composed .okh-width-nine,.okh-legacy-composed .okh-width-ten,.okh-legacy-composed .okh-width-eleven,.okh-legacy-composed .okh-width-2-3{grid-column:span 8!important}
.okh-legacy-composed .okh-width-twelve,.okh-legacy-composed .okh-width-thirteen,.okh-legacy-composed .okh-width-fourteen,.okh-legacy-composed .okh-width-fifteen,.okh-legacy-composed .okh-width-sixteen,.okh-legacy-composed .okh-width-{grid-column:1/-1!important}
.okh-legacy-composed img,.page-main-card .entry-content img{display:block;max-width:100%;height:auto;margin:10px 0 22px;background:#fff;border:1px solid rgba(217,229,229,.9)}
.okh-content-section ul,.okh-content-section ol{max-width:820px;margin:18px 0 24px;padding:clamp(18px,2.5vw,26px)!important;list-style:none!important;background:#f8fcfb!important;border-left:3px solid rgba(12,154,162,.52)!important}
.okh-content-section li{position:relative;padding-left:24px}.okh-content-section li+li{margin-top:12px}
.okh-content-section li::before{content:"";position:absolute;top:.72em;left:2px;width:7px;height:7px;background:var(--okh-aqua)}
.okh-legacy-info,.okh-content-section>strong{max-width:820px;padding:clamp(18px,2.4vw,26px)!important;color:var(--okh-ink)!important;background:#f7fbfa!important;border:0!important;border-left:4px solid var(--okh-aqua)!important;box-shadow:none!important}
.entry-content table{overflow:hidden;border:1px solid var(--okh-line);border-radius:6px;box-shadow:none}
.okh-pdf-link,.entry-content a[href$=".pdf"]{display:inline-flex;align-items:center;min-height:48px;margin:10px 0;padding:13px 18px;color:#fff!important;font-weight:800;text-decoration:none;background:var(--okh-aqua-dark)}
@media (max-width:760px){.page-shell{width:calc(100% - 28px)!important;padding-top:30px!important}.page-main-card .entry-content p,.page-main-card .entry-content li{max-width:100%;font-size:16.5px;line-height:1.62}.okh-content-section{padding:22px 0 34px!important}.okh-content-section h1,.okh-legacy-title h1{font-size:clamp(30px,9vw,40px)!important}.okh-content-section h2,.okh-legacy-title h2{font-size:clamp(23px,7vw,30px)!important}.okh-content-section h3,.okh-legacy-heading,.okh-legacy-composed h3{font-size:clamp(21px,6vw,26px)!important}.okh-legacy-composed{display:block!important}.okh-legacy-composed .okh-legacy-column{width:100%!important;margin:0 0 22px!important;padding:18px!important}.okh-legacy-composed .okh-legacy-column:has(>img),.okh-legacy-composed .okh-legacy-column:has(>a>img),.okh-legacy-composed .okh-legacy-column:has(img):not(:has(p:not(:empty),h1,h2,h3,h4,ul,ol,table)){padding:0!important}.okh-content-section ul,.okh-content-section ol{padding:17px 16px!important}}


/* Final narrow colorpicker and no-box correction v5 end. */
.okh-legacy-composed .okh-legacy-column,.okh-legacy-composed .okh-legacy-feature{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.okh-content-section ul,.okh-content-section ol{padding:0 0 0 28px!important;background:transparent!important;border:0!important}
body.page-id-1031 .okh-legacy-composed>.okh-legacy-column:has(.okh-color-lab),body.page-id-1031 .okh-legacy-composed>.okh-legacy-column:has(.okh-color-tool){grid-column:1/-1!important;width:100%!important;max-width:none!important}
body.page-id-1031 .okh-color-lab,body.page-id-1031 .okh-color-tool{width:100%!important;max-width:1040px!important;margin-inline:auto!important}
body.page-id-1031 .okh-color-tool{display:grid!important;grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important;gap:clamp(28px,4vw,52px)!important;align-items:center!important;padding:20px 0 40px!important;background:transparent!important;border:0!important}
body.page-id-1031 .okh-color-stage{display:grid!important;grid-template-columns:minmax(190px,240px) minmax(0,1fr)!important;gap:clamp(20px,3vw,34px)!important;width:100%!important;min-height:240px!important;padding:0!important;overflow:hidden!important;border:1px solid var(--okh-line)!important;border-left:0!important;box-shadow:none!important}
body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:240px!important;height:auto!important;width:100%!important}
body.page-id-1031 .okh-color-stage>div{min-width:0!important;padding:clamp(24px,4vw,42px)!important}
body.page-id-1031 .okh-color-code{width:auto!important;max-width:none!important}
body.page-id-1031 .okh-legacy-column:has(.okh-color-lab)+.okh-legacy-column{grid-column:1/-1!important;max-width:900px!important}
@media (max-width:760px){body.page-id-1031 .okh-color-tool,body.page-id-1031 .okh-color-stage{grid-template-columns:1fr!important}body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:190px!important}}


/* Colorpicker hard layout correction v6. */
body.page-id-1031 .okh-content-section.okh-legacy-composed{display:block!important;width:100%!important;max-width:1120px!important;margin-inline:auto!important}
body.page-id-1031 .okh-content-section.okh-legacy-composed>.okh-legacy-column{display:block!important;width:100%!important;max-width:none!important;margin:0 0 clamp(30px,5vw,58px)!important;padding:0!important;float:none!important;clear:both!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.page-id-1031 .okh-color-lab{display:block!important;width:100%!important;max-width:1040px!important;margin:0 auto!important}
body.page-id-1031 .okh-color-tool{display:grid!important;width:100%!important;grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important;gap:clamp(28px,4vw,52px)!important;align-items:center!important;padding:16px 0 42px!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.page-id-1031 .okh-color-stage{display:grid!important;width:100%!important;grid-template-columns:minmax(190px,240px) minmax(0,1fr)!important;gap:clamp(20px,3vw,34px)!important;min-height:240px!important;overflow:hidden!important;border:1px solid var(--okh-line)!important;border-left:0!important;box-shadow:none!important}
body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:240px!important;height:auto!important;width:100%!important}
body.page-id-1031 .okh-color-stage>div{min-width:0!important;padding:clamp(24px,4vw,42px)!important}
body.page-id-1031 .okh-content-section ul,body.page-id-1031 .okh-content-section ol{background:transparent!important;border:0!important;padding-left:28px!important}
@media (max-width:760px){body.page-id-1031 .okh-color-tool,body.page-id-1031 .okh-color-stage{grid-template-columns:1fr!important}body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:190px!important}}


/* Colorpicker legacy flex-width correction v7. */
body.page-id-1031 .okh-legacy-row:has(.okh-color-lab),body.page-id-1031 .okh-legacy-row:has(.okh-color-tool){display:block!important;width:100%!important;max-width:none!important;margin:0!important}
body.page-id-1031 .okh-legacy-row:has(.okh-color-lab)>.okh-legacy-column,body.page-id-1031 .okh-legacy-row:has(.okh-color-tool)>.okh-legacy-column{width:100%!important;max-width:none!important;flex:0 1 auto!important;flex-basis:auto!important;margin:0 0 clamp(28px,4vw,52px)!important;padding:0!important}
body.page-id-1031 .okh-color-lab,body.page-id-1031 .okh-color-tool{width:100%!important;max-width:1040px!important}
body.page-id-1031 .okh-color-tool{grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important}
body.page-id-1031 .okh-color-stage{grid-template-columns:minmax(190px,240px) minmax(0,1fr)!important}
@media (max-width:760px){body.page-id-1031 .okh-color-tool,body.page-id-1031 .okh-color-stage{grid-template-columns:1fr!important}}


/* Colorpicker readable tool layout v8. */
body.page-id-1031 .okh-color-tool{display:grid!important;grid-template-columns:1fr!important;gap:clamp(22px,3vw,34px)!important;max-width:820px!important;margin-inline:auto!important}
body.page-id-1031 .okh-color-wheel{justify-self:center!important;width:min(320px,100%)!important}
body.page-id-1031 .okh-color-stage{width:100%!important;grid-template-columns:minmax(180px,240px) minmax(0,1fr)!important;min-height:240px!important}
body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:240px!important;height:auto!important}
@media (max-width:760px){body.page-id-1031 .okh-color-tool{max-width:100%!important}body.page-id-1031 .okh-color-stage{grid-template-columns:1fr!important}body.page-id-1031 .okh-color-preview,body.page-id-1031 .okh-color-stage>span{min-height:190px!important}}


/* Colorpicker remove legacy strong wrapper v9. */
body.page-id-1031 .okh-content-section>strong{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:inherit!important;font-weight:inherit!important}
body.page-id-1031 .okh-content-section>strong+br{display:none!important}
