/* Morris Standard v1.2.0 front-end design system. */

:root {
  --ms-navy: #0b1f2a;
  --ms-navy-deep: #071720;
  --ms-navy-soft: #15313e;
  --ms-gold: #b58a3c;
  --ms-gold-light: #d3ad61;
  --ms-gold-pale: #e9d9b8;
  --ms-ivory: #f7f5f0;
  --ms-paper: #ffffff;
  --ms-mist: #e8e6df;
  --ms-muted: #536168;
  --ms-ink: #111111;
  --ms-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --ms-serif: Georgia, "Times New Roman", serif;
  --ms-wide: 1320px;
  --ms-gutter: clamp(1rem, 2.6vw, 2.4rem);
  --ms-line: rgba(11, 31, 42, 0.14);
  --ms-line-dark: rgba(255, 255, 255, 0.14);
  --ms-shadow: 0 22px 60px rgba(11, 31, 42, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ms-ivory);
  color: var(--ms-navy);
  font-family: var(--ms-sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .ms-site-header {
  top: 32px;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-block-group,
.wp-block-image,
.wp-block-buttons {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

p,
li {
  text-wrap: pretty;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--ms-gold-light);
  outline-offset: 4px;
}

::selection {
  background: var(--ms-gold-pale);
  color: var(--ms-navy);
}

.ms-shell,
.wp-site-blocks > .alignwide {
  width: min(calc(100% - (2 * var(--ms-gutter))), var(--ms-wide));
  margin-inline: auto;
}

.ms-section {
  position: relative;
  padding-block: clamp(3.6rem, 5.2vw, 5.5rem);
}

.ms-section--navy {
  background: var(--ms-navy);
  color: var(--ms-paper);
}

.ms-section--ivory {
  background: var(--ms-ivory);
}

.ms-section--paper {
  background: var(--ms-paper);
}

.ms-section--navy :where(h1, h2, h3, h4, p, li, a) {
  color: inherit;
}

.ms-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--ms-gold);
  font-family: var(--ms-sans);
  font-size: clamp(0.67rem, 0.64rem + 0.08vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.095em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ms-heading-xl,
.ms-heading-lg,
.ms-heading-md,
.ms-plan__title,
.ms-standard-check h3 {
  margin: 0;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.ms-heading-xl {
  max-width: 10.2ch;
  font-size: clamp(3.4rem, 5.3vw, 5.4rem);
  line-height: 0.98;
}

.ms-heading-lg {
  max-width: 15ch;
  font-size: clamp(2.35rem, 3.55vw, 3.75rem);
  line-height: 1.01;
}

.ms-heading-md {
  max-width: 17ch;
  font-size: clamp(2rem, 2.75vw, 3rem);
  line-height: 1.03;
}

.ms-lead {
  margin: 0;
  color: var(--ms-muted);
  font-size: clamp(1rem, 0.96rem + 0.15vw, 1.12rem);
  line-height: 1.62;
}

.ms-gold-italic {
  color: var(--ms-gold-light);
  font-style: italic;
}

.ms-link-arrow {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: currentColor;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
}

.ms-link-arrow::after {
  content: "\2192";
  color: var(--ms-gold);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.ms-link-arrow:hover::after {
  transform: translateX(0.25rem);
}

/* Header */
.ms-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 23, 32, 0.97);
  color: var(--ms-paper);
  backdrop-filter: blur(14px);
}

.ms-site-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.ms-header-inner {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: clamp(1rem, 2.5vw, 2.25rem);
  align-items: center;
  min-height: 72px;
}

.ms-header-logo {
  width: 190px;
}

.ms-header-logo img {
  width: 100%;
}

.ms-site-header .wp-block-navigation {
  justify-self: end;
  color: var(--ms-paper);
}

.ms-site-header .wp-block-navigation-item__content {
  position: relative;
  padding-block: 0.55rem;
  color: var(--ms-paper);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
}

.ms-site-header .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ms-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ms-site-header .wp-block-navigation-item__content:hover::after,
.ms-site-header .current-menu-item > .wp-block-navigation-item__content::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ms-site-header .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--ms-navy-deep);
  color: var(--ms-paper);
}

.ms-header-cta .wp-block-button__link {
  min-height: 42px;
  padding: 0.72rem 1.05rem;
  white-space: nowrap;
}

/* Buttons */
.wp-block-button__link,
.ms-button {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--ms-gold);
  border-radius: 0;
  background: var(--ms-gold);
  color: var(--ms-navy);
  font-family: var(--ms-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wp-block-button__link::after,
.ms-button::after {
  content: "\2192";
  font-size: 1rem;
  transition: transform 180ms ease;
}

.wp-block-button__link:hover,
.ms-button:hover {
  background: var(--ms-gold-light);
  color: var(--ms-navy);
  transform: translateY(-1px);
}

.wp-block-button__link:hover::after,
.ms-button:hover::after {
  transform: translateX(0.25rem);
}

.is-style-morris-outline .wp-block-button__link,
.ms-button--outline {
  border-color: rgba(255, 255, 255, 0.6);
  background: transparent;
  color: var(--ms-paper);
}

.is-style-morris-outline .wp-block-button__link:hover,
.ms-button--outline:hover {
  border-color: var(--ms-gold);
  background: var(--ms-gold);
  color: var(--ms-navy);
}

/* Hero */
.ms-hero {
  position: relative;
  overflow: hidden;
  background: var(--ms-navy-deep);
  color: var(--ms-paper);
}

.ms-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 63% 20%, rgba(181, 138, 60, 0.12), transparent 28%),
    linear-gradient(115deg, #071720 0%, #0b1f2a 58%, #102e3c 100%);
}

.ms-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  width: min(100%, 1440px);
  min-height: 530px;
  margin-inline: auto;
}

.ms-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(3rem, 5vw, 4.7rem) clamp(2rem, 4vw, 4.3rem) clamp(2.6rem, 4vw, 3.8rem) max(var(--ms-gutter), calc((100vw - 1320px) / 2));
}

.ms-hero .ms-heading-xl,
.ms-hero p {
  color: var(--ms-paper);
}

.ms-hero__intro {
  max-width: 600px;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.12rem);
  line-height: 1.65;
}

.ms-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.ms-hero__media {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background: var(--ms-navy);
}

.ms-hero__media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.15) 22%, transparent 46%);
}

.ms-hero__media figure,
.ms-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
}

.ms-hero__media img {
  object-fit: cover;
  object-position: 50% 50%;
}

.ms-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.1rem;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ms-trust-item {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
  padding-right: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  line-height: 1.32;
  text-transform: uppercase;
}

.ms-trust-item + .ms-trust-item {
  padding-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.ms-trust-icon {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(181, 138, 60, 0.75);
  border-radius: 50%;
  color: var(--ms-gold-light);
  font-size: 0.69rem;
  font-weight: 800;
}

/* Promise band */
.ms-promise-band {
  border-bottom: 1px solid var(--ms-line);
  background: var(--ms-paper);
}

.ms-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ms-promise {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.8rem clamp(1rem, 2.2vw, 2rem);
}

.ms-promise + .ms-promise {
  border-left: 1px solid var(--ms-line);
}

.ms-promise__icon,
.ms-service__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ms-gold-pale);
  border-radius: 50%;
  background: rgba(233, 217, 184, 0.22);
  color: var(--ms-gold);
  font-family: var(--ms-serif);
  font-size: 0.78rem;
}

.ms-promise h3 {
  margin: 0 0 0.35rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(1.2rem, 1.08rem + 0.25vw, 1.45rem);
  font-weight: 400;
  line-height: 1.1;
}

.ms-promise p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Build, Grow, Run */
.ms-bgr {
  border-bottom: 1px solid var(--ms-line);
}

.ms-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5.5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 4vw, 3.6rem);
}

.ms-section-intro > :last-child {
  max-width: 58ch;
  margin-bottom: 0.25rem;
}

.ms-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ms-line);
}

.ms-service {
  position: relative;
  padding: 1.55rem clamp(1rem, 2vw, 1.8rem) 0;
}

.ms-service + .ms-service {
  border-left: 1px solid var(--ms-line);
}

.ms-service__number {
  position: absolute;
  top: -0.78rem;
  left: 1.6rem;
  margin: 0;
  padding: 0 0.55rem;
  background: var(--ms-ivory);
  color: var(--ms-gold);
  font-family: var(--ms-serif);
  font-size: 1rem;
}

.ms-service h3 {
  margin: 0.75rem 0 0.3rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(1.55rem, 1.25rem + 0.6vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.ms-service__promise {
  margin: 0;
  color: var(--ms-navy);
  font-size: 0.82rem;
}

.ms-check-list {
  display: grid;
  gap: 0.38rem;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.ms-check-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--ms-navy);
  font-size: 0.78rem;
  line-height: 1.45;
}

.ms-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2713";
  color: var(--ms-gold);
  font-weight: 800;
}

.ms-section--navy .ms-check-list li {
  color: rgba(255, 255, 255, 0.84);
}

.ms-check-list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
}

/* Wye Knot case study */
.ms-case-study {
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 12%, rgba(181, 138, 60, 0.14), transparent 26%),
    var(--ms-navy);
}

.ms-case-study__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(2.5rem, 5.5vw, 5.2rem);
  align-items: center;
}

.ms-case-study .ms-heading-lg {
  color: var(--ms-paper);
}

.ms-case-study__copy > p:not(.ms-eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.ms-time-shift {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  align-items: center;
  margin: 1.35rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(181, 138, 60, 0.56);
}

.ms-time-shift small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-time-shift__value {
  display: block;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  line-height: 1.02;
}

.ms-time-shift__label {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-time-shift__arrow {
  color: var(--ms-gold-light);
  font-size: 1.65rem;
}

.ms-workflow-collage {
  min-width: 0;
}

.ms-workflow-collage__label {
  margin: 0 0 0.65rem;
  color: var(--ms-gold) !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-workflow-collage figure {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.ms-workflow-collage img {
  width: 100%;
}

.ms-workflow-collage__note {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.72rem;
}

/* Audience pathways */
.ms-pathways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--ms-line);
}

.ms-pathway {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.74fr);
  gap: 1.5rem;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(2.5rem, 4.2vw, 4rem) max(var(--ms-gutter), calc((100vw - 1320px) / 2));
}

.ms-pathway:first-child {
  padding-right: clamp(2rem, 4vw, 3.5rem);
}

.ms-pathway:last-child {
  padding-left: clamp(2rem, 4vw, 3.5rem);
}

.ms-pathway + .ms-pathway {
  border-left: 1px solid var(--ms-line);
}

.ms-pathway--navy {
  background: var(--ms-navy);
  color: var(--ms-paper);
}

.ms-pathway--paper {
  background: var(--ms-paper);
}

.ms-pathway--navy :where(h2, p, a) {
  color: inherit;
}

.ms-pathway__content {
  position: relative;
  z-index: 2;
  max-width: 460px;
}

.ms-pathway__content > p:not(.ms-eyebrow) {
  font-size: 0.86rem;
}

.ms-pathway__image {
  align-self: end;
}

.ms-pathway__image img {
  width: 100%;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
}

/* Plans */
.ms-plans-section {
  border-bottom: 1px solid var(--ms-line);
}

.ms-section-intro--plans {
  margin-bottom: 2rem;
}

.ms-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ms-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--ms-line);
  background: var(--ms-paper);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ms-plan:hover {
  border-color: var(--ms-gold);
  box-shadow: var(--ms-shadow);
  transform: translateY(-3px);
}

.ms-plan--featured {
  border-color: var(--ms-gold);
}

.ms-plan__badge {
  position: absolute;
  top: -1px;
  right: -1px;
  margin: 0;
  padding: 0.4rem 0.65rem;
  background: var(--ms-gold);
  color: var(--ms-navy);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-plan__kicker {
  margin: 0 0 0.3rem;
  color: var(--ms-gold);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-plan__title {
  font-size: clamp(1.8rem, 2.25vw, 2.5rem);
  line-height: 1;
}

.ms-plan__price {
  margin: 0.75rem 0 0.8rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(1.75rem, 2.1vw, 2.3rem);
  line-height: 1;
}

.ms-plan__price span,
.ms-plan__price small {
  font-family: var(--ms-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ms-plan .ms-link-arrow {
  margin-top: auto;
  padding-top: 1rem;
}

.ms-development-note {
  margin: 1rem 0 0;
  color: var(--ms-muted);
  font-size: 0.66rem;
  text-align: center;
}

/* AI and Standard Check */
.ms-ai-section {
  background:
    radial-gradient(circle at 80% 30%, rgba(181, 138, 60, 0.12), transparent 25%),
    var(--ms-navy);
}

.ms-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.ms-ai-copy .ms-heading-lg {
  color: var(--ms-paper);
}

.ms-ai-copy > p:not(.ms-eyebrow) {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.72);
}

.ms-ai-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.6rem;
  background: rgba(255, 255, 255, 0.12);
}

.ms-ai-capability {
  position: relative;
  min-height: 92px;
  padding: 1rem 0.75rem;
  background: var(--ms-navy);
}

.ms-ai-capability::before {
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 0.65rem;
  content: "";
  border: 1px solid rgba(181, 138, 60, 0.7);
  border-radius: 50%;
}

.ms-ai-capability b {
  display: block;
  color: var(--ms-paper);
  font-size: 0.65rem;
  line-height: 1.25;
}

.ms-ai-capability span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.58rem;
  line-height: 1.35;
}

.ms-standard-check {
  position: relative;
  padding: 1.8rem;
  border: 1px solid rgba(181, 138, 60, 0.55);
  background: rgba(255, 255, 255, 0.045);
}

.ms-standard-check::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  height: 2px;
  content: "";
  background: var(--ms-gold);
}

.ms-standard-check h3 {
  color: var(--ms-paper);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.04;
}

.ms-standard-check p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.ms-standard-check form {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.ms-standard-check label {
  color: var(--ms-paper);
  font-size: 0.67rem;
  font-weight: 700;
}

.ms-standard-check input[type="url"] {
  width: 100%;
  min-height: 47px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: var(--ms-paper);
  color: var(--ms-navy);
  font: inherit;
}

.ms-standard-check button {
  min-height: 47px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ms-gold);
  border-radius: 0;
  background: var(--ms-gold);
  color: var(--ms-navy);
  font-family: var(--ms-sans);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
}

.ms-standard-check__note {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 0.62rem !important;
}

/* Founder */
.ms-founder-band {
  background: var(--ms-paper);
}

.ms-founder {
  display: grid;
  grid-template-columns: minmax(210px, 0.68fr) minmax(240px, 0.72fr) minmax(0, 1.15fr);
  gap: clamp(1.7rem, 3.8vw, 3.8rem);
  align-items: center;
  padding-block: clamp(2.8rem, 4.5vw, 4.3rem);
}

.ms-founder__experience p:not(.ms-eyebrow),
.ms-founder__copy p:not(.ms-eyebrow) {
  color: var(--ms-muted);
  font-size: 0.82rem;
}

.ms-founder__photo {
  overflow: hidden;
  background: var(--ms-navy);
}

.ms-founder__photo img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  object-position: 50% 5%;
}

/* Final CTA */
.ms-final-cta {
  position: relative;
  padding-block: clamp(2.6rem, 4vw, 3.8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ms-navy);
  color: var(--ms-paper);
}

.ms-final-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
  height: 2px;
  content: "";
  background: var(--ms-gold);
}

.ms-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ms-final-cta .ms-heading-md,
.ms-final-cta p,
.ms-final-cta a {
  color: inherit;
}

.ms-final-cta p:not(.ms-eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.7);
}

.ms-contact-list {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.ms-contact-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
}

.ms-contact-list strong {
  display: inline-block;
  min-width: 66px;
  color: var(--ms-gold);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Footer */
.ms-site-footer {
  background: var(--ms-navy-deep);
  color: rgba(255, 255, 255, 0.68);
}

.ms-footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(130px, 0.62fr));
  gap: clamp(2rem, 4vw, 4rem);
  padding-block: clamp(2.5rem, 4vw, 3.8rem);
}

.ms-footer-logo {
  width: min(100%, 215px);
  margin-bottom: 1rem;
}

