/* WrightsMind Online Security — page-specific editorial system. */
body.page-id-2136 {
  --os-ink: #101611;
  --os-paper: #f1f0e8;
  --os-paper-2: #e4e3d9;
  --os-acid: #d9ff43;
  --os-orange: #ff6246;
  --os-muted: #687168;
  --os-paper-text: #1d251f;
  --os-paper-muted: #4e584f;
  --os-dark-muted: #aab3aa;
  --os-line-dark: rgba(241, 240, 232, 0.18);
  --os-line-light: rgba(16, 22, 17, 0.2);
  --os-serif: Georgia, "Times New Roman", serif;
  --os-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  background: var(--os-paper);
}

body.page-id-2136 .wm-main {
  padding: 0;
  background: var(--os-paper);
}

body.page-id-2136 .wm-security-page.wm-os-page {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  background: var(--os-paper);
  color: var(--os-paper-text);
}

body.page-id-2136 .wm-os-page *,
body.page-id-2136 .wm-os-page *::before,
body.page-id-2136 .wm-os-page *::after {
  box-sizing: border-box;
}

body.page-id-2136 .wm-os-page h1,
body.page-id-2136 .wm-os-page h2,
body.page-id-2136 .wm-os-page h3,
body.page-id-2136 .wm-os-page p,
body.page-id-2136 .wm-os-page ul,
body.page-id-2136 .wm-os-page ol,
body.page-id-2136 .wm-os-page dl,
body.page-id-2136 .wm-os-page figure {
  margin-top: 0;
}

body.page-id-2136 .wm-os-page a {
  text-underline-offset: 0.2em;
}

body.page-id-2136 .wm-os-shell {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

body.page-id-2136 .wm-os-section {
  position: relative;
  padding: clamp(76px, 9vw, 132px) 0;
}

body.page-id-2136 #topics,
body.page-id-2136 #inquiry {
  scroll-margin-top: 92px;
}

body.page-id-2136 .wm-os-section-label,
body.page-id-2136 .wm-os-kicker {
  margin: 0;
  font-family: var(--os-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em !important;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 76px);
}

body.page-id-2136 .wm-os-section-head.is-compact {
  margin-bottom: 44px;
}

