/* OneManMarketing 1.8.0 — collision-safe cards, real partner wall and Go+ copy. */
body.omm-site .omm-home .omm-capability-card,
body.omm-site .omm-home .omm-capability-card:nth-child(n),
body.omm-site .omm-home .omm-capability-card.omm-capability-1,
body.omm-site .omm-home .omm-capability-card.omm-capability-2,
body.omm-site .omm-home .omm-capability-card.omm-capability-3 {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  height: auto;
  overflow: hidden;
}

body.omm-site .omm-home .omm-capability-copy,
body.omm-site .omm-home .omm-capability-card:nth-child(n) .omm-capability-copy {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
  min-height: 238px;
  padding: 25px;
}

body.omm-site .omm-home .omm-capability-copy p {
  margin-bottom: 0;
}

body.omm-site .omm-home .omm-capability-image,
body.omm-site .omm-home .omm-capability-card:nth-child(n) .omm-capability-image {
  position: relative;
  inset: auto;
  z-index: 1;
  flex: 1 0 222px;
  width: 100%;
  height: 222px;
  min-height: 222px;
  max-height: none;
  margin-top: auto;
  overflow: hidden;
}

body.omm-site .omm-home .omm-capability-image img,
body.omm-site .omm-home .omm-capability-card:nth-child(n) .omm-capability-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.omm-site .omm-home .omm-capability-arrow {
  z-index: 4;
}

body.omm-site .omm-partner-wall,
body.omm-site .omm-home .omm-partner-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #d7dde6;
  border-left: 1px solid #d7dde6;
  overflow: hidden;
}

body.omm-site .omm-partner-tile,
body.omm-site .omm-home .omm-partner-tile {
  display: flex;
  min-width: 0;
  min-height: 112px;
  padding: 22px 18px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
  border-radius: 0;
  background: #fff;
}

body.omm-site .omm-partner-tile img,
body.omm-site .omm-home .omm-partner-tile img {
  display: block;
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.84;
  transition: opacity 180ms ease, transform 180ms ease;
}

body.omm-site .omm-partner-tile:hover img,
body.omm-site .omm-partner-tile:focus-visible img {
  opacity: 1;
  transform: scale(1.035);
}

body.omm-site .omm-package-expertise {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

body.omm-site .omm-package-card:not(.is-featured) .omm-package-expertise {
  border-color: #d7dde6;
  background: #f6f8fb;
}

body.omm-site .omm-package-expertise h4 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
}

body.omm-site .omm-package-expertise p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

body.omm-site .omm-package-expertise p + p {
  margin-top: 9px;
}

@media (min-width: 768px) and (max-width: 1099px) {
  body.omm-site .omm-partner-wall,
  body.omm-site .omm-home .omm-partner-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.omm-site .omm-home .omm-capability-card,
  body.omm-site .omm-home .omm-capability-card:nth-child(n),
  body.omm-site .omm-home .omm-capability-card.omm-capability-1,
  body.omm-site .omm-home .omm-capability-card.omm-capability-2,
  body.omm-site .omm-home .omm-capability-card.omm-capability-3 {
    min-height: 420px;
  }

  body.omm-site .omm-home .omm-capability-copy,
  body.omm-site .omm-home .omm-capability-card:nth-child(n) .omm-capability-copy {
    min-height: 0;
    padding: 23px 21px;
  }

  body.omm-site .omm-home .omm-capability-image,
  body.omm-site .omm-home .omm-capability-card:nth-child(n) .omm-capability-image {
    flex-basis: 205px;
    height: 205px;
    min-height: 205px;
  }

  body.omm-site .omm-partner-wall,
  body.omm-site .omm-home .omm-partner-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.omm-site .omm-partner-tile,
  body.omm-site .omm-home .omm-partner-tile {
    min-height: 104px;
    padding: 19px 14px;
  }

  body.omm-site .omm-partner-tile img,
  body.omm-site .omm-home .omm-partner-tile img {
    max-width: 126px;
    max-height: 52px;
  }

  body.omm-site .omm-package-expertise {
    padding: 16px;
  }
}

/* 1.9.0 — refined responsive UX, articles, references and validation. */
@media (min-width: 1025px) {
  body.omm-site .omm-main-nav .omm-has-submenu > a,
  body.omm-site .omm-main-nav .omm-has-submenu > a:hover,
  body.omm-site .omm-main-nav .omm-has-submenu > a:focus-visible,
  body.omm-site .omm-main-nav .omm-has-submenu:focus-within > a {
    background: transparent !important;
    background-color: transparent !important;
  }

  body.omm-site .omm-main-nav .omm-has-submenu > a:hover,
  body.omm-site .omm-main-nav .omm-has-submenu > a:focus-visible,
  body.omm-site .omm-main-nav .omm-has-submenu:focus-within > a {
    color: var(--omm-accent) !important;
  }
}