.ms-footer-intro {
  max-width: 42ch;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.ms-footer-column h3 {
  margin: 0 0 0.7rem;
  color: var(--ms-gold);
  font-family: var(--ms-sans);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ms-footer-column ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-footer-column a,
.ms-footer-column li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  text-decoration: none;
}

.ms-footer-column a:hover {
  color: var(--ms-gold-light);
}

.ms-footer-bottom {
  display: flex;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.64rem;
}

/* Generic templates */
.ms-page-hero {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
  background: var(--ms-navy);
  color: var(--ms-paper);
}

.ms-page-hero h1 {
  max-width: 16ch;
  color: var(--ms-paper);
}

.ms-page-content {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.ms-page-content :where(h2, h3, h4) {
  margin-top: 1.5em;
}

.ms-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.ms-post-card {
  border-top: 2px solid var(--ms-gold);
  background: var(--ms-paper);
}

.ms-post-card > *:not(.wp-block-post-featured-image) {
  padding-inline: 1.25rem;
}

.is-style-morris-panel {
  padding: 1.5rem;
  border: 1px solid var(--ms-line);
  background: var(--ms-paper);
}

.wp-block-separator {
  border: 0;
  border-top: 1px solid var(--ms-line);
}

.wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Reveal animation */
.ms-reveal,
[data-ms-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ms-reveal.is-visible,
[data-ms-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1120px) {
  .ms-header-inner {
    grid-template-columns: 190px 1fr;
  }

  .ms-header-cta {
    display: none;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  }

  .ms-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-trust-item:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .ms-trust-item:nth-child(n + 3) {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ms-case-study__grid,
  .ms-ai-grid {
    grid-template-columns: 1fr;
  }

  .ms-case-study__copy,
  .ms-ai-copy {
    max-width: 760px;
  }

  .ms-pathway {
    grid-template-columns: 1fr;
  }

  .ms-pathway__image {
    max-width: 260px;
  }

  .ms-ai-capabilities {
    grid-template-columns: repeat(5, minmax(110px, 1fr));
    overflow-x: auto;
  }

  .ms-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  body.admin-bar .ms-site-header {
    top: 46px;
  }

  .ms-header-inner {
    grid-template-columns: minmax(165px, 205px) auto;
    min-height: 66px;
  }

  .ms-site-header .wp-block-navigation {
    justify-self: end;
  }

  .ms-site-header .wp-block-navigation__responsive-container-open {
    color: var(--ms-paper);
  }

  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__copy {
    padding-inline: var(--ms-gutter);
  }

  .ms-hero__media,
  .ms-hero__media figure,
  .ms-hero__media img {
    min-height: 440px;
  }

  .ms-promise-grid,
  .ms-services,
  .ms-plans,
  .ms-pathways,
  .ms-founder,
  .ms-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .ms-promise + .ms-promise,
  .ms-service + .ms-service,
  .ms-pathway + .ms-pathway {
    border-top: 1px solid var(--ms-line);
    border-left: 0;
  }

  .ms-section-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ms-pathway,
  .ms-pathway:first-child,
  .ms-pathway:last-child {
    padding-inline: var(--ms-gutter);
  }

  .ms-pathway__image {
    max-width: 330px;
  }

  .ms-founder__photo {
    max-width: 430px;
  }

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

@media (max-width: 600px) {
  :root {
    --ms-gutter: 1rem;
  }

  .ms-header-logo {
    width: 170px;
  }

  .ms-heading-xl {
    font-size: clamp(3.1rem, 14.5vw, 4.5rem);
  }

  .ms-heading-lg {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }

  .ms-hero__actions,
  .ms-hero__actions .wp-block-button,
  .ms-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .ms-trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .ms-trust-item,
  .ms-trust-item + .ms-trust-item,
  .ms-trust-item:nth-child(3) {
    padding: 0.65rem 0;
    border-left: 0;
  }

  .ms-trust-item:nth-child(even) {
    padding-left: 0.7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ms-hero__media,
  .ms-hero__media figure,
  .ms-hero__media img {
    min-height: 340px;
  }

  .ms-promise {
    grid-template-columns: 40px 1fr;
    padding-inline: 0;
  }

  .ms-promise__icon,
  .ms-service__icon {
    width: 40px;
    height: 40px;
  }

  .ms-check-list--two {
    grid-template-columns: 1fr;
  }

  .ms-time-shift {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ms-time-shift__arrow {
    transform: rotate(90deg);
  }

  .ms-ai-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .ms-footer-main,
  .ms-post-list {
    grid-template-columns: 1fr;
  }

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

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

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

  .ms-reveal,
  [data-ms-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Morris Standard v0.3.0 — live-layout refinement
   This pass restores the scale, density and image-led character of the
   approved concept after testing the theme in a real WordPress installation.
   -------------------------------------------------------------------------- */

:root {
  --ms-wide: 1380px;
  --ms-gutter: clamp(1.25rem, 3vw, 3.25rem);
  --ms-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
}

body {
  font-size: 17px;
}

.ms-shell,
.wp-site-blocks > .alignwide {
  width: min(calc(100% - (2 * var(--ms-gutter))), var(--ms-wide));
}

.ms-section {
  padding-block: clamp(3.25rem, 4.5vw, 4.7rem);
}

.ms-heading-xl {
  max-width: 12ch;
  font-size: clamp(4rem, 5.25vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.048em;
}

.ms-heading-lg {
  max-width: 15ch;
  font-size: clamp(2.55rem, 3.15vw, 3.55rem);
  line-height: 0.99;
  letter-spacing: -0.042em;
}

.ms-heading-md {
  font-size: clamp(2.15rem, 2.5vw, 2.75rem);
}

.ms-lead {
  font-size: clamp(1.02rem, 0.98rem + 0.16vw, 1.15rem);
  line-height: 1.58;
}

.ms-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.105em;
}

/* Header: stronger identity and more comfortable navigation. */
.ms-header-inner {
  grid-template-columns: 235px 1fr auto;
  min-height: 78px;
}

.ms-header-logo {
  width: 215px;
}

.ms-site-header .wp-block-navigation-item__content {
  font-size: 0.84rem;
}

.ms-header-cta .wp-block-button__link {
  min-height: 46px;
  padding-inline: 1.25rem;
}

/* Hero: wider image, fewer headline wraps and a more confident first screen. */
.ms-hero__inner {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  width: min(100%, 1600px);
  min-height: 570px;
}

.ms-hero__copy {
  padding-top: clamp(3.35rem, 5vw, 4.75rem);
  padding-right: clamp(2.5rem, 4.2vw, 4.5rem);
  padding-bottom: clamp(2.6rem, 4vw, 3.7rem);
  padding-left: max(var(--ms-gutter), calc((100vw - 1380px) / 2));
}

.ms-hero__intro {
  max-width: 610px;
  margin-top: 1.2rem;
  font-size: clamp(1.03rem, 0.98rem + 0.18vw, 1.17rem);
  line-height: 1.58;
}

.ms-hero__actions {
  margin-top: 1.5rem;
}

.ms-hero__media,
.ms-hero__media figure,
.ms-hero__media img {
  min-height: 570px;
}

.ms-hero__media img {
  object-fit: cover;
  object-position: center center;
}

.ms-hero__media::before {
  background: linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.08) 16%, transparent 38%);
}

.ms-trust-strip {
  margin-top: 1.8rem;
  padding-top: 1rem;
}

.ms-trust-item {
  font-size: 0.66rem;
  line-height: 1.28;
}

.ms-trust-icon {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
}

/* Promise band: increase presence without turning it into a card grid. */
.ms-promise {
  grid-template-columns: 50px 1fr;
  gap: 1rem;
  padding-block: 1.75rem;
  padding-inline: clamp(1.25rem, 2.2vw, 2.1rem);
}

.ms-promise__icon,
.ms-service__icon {
  width: 50px;
  height: 50px;
  font-size: 0.82rem;
}

.ms-promise h3 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.28rem, 1.12rem + 0.28vw, 1.55rem);
}

.ms-promise p {
  max-width: 35ch;
  font-size: 0.88rem;
}

/* Build, Grow, Run: reduce empty area and make the three services feel designed. */
.ms-bgr {
  padding-top: clamp(3.6rem, 4.6vw, 4.8rem);
  padding-bottom: clamp(3.6rem, 4.5vw, 4.7rem);
}

.ms-section-intro {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  margin-bottom: clamp(2rem, 3vw, 2.8rem);
}

.ms-services {
  background: rgba(255, 255, 255, 0.28);
}

.ms-service {
  min-height: 340px;
  padding: 1.8rem clamp(1.35rem, 2.2vw, 2.05rem) 1.6rem;
}

.ms-service__number {
  left: 1.85rem;
  font-size: 1.05rem;
}

.ms-service h3 {
  margin-top: 0.9rem;
  font-size: clamp(1.75rem, 1.35rem + 0.55vw, 2.15rem);
}

.ms-service__promise {
  font-size: 0.87rem;
}

.ms-check-list {
  gap: 0.46rem;
  margin-block: 1.05rem 1.35rem;
}

.ms-check-list li {
  font-size: 0.82rem;
}

/* Flagship case study: use more of the available width for the real workflow. */
.ms-case-study {
  padding-block: clamp(3.8rem, 4.8vw, 5rem);
}

.ms-case-study__grid {
  grid-template-columns: minmax(360px, 0.78fr) minmax(600px, 1.35fr);
  gap: clamp(3rem, 5.3vw, 5.5rem);
}

.ms-case-study__copy > p:not(.ms-eyebrow) {
  font-size: 0.95rem;
  line-height: 1.58;
}

.ms-time-shift {
  margin-block: 1.25rem;
  padding: 1.1rem 1.2rem;
}

.ms-workflow-collage__label {
  font-size: 0.72rem;
}

.ms-workflow-collage figure {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.ms-workflow-collage__note {
  font-size: 0.76rem;
}

/* Audience pathways: stronger image-led split and tighter height. */
.ms-pathway {
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.75fr);
  min-height: 320px;
  padding-top: clamp(2.8rem, 3.8vw, 3.8rem);
  padding-bottom: clamp(2.8rem, 3.8vw, 3.8rem);
}

.ms-pathway__content > p:not(.ms-eyebrow) {
  max-width: 45ch;
  font-size: 0.9rem;
  line-height: 1.55;
}

.ms-pathway__image img {
  max-height: 190px;
  object-fit: contain;
  object-position: bottom center;
}

/* Plans: bring the message and the products into one coherent block. */
.ms-plans-section {
  padding-block: clamp(3.6rem, 4.5vw, 4.8rem);
}

.ms-section-intro--plans {
  margin-bottom: 1.75rem;
}

.ms-plans {
  gap: 1.15rem;
}

.ms-plan {
  min-height: 345px;
  padding: 1.75rem;
}

.ms-plan__title {
  font-size: clamp(1.95rem, 2.1vw, 2.45rem);
}

.ms-plan__price {
  margin-top: 0.7rem;
}

/* AI section: let the tool feel like a core product rather than a small form. */
.ms-ai-section {
  padding-block: clamp(3.7rem, 4.8vw, 5rem);
}

.ms-ai-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.82fr);
  gap: clamp(3rem, 5.2vw, 5.3rem);
}

.ms-ai-copy > p:not(.ms-eyebrow) {
  font-size: 0.94rem;
  line-height: 1.6;
}

.ms-ai-capabilities {
  margin-top: 1.45rem;
}

.ms-ai-capability {
  min-height: 104px;
  padding: 1rem 0.8rem;
}

.ms-standard-check {
  padding: clamp(1.8rem, 2.5vw, 2.35rem);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.ms-standard-check h3 {
  max-width: 17ch;
  font-size: clamp(1.95rem, 2.45vw, 2.65rem);
}

.ms-standard-check p {
  font-size: 0.84rem;
}

/* Founder and final conversion areas. */
.ms-founder {
  grid-template-columns: minmax(220px, 0.7fr) minmax(270px, 0.78fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 3.8vw, 4rem);
  padding-block: clamp(3.1rem, 4.2vw, 4.2rem);
}

.ms-founder__experience p:not(.ms-eyebrow),
.ms-founder__copy p:not(.ms-eyebrow) {
  font-size: 0.88rem;
  line-height: 1.55;
}

.ms-founder__photo img {
  aspect-ratio: 1.08 / 1;
}

.ms-final-cta {
  padding-block: clamp(3rem, 4vw, 4rem);
}

.ms-final-cta__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
}

.ms-site-footer .ms-footer-main {
  padding-block: clamp(2.8rem, 3.7vw, 3.8rem);
}

/* Desktop-only polish, after the base responsive rules. */
@media (min-width: 1121px) {
  .ms-hero__copy .ms-heading-xl {
    max-width: 11.4ch;
  }

  .ms-case-study__copy {
    align-self: start;
    padding-top: 0.25rem;
  }

  .ms-workflow-collage img {
    transform: scale(1.01);
  }
}

@media (max-width: 1180px) {
  .ms-header-inner {
    grid-template-columns: 205px 1fr;
  }

  .ms-header-logo {
    width: 195px;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1fr);
  }

  .ms-case-study__grid {
    grid-template-columns: 1fr;
  }

  .ms-workflow-collage {
    max-width: 900px;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }

  .ms-section {
    padding-block: clamp(3rem, 8vw, 4.4rem);
  }

  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__copy {
    padding: clamp(3rem, 8vw, 4.6rem) var(--ms-gutter) 2.3rem;
  }

  .ms-hero__media,
  .ms-hero__media figure,
  .ms-hero__media img {
    min-height: 0;
  }

  .ms-hero__media img {
    aspect-ratio: 440 / 315;
    object-fit: cover;
  }

  .ms-section-intro,
  .ms-ai-grid,
  .ms-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .ms-service {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .ms-pathway {
    min-height: auto;
  }

  .ms-plan {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .ms-heading-xl {
    max-width: 11.2ch;
    font-size: clamp(3.25rem, 14vw, 4.3rem);
  }

  .ms-heading-lg {
    font-size: clamp(2.3rem, 10.5vw, 3rem);
  }

  .ms-promise {
    padding-block: 1.3rem;
  }

  .ms-promise__icon,
  .ms-service__icon {
    width: 44px;
    height: 44px;
  }

  .ms-founder {
    gap: 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   Morris Standard v0.3.0 — final fidelity pass
   Structural refinements based on the real WordPress installation:
   wider composition, clean hero photography, a separate results journey,
   a connected Build/Grow/Run rail, four readable workflow stages and a
   simpler two-column founder story.
   -------------------------------------------------------------------------- */

:root {
  --ms-wide: 1420px;
  --ms-gutter: clamp(1.35rem, 3.2vw, 3.6rem);
}

body {
  font-size: 17px;
}

.ms-shell,
.wp-site-blocks > .alignwide {
  width: min(calc(100% - (2 * var(--ms-gutter))), var(--ms-wide));
}

.ms-section {
  padding-block: clamp(3.75rem, 5vw, 5.5rem);
}

.ms-heading-xl {
  max-width: 12ch;
  font-size: clamp(3.8rem, 5vw, 5.15rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
}

.ms-heading-lg {
  font-size: clamp(2.75rem, 3.35vw, 3.9rem);
}

.ms-heading-md {
  font-size: clamp(2.25rem, 2.75vw, 3.15rem);
}

.ms-lead {
  font-size: clamp(1.04rem, 0.99rem + 0.18vw, 1.18rem);
}

/* Header */
.ms-header-inner {
  grid-template-columns: 240px minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 2.8vw, 2.7rem);
  min-height: 82px;
}

.ms-header-logo {
  width: 220px;
}

.ms-site-header .wp-block-navigation-item__content {
  font-size: 0.86rem;
}

.ms-header-cta .wp-block-button__link {
  min-height: 48px;
  padding-inline: 1.35rem;
}

/* Hero */
.ms-hero__inner {
  grid-template-columns: minmax(0, 0.93fr) minmax(600px, 1.07fr);
  width: min(100%, 1640px);
  min-height: 575px;
}

.ms-hero__copy {
  padding-top: clamp(3.6rem, 5.2vw, 5rem);
  padding-right: clamp(2.5rem, 4vw, 4.75rem);
  padding-bottom: clamp(3rem, 4.5vw, 4.1rem);
  padding-left: max(var(--ms-gutter), calc((100vw - var(--ms-wide)) / 2));
}

.ms-hero__intro {
  max-width: 590px;
  margin-top: 1.35rem;
  font-size: clamp(1.05rem, 1rem + 0.18vw, 1.18rem);
  line-height: 1.62;
}

.ms-hero__actions {
  margin-top: 1.65rem;
}

.ms-hero__media,
.ms-hero__media figure,
.ms-hero__media img {
  min-height: 575px;
}

.ms-hero__media img {
  object-fit: cover;
  object-position: 50% 50%;
}

.ms-hero__media::before {
  background:
    linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.34) 14%, transparent 38%),
    linear-gradient(0deg, rgba(7, 23, 32, 0.38), transparent 30%);
}

.ms-hero__caption {
  position: absolute;
  z-index: 3;
  right: clamp(1.35rem, 2.8vw, 2.6rem);
  bottom: 1.55rem;
  display: grid;
  gap: 0.1rem;
  min-width: 175px;
  padding: 0.7rem 0.85rem;
  border-left: 2px solid var(--ms-gold);
  background: rgba(7, 23, 32, 0.64);
  color: var(--ms-paper);
  backdrop-filter: blur(8px);
}

.ms-hero__caption span {
  font-family: var(--ms-serif);
  font-size: 1.05rem;
}

.ms-hero__caption small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.ms-trust-strip {
  margin-top: 1.9rem;
  padding-top: 1.05rem;
}

.ms-trust-item {
  font-size: 0.68rem;
}

.ms-trust-icon {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
}

/* Results journey, deliberately separated from the portrait. */
.ms-journey {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ms-navy);
  color: var(--ms-paper);
}

.ms-journey::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 78% 40%, rgba(181, 138, 60, 0.12), transparent 30%);
}

.ms-journey__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.58fr) minmax(0, 1.75fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding-block: clamp(1.75rem, 2.5vw, 2.45rem);
}

.ms-journey__intro {
  display: grid;
  gap: 0.35rem;
  max-width: 270px;
}

.ms-journey__intro .ms-eyebrow {
  margin: 0;
}

.ms-journey__intro strong {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.25rem, 1.2rem + 0.3vw, 1.58rem);
  font-weight: 400;
  line-height: 1.15;
}

.ms-journey__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-journey__steps::before {
  position: absolute;
  z-index: 0;
  top: 28px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.25), var(--ms-gold), rgba(181, 138, 60, 0.25));
}

.ms-journey__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.ms-journey__icon {
  display: grid;
  width: 57px;
  height: 57px;
  place-items: center;
  border: 1px solid var(--ms-gold);
  border-radius: 50%;
  background: var(--ms-navy);
  color: var(--ms-gold-light);
  box-shadow: 0 0 0 8px var(--ms-navy);
}

.ms-journey__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ms-journey__number {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.ms-journey__label {
  margin-top: 0.14rem;
  color: var(--ms-paper);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

/* Commercial promise */
.ms-promise {
  grid-template-columns: 52px 1fr;
  gap: 1.05rem;
  padding-block: 1.9rem;
  padding-inline: clamp(1.25rem, 2.2vw, 2.25rem);
}

.ms-promise__icon {
  width: 52px;
  height: 52px;
}

.ms-promise h3 {
  font-size: clamp(1.32rem, 1.18rem + 0.28vw, 1.62rem);
}

.ms-promise p {
  max-width: 37ch;
  font-size: 0.9rem;
}

/* Build / Grow / Run connected rail. */
.ms-bgr {
  padding-block: clamp(4.2rem, 5.4vw, 5.8rem);
}

.ms-section-intro {
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.7fr);
  gap: clamp(3rem, 6vw, 6.25rem);
  margin-bottom: clamp(2.55rem, 3.5vw, 3.3rem);
}

.ms-services {
  position: relative;
  border-top: 0;
  background: transparent;
}

.ms-services::before {
  position: absolute;
  z-index: 0;
  top: 28px;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.22), var(--ms-gold), rgba(181, 138, 60, 0.22));
}

.ms-service {
  z-index: 1;
  min-height: 360px;
  padding: 0 clamp(1.6rem, 2.4vw, 2.4rem) 1.4rem;
}

.ms-service + .ms-service {
  border-left: 1px solid var(--ms-line);
}

.ms-service__marker {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  margin-bottom: 1.35rem;
}

.ms-service__number {
  position: static;
  margin: 0;
  padding: 0.28rem 0.48rem;
  border: 1px solid var(--ms-gold-pale);
  background: var(--ms-ivory);
  color: var(--ms-gold);
  font-family: var(--ms-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.ms-service__icon {
  width: 57px;
  height: 57px;
  border-color: var(--ms-gold);
  background: var(--ms-ivory);
  box-shadow: 0 0 0 9px var(--ms-ivory);
}

.ms-service__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.ms-service h3 {
  margin-top: 0;
  font-size: clamp(1.95rem, 2.2vw, 2.5rem);
  text-transform: none;
}

.ms-service__promise {
  font-size: 0.94rem;
}

.ms-check-list {
  gap: 0.5rem;
  margin-block: 1.1rem 1.45rem;
}

.ms-check-list li {
  font-size: 0.86rem;
}

/* Wye Knot flagship case study. */
.ms-case-study {
  padding-block: clamp(4.3rem, 5.3vw, 5.8rem);
}

.ms-case-study__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(410px, 0.78fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: end;
}

.ms-case-study__copy > p:not(.ms-eyebrow) {
  max-width: 62ch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.62;
}

.ms-case-study__result {
  align-self: end;
}

.ms-time-shift {
  margin: 0 0 1.1rem;
  padding: 1.2rem 1.35rem;
}

.ms-workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.6rem, 4vw, 3.7rem);
}

.ms-workflow::before {
  position: absolute;
  z-index: 0;
  top: calc(50% - 2px);
  right: 4%;
  left: 4%;
  height: 1px;
  content: "";
  background: rgba(181, 138, 60, 0.42);
}

.ms-workflow__stage {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.ms-workflow__stage:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -0.78rem;
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border: 1px solid var(--ms-gold);
  border-radius: 50%;
  content: "→";
  background: var(--ms-navy);
  color: var(--ms-gold-light);
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.ms-workflow__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ms-paper);
}

.ms-workflow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ms-workflow__copy {
  min-height: 160px;
  padding: 1.15rem 1.2rem 1.25rem;
}

.ms-workflow__copy > span {
  color: var(--ms-gold-light);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ms-workflow__copy h3 {
  margin: 0.35rem 0 0.45rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.3rem, 1.25rem + 0.18vw, 1.55rem);
  font-weight: 400;
  line-height: 1.08;
}

.ms-workflow__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.77rem;
  line-height: 1.5;
}

.ms-case-study__footer {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.ms-case-study__footer p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
}

/* Audience pathways. */
.ms-pathway {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.9fr);
  gap: clamp(1.75rem, 3vw, 3.2rem);
  min-height: 390px;
  padding-top: clamp(3.4rem, 4.5vw, 4.8rem);
  padding-bottom: clamp(3.4rem, 4.5vw, 4.8rem);
}

.ms-pathway:first-child {
  padding-right: clamp(2.5rem, 4vw, 4.5rem);
}

.ms-pathway:last-child {
  padding-left: clamp(2.5rem, 4vw, 4.5rem);
}

.ms-pathway__content > p:not(.ms-eyebrow) {
  max-width: 46ch;
  font-size: 0.98rem;
  line-height: 1.58;
}

.ms-pathway__image {
  align-self: end;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
}

.ms-pathway__image img {
  width: 100%;
  max-height: 245px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.22));
}

/* Plans. */
.ms-plans-section {
  padding-block: clamp(4.2rem, 5vw, 5.5rem);
}

.ms-plans {
  gap: 1.3rem;
}

.ms-plan {
  min-height: 385px;
  padding: 2rem;
}

.ms-plan__title {
  font-size: clamp(2.15rem, 2.35vw, 2.75rem);
}

.ms-plan__price {
  margin-block: 0.9rem 1rem;
}

.ms-development-note {
  font-size: 0.72rem;
}

/* AI and Standard Check. */
.ms-ai-section {
  padding-block: clamp(4.2rem, 5.2vw, 5.7rem);
}

.ms-ai-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(470px, 0.82fr);
  gap: clamp(3.5rem, 6.2vw, 6.4rem);
}

.ms-ai-copy > p:not(.ms-eyebrow) {
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.62;
}

.ms-ai-capabilities {
  margin-top: 1.7rem;
}

.ms-ai-capability {
  min-height: 116px;
  padding: 1.1rem 0.85rem;
}

.ms-standard-check {
  padding: clamp(2.1rem, 2.8vw, 2.8rem);
}

.ms-standard-check h3 {
  font-size: clamp(2.05rem, 2.55vw, 2.85rem);
}

.ms-standard-check p {
  font-size: 0.88rem;
}

.ms-standard-check input[type="url"],
.ms-standard-check button {
  min-height: 53px;
}

/* Founder story. */
.ms-founder {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3.5rem, 6vw, 6.5rem);
  padding-block: clamp(4rem, 5.2vw, 5.5rem);
}