body.page-id-2136 .wm-os-section-head h2,
body.page-id-2136 .wm-os-ethics h2,
body.page-id-2136 .wm-os-delivery h2,
body.page-id-2136 .wm-os-faq h2,
body.page-id-2136 .wm-os-inquiry h2 {
  max-width: 900px;
  margin: 0;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(2.4rem, 5vw, 5.15rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.98 !important;
  text-wrap: balance;
}

body.page-id-2136 .wm-os-section-head > div > p,
body.page-id-2136 .wm-os-ethics-intro > p:last-child,
body.page-id-2136 .wm-os-delivery-copy > p:not(.wm-os-section-label):not(.wm-os-location-note),
body.page-id-2136 .wm-os-faq-grid > header > p:last-child,
body.page-id-2136 .wm-os-inquiry-intro > p:not(.wm-os-section-label):not(.wm-os-emergency-note) {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.75;
}

body.page-id-2136 .wm-os-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.page-id-2136 .wm-os-button.is-primary {
  border-color: var(--os-acid);
  background: var(--os-acid);
  color: var(--os-ink);
}

body.page-id-2136 .wm-os-button.is-secondary {
  border-color: rgba(241, 240, 232, 0.5);
  background: transparent;
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-button:hover,
body.page-id-2136 .wm-os-button:focus-visible {
  transform: translateY(-2px);
}

body.page-id-2136 .wm-os-button.is-primary:hover,
body.page-id-2136 .wm-os-button.is-primary:focus-visible {
  border-color: #e5ff7a;
  background: #e5ff7a;
  color: var(--os-ink);
}

body.page-id-2136 .wm-os-button.is-secondary:hover,
body.page-id-2136 .wm-os-button.is-secondary:focus-visible {
  border-color: var(--os-paper);
  background: var(--os-paper);
  color: var(--os-ink);
}

body.page-id-2136 .wm-os-page a:focus-visible,
body.page-id-2136 .wm-os-page button:focus-visible,
body.page-id-2136 .wm-os-page input:focus-visible,
body.page-id-2136 .wm-os-page select:focus-visible,
body.page-id-2136 .wm-os-page textarea:focus-visible,
body.page-id-2136 .wm-os-page summary:focus-visible {
  outline: 3px solid var(--os-orange);
  outline-offset: 4px;
}

/* Hero */
body.page-id-2136 .wm-os-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(rgba(217, 255, 67, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 255, 67, 0.045) 1px, transparent 1px),
    var(--os-ink);
  background-size: 88px 88px, 88px 88px, auto;
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-notice {
  border-bottom: 1px solid rgba(217, 255, 67, 0.25);
  background: rgba(3, 8, 4, 0.6);
}

body.page-id-2136 .wm-os-notice .wm-os-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 42px;
  color: #d6ddd5;
  font-family: var(--os-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-notice-signal {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #aab3aa;
}

body.page-id-2136 .wm-os-notice-signal i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--os-orange);
  box-shadow: 0 0 0 4px rgba(255, 98, 70, 0.14);
}

body.page-id-2136 .wm-os-breadcrumb {
  padding-top: 20px;
}

body.page-id-2136 .wm-os-breadcrumb .wm-meta {
  margin: 0;
  color: #aab3aa;
  font-family: var(--os-mono);
  font-size: 0.68rem;
  letter-spacing: 0.07em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-breadcrumb .wm-meta a {
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  min-height: 690px;
  padding: clamp(48px, 7vw, 92px) 0 clamp(70px, 9vw, 118px);
}

body.page-id-2136 .wm-os-hero-copy {
  position: relative;
  z-index: 2;
}

body.page-id-2136 .wm-os-kicker {
  color: var(--os-acid);
}

body.page-id-2136 .wm-os-hero h1 {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--os-paper) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(4.2rem, 7.6vw, 7.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.075em !important;
  line-height: 0.83 !important;
  text-transform: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body.page-id-2136 .wm-os-hero h1 em {
  display: inline-block;
  padding-right: 0.08em;
  color: var(--os-acid);
  font-family: var(--os-serif);
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: -0.055em !important;
  -webkit-text-fill-color: var(--os-acid) !important;
}

body.page-id-2136 .wm-os-hero-dek {
  max-width: 680px;
  margin: 32px 0 0;
  color: #c8d0c8 !important;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

body.page-id-2136 .wm-os-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

body.page-id-2136 .wm-os-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 28px 0 0;
  margin: 32px 0 0;
  border-top: 1px solid var(--os-line-dark);
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em !important;
  list-style: none;
}

body.page-id-2136 .wm-os-principles li {
  position: relative;
  padding-left: 15px;
}

body.page-id-2136 .wm-os-principles li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--os-acid);
  content: "";
}

body.page-id-2136 .wm-os-exposure {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(217, 255, 67, 0.46);
  background: rgba(7, 13, 8, 0.78);
  box-shadow: 18px 18px 0 rgba(217, 255, 67, 0.07);
}

body.page-id-2136 .wm-os-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--os-line-dark);
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-panel-head span:last-child {
  color: #aab3aa;
}

body.page-id-2136 .wm-os-panel-head i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--os-acid);
}

body.page-id-2136 .wm-os-radar {
  position: relative;
  aspect-ratio: 1;
  max-width: 470px;
  margin: 26px auto;
  overflow: hidden;
  border: 1px solid rgba(217, 255, 67, 0.16);
  background:
    linear-gradient(rgba(217, 255, 67, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 255, 67, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(217, 255, 67, 0.04), transparent 65%);
  background-size: 32px 32px, 32px 32px, auto;
}

body.page-id-2136 .wm-os-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(217, 255, 67, 0.46);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

body.page-id-2136 .wm-os-ring.ring-one { width: 28%; height: 28%; }
body.page-id-2136 .wm-os-ring.ring-two { width: 58%; height: 58%; }
body.page-id-2136 .wm-os-ring.ring-three { width: 88%; height: 88%; }

body.page-id-2136 .wm-os-radar-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(217, 255, 67, 0.24);
  transform: translate(-50%, -50%);
}

body.page-id-2136 .wm-os-radar-axis.axis-x { width: 90%; height: 1px; }
body.page-id-2136 .wm-os-radar-axis.axis-y { width: 1px; height: 90%; }

body.page-id-2136 .wm-os-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  height: 42%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: linear-gradient(135deg, rgba(217, 255, 67, 0.22), transparent 72%);
  transform-origin: 0 0;
  transform: rotate(18deg);
}

body.page-id-2136 .wm-os-sweep::after {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--os-acid);
  content: "";
}

