@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-ext-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-ext-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-ext-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-ext-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --omm-primary: #002164;
  --omm-accent: #ffbc00;
  --omm-secondary-1: #404084;
  --omm-secondary-2: #404062;
  --omm-secondary-3: #d9b913;
  --omm-ink: #07142f;
  --omm-paper: #f6f5f0;
  --omm-white: #fffef9;
  --omm-muted: #60708d;
  --omm-border: rgba(0, 33, 100, 0.13);
  --omm-radius: 28px;
  --omm-radius-sm: 16px;
  --omm-max: 1360px;
  --omm-font: "Space Grotesk", system-ui, sans-serif;
  --omm-section: clamp(72px, 9vw, 150px);
  --omm-pad: clamp(22px, 3vw, 44px);
  --omm-shadow: 0 30px 80px rgba(0, 25, 78, 0.16);
}

html:has(body.omm-site) {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body.omm-site,
body.omm-site * {
  box-sizing: border-box;
}

body.omm-site {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--omm-paper);
  color: var(--omm-ink);
  font-family: var(--omm-font);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.omm-site img,
body.omm-site video,
body.omm-site svg {
  display: block;
  max-width: 100%;
}

body.omm-site img,
body.omm-site video {
  height: auto;
}

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

body.omm-site button,
body.omm-site input,
body.omm-site textarea,
body.omm-site select {
  font: inherit;
}

body.omm-site button,
body.omm-site a {
  -webkit-tap-highlight-color: transparent;
}

body.omm-site :focus-visible {
  outline: 3px solid var(--omm-accent);
  outline-offset: 4px;
}

.omm-container {
  width: min(var(--omm-max), calc(100% - 40px));
  margin-inline: auto;
}

.omm-narrow {
  width: min(780px, 100%);
  margin-inline: auto;
}

.omm-main {
  min-height: 70vh;
  overflow: clip;
}

.omm-section {
  position: relative;
  padding-block: var(--omm-section);
}

.omm-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}

.omm-block {
  overflow-wrap: anywhere;
}

.omm-align-center {
  margin-inline: auto;
  text-align: center;
}

.omm-align-right {
  margin-left: auto;
  text-align: right;
}

.omm-mobile-content {
  display: none;
}

.omm-section-title,
.omm-page-title,
.omm-hero-title,
.omm-main h1,
.omm-main h2,
.omm-main h3,
.omm-main h4 {
  margin-top: 0;
  color: inherit;
  font-family: var(--omm-font);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.omm-hero-title,
.omm-page-title {
  max-width: 970px;
  margin-bottom: clamp(24px, 3vw, 42px);
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 650;
}

.omm-section-title {
  max-width: 1000px;
  margin-bottom: clamp(34px, 5vw, 70px);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 620;
}

.omm-section-subtitle,
.omm-main h3 {
  margin-bottom: 22px;
  font-size: clamp(22px, 2.4vw, 36px);
}

.omm-prose,
.omm-prose p {
  line-height: 1.7;
}

.omm-prose > :first-child {
  margin-top: 0;
}

.omm-prose > :last-child {
  margin-bottom: 0;
}

.omm-large-prose {
  font-size: clamp(18px, 1.75vw, 25px);
}

.omm-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--omm-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.omm-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.omm-button:hover {
  transform: translateY(-2px);
}

.omm-button-primary {
  background: var(--omm-accent);
  color: var(--omm-primary);
  box-shadow: 0 16px 34px rgba(255, 188, 0, 0.18);
}

.omm-button-primary:hover {
  background: #ffd04c;
  box-shadow: 0 20px 38px rgba(255, 188, 0, 0.26);
}

.omm-button-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
}

.omm-button-outline {
  border-color: var(--omm-primary);
  color: var(--omm-primary);
}

.omm-actions {
  display: flex;
  margin-top: clamp(28px, 4vw, 50px);
  flex-wrap: wrap;
  gap: 14px;
}

.omm-text-link {
  display: inline-flex;
  margin-top: 28px;
  align-items: center;
  gap: 12px;
  color: var(--omm-primary);
  font-weight: 700;
}

.omm-text-link svg,
.omm-card-link svg,
.omm-button svg {
  transition: transform 180ms ease;
}

.omm-text-link:hover svg,
.omm-card-link:hover svg,
.omm-button:hover svg {
  transform: translateX(4px);
}

.omm-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--omm-accent);
  color: var(--omm-primary);
  font-weight: 700;
  transform: translateY(-160%);
}

.omm-skip-link:focus {
  transform: translateY(0);
}

.omm-site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  color: #fff;
  transition: top 350ms ease, left 350ms ease, right 350ms ease, height 350ms ease, border-radius 350ms ease, background 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.omm-site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid transparent;
  background: var(--omm-primary);
  content: "";
  transition: inherit;
}

.omm-site-header.is-scrolled {
  top: 12px;
  right: 14px;
  left: 14px;
  height: 72px;
  border-radius: 22px;
}

.omm-site-header.is-scrolled::before {
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(0, 33, 100, 0.72);
  box-shadow: 0 18px 60px rgba(0, 16, 54, 0.22);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.omm-header-inner {
  width: min(var(--omm-max), calc(100% - 40px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
}

.omm-brand {
  flex: 0 0 auto;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.omm-brand > span > span,
.omm-footer-wordmark > span {
  color: var(--omm-accent);
}

.omm-brand img {
  width: auto;
  max-width: 230px;
  max-height: 48px;
  object-fit: contain;
}

.omm-main-nav {
  margin-left: auto;
}

.omm-main-nav > ul,
.omm-footer-nav,
.omm-footer-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}

.omm-main-nav > ul {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.4vw, 25px);
}

.omm-main-nav li {
  position: relative;
}

.omm-main-nav > ul > li > a {
  position: relative;
  display: block;
  padding-block: 14px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  white-space: nowrap;
}

.omm-main-nav > ul > li > a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  border-radius: 9px;
  background: var(--omm-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.omm-main-nav > ul > li > a:hover::after,
.omm-main-nav > ul > li > a[aria-current="page"]::after,
.omm-main-nav > ul > li:focus-within > a::after {
  transform: scaleX(1);
}

.omm-has-submenu > a {
  padding-right: 20px !important;
}

.omm-submenu-toggle {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 26px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transform: translateY(-50%);
}

.omm-submenu-toggle svg {
  margin: auto;
  transition: transform 180ms ease;
}

.omm-submenu-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.omm-main-nav .omm-submenu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  min-width: 260px;
  padding: 10px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  visibility: hidden;
  background: rgba(0, 33, 100, 0.94);
  box-shadow: var(--omm-shadow);
  list-style: none;
  opacity: 0;
  backdrop-filter: blur(18px);
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.omm-main-nav .omm-submenu a {
  display: block;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 14px;
}

.omm-main-nav .omm-submenu a:hover,
.omm-main-nav .omm-submenu a:focus-visible {
  background: var(--omm-accent);
  color: var(--omm-primary);
}

.omm-main-nav .omm-has-submenu:hover > .omm-submenu,
.omm-main-nav .omm-has-submenu:focus-within > .omm-submenu,
.omm-main-nav .omm-submenu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.omm-header-contact {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 21px;
  border-radius: 999px;
  align-items: center;
  background: var(--omm-accent);
  color: var(--omm-primary);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.omm-mobile-call,
.omm-menu-toggle,
.omm-mobile-nav {
  display: none;
}

.omm-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--omm-primary);
  color: #fff;
}

.omm-hero-media,
.omm-hero-video,
.omm-hero-poster,
.omm-hero-overlay {
  position: absolute;
  inset: 0;
}

.omm-hero-video,
.omm-hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--omm-position, center center);
}

.omm-hero-poster {
  background-position: var(--omm-position, center center);
  background-size: cover;
}

.omm-hero-overlay {
  background: linear-gradient(100deg, rgba(0, 17, 54, 0.96) 0%, rgba(0, 33, 100, var(--omm-overlay, 0.68)) 53%, rgba(0, 20, 65, 0.78) 100%);
}

.omm-video-toggle {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(0, 15, 48, 0.52);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.omm-hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  padding-top: 120px;
  padding-bottom: 70px;
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
}

.omm-hero-title {
  max-width: 870px;
  margin-bottom: 16px;
  color: #fff;
}

.omm-hero-title::first-line {
  color: #fff;
}

.omm-hero-subtitle {
  margin: 0;
  color: var(--omm-accent);
  font-size: clamp(20px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.omm-scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 50%;
  width: 24px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  transform: translateX(-50%);
}

.omm-scroll-cue span {
  display: block;
  width: 4px;
  height: 8px;
  margin: 8px auto;
  border-radius: 4px;
  background: var(--omm-accent);
  animation: omm-scroll-cue 1.8s ease-in-out infinite;
}

@keyframes omm-scroll-cue {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(12px); }
}

.omm-cert-stack {
  position: relative;
  width: min(100%, 390px);
  min-height: 430px;
  margin-left: auto;
  perspective: 1000px;
}

.omm-cert-card {
  position: absolute;
  top: calc(var(--i) * 25px);
  right: calc(var(--i) * 9px);
  width: min(100%, 335px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 9, 40, 0.34);
  color: #fff;
  backdrop-filter: blur(14px);
  transform: translateX(calc(var(--i) * -15px)) rotate(calc((var(--i) - 1) * 2deg));
  transition: transform 350ms ease;
  animation: omm-float 6s ease-in-out infinite;
  animation-delay: calc(var(--i) * -1s);
}

.omm-cert-card:hover,
.omm-cert-card:focus-visible {
  z-index: 20;
  transform: translate(-22px, -10px) rotate(0);
}

.omm-cert-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  object-fit: cover;
}

.omm-cert-card span {
  display: block;
  padding: 12px 4px 2px;
  font-size: 14px;
  font-weight: 600;
}

@keyframes omm-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -8px; }
}

.omm-intro {
  overflow: hidden;
  background: var(--omm-white);
}

.omm-intro::before,
.omm-intro::after {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(100px);
  content: "";
  opacity: 0.12;
  animation: omm-blob 14s ease-in-out infinite alternate;
}

.omm-intro::before {
  top: -200px;
  left: -140px;
  background: var(--omm-accent);
}

.omm-intro::after {
  right: -160px;
  bottom: -220px;
  background: var(--omm-secondary-1);
  animation-delay: -7s;
}

@keyframes omm-blob {
  to { transform: translate(60px, 40px) scale(1.12); }
}

.omm-intro-copy {
  margin: 0;
  font-size: clamp(24px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.omm-highlight-line {
  margin: clamp(30px, 5vw, 56px) 0 0;
  padding-left: 24px;
  border-left: 4px solid var(--omm-accent);
  color: var(--omm-primary);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
}

.omm-partners-section {
  background: #eef0f5;
}

.omm-logo-marquee {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border-radius: 24px;
  scrollbar-width: none;
}

.omm-logo-marquee::-webkit-scrollbar {
  display: none;
}

.omm-logo-track {
  display: flex;
  width: max-content;
  animation: omm-marquee 38s linear infinite;
}

.omm-logo-marquee:hover .omm-logo-track,
.omm-logo-marquee:focus-within .omm-logo-track,
.omm-logo-marquee.is-paused .omm-logo-track {
  animation-play-state: paused;
}

.omm-logo-set {
  display: flex;
  align-items: center;
}

.omm-logo-item {
  position: relative;
  width: clamp(150px, 16vw, 230px);
  height: 112px;
  padding: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--omm-border);
}

.omm-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.88);
  transition: filter 180ms ease, transform 180ms ease;
}

.omm-logo-item:hover img,
.omm-logo-item:focus-visible img {
  filter: saturate(1);
  transform: scale(1.06);
}