.ms-founder__photo {
  max-width: none;
  overflow: hidden;
  background: var(--ms-navy);
  box-shadow: var(--ms-shadow);
}

.ms-founder__photo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 50% 38%;
}

.ms-founder__copy {
  max-width: 700px;
}

.ms-founder__copy > p:not(.ms-eyebrow, .ms-lead) {
  color: var(--ms-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.ms-founder__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-block: 1.65rem;
  border: 1px solid var(--ms-line);
  background: var(--ms-line);
}

.ms-founder__facts > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  background: var(--ms-ivory);
}

.ms-founder__facts strong {
  color: var(--ms-gold);
  font-family: var(--ms-serif);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.ms-founder__facts span {
  color: var(--ms-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

/* Final CTA and footer. */
.ms-final-cta {
  padding-block: clamp(3.5rem, 4.6vw, 4.8rem);
}

.ms-final-cta__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(440px, 0.88fr);
}

.ms-final-cta p:not(.ms-eyebrow) {
  font-size: 0.98rem;
}

.ms-contact-list li {
  font-size: 0.84rem;
}

.ms-footer-main {
  grid-template-columns: minmax(310px, 1.3fr) repeat(3, minmax(150px, 0.62fr));
  gap: clamp(2.5rem, 4.6vw, 5rem);
  padding-block: clamp(3.25rem, 4.3vw, 4.5rem);
}

.ms-footer-logo {
  width: min(100%, 235px);
}

.ms-footer-intro {
  font-size: 0.84rem;
  line-height: 1.58;
}

.ms-footer-column h3 {
  font-size: 0.67rem;
}

.ms-footer-column a,
.ms-footer-column li {
  font-size: 0.79rem;
}

.ms-footer-bottom {
  padding-block: 1.25rem;
  font-size: 0.7rem;
}

@media (max-width: 1280px) {
  .ms-header-inner {
    grid-template-columns: 215px 1fr auto;
  }

  .ms-header-logo {
    width: 200px;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  }

  .ms-heading-xl {
    font-size: clamp(3.6rem, 5.15vw, 4.8rem);
  }

  .ms-case-study__header {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
  }
}

@media (max-width: 1120px) {
  .ms-header-inner {
    grid-template-columns: 205px 1fr;
  }

  .ms-header-cta {
    display: none;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  }

  .ms-journey__inner {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .ms-journey__intro {
    max-width: none;
  }

  .ms-case-study__header,
  .ms-ai-grid {
    grid-template-columns: 1fr;
  }

  .ms-case-study__copy,
  .ms-case-study__result,
  .ms-ai-copy,
  .ms-standard-check {
    max-width: 850px;
  }

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

  .ms-workflow::before,
  .ms-workflow__stage::after {
    display: none;
  }

  .ms-pathway {
    grid-template-columns: 1fr;
  }

  .ms-pathway__image {
    max-width: 420px;
    margin-right: auto;
    margin-left: 0;
  }

  .ms-footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
  }
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
  }

  .ms-header-inner {
    min-height: 72px;
  }

  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__copy {
    padding: clamp(3.2rem, 8vw, 4.8rem) var(--ms-gutter) 2.6rem;
  }

  .ms-hero__media,
  .ms-hero__media figure,
  .ms-hero__media img {
    min-height: 0;
  }

  .ms-hero__media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 48%;
  }

  .ms-hero__caption {
    bottom: 1.1rem;
  }

  .ms-journey__inner {
    overflow: hidden;
  }

  .ms-journey__steps {
    min-width: 720px;
  }

  .ms-section-intro,
  .ms-founder,
  .ms-final-cta__grid {
    grid-template-columns: 1fr;
  }

  .ms-services,
  .ms-plans,
  .ms-pathways {
    grid-template-columns: 1fr;
  }

  .ms-services::before {
    display: none;
  }

  .ms-service {
    min-height: 0;
    padding: 1.8rem 0 2.15rem;
  }

  .ms-service + .ms-service {
    border-top: 1px solid var(--ms-line);
    border-left: 0;
  }

  .ms-service__marker {
    justify-content: flex-start;
  }

  .ms-service__icon {
    box-shadow: none;
  }

  .ms-pathway,
  .ms-pathway:first-child,
  .ms-pathway:last-child {
    padding-inline: var(--ms-gutter);
  }

  .ms-founder__photo {
    max-width: 700px;
  }

  .ms-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --ms-gutter: 1rem;
  }

  .ms-header-logo {
    width: 180px;
  }

  .ms-heading-xl {
    max-width: 11.2ch;
    font-size: clamp(3.05rem, 14vw, 4.15rem);
  }

  .ms-heading-lg {
    font-size: clamp(2.35rem, 10.5vw, 3.1rem);
  }

  .ms-hero__actions,
  .ms-hero__actions .wp-block-button,
  .ms-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .ms-hero__caption {
    right: 1rem;
    bottom: 0.8rem;
    min-width: 150px;
  }

  .ms-journey__inner {
    padding-block: 1.55rem;
  }

  .ms-journey__steps {
    min-width: 650px;
  }

  .ms-promise {
    grid-template-columns: 46px 1fr;
    padding-inline: 0;
  }

  .ms-promise__icon {
    width: 46px;
    height: 46px;
  }

  .ms-workflow {
    grid-template-columns: 1fr;
  }

  .ms-workflow__copy {
    min-height: 0;
  }

  .ms-case-study__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ms-founder__facts {
    grid-template-columns: 1fr;
  }

  .ms-footer-main {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   v0.3.0 final fidelity pass
   Wider desktop composition, separated results journey, readable workflow,
   stronger image pathways and a two-column founder section.
   -------------------------------------------------------------------------- */

:root {
  --ms-wide: 1440px;
  --ms-gutter: clamp(1.25rem, 3vw, 3.75rem);
}

.ms-shell,
.wp-site-blocks > .alignwide,
.alignwide.ms-shell {
  width: min(calc(100% - (2 * var(--ms-gutter))), var(--ms-wide)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

/* Header */
.ms-header-inner {
  grid-template-columns: 245px 1fr auto;
  gap: clamp(1.5rem, 2.6vw, 2.8rem);
  min-height: 82px;
}

.ms-header-logo {
  width: 230px;
}

.ms-site-header .wp-block-navigation-item__content {
  font-size: 0.86rem;
}

.ms-header-cta .wp-block-button__link {
  min-height: 48px;
  padding-inline: 1.4rem;
}

/* Hero */
.ms-hero__inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  width: min(100%, 1680px);
  min-height: 620px;
}

.ms-hero__copy {
  padding-top: clamp(3.6rem, 5vw, 5rem);
  padding-right: clamp(2.5rem, 4vw, 4.75rem);
  padding-bottom: clamp(3rem, 4vw, 4rem);
  padding-left: max(var(--ms-gutter), calc((100vw - 1440px) / 2));
}

.ms-hero__copy .ms-heading-xl {
  max-width: none;
  font-size: clamp(3.55rem, 3.95vw, 4.55rem);
}

.ms-hero__intro {
  max-width: 620px;
  font-size: clamp(1.05rem, 1rem + 0.15vw, 1.18rem);
}

.ms-hero__media,
.ms-hero__media figure,
.ms-hero__media img {
  min-height: 620px;
}

.ms-hero__media img {
  object-position: 50% 42%;
}

.ms-hero__media::before {
  background: linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.1) 15%, transparent 36%);
}

.ms-hero-line {
  display: block;
  white-space: nowrap;
}

/* Dedicated Brand > Website > Search > Shopping > Results strip. */
.ms-journey {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ms-navy-deep);
  color: var(--ms-paper);
}

.ms-journey__wrap {
  display: grid;
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1.7fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  padding-block: 1.35rem 1.45rem;
}

.ms-journey__intro {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.55;
}

.ms-journey__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.ms-journey__inner::before {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 9.5%;
  left: 9.5%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.22), var(--ms-gold), rgba(181, 138, 60, 0.22));
}

.ms-journey__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.ms-journey__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.86);
  border-radius: 50%;
  background: var(--ms-navy-deep);
  color: var(--ms-gold-light);
  box-shadow: 0 0 0 7px var(--ms-navy-deep);
}

.ms-journey__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.ms-journey__number {
  margin-top: 0.55rem;
  color: var(--ms-gold);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ms-journey__label {
  margin-top: 0.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  line-height: 1.25;
  text-transform: uppercase;
}

/* Build / Grow / Run as one connected service system. */
.ms-services {
  position: relative;
  border-top: 0;
  background: transparent;
}

.ms-services::before {
  position: absolute;
  z-index: 0;
  top: 31px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.18), rgba(181, 138, 60, 0.82), rgba(181, 138, 60, 0.18));
}

.ms-service {
  z-index: 1;
  min-height: 355px;
  padding: 0 clamp(1.6rem, 2.4vw, 2.4rem) 1.8rem;
}

.ms-service__marker {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 64px;
}

.ms-service__number {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  padding: 0.2rem 0.45rem;
  background: var(--ms-ivory);
  color: var(--ms-gold);
  font-family: var(--ms-sans);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ms-service__icon {
  width: 54px;
  height: 54px;
  border-color: rgba(181, 138, 60, 0.55);
  background: var(--ms-ivory);
  box-shadow: 0 0 0 8px var(--ms-ivory);
  font-size: 0.9rem;
}

.ms-service h3 {
  margin-top: 0.65rem;
}

/* Wye Knot: four readable homepage stages rather than one tiny eight-step image. */
.ms-case-study__grid {
  grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1.45fr);
  gap: clamp(3.5rem, 5vw, 5.8rem);
  align-items: start;
}

.ms-workflow-stages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ms-workflow-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.ms-workflow-stage__number {
  position: absolute;
  z-index: 2;
  top: 0.65rem;
  left: 0.65rem;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.9);
  border-radius: 50%;
  background: rgba(7, 23, 32, 0.93);
  color: var(--ms-gold-light);
  font-size: 0.58rem;
  font-weight: 800;
}

.ms-workflow-stage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

.ms-workflow-stage h3 {
  margin: 0;
  padding: 0.9rem 1rem 0.25rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.1;
}

.ms-workflow-stage p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.72rem;
  line-height: 1.45;
}

/* Stronger, more intentional audience imagery. */
.ms-pathway {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(2rem, 3vw, 3.5rem);
  min-height: 365px;
}

.ms-pathway__image {
  width: 100%;
  align-self: center;
  overflow: hidden;
}

.ms-pathway__image img {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(11, 31, 42, 0.1);
  object-fit: cover;
  object-position: center bottom;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.18));
}

.ms-pathway--navy .ms-pathway__image img {
  border-color: rgba(255, 255, 255, 0.18);
}

/* Founder: one strong image, one complete personal story. */
.ms-founder {
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3.5rem, 6vw, 6.5rem);
  padding-block: clamp(4.2rem, 5.5vw, 6rem);
}

.ms-founder__photo {
  min-height: 500px;
}

.ms-founder__photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 48% 18%;
}

.ms-founder__copy {
  max-width: 760px;
}

.ms-founder__copy .ms-heading-lg {
  max-width: 14ch;
}

.ms-founder__lead {
  margin-top: 1.25rem;
  color: var(--ms-navy) !important;
  font-size: clamp(1.05rem, 1rem + 0.12vw, 1.15rem) !important;
  line-height: 1.62 !important;
}

.ms-founder__copy > p:not(.ms-eyebrow):not(.ms-founder__lead) {
  font-size: 0.94rem;
  line-height: 1.65;
}

.ms-founder__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-block: 1.65rem 1.35rem;
  border-top: 1px solid var(--ms-line);
  border-bottom: 1px solid var(--ms-line);
}

.ms-founder__proof > div {
  padding: 1rem clamp(0.7rem, 1.4vw, 1.2rem);
}

.ms-founder__proof > div + div {
  border-left: 1px solid var(--ms-line);
}

.ms-founder__proof strong {
  display: block;
  color: var(--ms-gold);
  font-family: var(--ms-serif);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.ms-founder__proof span {
  display: block;
  margin-top: 0.4rem;
  color: var(--ms-muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

/* Conversion and footer legibility. */
.ms-final-cta p:not(.ms-eyebrow) {
  font-size: 0.92rem;
  line-height: 1.62;
}

.ms-contact-list li {
  font-size: 0.82rem;
}

.ms-footer-main {
  grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(150px, 0.58fr));
  gap: clamp(2.5rem, 4vw, 4.5rem);
}

.ms-footer-logo {
  width: min(100%, 235px);
}

.ms-footer-intro {
  font-size: 0.82rem;
  line-height: 1.55;
}

.ms-footer-column h3 {
  font-size: 0.66rem;
}

.ms-footer-column a,
.ms-footer-column li {
  font-size: 0.79rem;
  line-height: 1.5;
}

.ms-footer-bottom {
  font-size: 0.69rem;
}

@media (max-width: 1260px) {
  .ms-header-inner {
    grid-template-columns: 215px 1fr;
  }

  .ms-header-logo {
    width: 205px;
  }

  .ms-header-cta {
    display: none;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  }

  .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3.65rem, 4.9vw, 4.8rem);
  }

  .ms-case-study__grid {
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 1020px) {
  .ms-journey__wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ms-journey__intro {
    max-width: 60ch;
  }

  .ms-case-study__grid,
  .ms-pathways,
  .ms-founder {
    grid-template-columns: 1fr;
  }

  .ms-pathway {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    min-height: 340px;
  }

  .ms-pathway + .ms-pathway {
    border-top: 1px solid var(--ms-line);
    border-left: 0;
  }

  .ms-founder__photo {
    max-width: 760px;
    min-height: 0;
  }

  .ms-founder__photo img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 860px) {
  .ms-hero-line {
    white-space: normal;
  }

  .ms-header-inner {
    grid-template-columns: minmax(185px, 220px) auto;
    min-height: 72px;
  }

  .ms-header-logo {
    width: 205px;
  }

  .ms-hero__copy .ms-heading-xl {
    max-width: 11.2ch;
    font-size: clamp(3.45rem, 10.5vw, 4.9rem);
  }

  .ms-hero__media img {
    aspect-ratio: 16 / 10;
    object-position: 48% 45%;
  }

  .ms-journey__inner {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    overflow-x: auto;
    padding: 0.3rem 0.45rem 0.85rem;
    scroll-snap-type: x proximity;
  }

  .ms-journey__inner::before {
    right: 65px;
    left: 65px;
  }

  .ms-journey__step {
    scroll-snap-align: center;
  }

  .ms-services::before {
    display: none;
  }

  .ms-service {
    padding: 1.25rem 0 2rem;
  }

  .ms-service__marker {
    min-height: 54px;
  }

  .ms-service__icon {
    width: 48px;
    height: 48px;
    box-shadow: none;
  }

  .ms-pathway,
  .ms-pathway:first-child,
  .ms-pathway:last-child {
    grid-template-columns: 1fr;
    padding-inline: var(--ms-gutter);
  }

  .ms-pathway__image {
    max-width: 520px;
  }

  .ms-founder {
    gap: 2.5rem;
  }

  .ms-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .ms-header-logo {
    width: 188px;
  }

  .ms-hero__copy {
    padding-top: 2.8rem;
  }

  .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3.2rem, 14vw, 4.15rem);
  }

  .ms-hero__media img {
    aspect-ratio: 4 / 3;
    object-position: 44% 50%;
  }

  .ms-journey__wrap {
    padding-block: 1.15rem 1.25rem;
  }

  .ms-journey__intro {
    font-size: 0.76rem;
  }

  .ms-workflow-stages,
  .ms-founder__proof,
  .ms-footer-main {
    grid-template-columns: 1fr;
  }

  .ms-founder__proof > div + div {
    border-top: 1px solid var(--ms-line);
    border-left: 0;
  }

  .ms-founder__photo img {
    aspect-ratio: 4 / 3;
  }
}

/* Mobile hero reset: the desktop minimum image column must not survive below 860px. */
@media (max-width: 860px) {
  .ms-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .ms-hero__copy {
    width: auto;
    min-height: 0;
    padding: clamp(3rem, 8vw, 4.4rem) var(--ms-gutter) 2.35rem;
  }

  .ms-hero__media,
  .ms-hero__media figure,
  .ms-hero__media img {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .ms-hero__media figure {
    margin: 0;
  }

  .ms-hero__media img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 600px) {
  .ms-hero__media img {
    aspect-ratio: 4 / 3;
  }
}

/* --------------------------------------------------------------------------
   v0.5.0 portrait-free authenticity pass
   Removes synthetic founder imagery and replaces it with a scalable,
   interface-led hero plus a founder promise panel.
   -------------------------------------------------------------------------- */

/* Hero: connected system artwork, built entirely in HTML and CSS. */
.ms-hero__inner {
  grid-template-columns: minmax(0, 0.94fr) minmax(560px, 1.06fr);
  width: min(100%, 1760px);
  min-height: 650px;
}

.ms-hero__copy {
  padding-top: clamp(4rem, 5.2vw, 5.4rem);
  padding-right: clamp(2.75rem, 4vw, 5rem);
  padding-bottom: clamp(3.5rem, 4.5vw, 4.75rem);
}

.ms-hero__system {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 650px;
  place-items: center;
  overflow: hidden;
  padding: clamp(3.4rem, 5vw, 5.25rem) clamp(2rem, 4vw, 4.5rem);
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 14%, rgba(211, 173, 97, 0.2), transparent 25%),
    radial-gradient(circle at 18% 78%, rgba(42, 97, 122, 0.28), transparent 34%),
    linear-gradient(145deg, #102f3d 0%, #091c27 50%, #06141c 100%);
}

.ms-hero__system::before,
.ms-hero__system::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(211, 173, 97, 0.14);
  border-radius: 50%;
}

.ms-hero__system::before {
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
}

.ms-hero__system::after {
  bottom: -230px;
  left: -180px;
  width: 620px;
  height: 620px;
}

.ms-system-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 78%, transparent 100%);
}

.ms-system-browser {
  position: relative;
  z-index: 2;
  width: min(100%, 780px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 23, 32, 0.92);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.ms-system-browser::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(211, 173, 97, 0.04);
}

.ms-system-browser__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  min-height: 46px;
  padding: 0.7rem 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.035em;
}

.ms-system-dots {
  display: flex;
  gap: 0.35rem;
}

.ms-system-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.ms-system-dots i:first-child {
  background: var(--ms-gold);
}

.ms-system-address {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-system-live {
  display: inline-flex;
  gap: 0.38rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-transform: uppercase;
}

.ms-system-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ebfa2;
  box-shadow: 0 0 0 4px rgba(142, 191, 162, 0.12);
}

.ms-system-browser__body {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  min-height: 430px;
}

.ms-system-sidebar {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem 0.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.12);
}

.ms-system-sidebar img {
  width: 44px;
  height: 44px;
  margin: 0.2rem auto 1.05rem;
  object-fit: contain;
}

.ms-system-sidebar span {
  padding: 0.55rem 0.65rem;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ms-system-sidebar span.is-active {
  border-left-color: var(--ms-gold);
  background: rgba(181, 138, 60, 0.1);
  color: var(--ms-paper);
}

.ms-system-dashboard {
  min-width: 0;
  padding: clamp(1.45rem, 2.4vw, 2.2rem);
}

.ms-system-dashboard__intro > span,
.ms-system-card__label {
  display: block;
  color: var(--ms-gold-light);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-system-dashboard__intro h2 {
  max-width: 22ch;
  margin: 0.55rem 0 1.4rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.65rem, 2.15vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.ms-system-dashboard__cards {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 0.75rem;
}

.ms-system-card {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
}

.ms-system-card--journey,
.ms-system-card--channels {
  grid-column: 1 / -1;
}

.ms-system-mini-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.8rem;
}

.ms-system-mini-flow span {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(211, 173, 97, 0.35);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.62rem;
  font-weight: 700;
}

.ms-system-mini-flow i {
  height: 1px;
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.3), var(--ms-gold));
  color: transparent;
}

.ms-system-time {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.8rem;
}

.ms-system-time strong {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.05;
}

.ms-system-time i {
  color: var(--ms-gold);
  font-style: normal;
}

.ms-system-card small {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.56rem;
  line-height: 1.45;
}

.ms-system-card--care ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.ms-system-card--care li {
  position: relative;
  padding-left: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
}

.ms-system-card--care li::before {
  position: absolute;
  left: 0;
  content: "·";
  color: var(--ms-gold);
}

.ms-system-channel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.ms-system-channel-badges span {
  display: grid;
  min-width: 36px;
  height: 36px;
  place-items: center;
  padding-inline: 0.45rem;
  border: 1px solid rgba(211, 173, 97, 0.36);
  border-radius: 50%;
  color: var(--ms-paper);
  font-size: 0.6rem;
  font-weight: 800;
}