body.page-id-2136 .wm-os-signal {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 7px;
  border: 1px solid rgba(241, 240, 232, 0.23);
  background: rgba(16, 22, 17, 0.9);
  color: #dbe1da;
  font-family: var(--os-mono);
  font-size: clamp(0.48rem, 0.75vw, 0.64rem);
  letter-spacing: 0.02em !important;
  white-space: nowrap;
}

body.page-id-2136 .wm-os-signal i {
  width: 7px;
  height: 7px;
  border: 2px solid var(--os-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 98, 70, 0.12);
}

body.page-id-2136 .signal-records { top: 10%; left: 8%; }
body.page-id-2136 .signal-social { top: 18%; right: 5%; }
body.page-id-2136 .signal-brokers { bottom: 18%; left: 4%; }
body.page-id-2136 .signal-device { right: 7%; bottom: 9%; }

body.page-id-2136 .wm-os-readouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-readouts > div {
  padding: 16px 12px 4px;
}

body.page-id-2136 .wm-os-readouts > div + div {
  border-left: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-readouts dt {
  color: #8e998e;
  font-family: var(--os-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-readouts dd {
  margin: 5px 0 0;
  color: var(--os-paper);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.4;
}

/* Purpose strip */
body.page-id-2136 .wm-os-purpose {
  background: var(--os-acid);
  color: var(--os-ink);
}

body.page-id-2136 .wm-os-purpose .wm-os-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 132px;
  padding: 24px 0;
}

body.page-id-2136 .wm-os-purpose p {
  max-width: 950px;
  margin: 0;
  color: var(--os-ink) !important;
  font-family: var(--os-serif);
  font-size: clamp(1.45rem, 2.7vw, 2.55rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.035em !important;
  line-height: 1.08;
}

body.page-id-2136 .wm-os-purpose span {
  max-width: 240px;
  padding-left: 24px;
  border-left: 1px solid rgba(16, 22, 17, 0.35);
  font-family: var(--os-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em !important;
  line-height: 1.5;
}

/* Services */
body.page-id-2136 .wm-os-services,
body.page-id-2136 .wm-os-process,
body.page-id-2136 .wm-os-habits,
body.page-id-2136 .wm-os-faq {
  background: var(--os-paper);
  color: var(--os-paper-text);
}

body.page-id-2136 .wm-os-services .wm-os-section-label,
body.page-id-2136 .wm-os-process .wm-os-section-label,
body.page-id-2136 .wm-os-habits .wm-os-section-label,
body.page-id-2136 .wm-os-faq .wm-os-section-label {
  color: #4f594f;
}

body.page-id-2136 .wm-os-services h2,
body.page-id-2136 .wm-os-process h2,
body.page-id-2136 .wm-os-habits h2,
body.page-id-2136 .wm-os-faq h2 {
  color: var(--os-ink) !important;
  -webkit-text-fill-color: var(--os-ink) !important;
}

body.page-id-2136 .wm-os-section-head > div > p,
body.page-id-2136 .wm-os-faq-grid > header > p:last-child {
  color: var(--os-paper-muted) !important;
}

body.page-id-2136 .wm-os-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--os-line-light);
  border-left: 1px solid var(--os-line-light);
}

body.page-id-2136 .wm-os-service-card {
  position: relative;
  min-height: 430px;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--os-line-light);
  border-bottom: 1px solid var(--os-line-light);
  background: var(--os-paper);
  transition: background-color 160ms ease;
}

body.page-id-2136 .wm-os-service-card:hover {
  background: var(--os-paper-2);
}

body.page-id-2136 .wm-os-card-number {
  color: var(--os-orange);
  font-family: var(--os-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em !important;
}

body.page-id-2136 .wm-os-service-card h3 {
  max-width: 560px;
  margin: 72px 0 0;
  color: var(--os-ink) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(1.8rem, 3.3vw, 3.4rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
  -webkit-text-fill-color: var(--os-ink) !important;
}

body.page-id-2136 .wm-os-service-card > p {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--os-paper-muted) !important;
  font-size: 1rem;
  line-height: 1.7;
}

body.page-id-2136 .wm-os-service-card ul {
  display: grid;
  gap: 10px;
  padding: 22px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--os-line-light);
  list-style: none;
}

body.page-id-2136 .wm-os-service-card li {
  position: relative;
  padding-left: 20px;
  color: #323d34;
  font-family: var(--os-mono);
  font-size: 0.76rem;
  line-height: 1.5;
}

body.page-id-2136 .wm-os-service-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--os-orange);
  content: "";
}