body.omm-site .omm-home .omm-creative-hero .omm-hero-title {
  max-width: 1120px;
  font-size: clamp(54px, 6.35vw, 88px) !important;
  line-height: 1.025 !important;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

body.omm-site .omm-home .omm-creative-hero .omm-hero-subtitle {
  max-width: 850px;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.58 !important;
  text-wrap: pretty;
}

body.omm-site .omm-animated-counter {
  display: inline-flex;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
  white-space: pre;
}

body.omm-site .omm-home .omm-capability-card {
  position: relative;
}

body.omm-site .omm-capability-details {
  position: absolute;
  z-index: 6;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid rgba(20, 22, 25, 0.14);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  background: var(--omm-accent);
  color: #141619;
  box-shadow: 0 10px 24px rgba(20, 22, 25, 0.18);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.omm-site .omm-capability-details svg {
  width: 18px;
  height: 18px;
}

body.omm-site .omm-capability-card:hover .omm-capability-details,
body.omm-site .omm-capability-card:focus-visible .omm-capability-details,
body.omm-site .omm-capability-card:focus-within .omm-capability-details {
  opacity: 1;
  transform: translateY(0);
}

body.omm-site .omm-capability-card:hover .omm-capability-details {
  box-shadow: 0 13px 28px rgba(20, 22, 25, 0.22);
}

body.omm-site .omm-capability-card .omm-capability-arrow {
  display: none !important;
}

body.omm-site .omm-form-person-card {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  outline: 1px solid rgba(20, 22, 25, 0.12);
  outline-offset: 4px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.omm-site .omm-form-person-card:hover {
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 25px 62px rgba(20, 22, 25, 0.2) !important;
  transform: translateY(-2px);
}

body.omm-site .omm-form-field.has-error input:not([type="checkbox"]):not([type="radio"]),
body.omm-site .omm-form-field.has-error textarea,
body.omm-site .omm-form-field.has-error select,
body.omm-site .omm-consent.has-error {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.09) !important;
}

body.omm-site .omm-choice-field.has-error .omm-choice-card span {
  border-color: rgba(180, 35, 24, 0.52);
}

body.omm-site .omm-field-error {
  margin-top: 8px;
  color: #a51d14;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
}

body.omm-site .omm-reference-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 20px !important;
}

body.omm-site .omm-reference-grid .omm-reference-card {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

body.omm-site .omm-reference-grid .omm-reference-image {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.omm-site .omm-reference-grid .omm-reference-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.omm-site .omm-reference-grid .omm-reference-body {
  display: flex;
  min-height: 0;
  padding: 22px;
  flex: 1 1 auto;
  flex-direction: column;
}

body.omm-site .omm-reference-grid .omm-reference-body h3 {
  display: -webkit-box;
  min-height: 2.5em;
  margin-bottom: 12px;
  overflow: hidden;
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.omm-site .omm-reference-grid .omm-reference-body > p,
body.omm-site .omm-reference-grid .omm-reference-body > .omm-prose {
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  color: #596273;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.omm-site .omm-reference-button {
  display: inline-flex !important;
  width: max-content;
  min-width: 132px;
  min-height: 50px;
  padding: 13px 20px !important;
  margin-top: auto !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

body.omm-site .omm-reference-button svg {
  flex: 0 0 auto;
}

body.omm-site .omm-case-study {
  background: transparent !important;
}

body.omm-site .omm-references-page .omm-portfolio-hero {
  padding-bottom: clamp(44px, 5vw, 70px);
}

body.omm-site .omm-references-page .omm-case-study {
  padding-top: 0;
}

body.omm-site .omm-reference-browser {
  padding-top: clamp(18px, 3vw, 42px);
}

body.omm-site .omm-featured-case {
  display: grid;
  border: 1px solid rgba(20, 22, 25, 0.1);
  border-radius: 30px;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  overflow: hidden;
  background: #141619;
  color: #fff;
  box-shadow: 0 28px 80px rgba(20, 22, 25, 0.16);
}

body.omm-site .omm-featured-case-media {
  min-height: 570px;
  overflow: hidden;
}

body.omm-site .omm-featured-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.omm-site .omm-featured-case-copy {
  display: flex;
  padding: clamp(32px, 4.5vw, 64px);
  flex-direction: column;
  justify-content: center;
}

body.omm-site .omm-featured-case-top {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

body.omm-site .omm-case-category {
  display: block;
  margin-bottom: 7px;
  color: var(--omm-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.omm-site .omm-featured-case .omm-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

body.omm-site .omm-featured-case-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 1;
  letter-spacing: -0.045em;
}

body.omm-site .omm-featured-case-summary {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.62;
}

body.omm-site .omm-featured-results {
  display: grid;
  padding: 20px 0;
  margin-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.omm-site .omm-featured-results strong {
  display: block;
  color: #fff;
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.15;
}

body.omm-site .omm-featured-results span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.25;
}

body.omm-site .omm-case-button {
  align-self: flex-start;
}

body.omm-site .omm-case-logo img {
  max-width: 120px;
  max-height: 54px;
  object-fit: contain;
}

body.omm-site .omm-case-details {
  padding-top: clamp(54px, 7vw, 92px);
  scroll-margin-top: 120px;
}

body.omm-site .omm-articles-hero,
body.omm-site .omm-article-hero {
  padding: calc(92px + clamp(32px, 3.6vw, 52px)) 0 clamp(58px, 6vw, 86px);
  background: #141619;
  color: #fff;
}

body.omm-site .omm-articles-hero-copy {
  max-width: 880px;
}

body.omm-site .omm-articles-hero .omm-page-title,
body.omm-site .omm-article-hero h1 {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(52px, 7vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

body.omm-site .omm-articles-hero .omm-page-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.55;
}

body.omm-site .omm-articles-browser {
  padding-top: clamp(42px, 5vw, 72px);
}

body.omm-site .omm-article-filters {
  display: grid;
  padding: 14px;
  margin-bottom: 34px;
  border: 1px solid rgba(20, 22, 25, 0.1);
  border-radius: 20px;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.35fr) auto;
  gap: 10px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(20, 22, 25, 0.07);
}

body.omm-site .omm-article-filters input,
body.omm-site .omm-article-filters select {
  width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid #d5dae1;
  border-radius: 12px;
  background: #f9fafb;
  color: #141619;
  font: inherit;
}

body.omm-site .omm-article-filters input:focus,
body.omm-site .omm-article-filters select:focus {
  border-color: #141619;
  outline: 3px solid rgba(20, 22, 25, 0.1);
}

body.omm-site .omm-article-archive,
body.omm-site .omm-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px !important;
}

body.omm-site .omm-article-card,
body.omm-site .omm-article-card.is-featured,
body.omm-site .omm-article-archive > .omm-article-card.is-featured {
  display: flex !important;
  min-width: 0;
  height: 100%;
  min-height: 510px;
  border: 1px solid rgba(20, 22, 25, 0.09);
  border-radius: 24px;
  grid-column: auto !important;
  flex-direction: column !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 44px rgba(20, 22, 25, 0.075);
}

body.omm-site .omm-article-card .omm-article-image,
body.omm-site .omm-article-card.is-featured .omm-article-image,
body.omm-site .omm-article-archive > .omm-article-card.is-featured .omm-article-image {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body.omm-site .omm-article-card .omm-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.omm-site .omm-article-card:hover .omm-article-image img {
  transform: scale(1.025);
}

body.omm-site .omm-article-card .omm-article-body,
body.omm-site .omm-article-card.is-featured .omm-article-body {
  display: flex;
  width: 100%;
  padding: 24px !important;
  flex: 1 1 auto;
  flex-direction: column;
}

body.omm-site .omm-article-category {
  display: inline-flex;
  width: max-content;
  padding: 6px 9px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #fff3c4;
  color: #6b5000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.omm-site .omm-article-card h3 {
  display: -webkit-box;
  min-height: 2.5em;
  margin: 13px 0 10px;
  overflow: hidden;
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.omm-site .omm-article-card .omm-article-body > p {
  display: -webkit-box;
  margin-bottom: 22px;
  overflow: hidden;
  color: #596273;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.omm-site .omm-article-read-more {
  width: max-content;
  min-height: 48px;
  padding: 12px 18px;
  margin-top: auto;
  white-space: nowrap;
}

body.omm-site .omm-pagination ul {
  display: flex;
  padding: 0;
  margin: 38px 0 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

body.omm-site .omm-pagination a,
body.omm-site .omm-pagination span {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #d5dae1;
  border-radius: 11px;
  place-items: center;
  background: #fff;
  color: #141619;
  text-decoration: none;
}

body.omm-site .omm-pagination .current {
  border-color: #141619;
  background: #141619;
  color: #fff;
}

body.omm-site .omm-article-empty {
  padding: 52px;
  border: 1px dashed #cfd5dd;
  border-radius: 24px;
  text-align: center;
}

body.omm-site .omm-article-header-inner {
  max-width: 990px;
}

body.omm-site .omm-visible-breadcrumbs {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

body.omm-site .omm-visible-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.omm-site .omm-article-hero .omm-article-category {
  margin-bottom: 0;
}

body.omm-site .omm-article-byline {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
}

body.omm-site .omm-article-byline strong {
  color: #fff;
  font-weight: 600;
}

body.omm-site .omm-article-featured {
  position: relative;
  z-index: 2;
  margin-top: clamp(-48px, -4vw, -30px);
}

body.omm-site .omm-article-featured img {
  display: block;
  width: 100%;
  max-height: 720px;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 25px 70px rgba(20, 22, 25, 0.17);
}

body.omm-site .omm-article-reading-layout {
  display: grid;
  padding-top: clamp(54px, 7vw, 94px);
  padding-bottom: clamp(68px, 9vw, 126px);
  grid-template-columns: 74px minmax(0, 760px);
  justify-content: center;
  gap: 42px;
}

body.omm-site .omm-article-share {
  position: sticky;
  top: 118px;
  display: flex;
  height: max-content;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

body.omm-site .omm-article-share > strong {
  margin-bottom: 5px;
  color: #697386;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.omm-site .omm-article-share a,
body.omm-site .omm-article-share button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d5dae1;
  border-radius: 50%;
  place-items: center;
  background: #fff;
  color: #141619;
  font: 700 14px/1 var(--omm-font);
  text-decoration: none;
  cursor: pointer;
}

body.omm-site .omm-article-share a:hover,
body.omm-site .omm-article-share button:hover {
  border-color: #141619;
  background: #141619;
  color: #fff;
}

body.omm-site .omm-article-content {
  min-width: 0;
  color: #252a31;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.78;
}

body.omm-site .omm-article-content > *:first-child {
  margin-top: 0;
}

body.omm-site .omm-article-content h2,
body.omm-site .omm-article-content h3 {
  color: #141619;
  letter-spacing: -0.035em;
  scroll-margin-top: 120px;
  text-wrap: balance;
}

body.omm-site .omm-article-content h2 {
  margin: 2.1em 0 0.65em;
  font-size: clamp(31px, 3.5vw, 46px);
  line-height: 1.12;
}

body.omm-site .omm-article-content h3 {
  margin: 1.8em 0 0.55em;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
}

body.omm-site .omm-article-content p,
body.omm-site .omm-article-content ul,
body.omm-site .omm-article-content ol,
body.omm-site .omm-article-content blockquote,
body.omm-site .omm-article-content figure {
  margin-top: 0;
  margin-bottom: 1.45em;
}

body.omm-site .omm-article-content ul,
body.omm-site .omm-article-content ol {
  padding-left: 1.25em;
}

body.omm-site .omm-article-content li + li {
  margin-top: 0.48em;
}

body.omm-site .omm-article-content blockquote {
  padding: 26px 28px;
  border: 0;
  border-left: 5px solid var(--omm-accent);
  border-radius: 0 18px 18px 0;
  background: #f1f3f5;
  color: #141619;
  font-size: 1.12em;
  font-weight: 500;
}

body.omm-site .omm-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

body.omm-site .omm-article-content figcaption {
  margin-top: 9px;
  color: #697386;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

body.omm-site .omm-article-content a {
  color: #141619;
  font-weight: 600;
  text-decoration-color: var(--omm-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body.omm-site .omm-related-articles {
  border-top: 1px solid #e1e5ea;
}

body.omm-site .omm-article-cta-card {
  display: flex;
  padding: clamp(30px, 5vw, 62px);
  border-radius: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #141619;
  color: #fff;
}

body.omm-site .omm-article-cta-card h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

body.omm-site .omm-article-cta-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

@media (min-width: 700px) and (max-width: 1023px) {
  body.omm-site .omm-reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.omm-site .omm-featured-case {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-featured-case-media {
    min-height: 430px;
  }

  body.omm-site .omm-article-archive,
  body.omm-site .omm-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.omm-site .omm-article-card,
  body.omm-site .omm-article-card.is-featured {
    min-height: 500px;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  body.omm-site .omm-articles-hero,
  body.omm-site .omm-article-hero {
    padding-top: 132px;
  }
}

@media (max-width: 699px) {
  body.omm-site .omm-home .omm-creative-hero .omm-hero-title {
    max-width: 100%;
    font-size: clamp(42px, 12.6vw, 57px) !important;
    line-height: 1.055 !important;
    letter-spacing: -0.052em;
    overflow-wrap: normal;
    hyphens: none;
  }

  body.omm-site .omm-home .omm-creative-hero .omm-hero-subtitle {
    max-width: 36rem;
    font-size: 17px !important;
    line-height: 1.57 !important;
  }

  body.omm-site .omm-capability-details {
    right: 18px;
    bottom: 18px;
    min-height: 44px;
    opacity: 1;
    transform: none;
  }

  body.omm-site .omm-reference-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.omm-site .omm-reference-grid .omm-reference-body {
    padding: 21px 19px;
  }

  body.omm-site .omm-reference-button {
    width: 100%;
    min-height: 52px;
  }

  body.omm-site .omm-featured-case {
    border-radius: 23px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-featured-case-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.omm-site .omm-featured-case-copy {
    padding: 27px 22px 30px;
  }

  body.omm-site .omm-featured-case-top {
    margin-bottom: 17px;
  }

  body.omm-site .omm-featured-case-title {
    font-size: clamp(39px, 12vw, 52px);
  }

  body.omm-site .omm-featured-case-summary {
    font-size: 16px;
  }

  body.omm-site .omm-featured-results {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-case-button {
    width: 100%;
    justify-content: center;
  }

  body.omm-site .omm-articles-hero,
  body.omm-site .omm-article-hero {
    padding: calc(104px + 28px) 0 56px;
  }

  body.omm-site .omm-articles-hero .omm-page-title,
  body.omm-site .omm-article-hero h1 {
    line-height: 1.04;
  }

  body.omm-site .omm-articles-hero .omm-page-title {
    font-size: clamp(30px, 9.2vw, 40px);
    overflow-wrap: normal;
    -webkit-hyphens: none;
    hyphens: none;
  }

  body.omm-site .omm-article-hero h1 {
    font-size: clamp(34px, 10.8vw, 48px);
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  body.omm-site .omm-article-filters {
    padding: 12px;
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-article-filters .omm-button {
    width: 100%;
  }

  body.omm-site .omm-article-archive,
  body.omm-site .omm-related-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px !important;
  }

  body.omm-site .omm-article-card,
  body.omm-site .omm-article-card.is-featured {
    min-height: 0;
  }

  body.omm-site .omm-article-card .omm-article-body,
  body.omm-site .omm-article-card.is-featured .omm-article-body {
    padding: 21px 19px !important;
  }

  body.omm-site .omm-article-read-more {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  body.omm-site .omm-visible-breadcrumbs {
    margin-bottom: 22px;
    flex-wrap: wrap;
  }

  body.omm-site .omm-article-byline {
    display: grid;
    gap: 8px;
  }

  body.omm-site .omm-article-featured {
    margin-top: -25px;
  }

  body.omm-site .omm-article-featured img {
    border-radius: 19px;
  }

  body.omm-site .omm-article-reading-layout {
    padding-top: 46px;
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
  }

  body.omm-site .omm-article-share {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
  }

  body.omm-site .omm-article-share > strong {
    margin: 0 4px 0 0;
  }

  body.omm-site .omm-article-content {
    font-size: 18px;
    line-height: 1.72;
  }

  body.omm-site .omm-article-content blockquote {
    padding: 21px 19px;
  }

  body.omm-site .omm-article-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  body.omm-site .omm-article-cta-card .omm-button {
    width: 100%;
    justify-content: center;
  }
}

@media (hover: none) {
  body.omm-site .omm-capability-details {
    opacity: 1;
    transform: none;
  }

  body.omm-site .omm-form-person-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.omm-site .omm-capability-details,
  body.omm-site .omm-article-card .omm-article-image img,
  body.omm-site .omm-form-person-card {
    transition: none !important;
  }
}

/* 1.9.2 — premium Körmend case-study preview and article. */
body.omm-site .omm-case-study {
  padding-block: clamp(64px, 8vw, 112px);
  background: #f9fafb !important;
}

body.omm-site .omm-featured-case-shell {
  margin: 0;
  border-radius: 30px;
}

body.omm-site .omm-featured-case {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(20, 22, 25, 0.16);
  border-radius: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  background: #141619;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 26px 72px rgba(20, 22, 25, 0.15);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.omm-site .omm-featured-case:hover {
  border-color: rgba(255, 188, 0, 0.48);
  box-shadow: 0 30px 82px rgba(20, 22, 25, 0.19);
  transform: translateY(-3px);
}

body.omm-site .omm-featured-case:focus-visible {
  border-color: var(--omm-accent);
  outline: 4px solid rgba(255, 188, 0, 0.34);
  outline-offset: 5px;
}

body.omm-site .omm-featured-case-media {
  min-width: 0;
  min-height: 600px;
  overflow: hidden;
  background: #e9edf2;
}

body.omm-site .omm-featured-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.omm-site .omm-featured-case:hover .omm-featured-case-media img {
  transform: scale(1.025);
}

body.omm-site .omm-featured-case-copy {
  display: flex;
  min-width: 0;
  padding: clamp(34px, 4vw, 58px);
  flex-direction: column;
  justify-content: center;
  background: #141619;
}

body.omm-site .omm-featured-case-top {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 18px;
}

body.omm-site .omm-case-category {
  display: inline-flex;
  width: max-content;
  padding: 7px 10px;
  margin: 0;
  border-radius: 999px;
  align-items: center;
  background: var(--omm-accent);
  color: #141619;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
}

body.omm-site .omm-case-kicker {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.omm-site .omm-featured-case-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 3.25vw, 49px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body.omm-site .omm-featured-case-summary {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.62;
}

body.omm-site .omm-featured-results {
  display: grid;
  padding: 0;
  margin: 0 0 15px;
  border: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.omm-site .omm-featured-results .omm-case-result {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

body.omm-site .omm-featured-results strong {
  display: block;
  color: #fff;
  font-size: clamp(22px, 2.15vw, 32px);
  font-variant-numeric: tabular-nums;
  line-height: 1.04;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

body.omm-site .omm-featured-results span,
body.omm-site .omm-featured-results small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.3;
}

body.omm-site .omm-featured-results small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

body.omm-site .omm-case-source {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.45;
}

body.omm-site .omm-case-button {
  display: inline-flex;
  width: max-content;
  min-height: 52px;
  padding: 13px 20px;
  margin-top: 0;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #141619;
  white-space: nowrap;
}

body.omm-site .omm-article-taxonomy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

body.omm-site .omm-single-article .omm-article-hero h1 {
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto;
}

body.omm-site .omm-single-article.is-kormend-case-study .omm-article-hero h1 {
  font-size: clamp(48px, 6vw, 76px);
}

body.omm-site .omm-article-taxonomy .omm-article-category {
  margin: 0;
}

body.omm-site .omm-article-topic {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

body.omm-site .omm-article-featured-placeholder img {
  width: 100%;
  max-height: 720px;
  aspect-ratio: 16 / 8.5;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 25px 70px rgba(20, 22, 25, 0.17);
}

body.omm-site .omm-case-article-results {
  padding-top: clamp(32px, 5vw, 68px);
}

body.omm-site .omm-case-article-results-inner {
  padding: clamp(27px, 4.6vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  background: #141619;
  color: #fff;
  box-shadow: 0 22px 62px rgba(20, 22, 25, 0.13);
}

body.omm-site .omm-case-results-heading {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 30px;
}

body.omm-site .omm-case-results-heading .omm-section-kicker {
  color: var(--omm-accent);
}

body.omm-site .omm-case-results-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

body.omm-site .omm-case-article-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

body.omm-site .omm-case-article-stats > div {
  min-width: 0;
  padding: clamp(17px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.04);
}

body.omm-site .omm-case-article-stats strong,
body.omm-site .omm-case-article-stats span,
body.omm-site .omm-case-article-stats small {
  display: block;
}

body.omm-site .omm-case-article-stats strong {
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

body.omm-site .omm-case-article-stats span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.3;
}

body.omm-site .omm-case-article-stats small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

body.omm-site .omm-case-article-results .omm-case-source {
  margin: 17px 0 0;
}

body.omm-site .omm-article-content .omm-article-intro {
  padding: 24px 26px;
  border-left: 4px solid var(--omm-accent);
  border-radius: 0 16px 16px 0;
  background: #f1f3f5;
  color: #141619;
  font-size: 1.08em;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  body.omm-site .omm-featured-case {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-featured-case-media {
    min-height: 0;
    aspect-ratio: 16 / 8.5;
  }

  body.omm-site .omm-featured-case-title {
    max-width: 820px;
  }

  body.omm-site .omm-featured-case-summary {
    max-width: 780px;
  }

  body.omm-site .omm-case-article-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  body.omm-site .omm-case-study {
    padding-block: 46px 66px;
  }

  body.omm-site .omm-featured-case-shell,
  body.omm-site .omm-featured-case {
    border-radius: 22px;
  }

  body.omm-site .omm-featured-case:hover {
    transform: none;
  }

  body.omm-site .omm-featured-case-media {
    aspect-ratio: 4 / 3;
  }

  body.omm-site .omm-featured-case-copy {
    padding: 25px 20px 27px;
  }

  body.omm-site .omm-featured-case-top {
    align-items: flex-start;
    flex-direction: column;
  }

  body.omm-site .omm-featured-case-title {
    font-size: clamp(28px, 8.5vw, 40px);
    line-height: 1.08;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  body.omm-site .omm-featured-case-summary {
    font-size: 15px;
  }

  body.omm-site .omm-featured-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.omm-site .omm-featured-results .omm-case-result {
    padding: 13px 12px;
  }

  body.omm-site .omm-featured-results strong {
    font-size: clamp(21px, 7vw, 28px);
  }

  body.omm-site .omm-case-button {
    width: 100%;
    min-height: 52px;
    align-self: stretch;
  }

  body.omm-site .omm-case-article-results-inner {
    padding: 24px 18px;
    border-radius: 20px;
  }

  body.omm-site .omm-case-results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  body.omm-site .omm-case-article-stats > div {
    padding: 16px 13px;
  }

  body.omm-site .omm-case-article-stats strong {
    font-size: clamp(25px, 8vw, 34px);
  }

  body.omm-site .omm-article-content .omm-article-intro {
    padding: 20px 18px;
  }

  body.omm-site .omm-single-article .omm-article-hero h1 {
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 1.06;
  }

  body.omm-site .omm-single-article.is-kormend-case-study .omm-article-hero h1 {
    font-size: clamp(34px, 10.5vw, 48px);
  }
}

@media (max-width: 340px) {
  body.omm-site .omm-featured-results,
  body.omm-site .omm-case-article-stats {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.omm-site .omm-featured-case,
  body.omm-site .omm-featured-case-media img {
    transition: none !important;
  }
}

/* 1.8.1 — preserve the original card colors on hover. */
body.omm-site .omm-home .omm-capability-card:hover,
body.omm-site .omm-home .omm-capability-card:focus-visible {
  box-shadow: none;
  filter: none;
  transform: none;
}

body.omm-site .omm-home .omm-capability-card.omm-capability-1:hover,
body.omm-site .omm-home .omm-capability-card.omm-capability-1:focus-visible {
  color: #fff !important;
  background: linear-gradient(145deg, #32118d, var(--omm-secondary-1)) !important;
}

body.omm-site .omm-home .omm-capability-card.omm-capability-2:hover,
body.omm-site .omm-home .omm-capability-card.omm-capability-2:focus-visible {
  color: #fff !important;
  background: #07152d !important;
}

body.omm-site .omm-home .omm-capability-card.omm-capability-3:hover,
body.omm-site .omm-home .omm-capability-card.omm-capability-3:focus-visible {
  color: var(--omm-ink) !important;
  background: var(--omm-accent) !important;
}

body.omm-site .omm-home .omm-capability-image::before,
body.omm-site .omm-home .omm-capability-card:hover .omm-capability-image::before,
body.omm-site .omm-home .omm-capability-card:focus-visible .omm-capability-image::before {
  background: transparent !important;
  opacity: 0 !important;
}

body.omm-site .omm-home .omm-capability-card:hover .omm-capability-image img,
body.omm-site .omm-home .omm-capability-card:focus-visible .omm-capability-image img {
  transform: scale(1.02);
}

body.omm-site .omm-package-scope {
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

body.omm-site .omm-package-card:not(.is-featured) .omm-package-scope {
  border-color: #d7dde6;
  background: #f6f8fb;
}

body.omm-site .omm-package-scope summary {
  display: grid;
  min-height: 58px;
  padding: 15px 17px;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  list-style: none;
  font-weight: 650;
}

body.omm-site .omm-package-scope summary::-webkit-details-marker {
  display: none;
}

body.omm-site .omm-package-scope summary small {
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.68;
}

body.omm-site .omm-package-scope-plus {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

body.omm-site .omm-package-scope-plus::before,
body.omm-site .omm-package-scope-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

body.omm-site .omm-package-scope-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.omm-site .omm-package-scope[open] .omm-package-scope-plus::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

body.omm-site .omm-package-scope ul {
  display: grid;
  margin: 0;
  padding: 4px 17px 18px;
  gap: 9px;
  list-style: none;
}

body.omm-site .omm-package-scope li {
  position: relative;
  padding-left: 17px;
  font-size: 12.5px;
  line-height: 1.45;
}

body.omm-site .omm-package-scope li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--omm-accent);
  content: "";
}

/* 1.8.2 — final visual and interaction layer. */
body.omm-site {
  --omm-page: #f9fafb;
  --omm-paper: #f9fafb;
  --omm-primary: #141619;
  background: #f9fafb;
}

body.omm-site .omm-site-header,
body.omm-site .omm-site-footer {
  background-color: #141619;
}

body.omm-site .omm-main {
  position: relative;
  z-index: 0;
  isolation: isolate;
  background: #f9fafb;
}

body.omm-site .omm-main::before {
  position: absolute;
  z-index: -1;
  top: clamp(700px, 58vw, 1040px);
  left: 50%;
  color: #fff;
  content: "1";
  font-family: var(--omm-font);
  font-size: clamp(760px, 86vw, 1320px);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.12em;
  opacity: 0.94;
  pointer-events: none;
  transform: translateX(-54%);
  user-select: none;
}

body.omm-site .omm-home .omm-creative-hero {
  background: #f9fafb !important;
}

body.omm-site .omm-home .omm-creative-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 clamp(220px, 19.5vw, 282px);
  background: #141619;
  content: "";
  pointer-events: none;
}

body.omm-site .omm-home .omm-hero-monogram {
  color: rgba(255, 255, 255, 0.032);
}

body.omm-site .omm-home .omm-trust-wall,
body.omm-site .omm-home .omm-capabilities-section,
body.omm-site .omm-home .omm-package-section,
body.omm-site .omm-home .omm-references-section,
body.omm-site .omm-home .omm-home-personal,
body.omm-site .omm-home .omm-form-section,
body.omm-site .omm-packages-page .omm-page-hero,
body.omm-site .omm-service-page .omm-service-package,
body.omm-site .omm-service-page .omm-problem-section,
body.omm-site .omm-service-page .omm-personal-section,
body.omm-site .omm-service-page .omm-benefits-section {
  background-color: transparent !important;
}

/* The capability cards never receive a dark hover overlay. */
body.omm-site .omm-main .omm-capability-card:hover,
body.omm-site .omm-main .omm-capability-card:focus-visible {
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

body.omm-site .omm-main .omm-capability-card.omm-capability-1,
body.omm-site .omm-main .omm-capability-card.omm-capability-1:hover,
body.omm-site .omm-main .omm-capability-card.omm-capability-1:focus-visible {
  background-color: #32118d !important;
  background-image: linear-gradient(145deg, #32118d, var(--omm-secondary-1)) !important;
  color: #fff !important;
}

body.omm-site .omm-main .omm-capability-card.omm-capability-2,
body.omm-site .omm-main .omm-capability-card.omm-capability-2:hover,
body.omm-site .omm-main .omm-capability-card.omm-capability-2:focus-visible {
  background: #141619 !important;
  color: #fff !important;
}

body.omm-site .omm-main .omm-capability-card.omm-capability-3,
body.omm-site .omm-main .omm-capability-card.omm-capability-3:hover,
body.omm-site .omm-main .omm-capability-card.omm-capability-3:focus-visible {
  background: var(--omm-accent) !important;
  color: var(--omm-ink) !important;
}

body.omm-site .omm-main .omm-capability-card .omm-capability-image::before,
body.omm-site .omm-main .omm-capability-card:hover .omm-capability-image::before,
body.omm-site .omm-main .omm-capability-card:focus-visible .omm-capability-image::before {
  display: none !important;
  background: none !important;
  content: none !important;
  opacity: 0 !important;
}

body.omm-site .omm-main .omm-capability-card:hover .omm-capability-image img,
body.omm-site .omm-main .omm-capability-card:focus-visible .omm-capability-image img {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Internal logo separators, without an enclosing card frame. */
body.omm-site .omm-partner-wall,
body.omm-site .omm-home .omm-partner-wall {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

body.omm-site .omm-partner-tile,
body.omm-site .omm-home .omm-partner-tile {
  border: 0;
  border-right: 1px solid #d7dde6;
  border-bottom: 1px solid #d7dde6;
  background: transparent;
}

body.omm-site .omm-partner-tile:nth-child(6n) {
  border-right: 0;
}

body.omm-site .omm-partner-tile:nth-last-child(-n + 5) {
  border-bottom: 0;
}

body.omm-site a.omm-partner-tile:hover,
body.omm-site a.omm-partner-tile:focus-visible {
  background: rgba(255, 255, 255, 0.58);
  transform: none;
}

/* Go+ has an explicit, visible service scope on detailed pages. */
body.omm-site .omm-packages {
  align-items: start;
}

body.omm-site .omm-package-scope-teaser {
  display: grid;
  padding: 14px 15px;
  margin: 16px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  gap: 3px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.4;
}

body.omm-site .omm-package-card:not(.is-featured) .omm-package-scope-teaser {
  border-color: #d7dde6;
  background: #f6f8fb;
}

body.omm-site .omm-package-scope {
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

body.omm-site .omm-package-card:not(.is-featured) .omm-package-scope {
  border-color: #d7dde6;
  background: #f6f8fb;
}

body.omm-site .omm-package-scope > header {
  display: flex;
  min-height: 58px;
  padding: 15px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.omm-site .omm-package-card:not(.is-featured) .omm-package-scope > header {
  border-color: #d7dde6;
}

body.omm-site .omm-package-scope > header h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

body.omm-site .omm-package-scope > header span {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.7;
  white-space: nowrap;
}

body.omm-site .omm-package-scope ol {
  display: grid;
  padding: 16px 17px 18px 44px;
  margin: 0;
  gap: 10px;
}

body.omm-site .omm-package-scope li {
  padding-left: 2px;
  font-size: 13px;
  line-height: 1.43;
}

body.omm-site .omm-package-scope li::before {
  display: none !important;
  content: none !important;
}

body.omm-site .omm-package-scope li::marker {
  color: var(--omm-accent);
  font-weight: 700;
}

/* Professional quote form. */
body.omm-site .omm-form-shell {
  border: 1px solid rgba(20, 22, 25, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(20, 22, 25, 0.08);
}

body.omm-site .omm-form-grid {
  gap: 22px 18px;
}

body.omm-site .omm-form-field > label,
body.omm-site .omm-choice-field legend {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  gap: 7px;
  color: #141619;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

body.omm-site .omm-form-field > label > span[aria-hidden="true"],
body.omm-site .omm-choice-field legend > span[aria-hidden="true"] {
  color: #d52b3f;
}

body.omm-site .omm-field-optional {
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef1f4;
  color: #667085;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.omm-site .omm-form-field input:not([type="checkbox"]):not([type="radio"]),
body.omm-site .omm-form-field textarea,
body.omm-site .omm-form-field select {
  min-height: 56px;
  border: 1px solid #cfd5dd;
  border-radius: 13px;
  background: #fff;
  color: #141619;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(20, 22, 25, 0.03);
}

body.omm-site .omm-form-field input:focus,
body.omm-site .omm-form-field textarea:focus,
body.omm-site .omm-form-field select:focus {
  border-color: #141619;
  box-shadow: 0 0 0 4px rgba(20, 22, 25, 0.1);
  outline: 0;
}

body.omm-site .omm-choice-field fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

body.omm-site .omm-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.omm-site .omm-choice-card {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

body.omm-site .omm-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body.omm-site .omm-choice-card span {
  display: flex;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d7dce3;
  border-radius: 12px;
  align-items: center;
  background: #fff;
  color: #364152;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.omm-site .omm-choice-card:hover span {
  border-color: #9ca3af;
}

body.omm-site .omm-choice-card input:checked + span {
  border-color: #141619;
  background: #141619;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(20, 22, 25, 0.1);
}

body.omm-site .omm-choice-card input:focus-visible + span {
  outline: 3px solid var(--omm-accent);
  outline-offset: 2px;
}

body.omm-site .omm-form-actions {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

body.omm-site .omm-form-actions .omm-button {
  width: 100%;
  min-height: 56px;
  justify-content: center;
}

body.omm-site .omm-callback-submit {
  display: grid;
  padding-block: 11px;
  border: 1px solid #cfd5dd;
  background: #fff;
  color: #141619;
  gap: 1px;
}

body.omm-site .omm-callback-submit span {
  font-size: 15px;
  font-weight: 700;
}

body.omm-site .omm-callback-submit small {
  font-size: 10.5px;
  font-weight: 400;
  opacity: 0.72;
}

body.omm-site .omm-callback-submit:hover,
body.omm-site .omm-callback-submit:focus-visible {
  border-color: #141619;
  background: #f4f5f6;
  color: #141619;
}

@media (min-width: 768px) and (max-width: 1099px) {
  body.omm-site .omm-partner-tile:nth-child(6n) {
    border-right: 1px solid #d7dde6;
  }

  body.omm-site .omm-partner-tile:nth-child(4n) {
    border-right: 0;
  }

  body.omm-site .omm-partner-tile:nth-last-child(-n + 5) {
    border-bottom: 1px solid #d7dde6;
  }

  body.omm-site .omm-partner-tile:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.omm-site .omm-main::before {
    top: 950px;
    font-size: 880px;
    opacity: 0.92;
    transform: translateX(-57%);
  }

  body.omm-site .omm-home .omm-creative-hero {
    background: #f9fafb !important;
  }

  body.omm-site .omm-home .omm-creative-hero::before {
    inset: 0 0 min(80vw, 310px);
  }

  body.omm-site .omm-home .omm-trust-wall {
    background: transparent !important;
  }

  body.omm-site .omm-partner-tile:nth-child(4n),
  body.omm-site .omm-partner-tile:nth-child(6n) {
    border-right: 1px solid #d7dde6;
  }

  body.omm-site .omm-partner-tile:nth-child(2n) {
    border-right: 0;
  }

  body.omm-site .omm-partner-tile:nth-last-child(-n + 5),
  body.omm-site .omm-partner-tile:nth-last-child(-n + 3) {
    border-bottom: 1px solid #d7dde6;
  }

  body.omm-site .omm-partner-tile:last-child {
    border-bottom: 0;
  }

  body.omm-site .omm-form-shell {
    padding: 21px 16px;
    border-radius: 20px;
  }

  body.omm-site .omm-form-grid {
    gap: 18px;
  }

  body.omm-site .omm-choice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  body.omm-site .omm-choice-card span {
    min-height: 50px;
    font-size: 14px;
  }
}

/* 1.8.3 — editorial package stage, content video and liquid-glass navigation. */
body.omm-site .omm-site-header,
body.omm-site .omm-site-header.is-scrolled {
  background: transparent !important;
}

body.omm-site .omm-site-header::before {
  border-color: rgba(255, 255, 255, 0.12);
  background: #141619;
  box-shadow: 0 12px 34px rgba(20, 22, 25, 0.14);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

body.omm-site .omm-site-header.is-scrolled::before {
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, rgba(20, 22, 25, 0.76), rgba(35, 38, 42, 0.54));
  box-shadow: 0 18px 50px rgba(20, 22, 25, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
}

body.omm-site .omm-header-contact,
body.omm-site .omm-mobile-call {
  position: relative;
  isolation: isolate;
}

body.omm-site .omm-header-contact::after,
body.omm-site .omm-mobile-call::after {
  position: absolute;
  z-index: 2;
  inset: -3px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 8%, rgba(255, 255, 255, 0.9) 28%, var(--omm-accent) 38%, transparent 60%) 100% 0 / 260% 100%;
  content: "";
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: omm-light-outline 5.5s linear infinite;
}

@keyframes omm-light-outline {
  to { background-position: -160% 0; }
}

body.omm-site .omm-site-footer {
  background: #141619 !important;
}

body.omm-site .omm-home-video-section {
  background: transparent;
}

body.omm-site .omm-home-video-heading {
  display: grid;
  margin-bottom: clamp(26px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
}

body.omm-site .omm-home-video-heading .omm-section-title,
body.omm-site .omm-home-video-heading .omm-section-subtitle {
  margin-bottom: 0;
}

body.omm-site .omm-home-video-heading .omm-section-subtitle {
  color: #596273;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

body.omm-site .omm-home-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(20, 22, 25, 0.12);
  border-radius: clamp(20px, 3vw, 34px);
  overflow: hidden;
  background: #141619;
  box-shadow: 0 30px 80px rgba(20, 22, 25, 0.16);
}

body.omm-site .omm-home-feature-video,
body.omm-site .omm-home-video-placeholder,
body.omm-site .omm-home-video-placeholder > img {
  display: block;
  width: 100%;
  height: 100%;
}

body.omm-site .omm-home-feature-video {
  object-fit: contain;
  background: #141619;
}

body.omm-site .omm-home-video-placeholder {
  position: relative;
  color: #fff;
}

body.omm-site .omm-home-video-placeholder::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 25, 0.08), rgba(20, 22, 25, 0.72));
  content: "";
}

body.omm-site .omm-home-video-placeholder > img {
  object-fit: cover;
}

body.omm-site .omm-home-video-placeholder > strong {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 50px);
  bottom: clamp(22px, 4vw, 46px);
  left: clamp(22px, 4vw, 50px);
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.15;
}

body.omm-site .omm-home-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(64px, 7vw, 92px);
  height: clamp(64px, 7vw, 92px);
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  place-items: center;
  background: rgba(20, 22, 25, 0.5);
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translate(-50%, -50%);
}

body.omm-site .omm-home .omm-package-section {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
}

body.omm-site .omm-home .omm-package-section::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 18%;
  background: #141619;
  content: "";
  pointer-events: none;
}

body.omm-site .omm-home .omm-package-section > .omm-container {
  position: relative;
  z-index: 1;
}

body.omm-site .omm-home .omm-package-section > .omm-container > .omm-section-title {
  max-width: 820px;
  color: #fff;
}

@media (min-width: 1100px) {
  body.omm-site .omm-home .omm-package-section .omm-packages.is-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(580px, 1.42fr);
    align-items: start;
    gap: 20px;
  }

  body.omm-site .omm-home .omm-package-package_social_start_50 {
    grid-column: 1;
    grid-row: 1;
  }

  body.omm-site .omm-home .omm-package-package_go_plus {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  body.omm-site .omm-home .omm-package-package_custom_quote {
    grid-column: 1;
    grid-row: 2;
  }

  body.omm-site .omm-home .omm-package-package_go_plus .omm-package-scope ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (max-width: 1099px) {
  body.omm-site .omm-home .omm-package-section .omm-packages.is-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-home .omm-package-package_go_plus .omm-package-scope ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  body.omm-site .omm-header-inner {
    gap: 7px;
  }

  body.omm-site .omm-brand {
    max-width: calc(100% - 103px);
  }

  body.omm-site .omm-mobile-call {
    display: inline-flex !important;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 13px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  body.omm-site .omm-mobile-call svg {
    width: 20px;
    height: 20px;
  }

  body.omm-site .omm-mobile-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.omm-site .omm-menu-toggle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-left: 0;
  }

  body.omm-site .omm-home-video-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.omm-site .omm-home-video-frame {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
  }

  body.omm-site .omm-home-video-frame.has-mobile-video {
    width: min(100%, 430px);
    margin-inline: auto;
    aspect-ratio: 9 / 16;
  }

  body.omm-site .omm-home .omm-package-section::before {
    inset: 0 0 24%;
  }

  body.omm-site .omm-home .omm-package-package_go_plus .omm-package-scope ol {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.omm-site .omm-header-contact::after,
  body.omm-site .omm-mobile-call::after {
    animation: none;
    background-position: 30% 0;
  }
}

/* 1.8.4 — dedicated mobile hero, balanced package row and neutral depth. */
body.omm-site .omm-site-footer,
body.omm-site .omm-site-footer > .omm-container,
body.omm-site .omm-site-footer > .omm-container::before {
  background: #141619 !important;
  background-color: #141619 !important;
}

body.omm-site .omm-lead-form .omm-form-shell,
body.omm-site .omm-form-section .omm-form-shell {
  box-shadow: 0 20px 52px rgba(20, 22, 25, 0.11) !important;
}

body.omm-site .omm-form-person-card {
  box-shadow: 0 22px 58px rgba(20, 22, 25, 0.17) !important;
}

body.omm-site .omm-home .omm-capability-card,
body.omm-site .omm-service-page .omm-package-card {
  box-shadow: 0 18px 46px rgba(20, 22, 25, 0.1) !important;
}

body.omm-site .omm-choice-card span {
  box-shadow: 0 5px 16px rgba(20, 22, 25, 0.045);
}

body.omm-site .omm-home .omm-package-section::before {
  inset: 0 0 25%;
}

@media (min-width: 1120px) {
  body.omm-site .omm-home .omm-package-section .omm-packages.is-grid {
    grid-template-columns: minmax(235px, 0.72fr) minmax(450px, 1.5fr) minmax(235px, 0.72fr);
    align-items: start;
    gap: 18px;
  }

  body.omm-site .omm-home .omm-package-package_social_start_50 {
    grid-column: 1;
    grid-row: 1;
  }

  body.omm-site .omm-home .omm-package-package_go_plus {
    grid-column: 2;
    grid-row: 1;
  }

  body.omm-site .omm-home .omm-package-package_custom_quote {
    grid-column: 3;
    grid-row: 1;
  }

  body.omm-site .omm-home .omm-package-package_go_plus .omm-package-scope ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1119px) {
  body.omm-site .omm-home .omm-package-section .omm-packages.is-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-home .omm-package-package_social_start_50,
  body.omm-site .omm-home .omm-package-package_go_plus,
  body.omm-site .omm-home .omm-package-package_custom_quote {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  body.omm-site .omm-home .omm-package-section::before {
    inset: 0 0 25%;
  }

  body.omm-site .omm-form-person-card {
    box-shadow: 0 18px 42px rgba(20, 22, 25, 0.16) !important;
  }
}

/* 1.9.1 — mobile hero and counter stability. */
body.omm-site .omm-home .omm-creative-hero {
  grid-template-columns: minmax(0, 1fr);
}

body.omm-site .omm-home .omm-creative-hero > .omm-container,
body.omm-site .omm-home .omm-creative-hero .omm-hero-copy,
body.omm-site .omm-home .omm-creative-hero .omm-hero-title,
body.omm-site .omm-home .omm-creative-hero .omm-hero-subtitle {
  min-width: 0;
}

body.omm-site .omm-proof-row .omm-animated-counter > span {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit;
  line-height: inherit;
}

body.omm-site .omm-proof-row .omm-counter-prefix:not(:empty) {
  margin-right: 0.2em;
}

body.omm-site .omm-proof-row .omm-counter-suffix:not(:empty) {
  margin-left: 0.2em;
}

@media (max-width: 699px) {
  body.omm-site .omm-home .omm-creative-hero > .omm-container {
    width: calc(100% - 32px) !important;
    max-width: none;
  }

  body.omm-site .omm-home .omm-creative-hero .omm-hero-copy,
  body.omm-site .omm-home .omm-creative-hero .omm-hero-title,
  body.omm-site .omm-home .omm-creative-hero .omm-hero-subtitle {
    width: 100%;
    max-width: 100%;
  }

  body.omm-site .omm-home .omm-creative-hero .omm-hero-title {
    font-size: clamp(30px, 9.4vw, 40px) !important;
    line-height: 1.075 !important;
    letter-spacing: -0.047em;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  body.omm-site .omm-home .omm-creative-hero .omm-hero-eyebrow,
  body.omm-site .omm-home .omm-creative-hero .omm-hero-subtitle {
    overflow-wrap: anywhere;
  }

  body.omm-site .omm-home .omm-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.omm-site .omm-home .omm-proof-row > div {
    min-width: 0;
    min-height: 96px;
    padding: 15px 6px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  body.omm-site .omm-home .omm-proof-row strong,
  body.omm-site .omm-home .omm-proof-row .omm-animated-counter {
    font-size: clamp(24px, 7.2vw, 29px) !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  body.omm-site .omm-home .omm-proof-row > div:nth-child(2) .omm-animated-counter {
    font-size: clamp(21px, 6.4vw, 26px) !important;
  }

  body.omm-site .omm-home .omm-proof-row > div > span {
    max-width: 100%;
    color: #69748a;
    font-size: clamp(10px, 2.8vw, 11px);
    line-height: 1.25;
    overflow-wrap: anywhere;
    text-align: center;
  }
}
