/* MAOF V17 corrections */
@media (min-width:1201px) {
  .nav-wrap nav { gap: 12px; }
}

/* Keep the full desktop navigation visible above the site's original
   900px mobile breakpoint. Compact the header at intermediate widths. */
@media (min-width:901px) and (max-width:1200px) {
  .site-header .wrap { width: calc(100% - 24px); }
  .menu-toggle { display: none; }
  .nav-wrap nav,
  .nav-wrap nav.open {
    display: flex;
    position: static;
    flex-direction: row;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    background: transparent;
    gap: 0 4px;
    font-size: 12px;
    line-height: 1.2;
  }
  .nav-wrap nav a { min-height: 0; padding: 8px 5px; }
  .official-brand { gap: 6px; }
  .official-brand img { width: 70px; height: 70px; }
  .brand-name { display: none; }
  .header-tools { gap: 6px; }
  .language-menu summary { min-width: 88px; padding: 9px 8px; }
  .header-tools .nav-contact { display: block; padding: 10px 8px; font-size: 10px; }
}

.proof-row strong .temperature-value,
.proof-row strong .temperature-value span {
  color: inherit;
  margin-top: 0;
  text-transform: none;
  letter-spacing: normal;
}
.proof-row strong .temperature-value { font-size: inherit; line-height: inherit; }
.proof-row strong .temperature-value > span:first-child { font-size: inherit; line-height: inherit; }
.proof-row strong .temperature-value > .temperature-unit {
  margin-left: .08em;
  font-size: .58em;
  line-height: 1;
}

.operator-screens {
  margin-top: 48px;
  padding: 40px 48px;
  background: #123f33;
  color: #fff;
}
.operator-screens-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 60px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.operator-screens-intro h2 {
  max-width: 430px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(36px,4vw,54px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.operator-screens-intro > p {
  max-width: 590px;
  margin: 0;
  color: #d1ddd7;
  font-size: 15px;
  line-height: 1.75;
}
.operator-screen-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 42px;
  padding-top: 30px;
}
.operator-screen-grid figure { min-width: 0; margin: 0; }
.operator-screen-frame { width: 100%; padding: 12px; background: #171717; }
.operator-screen-frame img { display: block; width: 100%; height: auto; }
.operator-screen-grid figcaption { padding-top: 16px; }
.operator-screen-grid h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.operator-screen-grid figcaption p { margin: 0; color: #c8d7d0; font-size: 14px; line-height: 1.65; }
.operator-screen-note {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #9db2a8;
  font-size: 12px;
}
.operator-screens[dir="rtl"] { text-align: right; }
.operator-screens + .how-process-grid { margin-top: 48px; }

@media (max-width:900px) {
  .operator-screens { padding: 36px 32px; }
  .operator-screens-intro { grid-template-columns: 1fr; gap: 25px; align-items: start; }
}
@media (max-width:600px) {
  .operator-screens { width: 100%; margin-top: 42px; padding: 32px 22px; }
  .operator-screen-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 28px; }
  .operator-screen-grid h3 { font-size: 25px; }
  .operator-screens + .how-process-grid { margin-top: 42px; }
}