/* Delivery / map */
body.page-id-2136 .wm-os-delivery,
body.page-id-2136 .wm-os-ethics,
body.page-id-2136 .wm-os-resources,
body.page-id-2136 .wm-os-inquiry {
  background: var(--os-ink);
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-delivery-grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(52px, 8vw, 124px);
  align-items: center;
}

body.page-id-2136 .wm-os-local-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(217, 255, 67, 0.3);
  background:
    linear-gradient(rgba(217, 255, 67, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 255, 67, 0.075) 1px, transparent 1px);
  background-size: 52px 52px;
}

body.page-id-2136 .wm-os-map-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid rgba(217, 255, 67, 0.2);
  background: rgba(7, 13, 8, 0.7);
  color: #b9c2b9;
  font-family: var(--os-mono);
  font-size: 0.62rem;
  letter-spacing: 0.07em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-map-line {
  position: absolute;
  height: 1px;
  background: rgba(241, 240, 232, 0.2);
  transform-origin: left center;
}

body.page-id-2136 .wm-os-map-line::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 1px;
  background: var(--os-acid);
  content: "";
}

body.page-id-2136 .wm-os-map-line.line-one { top: 32%; left: 8%; width: 80%; transform: rotate(16deg); }
body.page-id-2136 .wm-os-map-line.line-two { top: 61%; left: 9%; width: 74%; transform: rotate(-25deg); }
body.page-id-2136 .wm-os-map-line.line-three { top: 78%; left: 19%; width: 64%; transform: rotate(7deg); }

body.page-id-2136 .wm-os-map-point {
  position: absolute;
  display: grid;
  gap: 7px;
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em !important;
}

body.page-id-2136 .wm-os-map-point i {
  width: 13px;
  height: 13px;
  border: 3px solid var(--os-ink);
  border-radius: 50%;
  background: var(--os-orange);
  box-shadow: 0 0 0 1px var(--os-orange), 0 0 0 7px rgba(255, 98, 70, 0.11);
}

body.page-id-2136 .wm-os-map-point.point-coatesville { top: 27%; left: 14%; }
body.page-id-2136 .wm-os-map-point.point-downingtown { top: 43%; left: 43%; }
body.page-id-2136 .wm-os-map-point.point-exton { top: 25%; right: 16%; }
body.page-id-2136 .wm-os-map-point.point-west-chester { right: 18%; bottom: 18%; }

body.page-id-2136 .wm-os-map-coordinates {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #7f8a80;
  font-family: var(--os-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em !important;
}

body.page-id-2136 .wm-os-delivery-copy .wm-os-section-label,
body.page-id-2136 .wm-os-ethics .wm-os-section-label,
body.page-id-2136 .wm-os-resources .wm-os-section-label,
body.page-id-2136 .wm-os-inquiry .wm-os-section-label {
  color: var(--os-acid);
}

body.page-id-2136 .wm-os-delivery h2,
body.page-id-2136 .wm-os-ethics h2,
body.page-id-2136 .wm-os-resources h2,
body.page-id-2136 .wm-os-inquiry h2 {
  margin-top: 22px;
  color: var(--os-paper) !important;
  -webkit-text-fill-color: var(--os-paper) !important;
}

body.page-id-2136 .wm-os-delivery-copy > p:not(.wm-os-section-label):not(.wm-os-location-note) {
  color: #bac3ba !important;
}

body.page-id-2136 .wm-os-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

body.page-id-2136 .wm-os-area-list li {
  padding: 8px 10px;
  border: 1px solid rgba(241, 240, 232, 0.22);
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.66rem;
  letter-spacing: 0.03em !important;
}

body.page-id-2136 .wm-os-location-note {
  margin: 30px 0 0;
  padding: 16px;
  border-left: 4px solid var(--os-orange);
  background: rgba(255, 98, 70, 0.08);
  color: var(--os-paper) !important;
  font-family: var(--os-mono);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.025em !important;
  line-height: 1.6;
}

/* Process */
body.page-id-2136 .wm-os-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--os-line-light);
  border-left: 1px solid var(--os-line-light);
  list-style: none;
}

body.page-id-2136 .wm-os-process-grid li {
  min-height: 300px;
  padding: clamp(26px, 4vw, 48px);
  border-right: 1px solid var(--os-line-light);
  border-bottom: 1px solid var(--os-line-light);
}

body.page-id-2136 .wm-os-process-grid li > span {
  color: var(--os-orange);
  font-family: var(--os-mono);
  font-size: 0.7rem;
  font-weight: 800;
}