.ms-system-channel-badges span:last-child {
  width: auto;
  border-radius: 999px;
}

.ms-system-float {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  max-width: 245px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(211, 173, 97, 0.32);
  background: rgba(7, 23, 32, 0.91);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.ms-system-float--top {
  top: clamp(1.15rem, 2vw, 2rem);
  right: clamp(0.9rem, 2vw, 2rem);
}

.ms-system-float--bottom {
  bottom: clamp(1.15rem, 2vw, 2rem);
  left: clamp(0.9rem, 2vw, 2rem);
  display: grid;
  gap: 0.1rem;
}

.ms-system-float__icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ms-gold);
  border-radius: 50%;
  color: var(--ms-gold-light);
  font-size: 0.75rem;
}

.ms-system-float small {
  display: block;
  color: var(--ms-gold-light);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ms-system-float strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--ms-paper);
  font-size: 0.68rem;
  line-height: 1.3;
}

/* Founder: no synthetic photography. */
.ms-founder--portrait-free {
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: clamp(3.5rem, 6vw, 7rem);
  align-items: stretch;
  padding-block: clamp(4.4rem, 6vw, 6.5rem);
}

.ms-founder--portrait-free .ms-founder__copy {
  align-self: center;
  max-width: 760px;
}

.ms-founder__promise {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
  padding: clamp(2.4rem, 4vw, 4rem);
  border: 1px solid rgba(181, 138, 60, 0.45);
  background:
    radial-gradient(circle at 92% 12%, rgba(211, 173, 97, 0.16), transparent 28%),
    linear-gradient(145deg, var(--ms-navy-soft), var(--ms-navy-deep));
  color: var(--ms-paper);
  box-shadow: 0 30px 70px rgba(11, 31, 42, 0.16);
}

.ms-founder__promise::before {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  content: "";
  border: 1px solid rgba(211, 173, 97, 0.16);
  border-radius: 50%;
}

.ms-founder__promise::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 45%, #000 100%);
}

.ms-founder__promise > * {
  position: relative;
  z-index: 1;
}

.ms-founder__promise-mark {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 2rem;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.48);
}

.ms-founder__promise-mark img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.ms-founder__promise .ms-eyebrow {
  margin-bottom: 0.8rem;
}

.ms-founder__promise blockquote {
  max-width: 18ch;
  margin: 0;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(2rem, 2.7vw, 3.1rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.ms-founder__promise > p:not(.ms-eyebrow) {
  max-width: 56ch;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.65;
}

.ms-founder__signature {
  display: grid;
  gap: 0.1rem;
  margin-top: 2rem;
}

.ms-founder__signature strong {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.ms-founder__signature span {
  color: var(--ms-gold-light);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.ms-founder__promise-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-top: 2.2rem;
}

.ms-founder__promise-line span {
  height: 1px;
  background: rgba(211, 173, 97, 0.35);
}

.ms-founder__promise-line i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--ms-gold);
  border-radius: 50%;
}

@media (max-width: 1260px) {
  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  }

  .ms-system-browser__body {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ms-founder--portrait-free {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.88fr);
  }
}

@media (max-width: 1020px) {
  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__copy {
    padding-right: var(--ms-gutter);
  }

  .ms-hero__system {
    min-height: 610px;
  }

  .ms-system-browser {
    width: min(100%, 820px);
  }

  .ms-founder--portrait-free {
    grid-template-columns: 1fr;
  }

  .ms-founder__promise {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .ms-hero__system {
    min-height: 560px;
    padding: 3rem var(--ms-gutter);
  }

  .ms-system-browser__body {
    grid-template-columns: 1fr;
  }

  .ms-system-sidebar {
    display: none;
  }

  .ms-system-dashboard__cards {
    grid-template-columns: 1fr;
  }

  .ms-system-card--journey,
  .ms-system-card--channels {
    grid-column: auto;
  }

  .ms-system-card--care {
    display: none;
  }

  .ms-system-mini-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ms-system-mini-flow i {
    display: none;
  }

  .ms-system-float--top {
    display: none;
  }

  .ms-system-float--bottom {
    right: var(--ms-gutter);
    bottom: 1rem;
    left: var(--ms-gutter);
    max-width: none;
  }

  .ms-founder__promise {
    padding: 2.2rem;
  }
}

@media (max-width: 520px) {
  .ms-hero__system {
    min-height: 520px;
    padding: 2.25rem 1rem 4.7rem;
  }

  .ms-system-browser__bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ms-system-live {
    display: none;
  }

  .ms-system-dashboard {
    padding: 1.15rem;
  }

  .ms-system-dashboard__intro h2 {
    font-size: 1.65rem;
  }

  .ms-system-card--workflow small,
  .ms-system-card--channels {
    display: none;
  }

  .ms-system-time strong {
    font-size: 0.92rem;
  }

  .ms-founder__proof {
    grid-template-columns: 1fr;
  }

  .ms-founder__proof > div + div {
    border-top: 1px solid var(--ms-line);
    border-left: 0;
  }

  .ms-founder__promise blockquote {
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------------
   v0.6.0 launch-polish pass
   Improves header and type scale, simplifies the hero system, replaces the
   workflow image dependency with native interface artwork, tightens service
   rhythm, strengthens pathway imagery and makes staged functionality explicit.
   -------------------------------------------------------------------------- */

:root {
  --ms-wide: 1460px;
  --ms-gutter: clamp(1.25rem, 3vw, 3.75rem);
}

/* Header: more visible without becoming oversized. */
.ms-header-inner {
  grid-template-columns: 260px minmax(0, 1fr) auto;
  gap: clamp(1.6rem, 2.7vw, 3rem);
  min-height: 90px;
}

.ms-header-logo {
  width: 248px;
}

.ms-site-header .wp-block-navigation-item__content {
  padding-block: 0.7rem;
  font-size: 0.91rem;
  font-weight: 680;
}

.ms-header-cta .wp-block-button__link {
  min-height: 52px;
  padding-inline: 1.55rem;
  font-size: 0.72rem;
}

/* Hero: cleaner interface-led composition with fewer micro details. */
.ms-hero__inner {
  grid-template-columns: minmax(0, 0.96fr) minmax(600px, 1.04fr);
  width: min(100%, 1760px);
  min-height: 640px;
}

.ms-hero__copy {
  padding-top: clamp(4.25rem, 5.5vw, 5.75rem);
  padding-right: clamp(3rem, 4.5vw, 5.4rem);
  padding-bottom: clamp(3.6rem, 4.7vw, 4.9rem);
}

.ms-hero__copy .ms-heading-xl {
  max-width: none;
  font-size: clamp(3.9rem, 4.35vw, 5rem);
  line-height: 0.95;
}

.ms-hero__intro {
  max-width: 625px;
  font-size: clamp(1.08rem, 1.02rem + 0.18vw, 1.22rem);
  line-height: 1.64;
}

.ms-hero__actions .wp-block-button__link {
  min-height: 52px;
  padding: 0.95rem 1.35rem;
}

.ms-trust-strip {
  gap: clamp(0.8rem, 1.7vw, 1.6rem);
  margin-top: 2rem;
}

.ms-trust-item {
  font-size: 0.72rem;
}

.ms-hero__system--refined {
  min-height: 640px;
  padding: clamp(3.25rem, 4.8vw, 5rem) clamp(2.25rem, 4vw, 4.7rem);
}

.ms-system-browser--refined {
  width: min(100%, 820px);
}

.ms-system-browser--refined .ms-system-dashboard {
  padding: clamp(1.8rem, 2.8vw, 2.65rem);
}

.ms-system-browser--refined .ms-system-dashboard__intro h2 {
  max-width: 20ch;
  margin-bottom: 1.55rem;
  font-size: clamp(2rem, 2.4vw, 2.75rem);
  line-height: 1.01;
}

.ms-system-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.ms-system-pillar {
  min-width: 0;
  min-height: 145px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.ms-system-pillar__number {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--ms-gold-light);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ms-system-pillar strong {
  display: block;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.ms-system-pillar p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.69rem;
  line-height: 1.48;
}

.ms-system-route {
  display: grid;
  grid-template-columns: auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto minmax(20px, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(211, 173, 97, 0.24);
  background: rgba(181, 138, 60, 0.055);
}

.ms-system-route span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.63rem;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ms-system-route i {
  height: 1px;
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.28), var(--ms-gold), rgba(181, 138, 60, 0.28));
}

.ms-system-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.ms-system-outcomes > div {
  min-width: 0;
  padding: 0.9rem 1rem;
  border-left: 2px solid var(--ms-gold);
  background: rgba(255, 255, 255, 0.04);
}

.ms-system-outcomes small {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ms-gold-light);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-system-outcomes strong {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.25;
}

.ms-system-outcomes strong i {
  padding-inline: 0.28rem;
  color: var(--ms-gold);
  font-style: normal;
}

/* Results journey and promise strip: improve legibility in the real browser. */
.ms-journey__wrap {
  padding-block: 1.55rem 1.65rem;
}

.ms-journey__intro {
  font-size: 0.9rem;
}

.ms-journey__icon {
  width: 62px;
  height: 62px;
}

.ms-journey__label {
  font-size: 0.76rem;
}

.ms-promise h3 {
  font-size: clamp(1.38rem, 1.24rem + 0.28vw, 1.68rem);
}

.ms-promise p {
  font-size: 0.94rem;
  line-height: 1.55;
}

/* Build / Grow / Run: less empty space, stronger connected rail. */
.ms-bgr {
  padding-block: clamp(3.55rem, 4.4vw, 4.75rem);
}

.ms-bgr .ms-section-intro {
  gap: clamp(2.5rem, 5vw, 5.25rem);
  margin-bottom: clamp(1.65rem, 2.5vw, 2.25rem);
}

.ms-services::before {
  top: 32px;
  right: 7%;
  left: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(181, 138, 60, 0.12), rgba(181, 138, 60, 0.92), rgba(181, 138, 60, 0.12));
}

.ms-service {
  min-height: 315px;
  padding-inline: clamp(1.45rem, 2.2vw, 2.25rem);
  padding-bottom: 1.15rem;
}

.ms-service__marker {
  min-height: 62px;
  margin-bottom: 0.85rem;
}

.ms-service__icon {
  width: 56px;
  height: 56px;
}

.ms-service h3 {
  margin-top: 0.25rem;
  font-size: clamp(2.05rem, 2.25vw, 2.55rem);
}

.ms-service__promise {
  font-size: 0.99rem;
}

.ms-service .ms-check-list li {
  font-size: 0.91rem;
  line-height: 1.42;
}

/* Wye Knot native interface artwork: no external workflow image dependency. */
.ms-case-study {
  padding-block: clamp(4rem, 4.9vw, 5.2rem);
}

.ms-case-study__grid {
  grid-template-columns: minmax(390px, 0.74fr) minmax(0, 1.36fr);
  gap: clamp(3.2rem, 5vw, 5.6rem);
}

.ms-workflow-stages--native {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
}

.ms-workflow-stages--native .ms-workflow-stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.ms-workflow-visual {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 85% 8%, rgba(181, 138, 60, 0.12), transparent 26%),
    linear-gradient(145deg, #fbfaf6, #e9e4da);
  color: var(--ms-navy);
}

.ms-mini-browser {
  display: grid;
  grid-template-columns: 7px 7px 7px minmax(0, 1fr);
  gap: 0.35rem;
  align-items: center;
  min-height: 30px;
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.12);
  background: var(--ms-paper);
}

.ms-mini-browser i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(11, 31, 42, 0.22);
}

.ms-mini-browser i:first-child {
  background: var(--ms-gold);
}