.omm-logo-tooltip {
  position: absolute;
  z-index: 5;
  bottom: 7px;
  left: 50%;
  padding: 5px 9px;
  border-radius: 8px;
  background: var(--omm-accent);
  color: var(--omm-primary);
  font-size: 12px;
  font-weight: 650;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.omm-logo-item:hover .omm-logo-tooltip,
.omm-logo-item:focus-visible .omm-logo-tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.omm-marquee-toggle {
  position: sticky;
  z-index: 3;
  right: 8px;
  bottom: 8px;
  float: right;
  width: 36px;
  height: 36px;
  margin-top: -44px;
  margin-right: 8px;
  border: 1px solid var(--omm-border);
  border-radius: 50%;
  background: var(--omm-white);
  color: var(--omm-primary);
  cursor: pointer;
}

@keyframes omm-marquee {
  to { transform: translateX(-50%); }
}

.omm-partner-note {
  max-width: 860px;
  margin: clamp(35px, 5vw, 64px) auto 0;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 500;
  line-height: 1.35;
}

.omm-home-about {
  background: var(--omm-primary);
  color: #fff;
}

.omm-person-card {
  position: relative;
  max-width: 560px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--omm-radius);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: var(--omm-shadow);
}

.omm-person-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.omm-person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omm-person-meta {
  display: grid;
  padding: 24px 28px;
  grid-template-columns: 1fr auto;
  gap: 3px 20px;
}

.omm-person-name {
  font-size: 25px;
  grid-row: 1 / 3;
}

.omm-person-brand {
  color: var(--omm-accent);
  font-size: 14px;
  font-weight: 600;
}

.omm-person-role {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.omm-rich-copy {
  max-width: 680px;
}

.omm-rich-copy:empty::before {
  display: none;
}

.omm-package-section {
  background: #f4f1e8;
}

.omm-packages.is-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 370px), 1fr));
  gap: 28px;
}

.omm-packages.is-single {
  display: flex;
  justify-content: center;
}

.omm-package-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1040px;
  padding: clamp(28px, 4vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: clamp(24px, 4vw, 42px);
  overflow: hidden;
  background: linear-gradient(125deg, #001a52, #173c91 35%, #473f89 68%, #002164);
  background-size: 280% 280%;
  box-shadow: 0 45px 110px rgba(0, 30, 92, 0.25);
  color: #fff;
  animation: omm-gradient-dance 14s ease-in-out infinite;
}

.omm-package-glow {
  position: absolute;
  z-index: -1;
  top: -20%;
  right: -5%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 188, 0, 0.28);
  filter: blur(95px);
  animation: omm-card-glow 11s ease-in-out infinite alternate;
}

@keyframes omm-gradient-dance {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes omm-card-glow {
  to { transform: translate(-200px, 120px) scale(1.15); }
}

.omm-package-card > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.65fr);
  gap: 38px;
  align-items: end;
}

.omm-package-card h3 {
  max-width: 660px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(31px, 4.5vw, 64px);
}

.omm-package-card header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.omm-package-price {
  text-align: right;
}

.omm-package-price strong {
  display: block;
  color: var(--omm-accent);
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.25;
}

.omm-package-price sup {
  margin-left: 3px;
}

.omm-package-price span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.omm-package-summary {
  max-width: 760px;
  margin-block: 35px;
  font-size: 20px;
}

.omm-package-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  padding: 0;
  margin: 34px 0 0;
  gap: 10px;
}

.omm-package-facts > div {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.omm-package-facts dt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.omm-package-facts dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 650;
}

.omm-accordion {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.omm-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.omm-accordion-item h3,
.omm-accordion-item h4 {
  margin: 0;
}

.omm-accordion-item button {
  width: 100%;
  min-height: 68px;
  padding: 15px 2px;
  border: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.omm-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 188, 0, 0.12);
  color: var(--omm-accent);
}

.omm-accordion-plus {
  position: relative;
  width: 22px;
  height: 22px;
}