body.page-id-2136 .wm-os-process-grid h3 {
  margin: 72px 0 0;
  color: var(--os-ink) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem) !important;
  font-weight: 780 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  -webkit-text-fill-color: var(--os-ink) !important;
}

body.page-id-2136 .wm-os-process-grid p {
  margin: 17px 0 0;
  color: var(--os-paper-muted) !important;
  font-size: 0.94rem;
  line-height: 1.65;
}

/* Ethics */
body.page-id-2136 .wm-os-ethics-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(52px, 9vw, 140px);
  align-items: start;
}

body.page-id-2136 .wm-os-ethics-intro > p:last-child {
  color: #bac3ba !important;
}

body.page-id-2136 .wm-os-ethics-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--os-line-dark);
  list-style: none;
}

body.page-id-2136 .wm-os-ethics-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-ethics-list li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--os-acid);
  color: var(--os-acid);
  font-family: var(--os-mono);
  font-size: 0.75rem;
}

body.page-id-2136 .wm-os-ethics-list h3 {
  margin: 0;
  color: var(--os-paper) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(1.25rem, 2vw, 1.8rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
  -webkit-text-fill-color: var(--os-paper) !important;
}

body.page-id-2136 .wm-os-ethics-list p {
  margin: 7px 0 0;
  color: #aab3aa !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Habits */
body.page-id-2136 .wm-os-habits {
  background: var(--os-paper-2);
}

body.page-id-2136 .wm-os-habit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-2136 .wm-os-habit-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--os-line-light);
  background: var(--os-paper);
}

body.page-id-2136 .wm-os-habit-grid article > span {
  color: #5a655b;
  font-family: var(--os-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-habit-grid h3 {
  margin: 54px 0 0;
  color: var(--os-ink) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(1.25rem, 2vw, 1.85rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: var(--os-ink) !important;
}

body.page-id-2136 .wm-os-habit-grid p {
  margin: 18px 0 0;
  color: var(--os-paper-muted) !important;
  font-size: 0.91rem;
  line-height: 1.65;
}

/* Resources */
body.page-id-2136 .wm-os-resources .wm-os-section-head > div > p {
  color: #bac3ba !important;
}

body.page-id-2136 .wm-os-safety-note {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 98, 70, 0.55);
  background: rgba(255, 98, 70, 0.055);
}

body.page-id-2136 .wm-os-safety-note > div:first-child span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--os-orange);
  color: var(--os-orange);
  font-family: var(--os-mono);
  font-weight: 800;
}

body.page-id-2136 .wm-os-safety-note h3 {
  margin: 0;
  color: var(--os-paper) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.03em !important;
  -webkit-text-fill-color: var(--os-paper) !important;
}

body.page-id-2136 .wm-os-safety-note p {
  max-width: 1050px;
  margin: 14px 0 0;
  color: #b9c2b9 !important;
  font-size: 0.91rem;
  line-height: 1.7;
}

body.page-id-2136 .wm-os-safety-note a {
  display: inline-block;
  margin-top: 18px;
  color: var(--os-acid);
  font-weight: 800;
}

body.page-id-2136 .wm-os-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.page-id-2136 .wm-os-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid var(--os-line-dark);
  border-left: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-article-grid a {
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 25px;
  border-right: 1px solid var(--os-line-dark);
  border-bottom: 1px solid var(--os-line-dark);
  color: var(--os-paper);
  text-decoration: none;
  transition: background-color 160ms ease;
}

body.page-id-2136 .wm-os-article-grid a:hover,
body.page-id-2136 .wm-os-article-grid a:focus-visible {
  background: rgba(217, 255, 67, 0.07);
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-article-grid span {
  color: var(--os-acid);
  font-family: var(--os-mono);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.055em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-article-grid strong {
  margin-top: 48px;
  color: var(--os-paper);
  font-size: 1.08rem;
  line-height: 1.35;
}

body.page-id-2136 .wm-os-article-grid small {
  margin-top: 12px;
  color: #9fa89f;
  font-size: 0.79rem;
  line-height: 1.55;
}

body.page-id-2136 .wm-os-public-resources {
  margin-top: 64px;
}

body.page-id-2136 .wm-os-public-resources > h3 {
  margin: 0 0 22px;
  color: var(--os-paper) !important;
  font-family: var(--os-mono) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
  -webkit-text-fill-color: var(--os-paper) !important;
}

body.page-id-2136 .wm-os-public-resources > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.page-id-2136 .wm-os-public-resources a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px;
  border: 1px solid var(--os-line-dark);
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.67rem;
  text-decoration: none;
}

body.page-id-2136 .wm-os-public-resources a:hover,
body.page-id-2136 .wm-os-public-resources a:focus-visible {
  border-color: var(--os-acid);
  color: var(--os-acid);
}

body.page-id-2136 .wm-os-public-resources a span {
  color: #899389;
  text-align: right;
}

/* FAQ */
body.page-id-2136 .wm-os-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

body.page-id-2136 .wm-os-faq-grid > header {
  position: sticky;
  top: 120px;
}

body.page-id-2136 .wm-os-faq h2 {
  margin-top: 22px;
}

body.page-id-2136 .wm-os-faq-list {
  border-top: 1px solid var(--os-line-light);
}

body.page-id-2136 .wm-os-faq-list details {
  border-bottom: 1px solid var(--os-line-light);
}

body.page-id-2136 .wm-os-faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 28px;
  align-items: center;
  min-height: 94px;
  padding: 22px 0;
  color: var(--os-ink);
  cursor: pointer;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 780;
  line-height: 1.35;
  list-style: none;
}