.ms-mini-browser span {
  min-width: 0;
  overflow: hidden;
  color: var(--ms-muted);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-mini-source {
  display: grid;
  grid-template-columns: minmax(100px, 0.72fr) minmax(0, 1.28fr);
  gap: 0.85rem;
  min-height: 180px;
  padding: 1.05rem;
}

.ms-mini-product {
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(11, 31, 42, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

.ms-mini-bottle {
  position: relative;
  display: block;
  width: 44px;
  height: 72px;
  border-radius: 8px 8px 10px 10px;
  background: linear-gradient(90deg, #6b4528, #a06c39 50%, #5b391f);
  box-shadow: 0 12px 22px rgba(74, 43, 20, 0.25);
}

.ms-mini-bottle::before {
  position: absolute;
  top: -12px;
  left: 9px;
  width: 26px;
  height: 15px;
  border-radius: 3px 3px 0 0;
  content: "";
  background: #16242b;
}

.ms-mini-bottle::after {
  position: absolute;
  top: 27px;
  right: 7px;
  left: 7px;
  height: 19px;
  border: 1px solid rgba(181, 138, 60, 0.4);
  content: "";
  background: #f5eee2;
}

.ms-mini-product small {
  margin-top: 0.7rem;
  color: var(--ms-muted);
  font-size: 0.52rem;
  font-weight: 700;
}

.ms-mini-copy {
  display: grid;
  align-content: center;
  gap: 0.62rem;
}

.ms-mini-copy b {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(11, 31, 42, 0.16);
}

.ms-mini-copy b:first-child {
  width: 82%;
  height: 12px;
  background: var(--ms-navy);
}

.ms-mini-copy b:nth-child(2) { width: 64%; }
.ms-mini-copy b:nth-child(3) { width: 92%; }
.ms-mini-copy b:nth-child(4) { width: 76%; }

.ms-mini-copy em {
  width: max-content;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(181, 138, 60, 0.42);
  color: var(--ms-gold);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ms-mini-admin {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 180px;
}

.ms-mini-nav {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem 0.7rem;
  background: var(--ms-navy);
}

.ms-mini-nav b {
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
}

.ms-mini-nav b:first-child {
  background: var(--ms-gold-light);
}

.ms-mini-panel {
  padding: 1.1rem;
}

.ms-mini-panel > span {
  color: var(--ms-gold);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-mini-panel > strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--ms-serif);
  font-size: 2.25rem;
  font-weight: 400;
}

.ms-mini-progress {
  height: 7px;
  margin: 0.55rem 0 0.85rem;
  overflow: hidden;
  background: rgba(11, 31, 42, 0.1);
}

.ms-mini-progress i {
  display: block;
  width: 84%;
  height: 100%;
  background: linear-gradient(90deg, var(--ms-gold), var(--ms-gold-light));
}

.ms-mini-panel ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-mini-panel li {
  position: relative;
  padding: 0.35rem 0.45rem 0.35rem 1.3rem;
  background: rgba(11, 31, 42, 0.055);
  color: var(--ms-muted);
  font-size: 0.55rem;
  font-weight: 700;
}

.ms-mini-panel li::before {
  position: absolute;
  left: 0.45rem;
  content: "✓";
  color: var(--ms-gold);
}

.ms-workflow-visual--optimise {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: 30px minmax(0, 1fr) auto;
}

.ms-workflow-visual--optimise .ms-mini-browser {
  grid-column: 1 / -1;
}

.ms-mini-score {
  display: grid;
  width: 82px;
  height: 82px;
  margin: 1.2rem auto 0;
  place-content: center;
  border: 7px solid rgba(181, 138, 60, 0.22);
  border-top-color: var(--ms-gold);
  border-right-color: var(--ms-gold-light);
  border-radius: 50%;
  text-align: center;
}

.ms-mini-score strong {
  font-family: var(--ms-serif);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.ms-mini-score span {
  color: var(--ms-muted);
  font-size: 0.48rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ms-mini-checks {
  display: grid;
  gap: 0.43rem;
  align-content: center;
  padding: 0.8rem 1rem 0.45rem 0;
}

.ms-mini-checks b {
  position: relative;
  padding: 0.45rem 0.5rem 0.45rem 1.55rem;
  border: 1px solid rgba(11, 31, 42, 0.1);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ms-muted);
  font-size: 0.54rem;
}

.ms-mini-checks b::before {
  position: absolute;
  left: 0.55rem;
  content: "✓";
  color: var(--ms-gold);
}

.ms-mini-channels {
  display: flex;
  grid-column: 1 / -1;
  gap: 0.55rem;
  justify-content: center;
  padding: 0.65rem;
  border-top: 1px solid rgba(11, 31, 42, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.ms-mini-channels span {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  padding-inline: 0.35rem;
  border: 1px solid rgba(181, 138, 60, 0.42);
  border-radius: 50%;
  color: var(--ms-navy);
  font-size: 0.52rem;
  font-weight: 800;
}

.ms-mini-channels span:last-child {
  border-radius: 99px;
}

.ms-mini-publish-map {
  position: relative;
  min-height: 180px;
}

.ms-mini-live-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 104px;
  height: 112px;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(11, 31, 42, 0.14);
  background: var(--ms-paper);
  box-shadow: 0 16px 34px rgba(11, 31, 42, 0.16);
  transform: translate(-50%, -50%);
}

.ms-mini-live-card .ms-mini-bottle {
  width: 28px;
  height: 47px;
  transform: scale(0.8);
}

.ms-mini-live-card b {
  margin-top: 0.5rem;
  color: var(--ms-gold);
  font-size: 0.52rem;
  text-transform: uppercase;
}

.ms-mini-node {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(181, 138, 60, 0.48);
  border-radius: 50%;
  background: var(--ms-navy);
  color: var(--ms-paper);
  font-size: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ms-mini-node--web { top: 20px; left: 18px; }
.ms-mini-node--shop { top: 20px; right: 18px; }
.ms-mini-node--social { right: 28px; bottom: 18px; }

.ms-mini-line {
  position: absolute;
  z-index: 0;
  height: 1px;
  transform-origin: left center;
  background: rgba(181, 138, 60, 0.55);
}

.ms-mini-line--a { top: 58px; left: 60px; width: 92px; transform: rotate(18deg); }
.ms-mini-line--b { top: 58px; right: 60px; width: 92px; transform: rotate(-18deg); transform-origin: right center; }
.ms-mini-line--c { right: 68px; bottom: 52px; width: 90px; transform: rotate(21deg); transform-origin: right center; }

.ms-workflow-stages--native .ms-workflow-stage h3 {
  padding-top: 0.95rem;
  font-size: 1.36rem;
}

.ms-workflow-stages--native .ms-workflow-stage p {
  font-size: 0.79rem;
  line-height: 1.52;
}

.ms-workflow-collage__note {
  font-size: 0.78rem;
}

/* Audience pathways: imagery is part of the proposition, not a thumbnail. */
.ms-pathway {
  grid-template-columns: minmax(0, 0.98fr) minmax(350px, 1.02fr);
  gap: clamp(2.25rem, 3.7vw, 4rem);
  min-height: 390px;
}

.ms-pathway__content .ms-heading-md {
  max-width: 14ch;
}

.ms-pathway__content > p:not(.ms-eyebrow) {
  font-size: 1.01rem;
}

.ms-pathway__image {
  max-width: 485px;
}

.ms-pathway__image img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

/* Plans: clearer differentiation and more readable inclusions. */
.ms-plans-section {
  padding-block: clamp(3.8rem, 4.6vw, 5rem);
}

.ms-plans-section .ms-section-intro {
  margin-bottom: 1.8rem;
}

.ms-plans-intro-copy {
  align-self: end;
}

.ms-plans-compare {
  margin: 1rem 0 0;
}

.ms-plans {
  gap: 1.45rem;
}

.ms-plan {
  min-height: 425px;
  padding: 2.15rem;
}

.ms-plan__summary {
  min-height: 3.2em;
  margin: 0.55rem 0 0;
  color: var(--ms-muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.ms-plan__price {
  margin-block: 1.15rem 1.05rem;
  font-size: 2.1rem;
}

.ms-plan .ms-check-list li {
  font-size: 0.91rem;
  line-height: 1.45;
}

.ms-development-note {
  margin-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.5;
}

/* AI and Standard Check: visibly staged until the plugin is working. */
.ms-ai-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
  gap: clamp(3.4rem, 5.5vw, 6rem);
}

.ms-ai-capabilities {
  gap: 0;
  margin-top: 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ms-ai-capability {
  min-height: 126px;
  padding: 1.15rem 0.9rem;
}

.ms-standard-check {
  padding: clamp(2.25rem, 3vw, 3rem);
}

.ms-standard-check__status {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.1rem;
  padding: 0.48rem 0.65rem;
  border: 1px solid rgba(211, 173, 97, 0.34);
  background: rgba(181, 138, 60, 0.08);
  color: var(--ms-gold-light);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ms-standard-check__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ms-gold-light);
  box-shadow: 0 0 0 4px rgba(211, 173, 97, 0.12);
}

.ms-standard-check h3 {
  max-width: 16ch;
  font-size: clamp(2.2rem, 2.7vw, 3.05rem);
}

.ms-standard-check p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.ms-standard-check input[type="url"],
.ms-standard-check button {
  min-height: 56px;
  font-size: 0.9rem;
}

.ms-standard-check__note {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.74rem !important;
}

/* Founder, final CTA and footer: stronger legibility at full-page scale. */
.ms-founder--portrait-free {
  padding-block: clamp(4.1rem, 5.3vw, 5.7rem);
}

.ms-founder__copy > p:not(.ms-eyebrow) {
  font-size: 1rem;
}

.ms-founder__promise {
  min-height: 470px;
}

.ms-final-cta {
  padding-block: clamp(3.8rem, 4.7vw, 5rem);
}

.ms-final-cta p:not(.ms-eyebrow) {
  font-size: 1.02rem;
}

.ms-contact-list li {
  font-size: 0.91rem;
}

.ms-site-footer .ms-footer-main {
  grid-template-columns: minmax(330px, 1.35fr) repeat(3, minmax(165px, 0.62fr));
  gap: clamp(2.75rem, 4.5vw, 5.25rem);
  padding-block: clamp(3.6rem, 4.8vw, 5rem);
}

.ms-footer-logo {
  width: min(100%, 260px);
}

.ms-footer-intro {
  max-width: 46ch;
  font-size: 0.91rem;
  line-height: 1.62;
}

.ms-footer-column h3 {
  font-size: 0.74rem;
}

.ms-footer-column a,
.ms-footer-column li {
  font-size: 0.87rem;
  line-height: 1.62;
}

.ms-footer-bottom {
  padding-block: 1.4rem;
  font-size: 0.76rem;
}

@media (max-width: 1320px) {
  .ms-header-inner {
    grid-template-columns: 225px minmax(0, 1fr);
    min-height: 82px;
  }

  .ms-header-logo {
    width: 215px;
  }

  .ms-header-cta {
    display: none;
  }

  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  }

  .ms-system-pillar p {
    font-size: 0.65rem;
  }

  .ms-site-footer .ms-footer-main {
    grid-template-columns: minmax(300px, 1.2fr) repeat(3, minmax(145px, 0.62fr));
  }
}

@media (max-width: 1050px) {
  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__copy {
    padding-right: var(--ms-gutter);
  }

  .ms-hero__system--refined {
    min-height: 590px;
  }

  .ms-system-browser--refined {
    width: min(100%, 860px);
  }

  .ms-case-study__grid,
  .ms-ai-grid {
    grid-template-columns: 1fr;
  }

  .ms-workflow-collage {
    margin-top: 0.5rem;
  }

  .ms-pathway {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  }

  .ms-site-footer .ms-footer-main {
    grid-template-columns: 1.25fr repeat(3, 0.7fr);
  }
}

@media (max-width: 880px) {
  .ms-header-inner {
    grid-template-columns: minmax(195px, 220px) auto;
    min-height: 76px;
  }

  .ms-header-logo {
    width: 210px;
  }

  .ms-system-pillars {
    grid-template-columns: 1fr;
  }

  .ms-system-pillar {
    min-height: 0;
  }

  .ms-system-route {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ms-system-route i {
    display: none;
  }

  .ms-system-outcomes {
    grid-template-columns: 1fr;
  }

  .ms-bgr .ms-section-intro {
    margin-bottom: 1.2rem;
  }

  .ms-service {
    min-height: 0;
  }

  .ms-pathway,
  .ms-pathway:first-child,
  .ms-pathway:last-child {
    grid-template-columns: 1fr;
  }

  .ms-pathway__image {
    max-width: 560px;
    margin-right: auto;
    margin-left: 0;
  }

  .ms-site-footer .ms-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ms-header-logo {
    width: 190px;
  }

  .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3.15rem, 14vw, 4.2rem);
  }

  .ms-hero__system--refined {
    min-height: 0;
    padding: 2.25rem 1rem 4.9rem;
  }

  .ms-system-browser__bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ms-system-live {
    display: none;
  }

  .ms-system-browser--refined .ms-system-dashboard {
    padding: 1.2rem;
  }

  .ms-system-browser--refined .ms-system-dashboard__intro h2 {
    font-size: 1.8rem;
  }

  .ms-system-route {
    gap: 0.35rem;
    padding-inline: 0.65rem;
  }

  .ms-system-route span {
    font-size: 0.52rem;
  }

  .ms-system-float--top {
    display: none;
  }

  .ms-system-float--bottom {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }

  .ms-workflow-stages--native {
    grid-template-columns: 1fr;
  }

  .ms-workflow-visual {
    min-height: 230px;
  }

  .ms-plan {
    min-height: 0;
  }

  .ms-plan__summary {
    min-height: 0;
  }

  .ms-ai-capabilities {
    grid-template-columns: 1fr 1fr;
  }

  .ms-site-footer .ms-footer-main {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   v0.7.0 evidence-first visual pass
   Replaces abstract dashboard art with website-led compositions, gives the
   Wye Knot workflow recognisable retail screens and enlarges both client
   pathway visuals. All artwork is native HTML/CSS, so it remains crisp.
   -------------------------------------------------------------------------- */

/* Hero: show finished website work rather than an abstract dashboard. */
.ms-hero__inner {
  grid-template-columns: minmax(0, 0.88fr) minmax(640px, 1.12fr);
  min-height: 675px;
}

.ms-hero__copy {
  padding-top: clamp(4.45rem, 5.7vw, 6rem);
  padding-right: clamp(3rem, 4.6vw, 5.5rem);
  padding-bottom: clamp(3.7rem, 4.8vw, 5rem);
}

.ms-hero__showcase {
  position: relative;
  min-width: 0;
  min-height: 675px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 14%, rgba(211, 173, 97, 0.22), transparent 24%),
    radial-gradient(circle at 12% 84%, rgba(49, 103, 126, 0.25), transparent 34%),
    linear-gradient(142deg, #143846 0%, #0a2430 43%, #06151e 100%);
}

.ms-showcase-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.ms-showcase-browser {
  position: absolute;
  z-index: 2;
  top: clamp(3.4rem, 5vw, 5.2rem);
  right: clamp(2.3rem, 4vw, 4.8rem);
  left: clamp(2.8rem, 5vw, 5.8rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #fff;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.ms-showcase-browser::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(181, 138, 60, 0.08);
}

.ms-showcase-browser__bar,
.ms-wk-browserbar,
.ms-project-browser__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 38px;
  padding: 0.58rem 0.75rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.11);
  background: #f1eee7;
  color: rgba(11, 31, 42, 0.58);
  font-size: 0.55rem;
  letter-spacing: 0.035em;
}

.ms-showcase-dots,
.ms-wk-browserbar {
  min-width: 0;
}

.ms-showcase-dots {
  display: flex;
  gap: 0.28rem;
}

.ms-showcase-dots i,
.ms-wk-browserbar > i,
.ms-project-browser__bar > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(11, 31, 42, 0.24);
}

.ms-showcase-dots i:first-child,
.ms-wk-browserbar > i:first-child,
.ms-project-browser__bar > i:first-child {
  background: var(--ms-gold);
}

.ms-showcase-status {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: var(--ms-navy);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-showcase-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #77a98b;
  box-shadow: 0 0 0 3px rgba(119, 169, 139, 0.14);
}

.ms-showcase-site {
  color: var(--ms-navy);
  background: var(--ms-ivory);
}

.ms-showcase-site__nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.85rem 1.05rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.1);
  background: rgba(255, 255, 255, 0.88);
}

.ms-showcase-site__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ms-gold);
  color: var(--ms-gold);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ms-showcase-site__brand {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.88rem;
}

.ms-showcase-site__links {
  color: rgba(11, 31, 42, 0.55);
  font-size: 0.48rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ms-showcase-site__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 1.08fr);
  min-height: 310px;
  background: #0e2c38;
}

.ms-showcase-site__copy {
  align-self: center;
  padding: clamp(1.5rem, 2.6vw, 2.4rem);
  color: #fff;
}

.ms-showcase-site__copy > span {
  color: var(--ms-gold-light);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-showcase-site__copy h2 {
  max-width: 10.5ch;
  margin: 0.55rem 0 0.8rem;
  color: #fff;
  font-family: var(--ms-serif);
  font-size: clamp(1.7rem, 2.15vw, 2.45rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.ms-showcase-site__copy p {
  max-width: 39ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.63rem;
  line-height: 1.55;
}

.ms-showcase-site__copy > b {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.62rem 0.75rem;
  background: var(--ms-gold);
  color: var(--ms-navy-deep);
  font-size: 0.52rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.ms-showcase-site__copy > b i {
  font-style: normal;
}

.ms-showcase-scene {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(11, 31, 42, 0.03), rgba(11, 31, 42, 0.2)),
    linear-gradient(145deg, #b7c5c4 0%, #708a8b 38%, #203e48 100%);
}

.ms-showcase-scene::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.35;
  background: linear-gradient(115deg, transparent 0 45%, rgba(255, 255, 255, 0.3) 45% 46%, transparent 46% 100%);
}

.ms-showcase-scene__sun {
  position: absolute;
  top: 34px;
  right: 42px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(239, 210, 155, 0.72);
  box-shadow: 0 0 55px rgba(239, 210, 155, 0.48);
}

.ms-showcase-scene__building {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 69%;
  height: 74%;
  clip-path: polygon(16% 18%, 100% 0, 100% 100%, 0 100%, 0 38%);
  background: linear-gradient(145deg, #17343d 0%, #071720 100%);
  box-shadow: -20px -15px 45px rgba(0, 0, 0, 0.22);
}

.ms-showcase-scene__window {
  position: absolute;
  right: 17%;
  bottom: 15%;
  width: 43%;
  height: 42%;
  border: 5px solid rgba(240, 232, 216, 0.84);
  background:
    linear-gradient(90deg, transparent 48%, rgba(240, 232, 216, 0.82) 48% 52%, transparent 52%),
    linear-gradient(transparent 48%, rgba(240, 232, 216, 0.82) 48% 52%, transparent 52%),
    linear-gradient(145deg, rgba(181, 138, 60, 0.54), rgba(29, 65, 76, 0.7));
}

.ms-showcase-scene__land {
  position: absolute;
  right: -6%;
  bottom: -30px;
  width: 118%;
  height: 35%;
  border-radius: 55% 45% 0 0;
  background: linear-gradient(180deg, #233e3b, #102723);
  transform: rotate(-4deg);
}

.ms-showcase-site__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(11, 31, 42, 0.11);
  background: #fff;
}

.ms-showcase-site__proof > div {
  min-width: 0;
  padding: 0.85rem 0.95rem;
}

.ms-showcase-site__proof > div + div {
  border-left: 1px solid rgba(11, 31, 42, 0.1);
}

.ms-showcase-site__proof strong,
.ms-showcase-site__proof span {
  display: block;
}

.ms-showcase-site__proof strong {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.72rem;
  font-weight: 400;
}

.ms-showcase-site__proof span {
  margin-top: 0.25rem;
  color: rgba(11, 31, 42, 0.52);
  font-size: 0.48rem;
  line-height: 1.4;
}

.ms-showcase-phone {
  position: absolute;
  z-index: 4;
  right: clamp(1.3rem, 2.3vw, 2.6rem);
  bottom: 32px;
  width: 172px;
  height: 324px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background: #0a1720;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.42);
  transform: rotate(1.5deg);
}

.ms-showcase-phone__speaker {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 50%;
  width: 62px;
  height: 13px;
  border-radius: 10px;
  background: #071018;
  transform: translateX(-50%);
}

.ms-showcase-phone__screen {
  height: 100%;
  overflow: hidden;
  border-radius: 21px;
  background: #f7f5f0;
  color: var(--ms-navy);
}

.ms-showcase-wk-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 0.8rem 0.65rem;
  background: #fff;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ms-showcase-wk-head i {
  width: 16px;
  height: 1px;
  background: var(--ms-navy);
  box-shadow: 0 5px 0 var(--ms-navy), 0 -5px 0 var(--ms-navy);
}

.ms-showcase-wk-image {
  position: relative;
  display: grid;
  height: 112px;
  place-items: end center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(181, 138, 60, 0.18), transparent 24%),
    linear-gradient(145deg, #ede6da, #d9cbb7);
}

.ms-showcase-wk-image::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  height: 54px;
  content: "";
  border-radius: 50%;
  background: rgba(79, 66, 49, 0.14);
  filter: blur(6px);
}

.ms-showcase-jar {
  position: absolute;
  z-index: 1;
  bottom: 17px;
  width: 47px;
  height: 62px;
  border-radius: 10px 10px 13px 13px;
  background: linear-gradient(90deg, #3b2c24, #5a4233 55%, #2e231e);
  box-shadow: 0 10px 17px rgba(48, 35, 27, 0.28);
}

.ms-showcase-jar::before {
  position: absolute;
  top: -12px;
  left: 5px;
  width: 37px;
  height: 17px;
  content: "";
  border-radius: 6px 6px 4px 4px;
  background: #1e1a18;
}

.ms-showcase-jar::after {
  position: absolute;
  top: 18px;
  right: 8px;
  left: 8px;
  height: 24px;
  content: "";
  border-radius: 2px;
  background: #efe6d7;
  box-shadow: inset 0 6px 0 rgba(181, 138, 60, 0.25);
}

.ms-showcase-jar--one {
  left: 39px;
}

.ms-showcase-jar--two {
  right: 31px;
  width: 40px;
  height: 55px;
  opacity: 0.88;
}

.ms-showcase-phone__screen > small,
.ms-showcase-phone__screen > strong {
  display: block;
  padding-inline: 0.85rem;
}

.ms-showcase-phone__screen > small {
  margin-top: 0.8rem;
  color: var(--ms-gold);
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-showcase-phone__screen > strong {
  margin-top: 0.28rem;
  font-family: var(--ms-serif);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.05;
}

.ms-showcase-wk-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  padding: 0.8rem;
}

.ms-showcase-wk-products i {
  aspect-ratio: 1;
  border: 1px solid rgba(11, 31, 42, 0.09);
  border-radius: 4px;
  background: linear-gradient(145deg, #ece5d8, #fff);
}

.ms-showcase-result-card {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 18px;
  width: 240px;
  padding: 1rem;
  border: 1px solid rgba(211, 173, 97, 0.38);
  background: rgba(7, 23, 32, 0.94);
  color: #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
}

.ms-showcase-result-card > small {
  display: block;
  color: var(--ms-gold-light);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-showcase-result-card > strong {
  display: block;
  margin: 0.35rem 0 0.75rem;
  font-family: var(--ms-serif);
  font-size: 1rem;
  font-weight: 400;
}

.ms-showcase-result-card > div {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding-block: 0.42rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.5rem;
}

.ms-showcase-result-card > div b {
  color: #a5cdb5;
  font-weight: 800;
}

.ms-showcase-caption {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: clamp(1.7rem, 3vw, 3.2rem);
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-showcase-caption i {
  width: 22px;
  height: 1px;
  background: rgba(211, 173, 97, 0.55);
}

/* Wye Knot: recognisable retail and WordPress screens rather than diagrams. */
.ms-case-study__grid {
  grid-template-columns: minmax(360px, 0.64fr) minmax(0, 1.55fr);
  gap: clamp(3.2rem, 5vw, 5.8rem);
}

.ms-wk-workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ms-wk-stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.045);
}

.ms-wk-stage__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ms-wk-stage__top > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.72);
  border-radius: 50%;
  color: var(--ms-gold-light);
  font-size: 0.5rem;
  font-weight: 800;
}

.ms-wk-stage__top strong {
  color: #fff;
  font-family: var(--ms-serif);
  font-size: 0.92rem;
  font-weight: 400;
}

.ms-wk-stage__top small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.45rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-wk-screen {
  min-height: 255px;
  color: var(--ms-navy);
  background: #f3f0e9;
}

.ms-wk-browserbar {
  grid-template-columns: repeat(3, 6px) minmax(0, 1fr);
  gap: 0.3rem;
  min-height: 31px;
  padding: 0.45rem 0.55rem;
  font-size: 0.43rem;
}

.ms-wk-browserbar > span {
  min-width: 0;
  margin-left: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-wk-stage > p {
  min-height: 57px;
  margin: 0;
  padding: 0.75rem 0.85rem 0.9rem;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.63rem;
  line-height: 1.48;
}

.ms-wk-source-body {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  min-height: 224px;
}

.ms-wk-product-photo {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(11, 31, 42, 0.1);
  background:
    radial-gradient(circle at 50% 52%, rgba(181, 138, 60, 0.18), transparent 37%),
    linear-gradient(145deg, #e9e2d6, #d8cbb8);
}

.ms-wk-product-photo > span {
  position: absolute;
  bottom: 0.65rem;
  left: 0.7rem;
  color: rgba(11, 31, 42, 0.48);
  font-size: 0.43rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-wk-bracelet {
  position: relative;
  width: 104px;
  height: 104px;
  border: 12px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  filter: drop-shadow(0 15px 18px rgba(80, 59, 37, 0.18));
}

.ms-wk-bracelet i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: linear-gradient(145deg, #c2a276, #745b43);
  transform: rotate(calc(var(--i, 0) * 30deg)) translateY(-53px);
  transform-origin: 9px 62px;
}

.ms-wk-bracelet i:nth-child(1) { --i: 0; }
.ms-wk-bracelet i:nth-child(2) { --i: 1; }
.ms-wk-bracelet i:nth-child(3) { --i: 2; }
.ms-wk-bracelet i:nth-child(4) { --i: 3; }
.ms-wk-bracelet i:nth-child(5) { --i: 4; }
.ms-wk-bracelet i:nth-child(6) { --i: 5; }
.ms-wk-bracelet i:nth-child(7) { --i: 6; }
.ms-wk-bracelet i:nth-child(8) { --i: 7; }
.ms-wk-bracelet i:nth-child(9) { --i: 8; }
.ms-wk-bracelet i:nth-child(10) { --i: 9; }
.ms-wk-bracelet i:nth-child(11) { --i: 10; }
.ms-wk-bracelet i:nth-child(12) { --i: 11; }

.ms-wk-source-copy {
  padding: 1rem;
  background: #fff;
}

.ms-wk-source-copy > small {
  color: var(--ms-gold);
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ms-wk-source-copy h3,
.ms-wk-product-page__copy h3 {
  margin: 0.35rem 0 0.45rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.ms-wk-source-copy > p {
  margin: 0;
  color: rgba(11, 31, 42, 0.58) !important;
  font-size: 0.53rem;
  line-height: 1.45;
}

.ms-wk-source-copy dl {
  margin: 0.8rem 0 0;
}

.ms-wk-source-copy dl > div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 0.5rem;
  padding-block: 0.4rem;
  border-top: 1px solid rgba(11, 31, 42, 0.1);
  font-size: 0.48rem;
}

.ms-wk-source-copy dt {
  color: rgba(11, 31, 42, 0.48);
}

.ms-wk-source-copy dd {
  margin: 0;
  color: var(--ms-navy);
  font-weight: 700;
}

.ms-wk-admin-layout {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 224px;
}

.ms-wk-admin-nav {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 0.8rem 0.65rem;
  background: #142e3a;
}

.ms-wk-admin-nav b {
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
}

.ms-wk-admin-nav b.is-active {
  background: var(--ms-gold-light);
}

.ms-wk-admin-main {
  padding: 0.85rem;
  background: #f8f7f4;
}

.ms-wk-admin-title {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.1);
}

.ms-wk-admin-title span {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.95rem;
}

.ms-wk-admin-title em {
  padding: 0.25rem 0.4rem;
  border: 1px solid rgba(181, 138, 60, 0.35);
  color: var(--ms-gold);
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.ms-wk-admin-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.ms-wk-admin-fields > div {
  padding: 0.55rem;
  border: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
}

.ms-wk-admin-fields small,
.ms-wk-admin-fields strong {
  display: block;
}

.ms-wk-admin-fields small {
  color: rgba(11, 31, 42, 0.46);
  font-size: 0.4rem;
  text-transform: uppercase;
}

.ms-wk-admin-fields strong {
  margin-top: 0.25rem;
  color: var(--ms-navy);
  font-size: 0.48rem;
}

.ms-wk-admin-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  margin-top: 0.65rem;
  padding: 0.65rem;
  background: #e9e4da;
  font-size: 0.48rem;
}

.ms-wk-admin-progress b {
  color: var(--ms-gold);
  font-family: var(--ms-serif);
  font-size: 0.78rem;
  font-weight: 400;
}

.ms-wk-admin-progress i {
  grid-column: 1 / -1;
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(11, 31, 42, 0.1);
}

.ms-wk-admin-progress i em {
  display: block;
  width: 84%;
  height: 100%;
  background: var(--ms-gold);
}

.ms-wk-admin-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin-top: 0.65rem;
}

.ms-wk-admin-tabs span {
  padding: 0.45rem 0.2rem;
  border: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
  color: rgba(11, 31, 42, 0.65);
  font-size: 0.42rem;
  font-weight: 750;
  text-align: center;
}

.ms-wk-site-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.58rem 0.75rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
}

.ms-wk-site-head b {
  font-size: 0.52rem;
  letter-spacing: 0.12em;
}

.ms-wk-site-head span {
  color: rgba(11, 31, 42, 0.52);
  font-size: 0.4rem;
}

.ms-wk-site-head i {
  color: var(--ms-gold);
  font-size: 0.42rem;
  font-style: normal;
  font-weight: 800;
}

.ms-wk-product-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 189px;
}

.ms-wk-product-page__image {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ede6da, #d8c9b4);
}

.ms-wk-bracelet--large {
  width: 94px;
  height: 94px;
  border-width: 10px;
}

.ms-wk-bracelet--large i {
  width: 16px;
  height: 16px;
  margin: -8px;
  transform: rotate(calc(var(--i, 0) * 30deg)) translateY(-48px);
  transform-origin: 8px 56px;
}

.ms-wk-product-page__copy {
  padding: 0.85rem;
  background: #fff;
}

.ms-wk-product-page__copy > small {
  color: var(--ms-gold);
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-wk-product-page__copy > strong {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.85rem;
  font-weight: 400;
}

.ms-wk-product-page__copy > p {
  margin: 0.5rem 0;
  color: rgba(11, 31, 42, 0.58) !important;
  font-size: 0.46rem;
  line-height: 1.45;
}

.ms-wk-buy {
  display: block;
  padding: 0.48rem 0.55rem;
  background: var(--ms-navy);
  color: #fff;
  font-size: 0.44rem;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.ms-wk-product-page__copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.45rem;
}

.ms-wk-product-page__copy > div span {
  padding: 0.2rem 0.25rem;
  background: #f1ede5;
  color: rgba(11, 31, 42, 0.6);
  font-size: 0.35rem;
}

.ms-wk-channel-summary {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: center;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
}

.ms-wk-channel-product {
  display: grid;
  grid-template-columns: 34px auto;
  column-gap: 0.55rem;
  align-items: center;
}

.ms-wk-channel-product > i {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: radial-gradient(circle, #b79669 0 7px, #e9dfd0 8px 13px, #cbb99f 14px 16px, transparent 17px);
}

.ms-wk-channel-product strong,
.ms-wk-channel-product small {
  display: block;
}

.ms-wk-channel-product strong {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.72rem;
  font-weight: 400;
}

.ms-wk-channel-product small {
  color: #6c987e;
  font-size: 0.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ms-wk-channel-summary > b {
  padding: 0.45rem 0.55rem;
  background: #e3efe7;
  color: #3f7357;
  font-size: 0.42rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ms-wk-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.7rem;
}

.ms-wk-channel-grid > div {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 0.5rem;
  align-items: center;
  min-height: 61px;
  padding: 0.55rem;
  border: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
}

.ms-wk-channel-icon {
  display: grid;
  grid-row: 1 / 3;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--ms-navy);
  color: var(--ms-gold-light);
  font-size: 0.55rem;
  font-weight: 900;
}

.ms-wk-channel-grid strong,
.ms-wk-channel-grid small {
  display: block;
}

.ms-wk-channel-grid strong {
  color: var(--ms-navy);
  font-size: 0.48rem;
}

.ms-wk-channel-grid small {
  color: rgba(11, 31, 42, 0.5);
  font-size: 0.38rem;
}

.ms-wk-channel-grid > div > i {
  grid-row: 1 / 3;
  color: #6c987e;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

/* Audience routes: larger website compositions that carry visual authority. */
.ms-pathway {
  grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1.28fr);
  gap: clamp(2.2rem, 4vw, 4.6rem);
  min-height: 430px;
  padding-block: clamp(3rem, 4.2vw, 4.4rem);
}

.ms-project-preview {
  position: relative;
  align-self: center;
  min-width: 0;
  min-height: 330px;
}

.ms-project-browser,
.ms-commerce-browser {
  position: absolute;
  top: 20px;
  right: 10px;
  left: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.24);
}

.ms-pathway--paper .ms-commerce-browser {
  border-color: rgba(11, 31, 42, 0.12);
  box-shadow: 0 25px 55px rgba(11, 31, 42, 0.14);
}

.ms-project-browser__bar {
  grid-template-columns: repeat(3, 6px) minmax(0, 1fr);
  gap: 0.3rem;
  min-height: 30px;
  padding: 0.42rem 0.55rem;
  font-size: 0.42rem;
}

.ms-project-browser__bar > span {
  min-width: 0;
  margin-left: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-project-business-head,
.ms-commerce-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.1);
  background: #fff;
  color: var(--ms-navy);
}

.ms-project-business-head b,
.ms-commerce-head b {
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.ms-project-business-head span,
.ms-commerce-head span {
  justify-self: end;
  color: rgba(11, 31, 42, 0.48);
  font-size: 0.38rem;
  font-weight: 700;
}

.ms-commerce-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.ms-commerce-head i {
  color: var(--ms-gold);
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 800;
}

.ms-project-business-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 215px;
  background: #0c2732;
}

.ms-project-business-hero > div:first-child {
  align-self: center;
  padding: 1.2rem;
  color: #fff;
}

.ms-project-business-hero small,
.ms-commerce-intro small {
  color: var(--ms-gold-light);
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-project-business-hero h3 {
  margin: 0.4rem 0 0.55rem;
  color: #fff;
  font-family: var(--ms-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.ms-project-business-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.45rem;
  line-height: 1.45;
}

.ms-project-business-hero b {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.45rem 0.55rem;
  background: var(--ms-gold);
  color: var(--ms-navy);
  font-size: 0.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ms-project-business-hero b i {
  font-style: normal;
}

.ms-project-architecture {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #aebdbc, #42606a 66%, #17323c);
}

.ms-project-architecture__sky {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 22%, rgba(239, 211, 160, 0.72), transparent 14%);
}

.ms-project-architecture__building {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 82%;
  height: 73%;
  clip-path: polygon(8% 22%, 100% 0, 100% 100%, 0 100%, 0 36%);
  background: linear-gradient(145deg, #1c3b45, #071720);
}

.ms-project-architecture__glass {
  position: absolute;
  right: 15%;
  bottom: 13%;
  width: 48%;
  height: 43%;
  border: 4px solid #ebe2d3;
  background:
    linear-gradient(90deg, transparent 48%, rgba(235, 226, 211, 0.8) 48% 52%, transparent 52%),
    linear-gradient(transparent 48%, rgba(235, 226, 211, 0.8) 48% 52%, transparent 52%),
    linear-gradient(145deg, rgba(181, 138, 60, 0.5), rgba(45, 83, 93, 0.64));
}

.ms-project-architecture__ground {
  position: absolute;
  right: -10%;
  bottom: -22px;
  width: 120%;
  height: 32%;
  border-radius: 50% 50% 0 0;
  background: #19332f;
  transform: rotate(-4deg);
}

.ms-project-business-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  color: var(--ms-navy);
}

.ms-project-business-proof span {
  padding: 0.65rem;
  font-size: 0.4rem;
}

.ms-project-business-proof span + span {
  border-left: 1px solid rgba(11, 31, 42, 0.1);
}

.ms-project-business-proof b {
  margin-right: 0.25rem;
  color: var(--ms-gold);
}

.ms-project-mobile {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 126px;
  height: 232px;
  overflow: hidden;
  padding: 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: #08161e;
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.ms-pathway--paper .ms-project-mobile {
  border-color: rgba(11, 31, 42, 0.18);
}

.ms-project-mobile__notch {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 48px;
  height: 10px;
  border-radius: 7px;
  background: #050b10;
  transform: translateX(-50%);
}

.ms-project-mobile--business > b,
.ms-project-mobile--commerce > b {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.4rem;
  letter-spacing: 0.1em;
}

.ms-project-mobile--business > span {
  display: block;
  margin-top: 0.7rem;
  font-family: var(--ms-serif);
  font-size: 0.88rem;
  line-height: 1;
}

.ms-project-mobile__photo {
  height: 88px;
  margin-top: 0.65rem;
  background:
    linear-gradient(135deg, transparent 0 50%, rgba(255, 255, 255, 0.12) 50% 51%, transparent 51%),
    linear-gradient(145deg, #6d8587, #17333e);
}

.ms-project-mobile--business > i,
.ms-project-mobile--commerce > i {
  display: block;
  margin-top: 0.65rem;
  padding: 0.45rem;
  background: var(--ms-gold);
  color: var(--ms-navy);
  font-size: 0.36rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.ms-project-preview__badge {
  position: absolute;
  z-index: 4;
  bottom: 18px;
  left: 18px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(211, 173, 97, 0.42);
  background: rgba(7, 23, 32, 0.92);
  color: #fff;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.26);
}

.ms-project-preview__badge small,
.ms-project-preview__badge strong {
  display: block;
}

.ms-project-preview__badge small {
  color: var(--ms-gold-light);
  font-size: 0.37rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-project-preview__badge strong {
  margin-top: 0.2rem;
  font-family: var(--ms-serif);
  font-size: 0.72rem;
  font-weight: 400;
}

.ms-commerce-intro {
  padding: 0.85rem 0.9rem 0.65rem;
  background: #f8f6f1;
}

.ms-commerce-intro h3 {
  max-width: 20ch;
  margin: 0.25rem 0 0;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

.ms-commerce-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  padding: 0.7rem 0.8rem 0.85rem;
  background: #fff;
}

.ms-commerce-products > div {
  min-width: 0;
  padding: 0.45rem;
  border: 1px solid rgba(11, 31, 42, 0.09);
}

.ms-commerce-product {
  position: relative;
  display: grid;
  height: 84px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #ede6da, #ded0bd);
}

.ms-commerce-product--jar::before {
  width: 40px;
  height: 50px;
  content: "";
  border-radius: 7px 7px 9px 9px;
  background: linear-gradient(90deg, #372a23, #624836, #2b221d);
  box-shadow: 0 9px 13px rgba(44, 31, 24, 0.22);
}

.ms-commerce-product--jar::after {
  position: absolute;
  top: 31px;
  width: 27px;
  height: 19px;
  content: "";
  background: #f1e8d8;
  box-shadow: 0 -17px 0 -6px #211b18;
}

.ms-commerce-product--bracelet::before {
  width: 49px;
  height: 49px;
  content: "";
  border: 9px dotted #a28158;
  border-radius: 50%;
  filter: drop-shadow(0 7px 8px rgba(80, 60, 35, 0.2));
}

.ms-commerce-product--card::before {
  width: 45px;
  height: 57px;
  content: "";
  border: 1px solid rgba(11, 31, 42, 0.15);
  background: #fff;
  box-shadow: 7px 7px 0 rgba(181, 138, 60, 0.22);
}

.ms-commerce-product--card::after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  background: var(--ms-gold);
}

.ms-commerce-products b,
.ms-commerce-products small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-commerce-products b {
  margin-top: 0.45rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 0.58rem;
  font-weight: 400;
}

.ms-commerce-products small {
  margin-top: 0.15rem;
  color: rgba(11, 31, 42, 0.5);
  font-size: 0.36rem;
}

.ms-project-mobile--commerce {
  right: 4px;
  bottom: 2px;
  background: #f8f6f1;
  color: var(--ms-navy);
}

.ms-project-mobile--commerce > b {
  color: var(--ms-navy);
}

.ms-commerce-phone-product {
  display: grid;
  height: 93px;
  margin-top: 0.65rem;
  place-items: center;
  background: #e7dfd2;
}

.ms-commerce-phone-product .ms-commerce-product {
  width: 78px;
  height: 78px;
}

.ms-project-mobile--commerce > strong,
.ms-project-mobile--commerce > small {
  display: block;
}

.ms-project-mobile--commerce > strong {
  margin-top: 0.55rem;
  font-family: var(--ms-serif);
  font-size: 0.75rem;
  font-weight: 400;
}

.ms-project-mobile--commerce > small {
  margin-top: 0.2rem;
  color: rgba(11, 31, 42, 0.52);
  font-size: 0.34rem;
}

.ms-commerce-channel-card {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 16px;
  width: 190px;
  padding: 0.75rem;
  border: 1px solid rgba(181, 138, 60, 0.36);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ms-navy);
  box-shadow: 0 16px 30px rgba(11, 31, 42, 0.14);
}

.ms-commerce-channel-card > small {
  color: var(--ms-gold);
  font-size: 0.38rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ms-commerce-channel-card > strong {
  display: block;
  margin: 0.25rem 0 0.45rem;
  font-family: var(--ms-serif);
  font-size: 0.78rem;
  font-weight: 400;
}

.ms-commerce-channel-card > span {
  display: block;
  padding-block: 0.22rem;
  border-top: 1px solid rgba(11, 31, 42, 0.09);
  color: rgba(11, 31, 42, 0.6);
  font-size: 0.38rem;
}

.ms-commerce-channel-card > span i {
  margin-right: 0.25rem;
  color: #659176;
  font-style: normal;
  font-weight: 900;
}

/* Responsive visual compositions. */
@media (max-width: 1280px) {
  .ms-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  }

  .ms-showcase-browser {
    right: 2.25rem;
    left: 2.8rem;
  }

  .ms-showcase-result-card {
    width: 215px;
  }

  .ms-pathway {
    grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1.22fr);
  }
}

@media (max-width: 1020px) {
  .ms-hero__inner {
    grid-template-columns: 1fr;
  }

  .ms-hero__showcase {
    min-height: 650px;
  }

  .ms-showcase-browser {
    right: var(--ms-gutter);
    left: var(--ms-gutter);
  }

  .ms-case-study__grid {
    grid-template-columns: 1fr;
  }

  .ms-wk-workflow {
    max-width: 900px;
  }

  .ms-pathway {
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  }
}

@media (max-width: 860px) {
  .ms-hero__showcase {
    min-height: 610px;
  }

  .ms-showcase-browser {
    top: 3rem;
    right: 2rem;
    left: 2rem;
  }

  .ms-showcase-phone {
    right: 1rem;
    width: 154px;
    height: 292px;
  }

  .ms-showcase-result-card {
    top: 18px;
    right: 12px;
    width: 205px;
  }

  .ms-pathway,
  .ms-pathway:first-child,
  .ms-pathway:last-child {
    grid-template-columns: 1fr;
  }

  .ms-project-preview {
    width: min(100%, 760px);
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  .ms-hero__showcase {
    min-height: 565px;
  }

  .ms-showcase-browser {
    top: 2.2rem;
    right: 1rem;
    left: 1rem;
  }

  .ms-showcase-site__hero {
    grid-template-columns: 1fr;
    min-height: 285px;
  }

  .ms-showcase-scene {
    display: none;
  }

  .ms-showcase-site__copy h2 {
    font-size: 2rem;
  }

  .ms-showcase-site__proof > div:nth-child(3) {
    display: none;
  }

  .ms-showcase-site__proof {
    grid-template-columns: 1fr 1fr;
  }

  .ms-showcase-phone {
    bottom: 23px;
    width: 137px;
    height: 255px;
  }

  .ms-showcase-result-card {
    display: none;
  }

  .ms-showcase-caption {
    bottom: 12px;
  }

  .ms-wk-workflow {
    grid-template-columns: 1fr;
  }

  .ms-wk-stage > p {
    min-height: 0;
  }

  .ms-project-preview {
    min-height: 330px;
  }
}

@media (max-width: 520px) {
  .ms-hero__showcase {
    min-height: 510px;
  }

  .ms-showcase-browser {
    top: 1.4rem;
    right: 0.75rem;
    left: 0.75rem;
  }

  .ms-showcase-browser__bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ms-showcase-status,
  .ms-showcase-site__links,
  .ms-showcase-phone,
  .ms-showcase-caption {
    display: none;
  }

  .ms-showcase-site__nav {
    grid-template-columns: auto 1fr;
  }

  .ms-showcase-site__copy {
    padding: 1.35rem;
  }

  .ms-showcase-site__copy h2 {
    font-size: 1.75rem;
  }

  .ms-showcase-site__proof {
    grid-template-columns: 1fr;
  }

  .ms-showcase-site__proof > div:nth-child(2) {
    border-top: 1px solid rgba(11, 31, 42, 0.1);
    border-left: 0;
  }

  .ms-wk-source-body,
  .ms-wk-product-page {
    grid-template-columns: 1fr;
  }

  .ms-wk-product-photo,
  .ms-wk-product-page__image {
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 31, 42, 0.1);
  }

  .ms-wk-admin-fields,
  .ms-wk-channel-grid {
    grid-template-columns: 1fr;
  }

  .ms-wk-stage__top {
    grid-template-columns: auto 1fr;
  }

  .ms-wk-stage__top small {
    display: none;
  }

  .ms-project-preview {
    min-height: 300px;
  }

  .ms-project-browser,
  .ms-commerce-browser {
    right: 0;
  }

  .ms-project-business-head span,
  .ms-commerce-head span,
  .ms-project-business-proof span:nth-child(3),
  .ms-commerce-products > div:nth-child(3),
  .ms-commerce-channel-card,
  .ms-project-preview__badge {
    display: none;
  }

  .ms-project-business-hero {
    grid-template-columns: 1fr;
  }

  .ms-project-architecture {
    display: none;
  }

  .ms-project-business-proof {
    grid-template-columns: 1fr 1fr;
  }

  .ms-commerce-products {
    grid-template-columns: 1fr 1fr;
  }

  .ms-project-mobile {
    width: 108px;
    height: 205px;
  }
}

/* ==========================================================================\
   v0.8.0 — brand-led visual system
   Removes speculative portfolio screenshots. The hero, retail case study and
   audience routes now use bespoke typographic system graphics until genuine
   project evidence is available.
   ========================================================================== */

/* Hero blueprint: a branded design principle, not a pretend client website. */
.ms-hero--blueprint .ms-hero__inner {
  grid-template-columns: minmax(430px, 0.86fr) minmax(620px, 1.14fr);
  gap: clamp(3rem, 5vw, 6.5rem);
  max-width: min(100% - (var(--ms-gutter) * 2), 1540px);
  min-height: 650px;
}

.ms-hero--blueprint .ms-hero__copy {
  align-self: center;
  padding-block: clamp(5rem, 7vw, 7.6rem);
}

.ms-hero-blueprint {
  position: relative;
  align-self: center;
  min-height: 480px;
  margin: 2.4rem 0;
  padding: clamp(1.8rem, 3vw, 3rem);
  overflow: hidden;
  border: 1px solid rgba(211, 173, 97, 0.28);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(181, 138, 60, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(21, 49, 62, 0.96), rgba(7, 23, 32, 0.98));
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
}

.ms-hero-blueprint::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(211, 173, 97, 0.16);
  border-radius: 50%;
  content: "";
}

.ms-hero-blueprint::after {
  position: absolute;
  right: 8%;
  bottom: -140px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.ms-blueprint__masthead,
.ms-blueprint__statement,
.ms-blueprint__rail,
.ms-blueprint__footer {
  position: relative;
  z-index: 1;
}

.ms-blueprint__masthead {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ms-blueprint__masthead img {
  width: 50px;
  height: 50px;
}

.ms-blueprint__masthead span,
.ms-blueprint__masthead strong {
  display: block;
}

.ms-blueprint__masthead span {
  color: var(--ms-gold-light);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ms-blueprint__masthead strong {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
}

.ms-blueprint__statement {
  display: grid;
  grid-template-columns: minmax(170px, 0.58fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3.2rem);
  align-items: end;
  padding-block: clamp(2.2rem, 3.4vw, 3.5rem);
}

.ms-blueprint__statement p {
  max-width: 24ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.88rem;
  line-height: 1.55;
}

.ms-blueprint__statement h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(2.55rem, 3.3vw, 4.05rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ms-blueprint__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 173, 97, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ms-blueprint__rail article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  min-height: 145px;
  padding: 1.3rem 1rem;
}

.ms-blueprint__rail article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.ms-blueprint__rail article > span {
  color: var(--ms-gold-light);
  font-family: var(--ms-serif);
  font-size: 0.82rem;
}

.ms-blueprint__rail h3 {
  margin: 0;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.ms-blueprint__rail p {
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.72rem;
  line-height: 1.5;
}

.ms-blueprint__footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
}

.ms-blueprint__footer span {
  padding: 0.75rem 0.55rem;
  background: rgba(7, 23, 32, 0.78);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

/* Wye Knot: explain the real system without invented admin screenshots. */
.ms-case-study--system .ms-case-study__grid {
  grid-template-columns: minmax(350px, 0.7fr) minmax(650px, 1.3fr);
  gap: clamp(3.2rem, 5vw, 6rem);
}

.ms-wk-system {
  position: relative;
  padding: clamp(1.6rem, 2.8vw, 2.7rem);
  overflow: hidden;
  border: 1px solid rgba(211, 173, 97, 0.3);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    rgba(4, 19, 27, 0.58);
  background-size: 40px 40px;
}

.ms-wk-system::after {
  position: absolute;
  top: -110px;
  right: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(181, 138, 60, 0.16);
  border-radius: 50%;
  content: "";
}

.ms-wk-system__head,
.ms-wk-source,
.ms-wk-flow,
.ms-wk-outputs,
.ms-wk-review {
  position: relative;
  z-index: 1;
}

.ms-wk-system__head {
  display: flex;
  gap: 1rem 2rem;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.ms-wk-system__head span {
  color: var(--ms-gold-light);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-wk-system__head strong {
  max-width: 26ch;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-align: right;
}

.ms-wk-source {
  width: min(100%, 330px);
  margin: 1.65rem auto 1.4rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(211, 173, 97, 0.42);
  background: rgba(181, 138, 60, 0.09);
  text-align: center;
}

.ms-wk-source > span {
  display: block;
  color: var(--ms-gold-light);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ms-wk-source strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.ms-wk-source p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.7rem;
}

.ms-wk-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.11);
}

.ms-wk-flow::before {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  width: 1px;
  height: 1.4rem;
  content: "";
  background: rgba(211, 173, 97, 0.48);
}

.ms-wk-flow article {
  min-height: 180px;
  padding: 1.2rem;
  background: rgba(7, 23, 32, 0.95);
}

.ms-wk-flow article > span {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.44);
  border-radius: 50%;
  color: var(--ms-gold-light);
  font-size: 0.64rem;
  font-weight: 850;
}

.ms-wk-flow h3 {
  margin: 1rem 0 0;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
}

.ms-wk-flow p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.72rem;
  line-height: 1.48;
}

.ms-wk-outputs {
  margin-top: 1px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.045);
}

.ms-wk-outputs > p {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.72rem;
  font-weight: 700;
}

.ms-wk-output-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.ms-wk-output-grid span {
  padding: 0.7rem 0.55rem;
  border: 1px solid rgba(211, 173, 97, 0.24);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.61rem;
  font-weight: 750;
  text-align: center;
}

.ms-wk-review {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ms-wk-review > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ms-gold);
  border-radius: 50%;
  color: var(--ms-gold-light);
  font-size: 1rem;
}

.ms-wk-review strong {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.12rem;
  font-weight: 400;
}

.ms-wk-review p {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.68rem;
}

/* Audience routes: commercial outcome boards replace speculative websites. */
.ms-pathways--systems .ms-pathway {
  grid-template-columns: minmax(330px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(3rem, 5vw, 6rem);
  min-height: 470px;
  padding-block: clamp(3.5rem, 5vw, 5rem);
}

.ms-pathways--systems .ms-pathway__content .ms-heading-md {
  max-width: 12ch;
  font-size: clamp(2.7rem, 3.6vw, 4.2rem);
}

.ms-outcome-board {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  padding: clamp(2rem, 3vw, 3.2rem);
  overflow: hidden;
  border: 1px solid rgba(11, 31, 42, 0.14);
  background:
    linear-gradient(rgba(11, 31, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 42, 0.04) 1px, transparent 1px),
    #f8f6f1;
  background-size: 42px 42px;
  box-shadow: 0 28px 64px rgba(11, 31, 42, 0.12);
}

.ms-outcome-board::before {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(181, 138, 60, 0.24);
  border-radius: 50%;
  content: "";
}

.ms-outcome-board--business {
  border-color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #0f2b38, #071720);
  background-size: 42px 42px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.ms-outcome-board__label,
.ms-outcome-board__word,
.ms-outcome-board__route,
.ms-outcome-board > p {
  position: relative;
  z-index: 1;
}

.ms-outcome-board__label {
  color: var(--ms-gold);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ms-outcome-board__word {
  display: block;
  margin-top: 0.4rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(4.2rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.ms-outcome-board--business .ms-outcome-board__word {
  color: var(--ms-paper);
}

.ms-outcome-board__route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  margin-top: 2rem;
}

.ms-outcome-board__route span {
  color: var(--ms-navy);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ms-outcome-board--business .ms-outcome-board__route span {
  color: rgba(255, 255, 255, 0.8);
}

.ms-outcome-board__route i {
  height: 1px;
  background: rgba(181, 138, 60, 0.55);
}

.ms-outcome-board > p {
  max-width: 46ch;
  margin: 1.25rem 0 0;
  color: var(--ms-muted);
  font-size: 0.82rem;
}

.ms-outcome-board--business > p {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1220px) {
  .ms-hero--blueprint .ms-hero__inner {
    grid-template-columns: minmax(390px, 0.82fr) minmax(540px, 1.18fr);
    gap: 2.4rem;
  }

  .ms-case-study--system .ms-case-study__grid {
    grid-template-columns: minmax(310px, 0.72fr) minmax(560px, 1.28fr);
  }
}

@media (max-width: 1050px) {
  .ms-hero--blueprint .ms-hero__inner,
  .ms-case-study--system .ms-case-study__grid,
  .ms-pathways--systems .ms-pathway {
    grid-template-columns: 1fr;
  }

  .ms-hero--blueprint .ms-hero__copy {
    padding-bottom: 1.5rem;
  }

  .ms-hero-blueprint,
  .ms-wk-system,
  .ms-outcome-board {
    width: min(100%, 900px);
    margin-inline: auto;
  }

  .ms-pathway:last-child .ms-pathway__content,
  .ms-pathway:last-child .ms-outcome-board {
    grid-row: auto;
    grid-column: auto;
  }

  .ms-pathway:last-child .ms-pathway__content {
    order: 1;
  }

  .ms-pathway:last-child .ms-outcome-board {
    order: 2;
  }
}

@media (max-width: 760px) {
  .ms-hero-blueprint {
    min-height: 0;
    margin-top: 0;
    padding: 1.35rem;
  }

  .ms-blueprint__statement {
    grid-template-columns: 1fr;
  }

  .ms-blueprint__statement h2 {
    font-size: clamp(2.35rem, 9vw, 3.2rem);
  }

  .ms-blueprint__rail {
    grid-template-columns: 1fr;
  }

  .ms-blueprint__rail article {
    min-height: 0;
  }

  .ms-blueprint__rail article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .ms-blueprint__footer,
  .ms-wk-output-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ms-wk-system__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ms-wk-system__head strong {
    text-align: left;
  }

  .ms-wk-flow {
    grid-template-columns: 1fr 1fr;
  }

  .ms-outcome-board {
    min-height: 280px;
  }

  .ms-outcome-board__word {
    font-size: clamp(3.6rem, 17vw, 6rem);
  }

  .ms-outcome-board__route {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .ms-outcome-board__route i {
    width: 34px;
  }
}

@media (max-width: 520px) {
  .ms-blueprint__masthead img {
    width: 42px;
    height: 42px;
  }

  .ms-blueprint__footer,
  .ms-wk-flow,
  .ms-wk-output-grid {
    grid-template-columns: 1fr;
  }

  .ms-wk-flow article {
    min-height: 0;
  }

  .ms-outcome-board {
    padding: 1.4rem;
  }
}

/* ==========================================================================\
   v0.9.0 — founder-led hero
   Uses Ian's supplied studio portrait as the hero proof point while retaining
   the results journey and the portrait-free founder statement lower down.
   ========================================================================== */

.ms-hero--portrait .ms-hero__inner {
  grid-template-columns: minmax(430px, 0.86fr) minmax(620px, 1.14fr);
  gap: clamp(2.6rem, 4.5vw, 5.8rem);
  width: min(calc(100% - (2 * var(--ms-gutter))), 1540px);
  min-height: 660px;
  margin-inline: auto;
}

.ms-hero--portrait .ms-hero__copy {
  align-self: center;
  padding: clamp(4.8rem, 6.8vw, 7.2rem) 0 clamp(4.2rem, 6vw, 6.2rem);
}

.ms-hero--portrait .ms-hero__copy .ms-heading-xl {
  max-width: 10.8ch;
  font-size: clamp(3.65rem, 5.1vw, 5.65rem);
}

.ms-hero--portrait .ms-hero__intro {
  max-width: 570px;
}

.ms-hero--portrait .ms-hero__media--ian {
  position: relative;
  align-self: stretch;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(211, 173, 97, 0.2);
  background: var(--ms-navy);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.18);
}

.ms-hero--portrait .ms-hero__media--ian::before {
  z-index: 2;
  background:
    linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.34) 18%, transparent 42%),
    linear-gradient(0deg, rgba(7, 23, 32, 0.58) 0%, rgba(7, 23, 32, 0.08) 34%, transparent 56%);
}

.ms-hero-picture {
  position: absolute;
  inset: 0;
  display: block;
}

.ms-hero--portrait .ms-hero-picture img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  object-position: 48% top;
}

.ms-hero--portrait .ms-hero__caption {
  position: absolute;
  z-index: 3;
  right: clamp(1.25rem, 2.4vw, 2.4rem);
  bottom: clamp(1.25rem, 2.4vw, 2.4rem);
  min-width: 205px;
  padding: 0.85rem 1rem 0.82rem 1.15rem;
  border: 1px solid rgba(211, 173, 97, 0.36);
  border-left: 3px solid var(--ms-gold);
  background: rgba(7, 23, 32, 0.72);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.ms-hero--portrait .ms-hero__caption span,
.ms-hero--portrait .ms-hero__caption small {
  display: block;
}

.ms-hero--portrait .ms-hero__caption span {
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.16rem;
  line-height: 1.05;
}

.ms-hero--portrait .ms-hero__caption small {
  margin-top: 0.28rem;
  color: var(--ms-gold-light);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

@media (max-width: 1220px) {
  .ms-hero--portrait .ms-hero__inner {
    grid-template-columns: minmax(390px, 0.84fr) minmax(530px, 1.16fr);
    gap: 2.2rem;
  }

  .ms-hero--portrait .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3.35rem, 5.1vw, 4.85rem);
  }
}

@media (max-width: 1050px) {
  .ms-hero--portrait .ms-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }

  .ms-hero--portrait .ms-hero__copy {
    width: min(calc(100% - (2 * var(--ms-gutter))), 900px);
    margin-inline: auto;
    padding: clamp(4.2rem, 8vw, 6rem) 0 2.6rem;
  }

  .ms-hero--portrait .ms-hero__media--ian {
    width: 100%;
    min-height: clamp(470px, 66vw, 650px);
    border-top: 1px solid rgba(211, 173, 97, 0.22);
    border-left: 0;
    box-shadow: none;
  }

  .ms-hero--portrait .ms-hero-picture img {
    min-height: clamp(470px, 66vw, 650px);
    object-position: 44% top;
  }

  .ms-hero--portrait .ms-hero__media--ian::before {
    background:
      linear-gradient(0deg, rgba(7, 23, 32, 0.68) 0%, rgba(7, 23, 32, 0.08) 38%, transparent 62%),
      linear-gradient(90deg, rgba(7, 23, 32, 0.28) 0%, transparent 32%);
  }
}

@media (max-width: 760px) {
  .ms-hero--portrait .ms-hero__copy {
    padding-top: 3.5rem;
  }

  .ms-hero--portrait .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3rem, 13vw, 4.15rem);
  }

  .ms-hero--portrait .ms-hero__media--ian,
  .ms-hero--portrait .ms-hero-picture img {
    min-height: 430px;
  }

  .ms-hero--portrait .ms-hero-picture img {
    object-position: 40% top;
  }

  .ms-hero--portrait .ms-hero__caption {
    right: 1rem;
    bottom: 1rem;
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .ms-hero--portrait .ms-hero__media--ian,
  .ms-hero--portrait .ms-hero-picture img {
    min-height: 365px;
  }

  .ms-hero--portrait .ms-hero-picture img {
    object-position: 36% top;
  }

  .ms-hero--portrait .ms-hero__caption {
    min-width: 0;
    max-width: calc(100% - 2rem);
    padding: 0.72rem 0.82rem 0.68rem 0.95rem;
  }
}

/* ==========================================================================\
   v1.1.0 — candidate polish pass
   Refines the supplied hero photograph, improves legibility, tightens the
   service rhythm and replaces staging graphics with brand-native result maps.
   ========================================================================== */

/* Header and general small-text legibility. */
.ms-header-inner {
  grid-template-columns: 225px 1fr auto;
  min-height: 78px;
}

.ms-header-logo {
  width: 210px;
}

.ms-site-header .wp-block-navigation-item__content {
  font-size: 0.84rem;
}

.ms-header-cta .wp-block-button__link {
  min-height: 46px;
  padding: 0.78rem 1.18rem;
  font-size: 0.7rem;
}

.ms-link-arrow {
  font-size: 0.74rem;
}

/* Hero photograph: conventional finishing only, with a quieter lamp and a
   stronger hand-off into the navy copy area. */
.ms-hero--portrait .ms-hero__inner {
  grid-template-columns: minmax(450px, 0.88fr) minmax(650px, 1.12fr);
  gap: clamp(3rem, 4.6vw, 5.6rem);
  min-height: 680px;
}

.ms-hero--portrait .ms-hero__copy {
  padding-block: clamp(5rem, 6.6vw, 7rem) clamp(4.4rem, 5.8vw, 6rem);
}

.ms-hero--portrait .ms-hero__copy .ms-heading-xl {
  max-width: 11.2ch;
  font-size: clamp(3.8rem, 5.15vw, 5.75rem);
}

.ms-hero--portrait .ms-hero__intro {
  max-width: 590px;
  font-size: clamp(1.02rem, 0.98rem + 0.15vw, 1.15rem);
}

.ms-hero--portrait .ms-hero__media--ian,
.ms-hero--portrait .ms-hero-picture img {
  min-height: 680px;
}

.ms-hero--portrait .ms-hero-picture img {
  object-position: 48% 7%;
}

.ms-hero--portrait .ms-hero__media--ian::before {
  background:
    linear-gradient(90deg, var(--ms-navy-deep) 0%, rgba(7, 23, 32, 0.52) 13%, rgba(7, 23, 32, 0.08) 34%, transparent 48%),
    linear-gradient(0deg, rgba(7, 23, 32, 0.64) 0%, rgba(7, 23, 32, 0.1) 34%, transparent 57%);
}

.ms-hero--portrait .ms-hero__caption {
  min-width: 228px;
  padding: 1rem 1.15rem 0.95rem 1.25rem;
  border-left-width: 4px;
  background: rgba(7, 23, 32, 0.8);
}

.ms-hero--portrait .ms-hero__caption span {
  font-size: 1.3rem;
}

.ms-hero--portrait .ms-hero__caption small {
  font-size: 0.64rem;
}

.ms-trust-item {
  font-size: 0.7rem;
}

/* Journey and promise band. */
.ms-journey__intro {
  font-size: 0.82rem;
}

.ms-journey__label {
  font-size: 0.72rem;
}

.ms-promise h3 {
  font-size: 1.14rem;
}

.ms-promise p {
  font-size: 0.9rem;
  line-height: 1.58;
}

/* Build / Grow / Run: tighter vertical rhythm and more readable services. */
.ms-bgr {
  padding-block: clamp(3.7rem, 4.8vw, 5rem);
}

.ms-bgr .ms-section-intro {
  margin-bottom: clamp(1.8rem, 2.8vw, 2.6rem);
}

.ms-bgr .ms-section-intro .ms-lead {
  font-size: 1.02rem;
}

.ms-services {
  margin-top: 0.2rem;
}

.ms-service {
  padding: 1.45rem clamp(1.15rem, 2vw, 2rem) 0.3rem;
}

.ms-service__marker {
  margin-bottom: 0.8rem;
}

.ms-service h3 {
  margin-top: 0.25rem;
  font-size: clamp(1.8rem, 1.55rem + 0.55vw, 2.3rem);
}

.ms-service__promise {
  font-size: 0.9rem;
}

.ms-service .ms-check-list {
  margin-block: 0.9rem 1.05rem;
}

.ms-service .ms-check-list li {
  font-size: 0.84rem;
  line-height: 1.48;
}

/* Wye Knot case study: a larger four-stage pipeline, with no simulated screens. */
.ms-case-study--pipeline {
  padding-block: clamp(4rem, 5vw, 5.5rem);
}

.ms-case-study--pipeline .ms-case-study__grid {
  grid-template-columns: minmax(330px, 0.7fr) minmax(650px, 1.3fr);
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: center;
}

.ms-case-study--pipeline .ms-case-study__copy > p:not(.ms-eyebrow) {
  font-size: 0.98rem;
  line-height: 1.62;
}

.ms-wk-pipeline {
  position: relative;
  min-width: 0;
  padding: clamp(1.8rem, 2.8vw, 2.6rem);
  overflow: hidden;
  border: 1px solid rgba(211, 173, 97, 0.28);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(21, 49, 62, 0.78), rgba(7, 23, 32, 0.95));
  background-size: 44px 44px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.ms-wk-pipeline::before {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(211, 173, 97, 0.14);
  border-radius: 50%;
  content: "";
}

.ms-wk-pipeline__head,
.ms-wk-pipeline__source,
.ms-wk-pipeline__track,
.ms-wk-pipeline__outputs {
  position: relative;
  z-index: 1;
}

.ms-wk-pipeline__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem;
  align-items: end;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ms-wk-pipeline__head > span,
.ms-wk-pipeline__source small,
.ms-wk-pipeline__outputs small {
  color: var(--ms-gold-light);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-wk-pipeline__head strong {
  max-width: 25ch;
  justify-self: end;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: clamp(1.65rem, 2.1vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: right;
}

.ms-wk-pipeline__source {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  width: min(100%, 420px);
  margin: 1.5rem auto 1.25rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(211, 173, 97, 0.42);
  background: rgba(7, 23, 32, 0.7);
}

.ms-wk-pipeline__source b {
  display: block;
  margin-top: 0.15rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.ms-wk-pipeline__source p {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.ms-wk-pipeline__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(211, 173, 97, 0.56);
  border-radius: 50%;
  color: var(--ms-gold-light);
}

.ms-wk-pipeline__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ms-wk-pipeline__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(211, 173, 97, 0.55);
}

.ms-wk-pipeline__track article {
  position: relative;
  min-width: 0;
  padding: 2.1rem clamp(0.8rem, 1.25vw, 1.2rem) 1.3rem;
}

.ms-wk-pipeline__track article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.ms-wk-pipeline__number {
  position: absolute;
  top: -0.72rem;
  left: 1rem;
  padding-inline: 0.5rem;
  background: #102b38;
  color: var(--ms-gold-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.ms-wk-pipeline__track .ms-wk-pipeline__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 0.8rem;
}

.ms-wk-pipeline__track h3 {
  margin: 0 0 0.35rem;
  color: var(--ms-paper);
  font-family: var(--ms-serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.ms-wk-pipeline__track p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.5;
}

.ms-wk-pipeline__outputs {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 1rem;
  margin-top: 0.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ms-wk-pipeline__outputs > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.ms-wk-pipeline__outputs small {
  grid-column: 1 / -1;
}

.ms-wk-pipeline__outputs > div > span {
  padding: 0.7rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.67rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
}

.ms-wk-pipeline__outputs aside {
  padding: 0.95rem 1rem;
  border-left: 3px solid var(--ms-gold);
  background: rgba(181, 138, 60, 0.09);
}

.ms-wk-pipeline__outputs aside b {
  color: var(--ms-paper);
  font-size: 0.82rem;
}

.ms-wk-pipeline__outputs aside p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  line-height: 1.45;
}

/* Audience pathways: readable result maps instead of clipped display words. */
.ms-pathways--results .ms-pathway {
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3vw, 2.8rem);
  align-content: start;
  min-height: 690px;
  padding-block: clamp(3.4rem, 4.4vw, 4.6rem);
}


.ms-pathways--results .ms-pathway__content {
  width: min(100%, 560px);
}

.ms-pathways--results .ms-result-system {
  width: 100%;
}

.ms-pathways--results .ms-pathway__content .ms-heading-md {
  max-width: 12.5ch;
  font-size: clamp(2.65rem, 3.4vw, 4rem);
}

.ms-pathways--results .ms-pathway__content > p:not(.ms-eyebrow) {
  font-size: 0.96rem;
  line-height: 1.62;
}

.ms-result-system {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 360px;
  padding: clamp(1.65rem, 2.6vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(11, 31, 42, 0.16);
  background:
    linear-gradient(rgba(11, 31, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 42, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, #fff, #f4f0e7);
  background-size: 40px 40px;
  box-shadow: 0 28px 65px rgba(11, 31, 42, 0.12);
}

.ms-result-system::after {
  position: absolute;
  right: -95px;
  bottom: -115px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(181, 138, 60, 0.2);
  border-radius: 50%;
  content: "";
}

.ms-result-system--business {
  border-color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #123241, #071720);
  background-size: 40px 40px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.27);
}

.ms-result-system__topline,
.ms-result-system__steps,
.ms-result-system__outcome {
  position: relative;
  z-index: 1;
}

.ms-result-system__topline {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 31, 42, 0.12);
}

.ms-result-system--business .ms-result-system__topline {
  border-color: rgba(255, 255, 255, 0.12);
}

.ms-result-system__topline span,
.ms-result-system__outcome > span {
  color: var(--ms-gold);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-result-system__topline strong {
  max-width: 38ch;
  color: var(--ms-navy);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

.ms-result-system--business .ms-result-system__topline strong {
  color: rgba(255, 255, 255, 0.74);
}

.ms-result-system__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
  padding-block: 1.35rem;
}

.ms-result-system__steps article {
  min-height: 135px;
  padding: 1rem;
  border: 1px solid rgba(11, 31, 42, 0.12);
  background: rgba(255, 255, 255, 0.62);
}

.ms-result-system--business .ms-result-system__steps article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.ms-result-system__steps article > span {
  color: var(--ms-gold);
  font-size: 0.62rem;
  font-weight: 850;
}

.ms-result-system__steps b {
  display: block;
  margin-top: 0.45rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.ms-result-system--business .ms-result-system__steps b {
  color: var(--ms-paper);
}

.ms-result-system__steps p {
  margin: 0.35rem 0 0;
  color: var(--ms-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ms-result-system--business .ms-result-system__steps p {
  color: rgba(255, 255, 255, 0.58);
}

.ms-result-system__steps > i {
  position: relative;
  height: 1px;
  background: var(--ms-gold);
}

.ms-result-system__steps > i::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--ms-gold);
  border-right: 1px solid var(--ms-gold);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.ms-result-system__outcome {
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(0, 1fr);
  gap: 0 1.25rem;
  align-items: end;
  padding-top: 1rem;
  border-top: 1px solid rgba(11, 31, 42, 0.12);
}

.ms-result-system--business .ms-result-system__outcome {
  border-color: rgba(255, 255, 255, 0.12);
}

.ms-result-system__outcome > span {
  grid-column: 1 / -1;
}

.ms-result-system__outcome strong {
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(2.35rem, 3.5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.ms-result-system--business .ms-result-system__outcome strong {
  color: var(--ms-paper);
}

.ms-result-system__outcome p {
  margin: 0;
  color: var(--ms-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.ms-result-system--business .ms-result-system__outcome p {
  color: rgba(255, 255, 255, 0.58);
}

/* Plans, AI, founder, closing CTA and footer. */
.ms-plan__summary {
  min-height: 3.1em;
  font-size: 0.88rem;
  line-height: 1.5;
}

.ms-plan .ms-check-list li {
  font-size: 0.83rem;
}

.ms-development-note {
  font-size: 0.76rem;
}

.ms-ai-copy > p:not(.ms-eyebrow) {
  font-size: 0.98rem;
  line-height: 1.62;
}

.ms-ai-capability b {
  font-size: 0.76rem;
}

.ms-ai-capability span {
  font-size: 0.7rem;
}

.ms-standard-check > p:not(.ms-eyebrow, .ms-standard-check__note) {
  font-size: 0.88rem;
}

.ms-founder__copy > p:not(.ms-eyebrow):not(.ms-founder__lead) {
  font-size: 0.98rem;
}

.ms-final-cta p:not(.ms-eyebrow) {
  font-size: 1rem;
}

.ms-footer-main {
  grid-template-columns: minmax(330px, 1.35fr) repeat(3, minmax(155px, 0.65fr));
  gap: clamp(2.8rem, 4.8vw, 5.4rem);
  padding-block: clamp(3.6rem, 4.8vw, 5rem);
}

.ms-footer-logo {
  width: min(100%, 250px);
}

.ms-footer-intro {
  font-size: 0.88rem;
}

.ms-footer-column h3 {
  font-size: 0.7rem;
}

.ms-footer-column a,
.ms-footer-column li {
  font-size: 0.83rem;
  line-height: 1.55;
}

.ms-footer-bottom {
  font-size: 0.74rem;
}

@media (max-width: 1320px) {
  .ms-header-inner {
    grid-template-columns: 205px 1fr auto;
  }

  .ms-header-logo {
    width: 195px;
  }

  .ms-site-header .wp-block-navigation-item__content {
    font-size: 0.79rem;
  }

  .ms-hero--portrait .ms-hero__inner {
    grid-template-columns: minmax(410px, 0.86fr) minmax(560px, 1.14fr);
    gap: 2.5rem;
  }

  .ms-case-study--pipeline .ms-case-study__grid {
    grid-template-columns: minmax(310px, 0.72fr) minmax(560px, 1.28fr);
  }

  .ms-pathways--results .ms-pathway {
    grid-template-columns: 1fr;
    min-height: 660px;
  }
}

@media (max-width: 1080px) {
  .ms-hero--portrait .ms-hero__inner,
  .ms-case-study--pipeline .ms-case-study__grid,
  .ms-pathways--results .ms-pathway {
    grid-template-columns: 1fr;
  }

  .ms-hero--portrait .ms-hero__inner {
    gap: 0;
  }

  .ms-case-study--pipeline .ms-case-study__copy,
  .ms-wk-pipeline,
  .ms-pathways--results .ms-pathway__content,
  .ms-result-system {
    width: min(100%, 900px);
    margin-inline: auto;
  }

  .ms-pathways--results .ms-pathway {
    min-height: 0;
  }

  .ms-pathway:last-child .ms-pathway__content,
  .ms-pathway:last-child .ms-result-system {
    grid-row: auto;
    grid-column: auto;
  }

  .ms-pathway:last-child .ms-pathway__content {
    order: 1;
  }

  .ms-pathway:last-child .ms-result-system {
    order: 2;
  }

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

@media (max-width: 820px) {
  .ms-header-inner {
    min-height: 70px;
  }

  .ms-header-logo {
    width: 188px;
  }

  .ms-hero--portrait .ms-hero__copy {
    padding-top: 3.6rem;
  }

  .ms-hero--portrait .ms-hero__media--ian,
  .ms-hero--portrait .ms-hero-picture img {
    min-height: clamp(440px, 66vw, 600px);
  }

  .ms-hero--portrait .ms-hero-picture img {
    object-position: 43% 7%;
  }

  .ms-wk-pipeline__head {
    grid-template-columns: 1fr;
  }

  .ms-wk-pipeline__head strong {
    justify-self: start;
    text-align: left;
  }

  .ms-wk-pipeline__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-wk-pipeline__track article:nth-child(3) {
    border-left: 0;
  }

  .ms-wk-pipeline__track article:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .ms-wk-pipeline__outputs {
    grid-template-columns: 1fr;
  }

  .ms-result-system__steps {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .ms-result-system__steps > i {
    width: 1px;
    height: 20px;
    margin-left: 1.4rem;
  }

  .ms-result-system__steps > i::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .ms-result-system__steps article {
    min-height: 0;
  }

  .ms-result-system__outcome {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

@media (max-width: 600px) {
  .ms-hero--portrait .ms-hero__copy .ms-heading-xl {
    font-size: clamp(3.1rem, 14vw, 4.2rem);
  }

  .ms-hero--portrait .ms-hero__media--ian,
  .ms-hero--portrait .ms-hero-picture img {
    min-height: 390px;
  }

  .ms-hero--portrait .ms-hero-picture img {
    object-position: 40% 7%;
  }

  .ms-hero--portrait .ms-hero__caption {
    min-width: 190px;
  }

  .ms-wk-pipeline {
    padding: 1.35rem;
  }

  .ms-wk-pipeline__source {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .ms-wk-pipeline__icon {
    width: 44px;
    height: 44px;
  }

  .ms-wk-pipeline__track,
  .ms-wk-pipeline__outputs > div {
    grid-template-columns: 1fr;
  }

  .ms-wk-pipeline__track article + article,
  .ms-wk-pipeline__track article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .ms-result-system {
    padding: 1.3rem;
  }

  .ms-result-system__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .ms-result-system__topline strong {
    text-align: left;
  }

  .ms-result-system__outcome strong {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .ms-footer-main {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================\
   v1.1.0 — audience pathway polish and legacy-template safety
   Keeps both the current result maps and database-saved v0.9 pathway markup
   readable at every viewport width. No oversized words can escape their cards.
   ========================================================================== */

.ms-pathways--v110 .ms-pathway {
  gap: clamp(1.75rem, 2.8vw, 2.6rem);
  min-width: 0;
  min-height: 0;
  padding-block: clamp(3.2rem, 4.5vw, 4.8rem);
}

.ms-pathways--v110 .ms-pathway__content {
  width: min(100%, 34rem);
}

.ms-pathways--v110 .ms-pathway__content .ms-heading-md {
  max-width: 13ch;
  font-size: clamp(2.55rem, 3.25vw, 3.9rem);
  text-wrap: balance;
}

.ms-result-system--v110 {
  min-width: 0;
  min-height: 390px;
  padding: clamp(1.45rem, 2.35vw, 2.25rem);
}

.ms-result-system--v110 .ms-result-system__topline {
  align-items: flex-start;
}

.ms-result-system--v110 .ms-result-system__topline strong {
  max-width: 31ch;
  line-height: 1.45;
}

.ms-result-system--v110 .ms-result-system__steps {
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  gap: 0.55rem;
}

.ms-result-system--v110 .ms-result-system__steps article {
  min-width: 0;
  min-height: 150px;
  padding: 1rem 0.9rem;
}

.ms-result-system--v110 .ms-result-system__steps b {
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
}

.ms-result-system--v110 .ms-result-system__steps p {
  font-size: clamp(0.72rem, 0.73vw, 0.78rem);
}

.ms-result-system--v110 .ms-result-system__outcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
}

.ms-result-system--v110 .ms-result-system__outcome > div {
  min-width: 0;
}

.ms-result-system--v110 .ms-result-system__outcome span {
  display: block;
  color: var(--ms-gold);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-result-system--v110 .ms-result-system__outcome strong {
  display: block;
  max-width: 12ch;
  margin-top: 0.35rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(2.15rem, 3vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  overflow-wrap: normal;
  text-wrap: balance;
}

.ms-result-system--business.ms-result-system--v110 .ms-result-system__outcome strong {
  color: var(--ms-paper);
}

.ms-result-system--v110 .ms-result-system__outcome ul {
  display: grid;
  gap: 0.38rem;
  min-width: 132px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-result-system--v110 .ms-result-system__outcome li {
  position: relative;
  padding-left: 0.95rem;
  color: var(--ms-muted);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
}

.ms-result-system--v110 .ms-result-system__outcome li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.42rem;
  height: 1px;
  background: var(--ms-gold);
  content: "";
}

.ms-result-system--business.ms-result-system--v110 .ms-result-system__outcome li {
  color: rgba(255, 255, 255, 0.64);
}

/* A safe fallback for Front Page templates saved in WordPress before v1.0. */
.ms-pathways--systems .ms-pathway {
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 2.8vw, 2.6rem);
  min-width: 0;
  min-height: 0;
  padding-block: clamp(3.2rem, 4.5vw, 4.8rem);
}

.ms-pathways--systems .ms-pathway__content {
  width: min(100%, 34rem);
}

.ms-pathways--systems .ms-pathway__content .ms-heading-md {
  max-width: 13ch;
  font-size: clamp(2.55rem, 3.25vw, 3.9rem);
  text-wrap: balance;
}

.ms-pathways--systems .ms-outcome-board {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 330px;
  padding: clamp(1.55rem, 2.4vw, 2.35rem);
}

.ms-pathways--systems .ms-outcome-board__word {
  max-width: 100%;
  margin-top: 0.55rem;
  font-size: clamp(2.75rem, 4.5vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  overflow-wrap: normal;
  white-space: normal;
  text-wrap: balance;
}

.ms-pathways--systems .ms-outcome-board__route {
  grid-template-columns: auto minmax(18px, 1fr) auto minmax(18px, 1fr) auto minmax(18px, 1fr) auto;
  min-width: 0;
  margin-top: 1.6rem;
}

.ms-pathways--systems .ms-outcome-board__route span {
  min-width: 0;
  font-size: 0.6rem;
  overflow-wrap: anywhere;
}

.ms-pathways--systems .ms-outcome-board > p {
  max-width: 42ch;
  font-size: 0.8rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .ms-result-system--v110 .ms-result-system__steps {
    grid-template-columns: 1fr;
  }

  .ms-result-system--v110 .ms-result-system__steps > i {
    width: 1px;
    height: 18px;
    margin-left: 1.35rem;
  }

  .ms-result-system--v110 .ms-result-system__steps > i::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .ms-result-system--v110 .ms-result-system__steps article {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .ms-result-system--v110 .ms-result-system__outcome {
    grid-template-columns: 1fr;
  }

  .ms-result-system--v110 .ms-result-system__outcome ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }

  .ms-pathways--systems .ms-outcome-board__route {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .ms-pathways--systems .ms-outcome-board__route i {
    width: 34px;
  }
}

@media (max-width: 520px) {
  .ms-result-system--v110 {
    padding: 1.25rem;
  }

  .ms-result-system--v110 .ms-result-system__topline {
    flex-direction: column;
  }

  .ms-result-system--v110 .ms-result-system__topline strong {
    text-align: left;
  }

  .ms-result-system--v110 .ms-result-system__outcome ul {
    grid-template-columns: 1fr;
  }

  .ms-pathways--systems .ms-outcome-board__word {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }
}

/* ==========================================================================\
   v1.2.0 — finished audience pathways
   Two balanced commercial routes with integrated outcome systems.
   ========================================================================== */

.ms-pathways--v120 {
  overflow: hidden;
  padding-block: clamp(4.8rem, 7vw, 7.2rem);
}

.ms-pathways-v120__shell {
  display: grid;
  gap: clamp(2.4rem, 4vw, 4.2rem);
}

.ms-pathways-v120__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: clamp(2rem, 8vw, 7.5rem);
  align-items: end;
}

.ms-pathways-v120__intro .ms-heading-lg {
  max-width: 15ch;
  margin-bottom: 0;
}

.ms-pathways-v120__intro > p {
  max-width: 56ch;
  margin: 0 0 0.35rem;
  color: var(--ms-muted);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.7;
}

.ms-pathways-v120__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.55rem);
}

.ms-pathway-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(11, 31, 42, 0.14);
  background: #fff;
  box-shadow: 0 28px 65px rgba(11, 31, 42, 0.08);
}

.ms-pathway-card--business {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--ms-navy);
  color: #fff;
}

.ms-pathway-card__top {
  display: grid;
  grid-template-columns: 3.35rem minmax(0, 1fr);
  gap: clamp(1rem, 1.8vw, 1.5rem);
  padding: clamp(2rem, 3.5vw, 3.25rem);
}

.ms-pathway-card__number {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(181, 138, 60, 0.55);
  border-radius: 50%;
  place-items: center;
  color: var(--ms-gold);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ms-pathway-card__kicker {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--ms-gold);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-pathway-card h3 {
  max-width: 14ch;
  margin: 0 0 1rem;
  color: var(--ms-navy);
  font-family: var(--ms-serif);
  font-size: clamp(2.25rem, 3.15vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-wrap: balance;
}

.ms-pathway-card--business h3 {
  color: #fff;
}

.ms-pathway-card__top p {
  max-width: 52ch;
  margin: 0 0 1.35rem;
  color: var(--ms-muted);
  font-size: clamp(0.83rem, 0.88vw, 0.94rem);
  line-height: 1.65;
}

.ms-pathway-card--business .ms-pathway-card__top p {
  color: rgba(255, 255, 255, 0.67);
}

.ms-pathway-card--business .ms-link-arrow {
  color: #fff;
}

.ms-pathway-map {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.35rem;
  min-width: 0;
  margin: 0 clamp(1rem, 2vw, 1.6rem) clamp(1rem, 2vw, 1.6rem);
  padding: clamp(1.35rem, 2.25vw, 2rem);
  overflow: hidden;
}

.ms-pathway-map::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  pointer-events: none;
}

.ms-pathway-map--dark {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(18, 49, 63, 0.92), rgba(7, 23, 32, 0.97));
  color: #fff;
}

.ms-pathway-map--light {
  border: 1px solid rgba(11, 31, 42, 0.14);
  background: linear-gradient(145deg, rgba(247, 245, 240, 0.94), #fff);
  color: var(--ms-navy);
}

.ms-pathway-map--light::before {
  background:
    linear-gradient(rgba(11,31,42,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,31,42,.04) 1px, transparent 1px);
  background-size: 38px 38px;
}

.ms-pathway-map > * {
  position: relative;
  z-index: 1;
}

.ms-pathway-map__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  border-color: rgba(255, 255, 255, 0.12);
}

.ms-pathway-map--light .ms-pathway-map__header {
  border-color: rgba(11, 31, 42, 0.11);
}

.ms-pathway-map__header span,
.ms-pathway-map__outcome > span {
  color: var(--ms-gold);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ms-pathway-map__header strong {
  max-width: 27ch;
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: right;
}

.ms-pathway-map__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-pathway-map__steps li {
  position: relative;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.ms-pathway-map--light .ms-pathway-map__steps li {
  border-color: rgba(11, 31, 42, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.ms-pathway-map__steps li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -0.78rem;
  width: 0.78rem;
  height: 1px;
  background: var(--ms-gold);
  content: "";
}

.ms-pathway-map__steps span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--ms-gold);
  font-size: 0.62rem;
  font-weight: 850;
}

.ms-pathway-map__steps b {
  display: block;
  color: inherit;
  font-family: var(--ms-serif);
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  font-weight: 400;
}

.ms-pathway-map__steps p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.5;
}

.ms-pathway-map--light .ms-pathway-map__steps p {
  color: var(--ms-muted);
}

.ms-pathway-map__outcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding-top: 0.2rem;
}

.ms-pathway-map__outcome strong {
  display: block;
  max-width: 11ch;
  margin-top: 0.45rem;
  color: inherit;
  font-family: var(--ms-serif);
  font-size: clamp(2.15rem, 3.2vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.93;
  text-wrap: balance;
}

.ms-pathway-map__outcome ul {
  display: grid;
  gap: 0.38rem;
  min-width: 128px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-pathway-map__outcome li {
  position: relative;
  padding-left: 0.9rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
}

.ms-pathway-map--light .ms-pathway-map__outcome li {
  color: var(--ms-muted);
}

.ms-pathway-map__outcome li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.45rem;
  height: 1px;
  background: var(--ms-gold);
  content: "";
}

@media (max-width: 1080px) {
  .ms-pathways-v120__grid {
    grid-template-columns: 1fr;
  }

  .ms-pathway-card {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    grid-template-rows: 1fr;
    align-items: stretch;
  }

  .ms-pathway-map {
    margin: 1rem 1rem 1rem 0;
  }
}

@media (max-width: 820px) {
  .ms-pathways-v120__intro,
  .ms-pathway-card {
    grid-template-columns: 1fr;
  }

  .ms-pathway-map {
    margin: 0 1rem 1rem;
  }
}

@media (max-width: 620px) {
  .ms-pathways--v120 {
    padding-block: 4rem;
  }

  .ms-pathway-card__top {
    grid-template-columns: 1fr;
  }

  .ms-pathway-card__number {
    width: 2.75rem;
    height: 2.75rem;
  }

  .ms-pathway-map__header,
  .ms-pathway-map__outcome {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-pathway-map__header strong {
    text-align: left;
  }

  .ms-pathway-map__steps {
    grid-template-columns: 1fr;
  }

  .ms-pathway-map__steps li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -0.76rem;
    left: 1.3rem;
    width: 1px;
    height: 0.76rem;
  }

  .ms-pathway-map__outcome {
    display: grid;
  }

  .ms-pathway-map__outcome ul {
    min-width: 0;
  }
}

/* v1.2.0 scope reset: the former split-section grid must not constrain the new shell. */
.ms-pathways.ms-pathways--v120 {
  display: block;
  grid-template-columns: none;
  border-bottom: 1px solid var(--ms-line);
}