.omm-accordion-plus::before,
.omm-accordion-plus::after {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.omm-accordion-plus::after {
  transform: rotate(90deg);
}

.omm-accordion-item button[aria-expanded="true"] .omm-accordion-plus::after {
  transform: rotate(0);
}

.omm-accordion-panel {
  padding: 0 4px 25px 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.omm-package-card > footer {
  display: flex;
  margin-top: 35px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.omm-price-note {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.omm-tools-section {
  background: var(--omm-primary);
  color: #fff;
}

.omm-tools-section .omm-logo-marquee {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.omm-tools-section .omm-logo-item {
  border-color: rgba(255, 255, 255, 0.12);
}

.omm-tools-section .omm-marquee-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 17, 54, 0.75);
  color: #fff;
}

.omm-references-section {
  background: #e8ebf2;
}

.omm-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.omm-carousel-controls {
  display: flex;
  margin-bottom: clamp(34px, 5vw, 70px);
  gap: 10px;
}

.omm-carousel-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid var(--omm-border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--omm-white);
  color: var(--omm-primary);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.omm-carousel-controls button:hover {
  background: var(--omm-primary);
  color: #fff;
  transform: translateY(-2px);
}

.omm-reference-viewport {
  width: 100%;
  padding-left: max(20px, calc((100vw - var(--omm-max)) / 2));
  overflow: hidden;
}

.omm-reference-track {
  display: flex;
  padding: 4px max(20px, calc((100vw - var(--omm-max)) / 2)) 25px 0;
  gap: clamp(16px, 2vw, 30px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-width: thin;
  scrollbar-color: var(--omm-primary) transparent;
  cursor: grab;
}

.omm-reference-track.is-dragging {
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.omm-reference-card {
  width: clamp(290px, 27.2vw, 420px);
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  flex: 0 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 60px rgba(0, 26, 83, 0.1);
  scroll-snap-align: none;
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.omm-reference-card:hover {
  box-shadow: 0 28px 75px rgba(0, 26, 83, 0.16);
  transform: translateY(-7px);
}

.omm-reference-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(0, 33, 100, 0.08);
}

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

.omm-reference-body {
  padding: clamp(22px, 2.5vw, 34px);
}

.omm-reference-logo {
  width: 150px;
  height: 48px;
  margin-bottom: 22px;
}

.omm-reference-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.omm-reference-body h3 {
  margin-bottom: 22px;
  font-size: 25px;
}

.omm-partner-since {
  display: block;
  margin-bottom: 2px;
  color: var(--omm-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.omm-reference-body > strong {
  color: var(--omm-primary);
  font-size: 18px;
}

.omm-articles-section {
  background: var(--omm-white);
}

.omm-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 28px;
}

.omm-article-card {
  border: 1px solid var(--omm-border);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 160px 1fr;
  overflow: hidden;
  background: #fff;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.omm-article-card:hover {
  box-shadow: 0 24px 65px rgba(0, 28, 84, 0.11);
  transform: translateY(-4px);
}

.omm-article-card.is-featured {
  grid-template-columns: 1fr;
}

.omm-article-image {
  min-height: 160px;
  overflow: hidden;
  background: #e8ebf2;
}

.omm-article-card.is-featured .omm-article-image {
  min-height: 380px;
}

.omm-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

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

.omm-article-body {
  position: relative;
  padding: 24px;
}

.omm-article-card.is-featured .omm-article-body {
  padding: clamp(25px, 3vw, 42px);
}

.omm-article-meta {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--omm-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.omm-article-body h3 {
  padding-right: 35px;
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.16;
}

.omm-article-body p {
  margin-bottom: 0;
  color: var(--omm-muted);
  font-size: 15px;
}

.omm-card-link {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--omm-accent);
  color: var(--omm-primary);
}

.omm-article-list {
  display: grid;
  gap: 20px;
}

.omm-contact-cta {
  isolation: isolate;
  overflow: hidden;
  background: var(--omm-primary);
  color: #fff;
}

.omm-contact-cta::before {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 188, 0, 0.18);
  filter: blur(100px);
  content: "";
}

.omm-cta-lead {
  max-width: 680px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.omm-cta-prompt {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.72);
}

.omm-contact-list {
  padding: 0;
  margin: 35px 0 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.omm-contact-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
}

.omm-contact-list svg {
  color: var(--omm-accent);
}

.omm-cta-portrait {
  position: relative;
  align-self: end;
}

.omm-cta-portrait img {
  position: relative;
  z-index: 2;
  max-height: 720px;
  margin-inline: auto;
  object-fit: contain;
}

.omm-cta-shape {
  position: absolute;
  right: 3%;
  bottom: 3%;
  left: 3%;
  height: 75%;
  border-radius: 48% 52% 42% 58% / 56% 39% 61% 44%;
  background: linear-gradient(140deg, var(--omm-accent), var(--omm-secondary-1));
  filter: drop-shadow(0 35px 55px rgba(0, 0, 0, 0.2));
  animation: omm-morph 12s ease-in-out infinite alternate;
}

@keyframes omm-morph {
  to { border-radius: 35% 65% 58% 42% / 42% 59% 41% 58%; transform: rotate(4deg) scale(1.04); }
}

.omm-form-section {
  background: #edf0f5;
}

.omm-form-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(38px, 7vw, 100px);
}

.omm-form-shell {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--omm-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 85px rgba(0, 28, 84, 0.11);
  backdrop-filter: blur(16px);
}

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

.omm-form-field {
  min-width: 0;
}

.omm-form-field.is-full {
  grid-column: 1 / -1;
}

.omm-form-field > label,
.omm-form-field > small {
  display: block;
}

.omm-form-field > label {
  margin-bottom: 7px;
  color: var(--omm-primary);
  font-size: 14px;
  font-weight: 650;
}

.omm-form-field input:not([type="checkbox"]),
.omm-form-field textarea,
.omm-form-field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 33, 100, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--omm-ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.omm-form-field textarea {
  min-height: 135px;
  resize: vertical;
}

.omm-form-field select[multiple] {
  min-height: 130px;
}

.omm-form-field input:focus,
.omm-form-field textarea:focus,
.omm-form-field select:focus {
  border-color: var(--omm-primary);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 33, 100, 0.1);
}

.omm-form-field.has-error input,
.omm-form-field.has-error textarea,
.omm-form-field.has-error select,
.omm-consent.has-error {
  border-color: #b42318;
}

.omm-field-error {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
}

.omm-form-field small {
  margin-top: 6px;
  color: var(--omm-muted);
  font-size: 12px;
}

.omm-inline-check {
  display: flex !important;
  min-height: 52px;
  align-items: center;
  gap: 9px;
}

.omm-consent {
  padding: 16px;
  margin-top: 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: rgba(0, 33, 100, 0.045);
  font-size: 14px;
}

.omm-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.omm-consent input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: 0 0 auto;
  accent-color: var(--omm-primary);
}

.omm-consent a {
  color: var(--omm-primary);
  font-weight: 650;
  text-decoration: underline;
}

.omm-form-submit {
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}

.omm-form-errors,
.omm-form-success {
  padding: 18px 20px;
  margin-bottom: 24px;
  border-radius: 14px;
}

.omm-form-errors {
  border: 1px solid rgba(180, 35, 24, 0.24);
  background: #fff0ef;
  color: #7a1a13;
}

.omm-form-errors ul {
  margin-bottom: 0;
}

.omm-form-success {
  border: 1px solid rgba(6, 118, 71, 0.22);
  background: #eafbf2;
  color: #075d3a;
  font-weight: 600;
}

.omm-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.omm-page-hero {
  min-height: 62svh;
  padding: clamp(150px, 17vw, 235px) 0 var(--omm-section);
  background: var(--omm-paper);
}

.omm-page-hero > .omm-container > .omm-page-title:first-child {
  color: var(--omm-primary);
}

.omm-page-lead {
  max-width: 780px;
  color: var(--omm-secondary-1);
  font-size: clamp(20px, 2.5vw, 35px);
  line-height: 1.35;
}

.omm-service-showcase {
  background: var(--omm-primary);
  color: #fff;
}

.omm-service-showcase .omm-page-title {
  color: #fff !important;
}

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

.omm-work-gallery {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: thin;
}

.omm-work-gallery figure,
.omm-video-gallery figure {
  padding: 0;
  margin: 0;
}

.omm-work-gallery figure {
  width: min(82%, 660px);
  flex: 0 0 auto;
  scroll-snap-align: none;
}

.omm-work-gallery img,
.omm-video-gallery video {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.omm-work-gallery img {
  aspect-ratio: 4 / 3;
}

.omm-video-gallery {
  display: grid;
  gap: 18px;
}

.omm-video-gallery video {
  aspect-ratio: 9 / 16;
  max-height: 560px;
  background: #00143f;
}

.omm-work-gallery figcaption,
.omm-video-gallery figcaption {
  padding: 8px 5px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.omm-problem-section {
  background: var(--omm-white);
}

.omm-statement {
  margin-block: clamp(34px, 5vw, 65px);
  color: var(--omm-accent);
  font-size: clamp(35px, 5vw, 72px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.05em;
  text-shadow: 1px 1px 0 var(--omm-primary), -1px -1px 0 var(--omm-primary);
}

.omm-service-package {
  background: #f4f1e8;
}

.omm-personal-section {
  background: var(--omm-primary);
  color: #fff;
}

.omm-work-photo {
  min-height: 300px;
  border-radius: var(--omm-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.omm-work-photo img {
  width: 100%;
  height: 100%;
  max-height: 760px;
  object-fit: cover;
}

.omm-capacity {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 20px 22px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.omm-capacity > span {
  color: var(--omm-accent);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.omm-capacity p {
  margin: 0;
}

.omm-benefits-section {
  background: #edf0f5;
}

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

.omm-benefit-card {
  min-height: 320px;
  padding: var(--omm-pad);
  border-radius: 26px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.omm-benefit-card:nth-child(1) { background: var(--omm-primary); color: #fff; }
.omm-benefit-card:nth-child(2) { background: #fff; color: var(--omm-primary); }
.omm-benefit-card:nth-child(3) { background: var(--omm-accent); color: var(--omm-primary); }
.omm-benefit-card:nth-child(4) { background: var(--omm-secondary-1); color: #fff; }

.omm-benefit-card:hover {
  box-shadow: 0 28px 70px rgba(0, 29, 86, 0.15);
  transform: translateY(-6px) rotate(-0.35deg);
}

.omm-benefit-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 45px;
  border: 1px solid currentColor;
  border-radius: 15px;
  display: grid;
  place-items: center;
  opacity: 0.82;
}

.omm-benefit-card h3 {
  margin-bottom: 18px;
}

.omm-benefit-card p {
  margin: 0;
}

.omm-big-answer {
  margin: clamp(45px, 7vw, 90px) auto 0;
  color: var(--omm-primary);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-align: center;
}

.omm-audiences-section {
  background: var(--omm-white);
}

.omm-audience-list {
  display: grid;
  gap: 30px;
}

.omm-audience-card {
  border-radius: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  overflow: hidden;
  background: var(--audience-bg);
  color: #fff;
}

.omm-audience-card:nth-child(even) .omm-audience-copy {
  order: 2;
}

.omm-audience-copy {
  padding: clamp(30px, 5vw, 70px);
}

.omm-audience-number {
  display: block;
  margin-bottom: 35px;
  color: var(--omm-accent);
  font-size: 14px;
  font-weight: 700;
}

.omm-audience-card h3 {
  max-width: 630px;
  color: #fff;
  font-size: clamp(27px, 3vw, 43px);
}

.omm-audience-image {
  min-height: 390px;
}

.omm-audience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omm-audience-card .omm-text-link {
  color: var(--omm-accent);
}

.omm-onehand-section {
  background: #e7ebf3;
}

.omm-onehand-intro {
  max-width: 980px;
}

.omm-onehand-map {
  position: relative;
  min-height: 530px;
  margin-block: 55px;
}

.omm-onehand-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--omm-primary);
  box-shadow: 0 30px 80px rgba(0, 33, 100, 0.25);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.omm-onehand-center::after {
  position: absolute;
  inset: -18px;
  border: 1px dashed rgba(0, 33, 100, 0.35);
  border-radius: 50%;
  content: "";
  animation: omm-spin 30s linear infinite;
}

@keyframes omm-spin { to { transform: rotate(360deg); } }

.omm-onehand-map ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.omm-onehand-map li {
  position: absolute;
  top: calc(50% + sin(calc(var(--i) * 72deg)) * 205px);
  left: calc(50% + cos(calc(var(--i) * 72deg)) * 36%);
  width: 220px;
  padding: 17px 20px;
  border: 1px solid rgba(0, 33, 100, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(0, 33, 100, 0.08);
  color: var(--omm-primary);
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}

@supports not (top: calc(sin(1deg) * 1px)) {
  .omm-onehand-map li:nth-child(1) { top: 8%; left: 50%; }
  .omm-onehand-map li:nth-child(2) { top: 35%; left: 84%; }
  .omm-onehand-map li:nth-child(3) { top: 82%; left: 70%; }
  .omm-onehand-map li:nth-child(4) { top: 82%; left: 30%; }
  .omm-onehand-map li:nth-child(5) { top: 35%; left: 16%; }
}

.omm-cost-section {
  background: var(--omm-primary);
  color: #fff;
}

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

.omm-cost-grid article {
  padding: var(--omm-pad);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.omm-cost-grid article:last-child {
  background: var(--omm-accent);
  color: var(--omm-primary);
}

.omm-cost-kicker {
  display: block;
  margin-bottom: 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.omm-cost-number {
  margin-top: 35px;
  color: var(--omm-accent);
  font-size: clamp(30px, 4vw, 55px);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.omm-cost-grid article:last-child .omm-cost-number {
  color: var(--omm-primary);
}

.omm-honesty-section {
  background: var(--omm-accent);
  color: var(--omm-primary);
}

.omm-honesty-quote {
  margin: 0;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.omm-faq-section {
  background: var(--omm-white);
}

.omm-faq-accordion {
  border-top-color: var(--omm-border);
}

.omm-faq-accordion .omm-accordion-item {
  border-bottom-color: var(--omm-border);
}

.omm-faq-accordion .omm-accordion-item button {
  min-height: 84px;
  color: var(--omm-primary);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
}

.omm-faq-accordion .omm-accordion-panel {
  max-width: 850px;
  padding: 0 55px 28px 2px;
  color: var(--omm-ink);
}

.omm-about-hero {
  background: var(--omm-primary);
  color: #fff;
}

.omm-about-hero .omm-page-title {
  color: #fff;
}

.omm-about-hero .omm-page-lead {
  color: var(--omm-accent);
}

.omm-about-portrait {
  align-self: end;
  border-radius: 30px;
  overflow: hidden;
}

.omm-about-portrait img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.omm-about-story {
  background: var(--omm-white);
}

.omm-story-stat > strong {
  display: block;
  color: var(--omm-accent);
  font-size: clamp(130px, 18vw, 260px);
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -0.08em;
}

.omm-story-stat > span {
  display: block;
  margin-top: 25px;
  color: var(--omm-primary);
  font-size: 22px;
  font-weight: 650;
}

.omm-limit-meter {
  margin-top: 45px;
}

.omm-limit-meter i {
  display: block;
  width: 80%;
  height: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--omm-primary) 0 80%, rgba(0, 33, 100, 0.15) 80%);
}

.omm-limit-meter span {
  color: var(--omm-muted);
  font-size: 14px;
}

.omm-art-section {
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, var(--omm-primary), var(--omm-secondary-2));
  color: #fff;
}

.omm-art-section::before {
  position: absolute;
  z-index: -1;
  inset: 10% 15%;
  background: radial-gradient(circle, rgba(255, 188, 0, 0.25), transparent 65%);
  content: "";
  filter: blur(50px);
}

.omm-art-quote {
  margin: 0;
  border: 0;
  color: #fff;
  font-size: clamp(27px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.omm-development-section {
  background: #e9edf4;
}

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

.omm-development-grid article {
  padding: var(--omm-pad);
  border-top: 5px solid var(--omm-accent);
  border-radius: 0 0 22px 22px;
  background: #fff;
}

.omm-development-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--omm-primary);
  font-size: 14px;
  font-weight: 700;
}

.omm-position-section {
  background: var(--omm-white);
}

.omm-position-quote {
  margin: 0;
  padding-left: clamp(20px, 4vw, 55px);
  border-left: 8px solid var(--omm-accent);
  color: var(--omm-primary);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.35;
}

.omm-about-final {
  background: var(--omm-accent);
  color: var(--omm-primary);
  text-align: center;
}

.omm-about-final .omm-actions {
  justify-content: center;
}

.omm-portfolio-hero {
  min-height: auto;
}

.omm-reference-filters {
  display: flex;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 9px;
}

.omm-reference-filters button {
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--omm-border);
  border-radius: 999px;
  background: #fff;
  color: var(--omm-primary);
  cursor: pointer;
}

.omm-reference-filters button.is-active,
.omm-reference-filters button:hover {
  border-color: var(--omm-primary);
  background: var(--omm-primary);
  color: #fff;
}

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

.omm-reference-grid .omm-reference-card {
  width: auto;
}

.omm-reference-card[hidden] {
  display: none;
}

.omm-case-study {
  background: var(--omm-primary);
  color: #fff;
}

.omm-case-header {
  display: flex;
  margin-bottom: 50px;
  align-items: flex-end;
  justify-content: space-between;
}

.omm-case-header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(55px, 10vw, 145px);
}

.omm-case-logo {
  width: 180px;
  max-height: 90px;
}

.omm-case-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.omm-case-services {
  padding: 0;
  margin: 0 0 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.omm-case-services li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.omm-case-cover {
  border-radius: 32px;
  overflow: hidden;
}

.omm-case-cover img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.omm-case-copy {
  padding-block: clamp(50px, 8vw, 100px);
  align-items: start;
}

.omm-case-copy > div:first-child {
  font-size: clamp(20px, 2vw, 28px);
}

.omm-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.15);
}

.omm-stats-grid > div {
  min-height: 160px;
  padding: 28px;
  display: grid;
  place-items: center;
  background: rgba(0, 33, 100, 0.92);
  text-align: center;
}

.omm-stat-value {
  color: var(--omm-accent);
  font-size: clamp(23px, 3vw, 43px);
  line-height: 1.1;
}

.omm-case-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 50px;
  gap: 22px;
}

.omm-case-media figure {
  padding: 0;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}

.omm-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omm-packages-page .omm-page-hero {
  min-height: 100svh;
}

.omm-comparison {
  margin-top: 80px;
}

.omm-comparison h2 {
  color: var(--omm-primary);
}

.omm-table-scroll {
  overflow-x: auto;
}

.omm-comparison table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.omm-comparison th,
.omm-comparison td {
  padding: 18px;
  border: 1px solid var(--omm-border);
  text-align: center;
}

.omm-comparison th:first-child {
  text-align: left;
}

.is-included {
  color: #087443;
  font-size: 22px;
  font-weight: 700;
}

.omm-articles-page .omm-page-hero {
  min-height: 100svh;
}

.omm-article-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 0.35fr) auto;
  margin-bottom: 45px;
  gap: 12px;
}

.omm-article-filters input,
.omm-article-filters select {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid var(--omm-border);
  border-radius: 12px;
  background: #fff;
}

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

.omm-article-archive > .omm-article-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.omm-article-archive > .omm-article-card.is-featured .omm-article-image {
  min-height: 430px;
}

.omm-pagination ul {
  padding: 0;
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.omm-pagination a,
.omm-pagination span {
  min-width: 42px;
  min-height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
}

.omm-pagination .current {
  background: var(--omm-primary);
  color: #fff;
}

.omm-quote-page .omm-page-hero,
.omm-contact-page .omm-page-hero,
.omm-legal-page .omm-page-hero {
  min-height: 55svh;
}

.omm-contact-page > .omm-page-hero {
  padding-bottom: 40px;
}

.omm-legal-card {
  padding: clamp(24px, 4vw, 50px);
  border: 1px solid var(--omm-border);
  border-radius: 24px;
  background: #fff;
}

.omm-legal-card a {
  color: var(--omm-primary);
  font-weight: 600;
  text-decoration: underline;
}

.omm-site-footer {
  padding: 75px 0 25px;
  background: #001846;
  color: rgba(255, 255, 255, 0.78);
}

.omm-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1fr 0.8fr;
  gap: clamp(30px, 5vw, 80px);
}

.omm-footer-brand img {
  width: auto;
  max-width: 230px;
  max-height: 75px;
  object-fit: contain;
}

.omm-footer-wordmark {
  color: #fff;
  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.omm-site-footer h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.omm-footer-nav,
.omm-footer-contact {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.omm-site-footer a:hover {
  color: var(--omm-accent);
}

.omm-footer-social {
  display: grid;
  align-content: start;
  gap: 9px;
}

.omm-footer-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.omm-footer-social svg {
  width: 20px;
  height: 20px;
  color: var(--omm-accent);
}

.omm-footer-bottom {
  padding-top: 28px;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
}

.omm-footer-bottom > div {
  display: flex;
  gap: 20px;
}

.omm-footer-bottom p {
  margin: 0;
}

[data-omm-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-omm-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.omm-hide-desktop {
  display: none !important;
}

@media (min-width: 1025px) {
  html:has(body.omm-site) {
    scroll-snap-type: none;
  }

  .omm-snap {
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}

@media (max-width: 1180px) {
  .omm-main-nav > ul {
    gap: 12px;
  }

  .omm-main-nav > ul > li > a {
    font-size: 13px;
  }

  .omm-header-contact {
    padding-inline: 16px;
  }

  .omm-article-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }
}

@media (max-width: 1024px) {
  .omm-main-nav,
  .omm-header-contact {
    display: none;
  }

  .omm-mobile-call,
  .omm-menu-toggle {
    display: inline-flex;
  }

  .omm-mobile-call {
    min-height: 46px;
    padding: 10px 16px;
    margin-left: auto;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    background: var(--omm-accent);
    color: var(--omm-primary);
    font-size: 14px;
    font-weight: 700;
  }

  .omm-menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .omm-menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .omm-mobile-nav {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(0, 12, 38, 0.6);
    opacity: 0;
    backdrop-filter: blur(8px);
    transition: visibility 250ms ease, opacity 250ms ease;
  }

  .omm-mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .omm-mobile-nav-panel {
    width: min(90vw, 480px);
    height: 100%;
    padding: 85px 28px 30px;
    margin-left: auto;
    overflow-y: auto;
    background: var(--omm-primary);
    color: #fff;
    transform: translateX(100%);
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .omm-mobile-nav.is-open .omm-mobile-nav-panel {
    transform: translateX(0);
  }

  .omm-mobile-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

  .omm-mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .omm-mobile-nav nav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .omm-mobile-nav nav > ul > li > div {
    display: flex;
    align-items: center;
  }

  .omm-mobile-nav nav > ul > li > div > a,
  .omm-mobile-nav nav > ul > li:not(.omm-has-submenu) > a {
    display: block;
    padding-block: 16px;
    flex: 1;
    font-size: 22px;
    font-weight: 600;
  }

  .omm-mobile-nav .omm-submenu-toggle {
    position: static;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    transform: none;
  }

  .omm-mobile-nav .omm-submenu {
    display: none;
    padding: 0 0 16px 18px;
  }

  .omm-mobile-nav .omm-submenu.is-open {
    display: grid;
    gap: 6px;
  }

  .omm-mobile-nav .omm-submenu a {
    display: block;
    padding: 9px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
  }

  .omm-mobile-contact {
    margin-top: 35px;
  }

  .omm-mobile-contact a {
    display: flex;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--omm-accent);
    color: var(--omm-primary);
    font-weight: 700;
  }

  body.omm-menu-open {
    overflow: hidden;
  }

  .omm-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
  }

  .omm-cert-stack {
    min-height: 390px;
  }

  .omm-reference-card {
    width: clamp(300px, 43vw, 410px);
  }

  .omm-hide-desktop {
    display: revert !important;
  }

  .omm-hide-tablet {
    display: none !important;
  }

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

  .omm-onehand-map li {
    width: 190px;
  }
}

@media (max-width: 767px) {
  html:has(body.omm-site) {
    scroll-snap-type: none;
    scroll-padding-top: 78px;
  }

  .omm-container {
    width: calc(100% - 36px);
  }

  .omm-section {
    padding-block: clamp(70px, 19vw, 105px);
  }

  .omm-split,
  .omm-form-layout,
  .omm-showcase-grid,
  .omm-package-card > header,
  .omm-audience-card,
  .omm-cost-grid,
  .omm-reference-grid,
  .omm-development-grid,
  .omm-case-media,
  .omm-article-archive {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-site-header {
    height: 76px;
  }

  .omm-site-header.is-scrolled {
    top: 8px;
    right: 8px;
    left: 8px;
    height: 64px;
    border-radius: 18px;
  }

  .omm-site-header.is-scrolled::before {
    border-radius: 18px;
  }

  .omm-header-inner {
    width: calc(100% - 28px);
    gap: 10px;
  }

  .omm-brand {
    max-width: calc(100% - 140px);
    overflow: hidden;
    font-size: 19px;
    white-space: nowrap;
  }

  .omm-brand img {
    max-width: 155px;
    max-height: 38px;
  }

  .omm-mobile-call {
    width: 46px;
    height: 46px;
    padding: 0;
    justify-content: center;
  }

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

  .omm-menu-toggle {
    width: 46px;
    height: 46px;
  }

  .omm-hero {
    min-height: auto;
    padding-block: 125px 75px;
  }

  .omm-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 0;
    padding-bottom: 0;
    gap: 55px;
  }

  .omm-hero-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .omm-hero .omm-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .omm-hero .omm-button {
    width: 100%;
  }

  .omm-cert-stack {
    width: min(90%, 340px);
    min-height: 370px;
    margin-inline: auto;
  }

  .omm-cert-card {
    width: 290px;
  }

  .omm-scroll-cue {
    display: none;
  }

  .omm-video-toggle {
    right: 14px;
    bottom: 14px;
  }

  .omm-intro-copy {
    font-size: clamp(24px, 7.8vw, 36px);
  }

  .omm-logo-item {
    width: 155px;
    height: 95px;
    padding: 22px;
  }

  .omm-logo-track {
    animation-duration: 30s;
  }

  .omm-person-card {
    margin-inline: auto;
  }

  .omm-home-about .omm-split,
  .omm-personal-section .omm-split,
  .omm-about-hero .omm-split,
  .omm-contact-cta .omm-split {
    gap: 42px;
  }

  .omm-package-card {
    padding: 25px 20px;
    border-radius: 24px;
  }

  .omm-package-price {
    text-align: left;
  }

  .omm-package-card > footer {
    align-items: stretch;
    flex-direction: column;
  }

  .omm-package-card > footer .omm-button {
    width: 100%;
  }

  .omm-accordion-item button {
    min-height: 62px;
    gap: 11px;
  }

  .omm-service-icon {
    width: 36px;
    height: 36px;
  }

  .omm-accordion-panel {
    padding-left: 3px;
  }

  .omm-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .omm-section-heading .omm-section-title {
    margin-bottom: 0;
  }

  .omm-carousel-controls {
    margin-bottom: 30px;
  }

  .omm-reference-card {
    width: 66vw;
    min-width: 230px;
  }

  .omm-reference-viewport {
    padding-left: 18px;
  }

  .omm-reference-track {
    padding-right: 18px;
  }

  .omm-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-article-card,
  .omm-article-card.is-featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-article-archive > .omm-article-card.is-featured {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-article-card:not(.is-featured) {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .omm-article-card.is-featured .omm-article-image {
    min-height: 260px;
  }

  .omm-article-body {
    padding: 18px;
  }

  .omm-article-body h3 {
    padding-right: 0;
  }

  .omm-card-link {
    position: static;
    margin-top: 18px;
  }

  .omm-contact-cta .omm-split > div:first-child {
    order: 1;
  }

  .omm-contact-cta .omm-cta-portrait {
    order: 2;
  }

  .omm-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-form-shell {
    padding: 22px 18px;
  }

  .omm-page-hero {
    min-height: auto;
    padding: 125px 0 80px;
  }

  .omm-page-title {
    font-size: clamp(40px, 12vw, 62px);
  }

  .omm-showcase-grid {
    gap: 35px;
  }

  .omm-work-gallery figure {
    width: 84vw;
  }

  .omm-video-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: none;
  }

  .omm-video-gallery figure {
    width: 72vw;
    flex: 0 0 auto;
    scroll-snap-align: none;
  }

  .omm-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-benefit-card {
    min-height: 0;
  }

  .omm-benefit-icon {
    margin-bottom: 30px;
  }

  .omm-audience-card:nth-child(even) .omm-audience-copy {
    order: 0;
  }

  .omm-audience-image {
    min-height: 290px;
  }

  .omm-onehand-map {
    min-height: auto;
    margin-block: 40px;
  }

  .omm-onehand-center {
    position: relative;
    top: auto;
    left: auto;
    width: 180px;
    height: 180px;
    margin: 0 auto 38px;
    transform: none;
  }

  .omm-onehand-map ol {
    display: grid;
    gap: 10px;
  }

  .omm-onehand-map li,
  .omm-onehand-map li:nth-child(n) {
    position: static;
    width: auto;
    padding: 15px;
    transform: none;
    text-align: left;
  }

  .omm-cost-grid {
    gap: 15px;
  }

  .omm-honesty-quote {
    font-size: clamp(27px, 7.5vw, 40px);
  }

  .omm-development-grid {
    gap: 16px;
  }

  .omm-case-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .omm-stats-grid > div {
    min-height: 125px;
    padding: 17px;
  }

  .omm-article-filters {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .omm-footer-bottom > div {
    flex-direction: column;
    gap: 8px;
  }

  .omm-hide-tablet {
    display: revert !important;
  }

  .omm-hide-mobile {
    display: none !important;
  }

  .omm-desktop-content {
    display: none;
  }

  .omm-mobile-content {
    display: initial;
  }
}

@media (max-width: 430px) {
  .omm-container {
    width: calc(100% - 36px);
  }

  .omm-brand {
    font-size: 17px;
  }

  .omm-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-actions .omm-button {
    width: 100%;
    min-height: 50px;
  }

  .omm-cert-stack {
    min-height: 330px;
  }

  .omm-cert-card {
    width: 250px;
  }

  .omm-reference-card {
    width: 66vw;
  }

  .omm-article-card:not(.is-featured) {
    grid-template-columns: minmax(0, 1fr);
  }

  .omm-article-card:not(.is-featured) .omm-article-image {
    min-height: 210px;
  }

  .omm-stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 350px) {
  .omm-mobile-call {
    display: none;
  }

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

  .omm-reference-card {
    width: 76vw;
  }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 900px) {
  .omm-hero {
    min-height: 640px;
  }

  .omm-mobile-nav-panel {
    padding-top: 60px;
  }

  .omm-mobile-nav nav > ul > li > div > a,
  .omm-mobile-nav nav > ul > li:not(.omm-has-submenu) > a {
    padding-block: 10px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.omm-site) {
    scroll-behavior: auto;
  }

  body.omm-site *,
  body.omm-site *::before,
  body.omm-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-omm-reveal] {
    opacity: 1;
    transform: none;
  }

  .omm-logo-track {
    animation: none;
  }
}

@supports not (backdrop-filter: blur(2px)) {
  .omm-site-header.is-scrolled::before,
  .omm-main-nav .omm-submenu,
  .omm-form-shell,
  .omm-reference-card {
    background: var(--omm-primary);
  }

  .omm-form-shell,
  .omm-reference-card {
    background: #fff;
  }
}

@media print {
  .omm-site-header,
  .omm-mobile-nav,
  .omm-video-toggle,
  .omm-carousel-controls,
  .omm-marquee-toggle,
  .omm-site-footer {
    display: none !important;
  }

  .omm-main {
    color: #000;
  }
}

/* ========================================================================== 
   1.1 — compact professional redesign
   ========================================================================== */

html:has(body.omm-site),
body.omm-site .omm-reference-track,
body.omm-site .omm-work-gallery,
body.omm-site .omm-video-gallery,
body.omm-site .omm-snap {
  scroll-snap-type: none !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

body.omm-site {
  --omm-section: clamp(58px, 6vw, 88px);
  --omm-radius: 22px;
  --omm-radius-sm: 13px;
  --omm-pad: clamp(20px, 2.5vw, 34px);
  --omm-shadow: 0 24px 65px rgba(0, 25, 78, 0.12);
  background: #f7f7f4;
  font-size: clamp(15.5px, 0.3vw + 14.5px, 17px);
  line-height: 1.62;
}

body.omm-site .omm-container {
  width: min(1240px, calc(100% - 48px));
}

body.omm-site .omm-narrow {
  width: min(740px, 100%);
}

body.omm-site .omm-section {
  padding-block: var(--omm-section);
}

body.omm-site .omm-split {
  gap: clamp(34px, 5vw, 72px);
}

body.omm-site .omm-hero-title,
body.omm-site .omm-page-title {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 650;
  line-height: 1.01;
  letter-spacing: -0.052em;
}

body.omm-site .omm-section-title {
  max-width: 820px;
  margin-bottom: clamp(28px, 3.5vw, 46px);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 630;
  line-height: 1.06;
  letter-spacing: -0.042em;
}

body.omm-site .omm-section-subtitle,
body.omm-site .omm-main h3 {
  margin-bottom: 15px;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

body.omm-site .omm-large-prose {
  font-size: clamp(17px, 1.2vw, 20px);
}

body.omm-site .omm-button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.omm-site .omm-button:hover {
  transform: translateY(-2px);
}

body.omm-site .omm-actions {
  gap: 10px;
}

/* Stable header: no geometry change while scrolling. */
body.omm-site .omm-site-header,
body.omm-site .omm-site-header.is-scrolled {
  top: 12px;
  right: 12px;
  left: 12px;
  height: 68px;
  border-radius: 18px;
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

body.omm-site .omm-site-header::before,
body.omm-site .omm-site-header.is-scrolled::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(0, 33, 100, 0.88);
  box-shadow: 0 12px 35px rgba(0, 18, 57, 0.16);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

body.omm-site .omm-site-header.is-scrolled::before {
  background: rgba(0, 33, 100, 0.96);
  box-shadow: 0 16px 42px rgba(0, 18, 57, 0.24);
}

body.omm-site .omm-header-inner {
  width: min(1204px, calc(100% - 32px));
  gap: clamp(18px, 2.2vw, 32px);
}

body.omm-site .omm-brand {
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 680;
}

body.omm-site .omm-brand img {
  max-width: 205px;
  max-height: 40px;
}

body.omm-site .omm-main-nav > ul {
  gap: clamp(14px, 1.55vw, 24px);
}

body.omm-site .omm-main-nav > ul > li > a {
  padding-block: 12px;
  font-size: 14px;
  font-weight: 560;
}

body.omm-site .omm-main-nav > ul > li > a::after {
  bottom: 5px;
}

body.omm-site .omm-header-contact {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 14px;
}

/* Homepage hero. */
body.omm-site .omm-hero {
  min-height: 680px;
  padding: 118px 0 68px;
  align-items: center;
}

body.omm-site .omm-hero-poster-demo img,
body.omm-site .omm-hero-poster .omm-demo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

body.omm-site .omm-hero-overlay {
  background: linear-gradient(90deg, rgba(0, 22, 68, 0.98) 0%, rgba(0, 33, 100, 0.92) 39%, rgba(0, 25, 78, 0.44) 67%, rgba(0, 20, 62, 0.24) 100%);
}

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

body.omm-site .omm-hero-copy {
  width: min(680px, 61%);
}

body.omm-site .omm-hero-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--omm-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.omm-site .omm-hero-subtitle {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 450;
  line-height: 1.45;
}

body.omm-site .omm-hero .omm-actions {
  margin-top: 30px;
}

body.omm-site .omm-hero .omm-button-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 26, 80, 0.42);
}

body.omm-site .omm-hero-proof {
  display: grid;
  max-width: 610px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.omm-site .omm-hero-proof > div {
  display: grid;
  gap: 1px;
}

body.omm-site .omm-hero-proof strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

body.omm-site .omm-hero-proof span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

body.omm-site .omm-scroll-cue {
  display: none;
}

/* Compact trust strip. */
body.omm-site .omm-trust-strip {
  padding-block: 26px;
  border-bottom: 1px solid var(--omm-border);
  background: #fff;
}

body.omm-site .omm-trust-content {
  display: grid;
  align-items: center;
  gap: 20px;
}

body.omm-site .omm-trust-strip .omm-partner-note {
  max-width: 880px;
  margin: 0 auto;
  color: #44516a;
  font-size: 14px;
  text-align: center;
}

body.omm-site .omm-trust-strip .omm-logo-item {
  width: 132px;
  height: 64px;
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: none;
}

body.omm-site .omm-trust-strip .omm-logo-marquee {
  padding-block: 0;
}

body.omm-site .omm-trust-strip .omm-cert-stack {
  position: static;
  display: flex;
  width: auto;
  min-height: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
}

body.omm-site .omm-trust-strip .omm-cert-card {
  position: static;
  width: 150px;
  padding: 6px;
  border-color: var(--omm-border);
  border-radius: 12px;
  background: #f7f8fb;
  box-shadow: none;
  color: var(--omm-primary);
  animation: none;
  transform: none;
}

body.omm-site .omm-trust-strip .omm-cert-card img {
  border-radius: 8px;
}

body.omm-site .omm-trust-strip .omm-cert-card span {
  padding: 6px 3px 2px;
  font-size: 10px;
}

/* Overview: one visual, one clear value proposition. */
body.omm-site .omm-home-overview {
  background: #fff;
}

body.omm-site .omm-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}

body.omm-site .omm-overview-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #dfe4ed;
  box-shadow: var(--omm-shadow);
}

body.omm-site .omm-overview-media > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.omm-site .omm-overview-media .omm-person-meta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(0, 27, 83, 0.88);
  color: #fff;
  backdrop-filter: blur(12px);
}

body.omm-site .omm-person-name,
body.omm-site .omm-person-role {
  margin: 0;
}

body.omm-site .omm-person-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

body.omm-site .omm-intro-copy {
  margin: 0 0 22px;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 570;
  line-height: 1.22;
}

body.omm-site .omm-overview-copy .omm-prose {
  color: #47546d;
}

body.omm-site .omm-highlight-line {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left-width: 3px;
  font-size: 17px;
}

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

body.omm-site .omm-scope-list li {
  padding: 7px 11px;
  border: 1px solid rgba(0, 33, 100, 0.16);
  border-radius: 999px;
  background: #f5f7fa;
  color: var(--omm-primary);
  font-size: 12px;
  font-weight: 650;
}

/* Package presentation. */
body.omm-site .omm-package-section,
body.omm-site .omm-service-package {
  background: #eef1f6;
}

body.omm-site .omm-package-section .omm-section-title {
  max-width: 700px;
}

body.omm-site .omm-packages.is-single {
  max-width: 1060px;
}

body.omm-site .omm-package-card {
  padding: clamp(24px, 3vw, 38px);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0, 25, 78, 0.14);
}

body.omm-site .omm-package-card > header {
  gap: 28px;
}

body.omm-site .omm-package-card h3 {
  max-width: 560px;
  font-size: clamp(30px, 3.3vw, 46px);
}

body.omm-site .omm-package-price strong {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
}

body.omm-site .omm-package-summary {
  max-width: 720px;
  margin-block: 18px;
  font-size: 17px;
}

body.omm-site .omm-package-highlights {
  display: grid;
  padding: 20px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  list-style: none;
}

body.omm-site .omm-package-highlights li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 570;
}

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

body.omm-site .omm-package-details-link {
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
  gap: 8px;
  color: var(--omm-accent);
  font-size: 13px;
  font-weight: 700;
}

body.omm-site .omm-package-details-link svg {
  width: 16px;
}

body.omm-site .omm-package-facts {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
  margin-block: 22px;
}

body.omm-site .omm-package-facts > div {
  min-height: 70px;
  padding: 13px 15px;
  border-radius: 11px;
}

body.omm-site .omm-package-facts dd {
  font-size: 16px;
}

body.omm-site .omm-accordion-item button {
  min-height: 56px;
  padding-block: 8px;
}

body.omm-site .omm-service-icon {
  width: 34px;
  height: 34px;
}

body.omm-site .omm-package-card > footer {
  padding-top: 22px;
}

/* Portfolio and editorial content. */
body.omm-site .omm-references-section {
  background: var(--omm-primary);
  color: #fff;
}

body.omm-site .omm-references-section .omm-section-title {
  color: #fff;
}

body.omm-site .omm-reference-viewport {
  padding-left: max(24px, calc((100vw - 1240px) / 2));
}

body.omm-site .omm-reference-track {
  gap: 16px;
  padding-right: max(24px, calc((100vw - 1240px) / 2));
}

body.omm-site .omm-reference-card {
  width: clamp(310px, 30vw, 390px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  background: #fff;
  color: var(--omm-ink);
  box-shadow: none;
}

body.omm-site .omm-reference-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: #dfe4ed;
}

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

body.omm-site .omm-reference-body {
  padding: 20px;
}

body.omm-site .omm-reference-body h3 {
  margin: 8px 0 10px;
  font-size: 21px;
}

body.omm-site .omm-reference-body p {
  margin: 0;
  color: #55627a;
  font-size: 14px;
}

body.omm-site .omm-demo-badge {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  background: #fff4cb;
  color: #705000;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.omm-site .omm-carousel-controls button {
  width: 44px;
  height: 44px;
}

body.omm-site .omm-articles-section {
  background: #fff;
}

body.omm-site .omm-article-layout {
  gap: 16px;
}

body.omm-site .omm-article-card {
  border-radius: 16px;
  box-shadow: none;
}

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

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

/* Lead form. */
body.omm-site .omm-form-section {
  background: #eef1f6;
}

body.omm-site .omm-form-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(42px, 6vw, 80px);
}

body.omm-site .omm-form-intro {
  position: sticky;
  top: 104px;
}

body.omm-site .omm-form-intro .omm-section-title {
  margin-bottom: 24px;
}

body.omm-site .omm-cta-lead,
body.omm-site .omm-cta-prompt {
  max-width: 560px;
  color: #4f5d75;
}

body.omm-site .omm-form-shell {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(0, 33, 100, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 25, 78, 0.08);
}

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

body.omm-site .omm-form-field > label {
  margin-bottom: 6px;
  font-size: 12px;
}

body.omm-site .omm-form-field input:not([type="checkbox"]),
body.omm-site .omm-form-field textarea,
body.omm-site .omm-form-field select {
  min-height: 47px;
  padding: 11px 13px;
  border-radius: 10px;
  background: #fbfbfa;
}

body.omm-site .omm-form-field textarea {
  min-height: 112px;
}

/* Internal page rhythm. */
body.omm-site .omm-page-hero {
  min-height: 0;
  padding: 132px 0 76px;
}

body.omm-site .omm-page-lead {
  max-width: 760px;
  font-size: clamp(18px, 1.8vw, 24px);
}

body.omm-site .omm-service-showcase {
  background: var(--omm-primary);
  color: #fff;
}

body.omm-site .omm-service-showcase .omm-page-title {
  color: #fff;
}

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

body.omm-site .omm-work-gallery {
  display: grid;
  overflow: visible;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.omm-site .omm-work-gallery figure {
  width: auto;
  margin: 0;
  border-radius: 16px;
}

body.omm-site .omm-work-gallery figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.omm-site .omm-video-gallery {
  display: grid;
  overflow: visible;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.omm-site .omm-video-gallery figure {
  width: auto;
}

body.omm-site .omm-problem-section .omm-section-title {
  margin-bottom: 24px;
}

body.omm-site .omm-statement {
  margin-block: 20px;
  font-size: clamp(20px, 2vw, 28px);
}

body.omm-site .omm-personal-section {
  background: #fff;
  color: var(--omm-ink);
}

body.omm-site .omm-personal-section .omm-section-title,
body.omm-site .omm-personal-section .omm-section-subtitle {
  color: var(--omm-ink);
}

body.omm-site .omm-personal-section .omm-section-title {
  margin-bottom: 18px;
}

body.omm-site .omm-personal-section .omm-section-subtitle {
  margin: 24px 0 10px;
}

body.omm-site .omm-work-photo {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--omm-shadow);
}

body.omm-site .omm-work-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.omm-site .omm-capacity {
  margin-top: 24px;
  padding: 16px 18px;
  border-color: #dfe5ef;
  border-radius: 13px;
  background: #f1f4f8;
}

body.omm-site .omm-capacity > span {
  font-size: 30px;
}

body.omm-site .omm-capacity p {
  color: #55627a;
}

body.omm-site .omm-benefits-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

body.omm-site .omm-benefit-card,
body.omm-site .omm-benefit-card:nth-child(n) {
  min-height: 0;
  padding: 24px 0 0;
  border: 0;
  border-top: 3px solid var(--omm-accent);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--omm-ink);
}

body.omm-site .omm-benefit-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 10px;
  background: var(--omm-primary);
  color: var(--omm-accent);
}

body.omm-site .omm-benefit-card h3 {
  font-size: 20px;
}

body.omm-site .omm-benefit-card p {
  color: #55627a;
  font-size: 14px;
}

body.omm-site .omm-big-answer {
  margin-top: 34px;
  font-size: clamp(24px, 3vw, 40px);
}

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

body.omm-site .omm-audience-card,
body.omm-site .omm-audience-card:nth-child(n) {
  display: grid;
  min-height: 0;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 18px;
  grid-template-columns: minmax(0, 1fr);
  background: var(--audience-bg);
}

body.omm-site .omm-audience-copy {
  padding: 0;
}

body.omm-site .omm-audience-number {
  font-size: 13px;
}

body.omm-site .omm-audience-image {
  display: none;
}

body.omm-site .omm-onehand-map {
  min-height: 0;
  margin-block: 30px;
}

body.omm-site .omm-onehand-center {
  display: none;
}

body.omm-site .omm-onehand-map ol {
  display: grid;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.omm-site .omm-onehand-map li,
body.omm-site .omm-onehand-map li:nth-child(n) {
  position: static;
  width: auto;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  display: flex;
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.06);
  transform: none;
  text-align: left;
}

body.omm-site .omm-cost-grid {
  gap: 14px;
}

body.omm-site .omm-cost-grid article {
  min-height: 0;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 18px;
}

body.omm-site .omm-cost-number {
  font-size: clamp(28px, 3vw, 42px);
}

body.omm-site .omm-honesty-section {
  padding-block: clamp(48px, 5vw, 72px);
}

body.omm-site .omm-honesty-quote {
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.22;
}

body.omm-site .omm-faq-accordion {
  max-width: 880px;
}

body.omm-site .omm-faq-accordion .omm-accordion-item button {
  min-height: 58px;
}

body.omm-site .omm-about-portrait,
body.omm-site .omm-cta-portrait,
body.omm-site .omm-case-cover {
  overflow: hidden;
  border-radius: 22px;
}

body.omm-site .omm-about-portrait img,
body.omm-site .omm-cta-portrait img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.omm-site .omm-story-stat > strong {
  font-size: clamp(60px, 8vw, 96px);
}

body.omm-site .omm-art-quote,
body.omm-site .omm-position-quote {
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.28;
}

body.omm-site .omm-development-grid {
  gap: 14px;
}

body.omm-site .omm-development-grid article {
  min-height: 0;
  padding: 26px;
  border-radius: 16px;
}

body.omm-site .omm-about-final {
  text-align: left;
}

body.omm-site .omm-reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.omm-site .omm-reference-grid .omm-reference-card {
  width: auto;
}

body.omm-site .omm-case-study {
  background: #eef1f6;
}

body.omm-site .omm-case-cover {
  max-height: 540px;
}

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

body.omm-site .omm-case-copy {
  margin-block: 42px;
}

body.omm-site .omm-stats-grid {
  gap: 10px;
}

body.omm-site .omm-stats-grid > div {
  min-height: 110px;
  padding: 18px;
  border-radius: 13px;
}

body.omm-site .omm-comparison {
  margin-top: 58px;
}

body.omm-site .omm-contact-cta {
  background: var(--omm-primary);
}

body.omm-site .omm-contact-cta .omm-section-title {
  color: #fff;
}

body.omm-site .omm-contact-cta .omm-cta-portrait {
  max-height: 470px;
}

body.omm-site .omm-site-footer {
  padding-block: 64px 24px;
}

body.omm-site .omm-footer-grid {
  gap: 36px;
}

body.omm-site .omm-footer-bottom {
  padding-top: 20px;
  margin-top: 38px;
}

body.omm-site [data-omm-reveal] {
  transform: translateY(14px);
  transition-duration: 480ms;
}

@media (max-width: 1024px) {
  body.omm-site .omm-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.omm-site .omm-onehand-map ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  body.omm-site {
    --omm-section: clamp(48px, 13vw, 66px);
    font-size: 16px;
  }

  body.omm-site .omm-container {
    width: calc(100% - 32px);
  }

  body.omm-site .omm-site-header,
  body.omm-site .omm-site-header.is-scrolled {
    top: 8px;
    right: 8px;
    left: 8px;
    height: 62px;
    border-radius: 16px;
  }

  body.omm-site .omm-site-header::before,
  body.omm-site .omm-site-header.is-scrolled::before {
    border-radius: 16px;
  }

  body.omm-site .omm-header-inner {
    width: calc(100% - 22px);
    gap: 8px;
  }

  body.omm-site .omm-brand {
    max-width: calc(100% - 104px);
    font-size: 17px;
  }

  body.omm-site .omm-mobile-call {
    display: none;
  }

  body.omm-site .omm-menu-toggle {
    width: 46px;
    height: 46px;
    margin-left: auto;
  }

  body.omm-site .omm-mobile-nav-panel {
    width: min(92vw, 430px);
    padding: 76px 22px 24px;
  }

  body.omm-site .omm-mobile-close {
    top: 15px;
    right: 15px;
    width: 46px;
    height: 46px;
  }

  body.omm-site .omm-mobile-nav nav > ul > li > div > a,
  body.omm-site .omm-mobile-nav nav > ul > li:not(.omm-has-submenu) > a {
    padding-block: 13px;
    font-size: 18px;
  }

  body.omm-site .omm-hero {
    min-height: 620px;
    padding: 104px 0 50px;
  }

  body.omm-site .omm-hero-poster-demo img,
  body.omm-site .omm-hero-poster .omm-demo-image {
    object-position: 68% center;
  }

  body.omm-site .omm-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 25, 78, 0.97) 0%, rgba(0, 33, 100, 0.9) 62%, rgba(0, 23, 72, 0.74) 100%);
  }

  body.omm-site .omm-hero-copy {
    width: 100%;
  }

  body.omm-site .omm-hero-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  body.omm-site .omm-hero-title,
  body.omm-site .omm-page-title {
    margin-bottom: 17px;
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1.02;
  }

  body.omm-site .omm-section-title {
    margin-bottom: 26px;
    font-size: clamp(28px, 8vw, 38px);
  }

  body.omm-site .omm-hero-subtitle {
    font-size: 17px;
  }

  body.omm-site .omm-hero .omm-actions {
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.omm-site .omm-hero .omm-button {
    width: 100%;
    min-height: 48px;
    padding-inline: 10px;
    justify-content: center;
    font-size: 12px;
  }

  body.omm-site .omm-hero-proof {
    margin-top: 27px;
    padding-top: 18px;
    gap: 8px;
  }

  body.omm-site .omm-hero-proof strong {
    font-size: 18px;
  }

  body.omm-site .omm-hero-proof span {
    font-size: 10px;
    line-height: 1.3;
  }

  body.omm-site .omm-trust-strip {
    padding-block: 20px;
  }

  body.omm-site .omm-trust-strip .omm-partner-note {
    font-size: 12px;
  }

  body.omm-site .omm-trust-strip .omm-cert-stack {
    overflow-x: auto;
    justify-content: flex-start;
  }

  body.omm-site .omm-overview-grid,
  body.omm-site .omm-form-layout,
  body.omm-site .omm-audience-list,
  body.omm-site .omm-reference-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-overview-grid {
    gap: 34px;
  }

  body.omm-site .omm-overview-media {
    border-radius: 17px;
  }

  body.omm-site .omm-overview-media .omm-person-meta {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 10px 11px;
  }

  body.omm-site .omm-intro-copy {
    font-size: clamp(23px, 7vw, 30px);
  }

  body.omm-site .omm-package-card {
    padding: 22px 17px;
    border-radius: 18px;
  }

  body.omm-site .omm-package-card h3 {
    font-size: 31px;
  }

  body.omm-site .omm-package-price strong {
    font-size: 24px;
  }

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

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

  body.omm-site .omm-reference-card {
    width: 78vw;
    min-width: 255px;
  }

  body.omm-site .omm-reference-viewport {
    padding-left: 16px;
  }

  body.omm-site .omm-reference-track {
    padding-right: 16px;
  }

  body.omm-site .omm-form-layout {
    gap: 30px;
  }

  body.omm-site .omm-form-intro {
    position: static;
  }

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

  body.omm-site .omm-page-hero {
    padding: 102px 0 54px;
  }

  body.omm-site .omm-work-gallery {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 10px;
  }

  body.omm-site .omm-work-gallery figure {
    width: 78vw;
    min-width: 255px;
    flex: 0 0 auto;
    border-radius: 13px;
  }

  body.omm-site .omm-video-gallery {
    display: flex;
    overflow-x: auto;
  }

  body.omm-site .omm-video-gallery figure {
    width: 76vw;
    min-width: 250px;
    flex: 0 0 auto;
  }

  body.omm-site .omm-personal-section .omm-split,
  body.omm-site .omm-about-hero .omm-split,
  body.omm-site .omm-contact-cta .omm-split {
    gap: 30px;
  }

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

  body.omm-site .omm-benefit-card,
  body.omm-site .omm-benefit-card:nth-child(n) {
    padding-top: 19px;
  }

  body.omm-site .omm-onehand-map ol {
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-onehand-map li,
  body.omm-site .omm-onehand-map li:nth-child(n) {
    min-height: 0;
    padding: 14px 15px;
  }

  body.omm-site .omm-cost-grid {
    gap: 10px;
  }

  body.omm-site .omm-honesty-quote,
  body.omm-site .omm-art-quote,
  body.omm-site .omm-position-quote {
    font-size: clamp(23px, 7vw, 31px);
  }

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

  body.omm-site .omm-reference-grid .omm-reference-card {
    width: 100%;
  }

  body.omm-site .omm-case-copy {
    margin-block: 30px;
  }

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

  body.omm-site .omm-site-footer {
    padding-top: 50px;
  }
}

@media (max-width: 390px) {
  body.omm-site .omm-brand {
    font-size: 15px;
  }

  body.omm-site .omm-hero-title,
  body.omm-site .omm-page-title {
    font-size: 38px;
  }

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

  body.omm-site .omm-package-facts,
  body.omm-site .omm-stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* --------------------------------------------------------------------------
   1.2 — creative studio visual system
   -------------------------------------------------------------------------- */

body.omm-site {
  --omm-page: #f5f6f8;
  --omm-dark: #0b172a;
  --omm-ink: #0a1830;
  --omm-line: #dfe4ec;
  --omm-section: clamp(64px, 6vw, 88px);
  background: var(--omm-page);
  color: var(--omm-ink);
}

body.omm-site .omm-container {
  width: min(1400px, calc(100% - 56px));
}

body.omm-site .omm-section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: #526078;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.omm-site .omm-section-title {
  max-width: 950px;
  margin-bottom: clamp(28px, 3vw, 44px);
  color: var(--omm-ink);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

body.omm-site .omm-section-heading {
  display: flex;
  margin-bottom: clamp(34px, 4vw, 58px);
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

body.omm-site .omm-section-heading .omm-section-title {
  margin-bottom: 0;
}

body.omm-site .omm-section-heading-centered {
  justify-content: center;
  text-align: center;
}

body.omm-site .omm-section-heading-centered .omm-section-title {
  margin-inline: auto;
}

body.omm-site .omm-button {
  min-height: 52px;
  padding: 14px 25px;
  border-radius: 999px;
  font-weight: 700;
}

body.omm-site .omm-button-primary {
  border-color: var(--omm-accent);
  background: var(--omm-accent);
  color: var(--omm-ink);
  box-shadow: none;
}

body.omm-site .omm-button-primary:hover {
  border-color: #ffd24a;
  background: #ffd24a;
  color: var(--omm-ink);
  transform: translateY(-2px);
}

body.omm-site .omm-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body.omm-site .omm-button-secondary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--omm-primary);
}

/* Stable full-width header. */
body.omm-site .omm-site-header,
body.omm-site .omm-site-header.is-scrolled {
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 33, 100, 0.98);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

body.omm-site .omm-site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(0, 20, 61, 0.18);
}

body.omm-site .omm-header-inner {
  width: min(1400px, calc(100% - 56px));
  height: 100%;
}

body.omm-site .omm-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

body.omm-site .omm-brand > span > span,
body.omm-site .omm-brand > span span {
  color: var(--omm-accent);
}

body.omm-site .omm-main-nav > ul {
  gap: clamp(22px, 2.3vw, 42px);
}

body.omm-site .omm-main-nav > ul > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
}

body.omm-site .omm-main-nav > ul > li > a:hover,
body.omm-site .omm-main-nav > ul > li > a[aria-current="page"] {
  color: var(--omm-accent);
}

body.omm-site .omm-submenu-toggle {
  color: #fff;
}

body.omm-site .omm-header-contact {
  min-height: 52px;
  padding: 13px 25px;
  border: 0;
  border-radius: 999px;
  background: var(--omm-accent);
  color: var(--omm-ink);
  font-weight: 700;
}

body.omm-site .omm-header-contact:hover {
  background: #ffd24a;
  color: var(--omm-ink);
}

/* Reference-inspired hero translated to OneManMarketing. */
body.omm-site .omm-creative-hero {
  position: relative;
  min-height: 0;
  padding: 170px 0 0;
  overflow: hidden;
  background: var(--omm-primary);
  color: #fff;
}

body.omm-site .omm-creative-hero .omm-container {
  position: relative;
  z-index: 2;
}

body.omm-site .omm-hero-monogram {
  position: absolute;
  top: 118px;
  left: 50%;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(330px, 42vw, 720px);
  font-weight: 700;
  line-height: 0.8;
  transform: translateX(-50%);
  user-select: none;
}

body.omm-site .omm-creative-hero .omm-hero-copy {
  position: relative;
  width: min(1080px, 100%);
  margin-inline: auto;
  text-align: center;
}

body.omm-site .omm-creative-hero .omm-hero-eyebrow {
  display: inline-flex;
  width: auto;
  padding: 8px 13px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 188, 0, 0.35);
  border-radius: 999px;
  background: rgba(255, 188, 0, 0.1);
  color: var(--omm-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.omm-site .omm-creative-hero .omm-hero-title {
  max-width: 1050px;
  margin: 0 auto 26px;
  color: #fff;
  font-size: clamp(48px, 6.1vw, 82px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.062em;
}

body.omm-site .omm-creative-hero .omm-hero-subtitle {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.48;
}

body.omm-site .omm-creative-hero .omm-actions {
  justify-content: center;
  margin-top: 34px;
}

body.omm-site .omm-hero-showcase {
  position: relative;
  margin-top: clamp(52px, 6vw, 82px);
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -18px 70px rgba(0, 12, 39, 0.28);
}

body.omm-site .omm-hero-showcase-media {
  position: relative;
  aspect-ratio: 2.055 / 1;
  overflow: hidden;
  background: #07152d;
}

body.omm-site .omm-hero-showcase-media > img,
body.omm-site .omm-hero-showcase-media > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.omm-site .omm-hero-showcase .omm-video-toggle {
  right: 18px;
  bottom: 18px;
}

body.omm-site .omm-showcase-label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  background: rgba(5, 20, 49, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

body.omm-site .omm-showcase-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--omm-accent);
  box-shadow: 0 0 0 5px rgba(255, 188, 0, 0.16);
}

/* Credibility wall. */
body.omm-site .omm-trust-wall {
  background: #fff;
}

body.omm-site .omm-trust-heading {
  max-width: 980px;
  margin: 0 auto clamp(36px, 4vw, 60px);
  text-align: center;
}

body.omm-site .omm-trust-heading .omm-section-title {
  margin-inline: auto;
  margin-bottom: 22px;
}

body.omm-site .omm-partner-note {
  max-width: 810px;
  margin: 0 auto;
  color: #5b6679;
  font-size: 17px;
}

body.omm-site .omm-partner-wall {
  display: grid;
  border-top: 1px solid var(--omm-line);
  border-left: 1px solid var(--omm-line);
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

body.omm-site .omm-partner-tile {
  display: flex;
  min-height: 108px;
  padding: 22px;
  border-right: 1px solid var(--omm-line);
  border-bottom: 1px solid var(--omm-line);
  align-items: center;
  justify-content: center;
  background: #fff;
}

body.omm-site .omm-partner-tile img {
  width: auto;
  max-width: 120px;
  max-height: 46px;
  filter: grayscale(1) contrast(1.15);
  opacity: 0.72;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body.omm-site .omm-partner-tile:hover img {
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}

body.omm-site .omm-partner-tile.has-white-logo {
  background: var(--omm-primary);
}

body.omm-site .omm-sector-wall {
  display: grid;
  border-top: 1px solid var(--omm-line);
  border-left: 1px solid var(--omm-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.omm-site .omm-sector-wall span {
  display: flex;
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--omm-line);
  border-bottom: 1px solid var(--omm-line);
  align-items: center;
  justify-content: center;
  color: #27344b;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 650;
  text-align: center;
}

body.omm-site .omm-proof-row {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid var(--omm-line);
  border-bottom: 1px solid var(--omm-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.omm-site .omm-proof-row > div {
  display: flex;
  min-height: 108px;
  padding: 24px;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

body.omm-site .omm-proof-row > div + div {
  border-left: 1px solid var(--omm-line);
}

body.omm-site .omm-proof-row strong {
  color: var(--omm-primary);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

body.omm-site .omm-proof-row span {
  color: #69748a;
  font-size: 14px;
}

/* Colorful capability mosaic. */
body.omm-site .omm-capabilities-section {
  background: var(--omm-page);
}

body.omm-site .omm-capability-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(230px, auto));
  gap: 16px;
}

body.omm-site .omm-capability-card {
  position: relative;
  display: flex;
  min-height: 230px;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.omm-site .omm-capability-card:hover {
  color: inherit;
  box-shadow: 0 25px 60px rgba(0, 22, 66, 0.17);
  transform: translateY(-5px);
}

body.omm-site .omm-capability-1 {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  background: linear-gradient(145deg, #25117a, var(--omm-secondary-1));
}

body.omm-site .omm-capability-2 {
  grid-column: 6 / 10;
  grid-row: 1;
  background: var(--omm-dark);
}

body.omm-site .omm-capability-3 {
  grid-column: 10 / 13;
  grid-row: 1 / 3;
  background: var(--omm-accent);
  color: var(--omm-ink);
}

body.omm-site .omm-capability-4 {
  grid-column: 6 / 10;
  grid-row: 2;
  background: var(--omm-primary);
}

body.omm-site .omm-capability-5 {
  grid-column: 1 / 5;
  grid-row: 3;
  background: var(--omm-secondary-2);
}

body.omm-site .omm-capability-6 {
  grid-column: 5 / 13;
  grid-row: 3;
  background: var(--omm-secondary-3);
  color: var(--omm-ink);
}

body.omm-site .omm-capability-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: clamp(24px, 3vw, 38px);
}

body.omm-site .omm-capability-meta {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.13em;
}

body.omm-site .omm-capability-icon {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 13px;
  place-items: center;
  opacity: 0.8;
}

body.omm-site .omm-capability-card h3 {
  max-width: 390px;
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.omm-site .omm-capability-card p {
  max-width: 430px;
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.48;
  opacity: 0.8;
}

body.omm-site .omm-capability-image {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52%;
  overflow: hidden;
}

body.omm-site .omm-capability-image::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to bottom, currentColor 0%, transparent 35%);
  content: "";
  opacity: 0.13;
}

body.omm-site .omm-capability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

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

body.omm-site .omm-capability-2 .omm-capability-image,
body.omm-site .omm-capability-4 .omm-capability-image,
body.omm-site .omm-capability-6 .omm-capability-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 44%;
  height: 100%;
}

body.omm-site .omm-capability-2 .omm-capability-copy,
body.omm-site .omm-capability-4 .omm-capability-copy,
body.omm-site .omm-capability-6 .omm-capability-copy {
  max-width: 60%;
}

body.omm-site .omm-capability-arrow {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  backdrop-filter: blur(10px);
}

/* Portfolio cards. */
body.omm-site .omm-references-section {
  background: #fff;
  color: var(--omm-ink);
}

body.omm-site .omm-references-section .omm-section-title {
  color: var(--omm-ink);
}

body.omm-site .omm-home-reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.omm-site .omm-home-reference-grid .omm-reference-card {
  width: auto;
  min-width: 0;
  border: 1px solid #e5e9ef;
  border-radius: 26px;
  overflow: hidden;
  background: #f7f8fa;
  box-shadow: 0 16px 42px rgba(8, 29, 69, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.omm-site .omm-home-reference-grid .omm-reference-card:hover {
  box-shadow: 0 24px 55px rgba(8, 29, 69, 0.13);
  transform: translateY(-5px);
}

body.omm-site .omm-home-reference-grid .omm-reference-image {
  aspect-ratio: 1.08 / 1;
  border-radius: 0;
  overflow: hidden;
  background: #e8ebf0;
}

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

body.omm-site .omm-home-reference-grid .omm-reference-body {
  display: flex;
  min-height: 270px;
  padding: 25px;
  align-items: flex-start;
  flex-direction: column;
}

body.omm-site .omm-reference-date,
body.omm-site .omm-demo-badge {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: rgba(255, 188, 0, 0.18);
  color: #6e5200;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.omm-site .omm-home-reference-grid .omm-reference-body h3 {
  margin: 0 0 12px;
  color: var(--omm-ink);
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.06;
}

body.omm-site .omm-home-reference-grid .omm-reference-body p {
  margin: 0 0 22px;
  color: #657086;
  font-size: 14px;
}

body.omm-site .omm-reference-logo {
  order: 3;
  margin: 6px 0 18px;
}

body.omm-site .omm-reference-logo img {
  width: auto;
  max-width: 118px;
  max-height: 34px;
}

body.omm-site .omm-reference-partner {
  margin-bottom: 18px;
  color: #657086;
  font-size: 13px;
}

body.omm-site .omm-reference-button,
body.omm-site .omm-demo-detail {
  margin-top: auto;
}

body.omm-site .omm-demo-detail {
  display: inline-flex;
  min-height: 45px;
  padding: 11px 18px;
  border-radius: 999px;
  align-items: center;
  background: var(--omm-accent);
  color: var(--omm-ink);
  font-size: 13px;
  font-weight: 700;
}

/* Personal section instead of a fictional agency team. */
body.omm-site .omm-home-personal {
  background: var(--omm-page);
}

body.omm-site .omm-personal-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
}

body.omm-site .omm-personal-copy .omm-section-title {
  margin-bottom: 28px;
}

body.omm-site .omm-personal-copy .omm-intro-copy {
  margin-bottom: 18px;
  color: var(--omm-ink);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.35;
}

body.omm-site .omm-personal-copy .omm-prose {
  color: #5e6a7f;
}

body.omm-site .omm-personal-copy .omm-highlight-line {
  margin: 26px 0;
  padding-left: 18px;
  border-left: 4px solid var(--omm-accent);
  color: var(--omm-primary);
  font-weight: 650;
}

body.omm-site .omm-personal-copy .omm-scope-list {
  margin-bottom: 30px;
}

body.omm-site .omm-personal-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: var(--omm-primary);
  box-shadow: 0 28px 75px rgba(0, 27, 82, 0.16);
}

body.omm-site .omm-personal-media > img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

body.omm-site .omm-person-card-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(0, 24, 73, 0.82);
  color: #fff;
  backdrop-filter: blur(12px);
}

body.omm-site .omm-person-card-caption .omm-person-name,
body.omm-site .omm-person-card-caption .omm-person-role {
  margin: 0;
  color: #fff;
}

body.omm-site .omm-person-card-caption .omm-person-role {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/* Package remains the commercial core, styled as one confident offer. */
body.omm-site .omm-package-section {
  background: var(--omm-primary);
}

body.omm-site .omm-package-section > .omm-container > .omm-section-title {
  color: #fff;
}

body.omm-site .omm-package-section .omm-package-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, #102c68, #173d8f);
  box-shadow: 0 28px 75px rgba(0, 14, 48, 0.24);
}

body.omm-site .omm-package-section .omm-package-card::before {
  background: radial-gradient(circle, rgba(255, 188, 0, 0.14), transparent 65%);
}

/* Personal lead form. */
body.omm-site .omm-form-section {
  overflow: hidden;
  background: #f7f8fa;
}

body.omm-site .omm-form-heading {
  max-width: 850px;
  margin-bottom: clamp(40px, 5vw, 70px);
}

body.omm-site .omm-form-heading .omm-section-title {
  margin-bottom: 20px;
}

body.omm-site .omm-form-heading .omm-cta-lead {
  max-width: 760px;
  color: #5d697e;
  font-size: 18px;
}

body.omm-site .omm-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(40px, 6vw, 90px);
}

body.omm-site .omm-lead-form .omm-form-shell {
  padding: clamp(24px, 3.5vw, 42px);
  border: 1px solid #e2e7ee;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 28, 67, 0.08);
}

body.omm-site .omm-form-person-card {
  position: sticky;
  top: 132px;
  padding: 116px 34px 36px;
  margin-top: 88px;
  border-radius: 28px;
  background: var(--omm-dark);
  color: #fff;
  text-align: center;
  box-shadow: 20px 20px 0 var(--omm-accent);
}

body.omm-site .omm-form-avatar {
  position: absolute;
  top: -88px;
  left: 50%;
  display: grid;
  width: 176px;
  height: 176px;
  border: 8px solid #f7f8fa;
  border-radius: 50%;
  overflow: hidden;
  place-items: center;
  background: var(--omm-accent);
  color: var(--omm-primary);
  font-size: 48px;
  font-weight: 700;
  transform: translateX(-50%);
}

body.omm-site .omm-form-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body.omm-site .omm-form-person-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 27px;
}

body.omm-site .omm-form-person-text {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

body.omm-site .omm-form-direct {
  display: grid;
  gap: 10px;
}

body.omm-site .omm-form-direct a {
  display: flex;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--omm-accent);
  font-weight: 650;
}

body.omm-site .omm-form-person-card .omm-cta-prompt {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

/* Footer as a large rounded closing panel. */
body.omm-site .omm-site-footer {
  position: relative;
  padding: 96px 0 0;
  overflow: hidden;
  background: #f7f8fa;
  color: #fff;
}

body.omm-site .omm-site-footer > .omm-container {
  position: relative;
  padding: clamp(34px, 5vw, 70px);
  border-radius: 32px 32px 0 0;
  background: var(--omm-dark);
}

body.omm-site .omm-site-footer > .omm-container::before {
  position: absolute;
  top: -76px;
  left: 50%;
  width: 170px;
  height: 92px;
  background: var(--omm-dark);
  clip-path: polygon(46% 100%, 0 53%, 27% 35%, 17% 0, 44% 24%, 50% 0, 56% 24%, 83% 0, 73% 35%, 100% 53%, 54% 100%);
  content: "";
  transform: translateX(-50%);
}

body.omm-site .omm-footer-top {
  display: flex;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.omm-site .omm-footer-wordmark {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
}

body.omm-site .omm-footer-wordmark span {
  color: var(--omm-accent);
}

body.omm-site .omm-footer-grid {
  display: grid;
  padding: 42px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
}

body.omm-site .omm-footer-grid h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

body.omm-site .omm-footer-nav,
body.omm-site .omm-footer-contact {
  display: grid;
  gap: 9px;
}

body.omm-site .omm-footer-nav a,
body.omm-site .omm-footer-contact,
body.omm-site .omm-footer-contact a {
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

body.omm-site .omm-footer-social {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

body.omm-site .omm-footer-social a {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  place-items: center;
  color: #fff;
}

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

body.omm-site .omm-footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Internal pages inherit the same calmer frame. */
body.omm-site .omm-page-hero {
  padding: 162px 0 76px;
  background: var(--omm-primary);
  color: #fff;
}

body.omm-site .omm-packages-page .omm-page-hero,
body.omm-site .omm-articles-page .omm-page-hero {
  min-height: 0;
}

body.omm-site .omm-page-hero .omm-page-title,
body.omm-site .omm-page-hero .omm-page-lead {
  color: #fff;
}

body.omm-site .omm-page-title {
  font-size: clamp(42px, 5vw, 68px);
}

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

  body.omm-site .omm-capability-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.omm-site .omm-capability-card,
  body.omm-site .omm-capability-card:nth-child(n) {
    min-height: 390px;
    grid-column: auto;
    grid-row: auto;
  }

  body.omm-site .omm-capability-card:nth-child(2),
  body.omm-site .omm-capability-card:nth-child(4),
  body.omm-site .omm-capability-card:nth-child(6) {
    min-height: 280px;
  }

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

  body.omm-site .omm-home-reference-grid .omm-reference-image {
    aspect-ratio: 1.5 / 1;
  }

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

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

@media (max-width: 767px) {
  body.omm-site {
    --omm-section: 62px;
  }

  body.omm-site .omm-container,
  body.omm-site .omm-header-inner {
    width: calc(100% - 32px);
  }

  body.omm-site .omm-site-header,
  body.omm-site .omm-site-header.is-scrolled {
    top: 0;
    right: 0;
    left: 0;
    height: 72px;
    border-radius: 0;
  }

  body.omm-site .omm-menu-toggle {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  body.omm-site .omm-menu-toggle span {
    background: #fff;
  }

  body.omm-site .omm-creative-hero {
    padding-top: 118px;
  }

  body.omm-site .omm-hero-monogram {
    top: 130px;
    font-size: 430px;
  }

  body.omm-site .omm-creative-hero .omm-hero-eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  body.omm-site .omm-creative-hero .omm-hero-title {
    font-size: clamp(40px, 12vw, 54px);
  }

  body.omm-site .omm-creative-hero .omm-hero-subtitle {
    font-size: 17px;
  }

  body.omm-site .omm-creative-hero .omm-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.omm-site .omm-hero-showcase {
    margin-top: 42px;
    border-width: 4px;
    border-radius: 18px 18px 0 0;
  }

  body.omm-site .omm-hero-showcase-media {
    aspect-ratio: 1.15 / 1;
  }

  body.omm-site .omm-hero-showcase-media > img,
  body.omm-site .omm-hero-showcase-media > video {
    object-position: center;
  }

  body.omm-site .omm-showcase-label {
    bottom: 12px;
    left: 12px;
    padding: 8px 11px;
    font-size: 11px;
  }

  body.omm-site .omm-trust-heading {
    text-align: left;
  }

  body.omm-site .omm-trust-heading .omm-section-title,
  body.omm-site .omm-partner-note {
    margin-left: 0;
    text-align: left;
  }

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

  body.omm-site .omm-sector-wall span,
  body.omm-site .omm-partner-tile {
    min-height: 86px;
    padding: 15px;
    font-size: 14px;
  }

  body.omm-site .omm-proof-row {
    margin-top: 28px;
  }

  body.omm-site .omm-proof-row > div {
    min-height: 88px;
    padding: 14px 8px;
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }

  body.omm-site .omm-proof-row strong {
    font-size: 27px;
  }

  body.omm-site .omm-proof-row span {
    font-size: 11px;
    line-height: 1.2;
  }

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

  body.omm-site .omm-section-heading-centered {
    text-align: left;
  }

  body.omm-site .omm-capability-mosaic {
    display: flex;
    padding: 2px 2px 12px;
    margin-inline: -2px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: none;
    scrollbar-width: thin;
  }

  body.omm-site .omm-capability-card,
  body.omm-site .omm-capability-card:nth-child(n) {
    width: 84vw;
    min-width: 278px;
    min-height: 410px;
    border-radius: 22px;
    flex: 0 0 auto;
  }

  body.omm-site .omm-capability-2 .omm-capability-image,
  body.omm-site .omm-capability-4 .omm-capability-image,
  body.omm-site .omm-capability-6 .omm-capability-image {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
  }

  body.omm-site .omm-capability-2 .omm-capability-copy,
  body.omm-site .omm-capability-4 .omm-capability-copy,
  body.omm-site .omm-capability-6 .omm-capability-copy {
    max-width: none;
  }

  body.omm-site .omm-capability-card h3 {
    font-size: 28px;
  }

  body.omm-site .omm-home-reference-grid {
    display: flex;
    padding: 2px 2px 12px;
    margin-inline: -2px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: none;
  }

  body.omm-site .omm-home-reference-grid .omm-reference-card {
    width: 82vw;
    min-width: 276px;
    flex: 0 0 auto;
  }

  body.omm-site .omm-home-reference-grid .omm-reference-image {
    aspect-ratio: 1.35 / 1;
  }

  body.omm-site .omm-home-reference-grid .omm-reference-body {
    min-height: 250px;
  }

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

  body.omm-site .omm-personal-grid {
    gap: 38px;
  }

  body.omm-site .omm-personal-media > img {
    aspect-ratio: 1.1 / 1;
  }

  body.omm-site .omm-person-card-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px 13px;
  }

  body.omm-site .omm-form-person-card {
    position: relative;
    top: auto;
    padding: 96px 22px 28px;
    margin: 92px 10px 18px 0;
    box-shadow: 10px 10px 0 var(--omm-accent);
  }

  body.omm-site .omm-form-avatar {
    top: -70px;
    width: 140px;
    height: 140px;
    font-size: 38px;
  }

  body.omm-site .omm-site-footer {
    padding-top: 76px;
  }

  body.omm-site .omm-site-footer > .omm-container {
    width: calc(100% - 20px);
    padding: 30px 22px;
    border-radius: 24px 24px 0 0;
  }

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

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

  body.omm-site .omm-footer-bottom {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  body.omm-site .omm-page-hero {
    padding: 120px 0 54px;
  }

  body.omm-site .omm-page-title {
    font-size: clamp(38px, 11vw, 50px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.omm-site .omm-capability-card,
  body.omm-site .omm-capability-image img,
  body.omm-site .omm-home-reference-grid .omm-reference-card,
  body.omm-site .omm-partner-tile img {
    transition: none;
  }
}