body.page-id-2136 .wm-os-faq-list summary::-webkit-details-marker {
  display: none;
}

body.page-id-2136 .wm-os-faq-list summary span {
  position: relative;
  width: 24px;
  height: 24px;
}

body.page-id-2136 .wm-os-faq-list summary span::before,
body.page-id-2136 .wm-os-faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: var(--os-orange);
  content: "";
  transform: translate(-50%, -50%);
}

body.page-id-2136 .wm-os-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

body.page-id-2136 .wm-os-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%);
}

body.page-id-2136 .wm-os-faq-list details > p {
  max-width: 800px;
  padding: 0 52px 30px 0;
  margin: -2px 0 0;
  color: var(--os-paper-muted) !important;
  font-size: 0.98rem;
  line-height: 1.75;
}

/* Inquiry form */
body.page-id-2136 .wm-os-inquiry-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: start;
}

body.page-id-2136 .wm-os-inquiry-intro > p:not(.wm-os-section-label):not(.wm-os-emergency-note) {
  color: #bac3ba !important;
}

body.page-id-2136 .wm-os-inquiry-intro dl {
  margin: 36px 0 0;
  border-top: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-inquiry-intro dl > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--os-line-dark);
}

body.page-id-2136 .wm-os-inquiry-intro dt {
  color: #879187;
  font-family: var(--os-mono);
  font-size: 0.65rem;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-inquiry-intro dd {
  margin: 0;
  color: var(--os-paper);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.45;
}

body.page-id-2136 .wm-os-emergency-note {
  margin: 28px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--os-orange);
  color: #c7cfc7 !important;
  font-size: 0.82rem;
  line-height: 1.55;
}

body.page-id-2136 .wm-os-form {
  position: relative;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(217, 255, 67, 0.38);
  background: #0a100b;
}

body.page-id-2136 .wm-os-form::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 78px;
  height: 4px;
  background: var(--os-acid);
  content: "";
}

body.page-id-2136 .wm-os-form-status {
  display: none;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

body.page-id-2136 .wm-os-form-status:not(:empty) {
  display: block;
}

body.page-id-2136 .wm-os-form-status.is-sending {
  border-color: rgba(217, 255, 67, 0.45);
  background: rgba(217, 255, 67, 0.08);
  color: var(--os-paper);
}

body.page-id-2136 .wm-os-form-status.is-success {
  border-color: var(--os-acid);
  background: rgba(217, 255, 67, 0.12);
  color: #efffc2;
}

body.page-id-2136 .wm-os-form-status.is-error {
  border-color: var(--os-orange);
  background: rgba(255, 98, 70, 0.1);
  color: #ffd7cf;
}

body.page-id-2136 .wm-os-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.page-id-2136 .wm-os-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.page-id-2136 .wm-os-field-wide {
  grid-column: 1 / -1;
}

body.page-id-2136 .wm-os-field label {
  color: var(--os-paper);
  font-family: var(--os-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-field label > span:not([aria-hidden]) {
  color: #899389;
  font-weight: 500;
  text-transform: none;
}

body.page-id-2136 .wm-os-field label > span[aria-hidden] {
  color: var(--os-orange);
}

body.page-id-2136 .wm-os-field input,
body.page-id-2136 .wm-os-field select,
body.page-id-2136 .wm-os-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid rgba(241, 240, 232, 0.3);
  border-radius: 0;
  background: var(--os-ink);
  color: var(--os-paper);
  box-shadow: none;
  font-size: 0.95rem;
  line-height: 1.45;
}

body.page-id-2136 .wm-os-field textarea {
  min-height: 150px;
  resize: vertical;
}

body.page-id-2136 .wm-os-field select {
  color-scheme: dark;
}

body.page-id-2136 .wm-os-field input::placeholder,
body.page-id-2136 .wm-os-field textarea::placeholder {
  color: #798279;
  opacity: 1;
}

body.page-id-2136 .wm-os-field input:hover,
body.page-id-2136 .wm-os-field select:hover,
body.page-id-2136 .wm-os-field textarea:hover {
  border-color: rgba(217, 255, 67, 0.55);
}

body.page-id-2136 .wm-os-field input[aria-invalid="true"],
body.page-id-2136 .wm-os-field select[aria-invalid="true"],
body.page-id-2136 .wm-os-field textarea[aria-invalid="true"] {
  border-color: var(--os-orange);
}

body.page-id-2136 .wm-os-field small {
  color: #939d94;
  font-size: 0.73rem;
  line-height: 1.5;
}

body.page-id-2136 .wm-os-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.page-id-2136 .wm-os-acknowledgment {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 26px;
  color: #c1c9c1;
  cursor: pointer;
  font-size: 0.82rem;
  line-height: 1.6;
}

body.page-id-2136 .wm-os-acknowledgment input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--os-acid);
}

body.page-id-2136 .wm-os-captcha {
  min-height: 78px;
  margin-top: 24px;
}

body.page-id-2136 .wm-os-captcha .h-captcha {
  margin: 0;
}

body.page-id-2136 .wm-os-privacy-warning {
  margin-top: 22px;
  padding: 17px;
  border: 1px solid rgba(255, 98, 70, 0.48);
  background: rgba(255, 98, 70, 0.07);
}

body.page-id-2136 .wm-os-privacy-warning strong {
  color: var(--os-orange);
  font-family: var(--os-mono);
  font-size: 0.67rem;
  letter-spacing: 0.07em !important;
  text-transform: uppercase;
}

body.page-id-2136 .wm-os-privacy-warning p {
  margin: 8px 0 0;
  color: #c3cbc3 !important;
  font-size: 0.79rem;
  line-height: 1.6;
}

body.page-id-2136 .wm-os-privacy-warning a {
  display: inline-block;
  margin-top: 9px;
  color: var(--os-acid);
  font-size: 0.78rem;
  font-weight: 800;
}

body.page-id-2136 .wm-os-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 13px 17px;
  border: 1px solid var(--os-acid);
  border-radius: 0;
  background: var(--os-acid);
  color: var(--os-ink);
  box-shadow: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: left;
  transition: background-color 160ms ease, border-color 160ms ease;
}

body.page-id-2136 .wm-os-submit:hover,
body.page-id-2136 .wm-os-submit:focus-visible {
  border-color: #e6ff80;
  background: #e6ff80;
  color: var(--os-ink);
}

body.page-id-2136 .wm-os-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

body.page-id-2136 .wm-os-submit i {
  font-size: 1.2rem;
  font-style: normal;
}

body.page-id-2136 .wm-os-form-footnote {
  margin: 12px 0 0;
  color: #828c82 !important;
  font-family: var(--os-mono);
  font-size: 0.62rem;
  letter-spacing: 0.025em !important;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  body.page-id-2136 .wm-os-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 48px;
  }

  body.page-id-2136 .wm-os-hero h1 {
    font-size: clamp(3.8rem, 7.8vw, 6rem) !important;
  }

  body.page-id-2136 .wm-os-delivery-grid,
  body.page-id-2136 .wm-os-ethics-grid {
    gap: 56px;
  }

  body.page-id-2136 .wm-os-habit-grid,
  body.page-id-2136 .wm-os-article-grid,
  body.page-id-2136 .wm-os-public-resources > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.page-id-2136 .wm-os-shell {
    width: min(calc(100% - 40px), 1280px);
  }

  body.page-id-2136 .wm-os-section-head,
  body.page-id-2136 .wm-os-hero-grid,
  body.page-id-2136 .wm-os-delivery-grid,
  body.page-id-2136 .wm-os-ethics-grid,
  body.page-id-2136 .wm-os-faq-grid,
  body.page-id-2136 .wm-os-inquiry-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-2136 .wm-os-section-head {
    gap: 24px;
  }

  body.page-id-2136 .wm-os-hero-grid {
    min-height: 0;
    padding-top: 58px;
  }

  body.page-id-2136 .wm-os-exposure {
    width: min(100%, 620px);
  }

  body.page-id-2136 .wm-os-purpose .wm-os-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.page-id-2136 .wm-os-purpose span {
    max-width: none;
    padding: 14px 0 0;
    border-top: 1px solid rgba(16, 22, 17, 0.35);
    border-left: 0;
  }

  body.page-id-2136 .wm-os-local-map {
    width: min(100%, 660px);
  }

  body.page-id-2136 .wm-os-faq-grid > header {
    position: static;
  }

  body.page-id-2136 .wm-os-inquiry-intro {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  body.page-id-2136 .wm-os-shell {
    width: min(calc(100% - 28px), 1280px);
  }

  body.page-id-2136 .wm-os-section {
    padding: 68px 0;
  }

  body.page-id-2136 .wm-os-section-head h2,
  body.page-id-2136 .wm-os-ethics h2,
  body.page-id-2136 .wm-os-delivery h2,
  body.page-id-2136 .wm-os-faq h2,
  body.page-id-2136 .wm-os-inquiry h2 {
    font-size: clamp(2.15rem, 11vw, 3.4rem) !important;
    line-height: 1 !important;
  }

  body.page-id-2136 .wm-os-notice .wm-os-shell {
    min-height: 46px;
    font-size: 0.61rem;
    line-height: 1.4;
  }

  body.page-id-2136 .wm-os-notice-signal {
    display: none;
  }

  body.page-id-2136 .wm-os-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem) !important;
    letter-spacing: -0.065em !important;
    line-height: 0.87 !important;
  }

  body.page-id-2136 .wm-os-actions,
  body.page-id-2136 .wm-os-resource-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-id-2136 .wm-os-button {
    width: 100%;
  }

  body.page-id-2136 .wm-os-principles {
    display: grid;
    gap: 12px;
  }

  body.page-id-2136 .wm-os-service-grid,
  body.page-id-2136 .wm-os-process-grid,
  body.page-id-2136 .wm-os-habit-grid,
  body.page-id-2136 .wm-os-article-grid,
  body.page-id-2136 .wm-os-public-resources > div,
  body.page-id-2136 .wm-os-form-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-2136 .wm-os-service-card {
    min-height: 0;
    padding: 28px 22px;
  }

  body.page-id-2136 .wm-os-service-card h3,
  body.page-id-2136 .wm-os-process-grid h3,
  body.page-id-2136 .wm-os-habit-grid h3 {
    margin-top: 44px;
  }

  body.page-id-2136 .wm-os-process-grid li,
  body.page-id-2136 .wm-os-habit-grid article {
    min-height: 0;
  }

  body.page-id-2136 .wm-os-field-wide {
    grid-column: auto;
  }

  body.page-id-2136 .wm-os-public-resources a {
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-id-2136 .wm-os-public-resources a span {
    text-align: left;
  }
}

@media (max-width: 480px) {
  body.page-id-2136 .wm-os-hero-grid {
    padding: 44px 0 64px;
  }

  body.page-id-2136 .wm-os-hero-dek {
    font-size: 0.96rem;
  }

  body.page-id-2136 .wm-os-exposure,
  body.page-id-2136 .wm-os-form {
    padding: 14px;
  }

  body.page-id-2136 .wm-os-panel-head {
    font-size: 0.56rem;
  }

  body.page-id-2136 .wm-os-radar {
    margin-block: 18px;
  }

  body.page-id-2136 .wm-os-signal {
    padding: 3px 4px;
    font-size: 0.44rem;
  }

  body.page-id-2136 .wm-os-readouts {
    grid-template-columns: 1fr;
  }

  body.page-id-2136 .wm-os-readouts > div + div {
    border-top: 1px solid var(--os-line-dark);
    border-left: 0;
  }

  body.page-id-2136 .wm-os-local-map {
    min-height: 420px;
  }

  body.page-id-2136 .wm-os-map-title span:last-child,
  body.page-id-2136 .wm-os-map-coordinates {
    display: none;
  }

  body.page-id-2136 .wm-os-map-point {
    font-size: 0.54rem;
  }

  body.page-id-2136 .wm-os-safety-note {
    grid-template-columns: 1fr;
  }

  body.page-id-2136 .wm-os-faq-list summary {
    min-height: 82px;
    gap: 14px;
  }

  body.page-id-2136 .wm-os-faq-list details > p {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.page-id-2136 .wm-os-page *,
  body.page-id-2136 .wm-os-page *::before,
  body.page-id-2136 .wm-os-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
