/*
 * BUZZ MEDIA 2026 — Corporate design system
 * Mobile-first, editorial, accessible and intentionally restrained.
 */

:root {
  --bm26-black: #090909;
  --bm26-ink: #151310;
  --bm26-charcoal: #1d1d1b;
  --bm26-charcoal-soft: #2a2926;
  --bm26-ivory: #f6f1e7;
  --bm26-ivory-deep: #ebe3d4;
  --bm26-paper: #fffdf8;
  --bm26-gold: #d0a53f;
  --bm26-gold-bright: #e2bd63;
  --bm26-gold-dark: #8b6815;
  --bm26-muted: #777168;
  --bm26-line: rgba(21, 19, 16, 0.16);
  --bm26-line-dark: rgba(255, 253, 248, 0.18);
  --bm26-font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --bm26-font-display: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --bm26-space-section: clamp(5rem, 11vw, 10rem);
  --bm26-shell: min(100% - 2rem, 82rem);
  --bm26-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.16);
  --bm26-ease: cubic-bezier(0.2, 0.72, 0.25, 1);
  --bm26-header-h: 4.5rem;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--bm26-header-h) + 1.5rem);
}

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

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bm26-ivory);
  color: var(--bm26-ink);
  font-family: var(--bm26-font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img,
picture,
video,
svg,
canvas,
iframe {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button {
  border: 0;
}

::selection {
  background: var(--bm26-gold);
  color: var(--bm26-black);
}

:focus-visible {
  outline: 3px solid var(--bm26-gold-bright);
  outline-offset: 4px;
}

.bm26-site {
  min-width: 0;
  overflow: clip;
  background: var(--bm26-ivory);
}

.bm26-main {
  min-width: 0;
}

.bm26-shell {
  width: var(--bm26-shell);
  margin-inline: auto;
}

.bm26-skip-link {
  position: fixed;
  z-index: 99999;
  top: 0.75rem;
  left: 0.75rem;
  min-height: 44px;
  padding: 0.65rem 1rem;
  translate: 0 -150%;
  background: var(--bm26-gold);
  color: var(--bm26-black);
  font-weight: 800;
  text-decoration: none;
  transition: translate 180ms ease;
}

.bm26-skip-link:focus {
  translate: 0;
}

.bm26-anchor-target {
  scroll-margin-top: calc(var(--bm26-header-h) + 1.5rem);
}

/* Header */
.bm26-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--bm26-header-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 9, 9, 0.76);
  color: var(--bm26-paper);
  backdrop-filter: blur(16px) saturate(130%);
  transition: background 280ms ease, box-shadow 280ms ease;
}

.bm26-site-header.is-scrolled {
  background: rgba(9, 9, 9, 0.96);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.16);
}

.admin-bar .bm26-site-header {
  top: 46px;
}

.bm26-site-header__inner {
  display: flex;
  width: min(100% - 1.5rem, 90rem);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bm26-brand {
  display: inline-flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  gap: 0.7rem;
  color: var(--bm26-paper);
  text-decoration: none;
}

.bm26-brand__mark,
.bm26-brand__image {
  display: block;
  width: clamp(6.5rem, 28vw, 9.5rem);
  max-height: 2.8rem;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: left center;
}

.bm26-brand__name {
  overflow: hidden;
  font-size: clamp(0.82rem, 2.8vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bm26-nav-toggle {
  position: relative;
  display: grid;
  width: auto;
  min-width: 72px;
  height: 44px;
  flex: 0 0 auto;
  grid-template-columns: auto 1.25rem;
  place-items: center;
  gap: 0.45rem;
  padding-inline: 0.65rem;
  border: 1px solid var(--bm26-line-dark);
  background: transparent;
  color: var(--bm26-paper);
  cursor: pointer;
}

.bm26-nav-toggle__label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bm26-nav-toggle__icon {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 0.8rem;
}

.bm26-nav-toggle__icon span {
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  transition: transform 220ms ease, translate 220ms ease;
}

.bm26-nav-toggle__icon span:first-child {
  top: 0.16rem;
}

.bm26-nav-toggle__icon span:last-child {
  bottom: 0.16rem;
}

.bm26-nav-toggle[aria-expanded="true"] .bm26-nav-toggle__icon span:first-child {
  top: 50%;
  transform: rotate(45deg);
}

.bm26-nav-toggle[aria-expanded="true"] .bm26-nav-toggle__icon span:last-child {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

.bm26-nav {
  position: fixed;
  z-index: 999;
  inset: var(--bm26-header-h) 0 0;
  display: grid;
  padding: clamp(2rem, 9vw, 4rem) 1.25rem 3rem;
  align-content: start;
  overflow-y: auto;
  background:
    linear-gradient(rgba(9, 9, 9, 0.93), rgba(9, 9, 9, 0.98)),
    repeating-linear-gradient(60deg, transparent 0 2.5rem, rgba(208, 165, 63, 0.08) 2.55rem 2.6rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: opacity 220ms ease, transform 300ms var(--bm26-ease);
}

.admin-bar .bm26-nav {
  inset-block-start: calc(var(--bm26-header-h) + 46px);
}

.bm26-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.bm26-nav__list {
  display: grid;
  width: min(100%, 32rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.bm26-nav__link {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bm26-line-dark);
  color: var(--bm26-paper);
  font-family: var(--bm26-font-display);
  font-size: clamp(1.1rem, 5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

/* WordPress custom menus do not add a class to each anchor by default. */
.bm26-nav__list > li > a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bm26-line-dark);
  color: var(--bm26-paper);
  font-family: var(--bm26-font-display);
  font-size: clamp(1.1rem, 5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-decoration: none;
}

.bm26-nav__link::after {
  color: var(--bm26-gold);
  content: "↗";
  font-family: var(--bm26-font-sans);
  font-size: 0.85em;
}

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

/* Shared type and controls */
.bm26-eyebrow,
.bm26-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.1rem;
  color: var(--bm26-gold-dark);
  font-size: clamp(0.72rem, 2.7vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.bm26-eyebrow::before,
.bm26-section-kicker::before {
  width: 1.6rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.bm26-section--dark .bm26-eyebrow,
.bm26-section--dark .bm26-section-kicker,
.bm26-hero .bm26-eyebrow {
  color: var(--bm26-gold-bright);
}

.bm26-button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  padding: 0.8rem 1.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  overflow: hidden;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 240ms var(--bm26-ease);
}

.bm26-button > span[aria-hidden="true"] {
  flex: 0 0 auto;
  font-size: 1.1em;
  transition: transform 240ms var(--bm26-ease);
}

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

.bm26-button:hover > span[aria-hidden="true"] {
  transform: translateX(0.25rem);
}

.bm26-button--primary {
  background: var(--bm26-gold);
  color: var(--bm26-black);
}

.bm26-button--primary:hover {
  background: var(--bm26-gold-bright);
}

.bm26-button--ghost {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.02);
  color: var(--bm26-paper);
}

.bm26-button--ghost:hover {
  border-color: var(--bm26-gold);
  color: var(--bm26-gold-bright);
}

.bm26-button--dark {
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-button--dark:hover {
  background: var(--bm26-charcoal-soft);
  color: var(--bm26-gold-bright);
}

.bm26-link-arrow,
.bm26-service-card__link,
.bm26-post-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
  color: var(--bm26-gold-dark);
  font-weight: 800;
  text-decoration: none;
}

.bm26-link-arrow > span[aria-hidden="true"],
.bm26-service-card__link > span[aria-hidden="true"],
.bm26-post-card__link > span[aria-hidden="true"] {
  transition: transform 220ms var(--bm26-ease);
}

.bm26-link-arrow:hover > span[aria-hidden="true"],
.bm26-service-card__link:hover > span[aria-hidden="true"],
.bm26-post-card__link:hover > span[aria-hidden="true"] {
  transform: translateX(0.3rem);
}

/* Hero */
.bm26-hero {
  position: relative;
  min-height: max(42rem, calc(100svh - var(--bm26-header-h)));
  overflow: clip;
  background: var(--bm26-black);
  color: var(--bm26-paper);
  isolation: isolate;
}

.bm26-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(208, 165, 63, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 82%, rgba(208, 165, 63, 0.08), transparent 22rem),
    linear-gradient(120deg, #090909 0%, #12110f 62%, #090909 100%);
  content: "";
}

.bm26-hero::after {
  position: absolute;
  z-index: -2;
  inset: auto 0 0;
  height: 11rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
  content: "";
  pointer-events: none;
}

.bm26-hero__grid {
  display: grid;
  width: var(--bm26-shell);
  min-height: inherit;
  margin-inline: auto;
  padding-block: clamp(3.5rem, 9vw, 7rem);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 5rem);
}

.bm26-hero__content {
  position: relative;
  z-index: 4;
}

.bm26-hero__title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(2.25rem, 11vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.14;
  text-wrap: balance;
}

.bm26-hero__title em,
.bm26-hero__title strong,
.bm26-hero__title > span,
.bm26-section-title > span {
  color: var(--bm26-gold-dark);
  font-style: normal;
  font-weight: inherit;
}

.bm26-hero__title > span {
  color: var(--bm26-gold-bright);
}

.bm26-hero__lede {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: clamp(0.95rem, 3.5vw, 1.12rem);
  line-height: 2;
}

.bm26-hero__actions {
  display: grid;
  margin-top: 2rem;
  gap: 0.75rem;
}

.bm26-hero__visual {
  position: relative;
  width: min(100%, 42rem);
  min-width: 0;
  margin-inline: auto;
  transform: translate3d(var(--media-x, 0), var(--media-y, 0), 0);
  transition: transform 900ms var(--bm26-ease);
}

.bm26-hero__frame {
  position: relative;
  z-index: 2;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--bm26-charcoal);
  box-shadow: var(--bm26-shadow);
}

.bm26-hero__frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(9, 9, 9, 0.72));
  content: "";
  pointer-events: none;
}

.bm26-hero__frame > img:not(.bm26-hero__wordmark),
.bm26-hero__frame > picture,
.bm26-hero__frame > video,
.bm26-hero__frame picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm26-hero__label {
  position: absolute;
  z-index: 4;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: calc(100% - 1.5rem);
  padding: 0.45rem 0.75rem;
  background: rgba(9, 9, 9, 0.8);
  color: rgba(255, 253, 248, 0.8);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.bm26-hero__proof {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  margin: 1.75rem 0 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--bm26-gold);
  background: var(--bm26-paper);
  color: var(--bm26-black);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.3);
  gap: 0;
  list-style: none;
}

.bm26-hero__proof li {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: var(--bm26-charcoal-soft);
  font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.bm26-hero__proof li::before {
  width: 0.35rem;
  aspect-ratio: 1;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: var(--bm26-gold);
  content: "";
}

.bm26-hero__proof li + li {
  border-left: 1px solid var(--bm26-line);
}

.bm26-hero__ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(208, 165, 63, 0.08), transparent 42%);
  pointer-events: none;
}

.bm26-hero__scroll {
  position: absolute;
  z-index: 6;
  right: 0.75rem;
  bottom: 1rem;
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.bm26-hero__scroll i {
  width: 1px;
  height: 3rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.bm26-honeycomb {
  position: absolute;
  z-index: 1;
  inset: -12% -18%;
  transform: translate3d(var(--honeycomb-x, 0), var(--honeycomb-y, 0), 0);
  pointer-events: none;
  transition: transform 1100ms var(--bm26-ease);
}

.bm26-honeycomb::before,
.bm26-honeycomb::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(30deg, rgba(208, 165, 63, 0.17) 12%, transparent 12.5%, transparent 87%, rgba(208, 165, 63, 0.17) 87.5%, rgba(208, 165, 63, 0.17)),
    linear-gradient(150deg, rgba(208, 165, 63, 0.17) 12%, transparent 12.5%, transparent 87%, rgba(208, 165, 63, 0.17) 87.5%, rgba(208, 165, 63, 0.17)),
    linear-gradient(30deg, rgba(208, 165, 63, 0.17) 12%, transparent 12.5%, transparent 87%, rgba(208, 165, 63, 0.17) 87.5%, rgba(208, 165, 63, 0.17)),
    linear-gradient(150deg, rgba(208, 165, 63, 0.17) 12%, transparent 12.5%, transparent 87%, rgba(208, 165, 63, 0.17) 87.5%, rgba(208, 165, 63, 0.17)),
    linear-gradient(60deg, rgba(208, 165, 63, 0.12) 25%, transparent 25.5%, transparent 75%, rgba(208, 165, 63, 0.12) 75%, rgba(208, 165, 63, 0.12));
  background-position: 0 0, 0 0, 2rem 3.5rem, 2rem 3.5rem, 0 0;
  background-size: 4rem 7rem;
  content: "";
  -webkit-mask-image: radial-gradient(circle at 52% 48%, #000 6%, rgba(0, 0, 0, 0.75) 44%, transparent 74%);
  mask-image: radial-gradient(circle at 52% 48%, #000 6%, rgba(0, 0, 0, 0.75) 44%, transparent 74%);
}

.bm26-honeycomb::after {
  opacity: 0.42;
  transform: scale(1.03) rotate(1deg);
  filter: drop-shadow(0 0 0.7rem rgba(208, 165, 63, 0.35));
  animation: bm26-honeycomb-pulse 5.5s ease-in-out infinite alternate;
}

.bm26-hex {
  position: absolute;
  width: clamp(2.5rem, 8vw, 5rem);
  aspect-ratio: 1.1547;
  border: 1px solid rgba(226, 189, 99, 0.44);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  animation: bm26-hex-glow 3.8s ease-in-out infinite;
}

.bm26-hex:nth-child(1) { top: 9%; left: 18%; }
.bm26-hex:nth-child(2) { top: 26%; right: 5%; animation-delay: -1.2s; }
.bm26-hex:nth-child(3) { right: 19%; bottom: 7%; animation-delay: -2.4s; }
.bm26-hex:nth-child(4) { bottom: 18%; left: 1%; animation-delay: -3.1s; }
.bm26-hex:nth-child(5) { top: 2%; right: 28%; animation-delay: -0.6s; }
.bm26-hex:nth-child(6) { top: 44%; left: 8%; animation-delay: -1.8s; }
.bm26-hex:nth-child(7) { right: 2%; bottom: 36%; animation-delay: -2.8s; }
.bm26-hex:nth-child(8) { bottom: 2%; left: 28%; animation-delay: -3.5s; }
.bm26-hex:nth-child(9) { top: 19%; left: 42%; animation-delay: -0.9s; }
.bm26-hex:nth-child(10) { top: 58%; right: 31%; animation-delay: -2.1s; }
.bm26-hex:nth-child(11) { top: 71%; left: 7%; animation-delay: -3.3s; }
.bm26-hex:nth-child(12) { top: 5%; left: 1%; animation-delay: -1.5s; }

@media (max-width: 35.99rem) {
  .bm26-hex:nth-child(n + 7) {
    display: none;
  }
}

@keyframes bm26-honeycomb-pulse {
  to { opacity: 0.8; transform: scale(1.05) translateY(-0.5rem); }
}

@keyframes bm26-hex-glow {
  0%, 100% { opacity: 0.3; filter: drop-shadow(0 0 0 transparent); }
  50% { opacity: 1; filter: drop-shadow(0 0 0.8rem rgba(208, 165, 63, 0.65)); }
}

/* Sections and editorial grid */
.bm26-section {
  position: relative;
  padding-block: var(--bm26-space-section);
}

.bm26-section--light {
  background: var(--bm26-ivory);
  color: var(--bm26-ink);
}

.bm26-section--light:nth-of-type(even) {
  background: var(--bm26-paper);
}

.bm26-section--dark {
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-section--gold {
  background: var(--bm26-gold);
  color: var(--bm26-black);
}

.bm26-section-head {
  display: grid;
  margin-bottom: clamp(2.25rem, 7vw, 5rem);
  gap: 0.75rem;
}

.bm26-section-title {
  max-width: 18ch;
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(2rem, 8.8vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.22;
  text-wrap: balance;
}

.bm26-section-lede {
  max-width: 46rem;
  margin: 0;
  color: var(--bm26-muted);
  font-size: clamp(0.95rem, 3vw, 1.08rem);
  line-height: 2;
}

.bm26-section--dark .bm26-section-lede {
  color: rgba(255, 253, 248, 0.66);
}

.bm26-section--dark .bm26-flow,
.bm26-section--dark .bm26-flow__item {
  border-color: var(--bm26-line-dark);
}

.bm26-section--dark .bm26-flow__item p {
  color: rgba(255, 253, 248, 0.64);
}

.bm26-section--dark .bm26-section-title > span,
.bm26-hero .bm26-section-title > span,
.bm26-page-hero .bm26-section-title > span {
  color: var(--bm26-gold-bright);
}

.bm26-section--bordered {
  border-top: 1px solid var(--bm26-line);
}

.bm26-section-action {
  display: flex;
  margin-top: clamp(1.5rem, 5vw, 3rem);
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}

.bm26-note {
  margin: 1.5rem 0 0;
  color: var(--bm26-muted);
  font-size: 0.76rem;
  line-height: 1.7;
}

.bm26-stat-grid {
  display: grid;
  border-top: 1px solid var(--bm26-line);
}

.bm26-section--dark .bm26-stat-grid {
  border-color: var(--bm26-line-dark);
}

.bm26-stat {
  min-width: 0;
  padding: clamp(1.4rem, 5vw, 2.5rem) 0;
  border-bottom: 1px solid var(--bm26-line);
}

.bm26-section--dark .bm26-stat {
  border-color: var(--bm26-line-dark);
}

.bm26-stat__value {
  display: block;
  color: var(--bm26-gold-dark);
  font-family: var(--bm26-font-display);
  font-size: clamp(2.75rem, 14vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.bm26-section--dark .bm26-stat__value {
  color: var(--bm26-gold-bright);
}

.bm26-stat__label {
  display: block;
  max-width: 18rem;
  margin-top: 0.9rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.7;
}

.bm26-flow {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bm26-line);
  counter-reset: bm26-flow;
  list-style: none;
}

.bm26-flow__item {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--bm26-line);
  gap: 0.65rem;
}

.bm26-flow__number {
  color: var(--bm26-gold-dark);
  font-family: var(--bm26-font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.bm26-flow__item h3 {
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.35;
}

.bm26-flow__item p {
  margin: 0;
  color: var(--bm26-muted);
  font-size: 0.9rem;
}

.bm26-card-grid {
  display: grid;
  gap: 1rem;
}

.bm26-service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 23rem;
  padding: 0 clamp(1.5rem, 5vw, 2.5rem) clamp(1.5rem, 5vw, 2.5rem);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bm26-line);
  background: var(--bm26-paper);
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 320ms var(--bm26-ease);
}

.bm26-service-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  margin: 0 calc(clamp(1.5rem, 5vw, 2.5rem) * -1) clamp(1.5rem, 5vw, 2.5rem);
  overflow: hidden;
  background: var(--bm26-charcoal);
}

.bm26-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.04);
  transition: filter 480ms ease, transform 700ms var(--bm26-ease);
}

.bm26-service-card:hover .bm26-service-card__media img {
  filter: saturate(0.95) contrast(1.04);
  transform: scale(1.035);
}

.bm26-service-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(208, 165, 63, 0.14));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.bm26-service-card:hover {
  z-index: 1;
  border-color: rgba(139, 104, 21, 0.55);
  box-shadow: var(--bm26-shadow);
  transform: translateY(-0.35rem);
}

.bm26-service-card:hover::before {
  opacity: 1;
}

.bm26-service-card__number {
  position: relative;
  color: var(--bm26-gold-dark);
  font-family: var(--bm26-font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.bm26-service-card__title {
  position: relative;
  max-width: 13ch;
  margin: auto 0 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.6rem, 6vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.bm26-service-card__title a {
  color: inherit;
  text-decoration: none;
}

.bm26-service-card__text {
  position: relative;
  margin: 1rem 0 0;
  color: var(--bm26-muted);
  font-size: 0.9rem;
}

.bm26-service-card__link {
  position: relative;
  margin-top: 1.25rem;
}

/* Founder story, mission and proof */
.bm26-story__grid,
.bm26-mission__grid,
.bm26-contact-grid {
  display: grid;
  gap: clamp(2rem, 7vw, 5rem);
}

.bm26-story__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bm26-charcoal);
}

.bm26-story__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  pointer-events: none;
}

.bm26-story__media img,
.bm26-story__media picture,
.bm26-story__media picture img,
.bm26-story__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm26-story__media > p {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.92);
  font-family: var(--bm26-font-display);
  font-size: clamp(1.15rem, 6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-align: right;
}

.bm26-story__media > span {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.bm26-story__content {
  align-self: center;
}

.bm26-section--gold .bm26-section-kicker,
.bm26-section--gold .bm26-eyebrow,
.bm26-section--gold .bm26-story__quote::before {
  color: var(--bm26-black);
}

.bm26-section--gold .bm26-story__meta {
  color: rgba(9, 9, 9, 0.7);
}

.bm26-story__quote {
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.85rem, 7.5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
  text-wrap: balance;
}

.bm26-story__quote p {
  margin: 0;
}

.bm26-story__quote::before {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--bm26-gold-bright);
  content: "“";
  font-size: 1.6em;
  line-height: 0.6;
}

.bm26-story__meta {
  margin-top: 1.5rem;
  color: rgba(255, 253, 248, 0.62);
  font-size: 0.86rem;
}

.bm26-mission__statement {
  align-self: start;
  font-family: var(--bm26-font-display);
  font-size: clamp(2.1rem, 10vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.16;
  text-wrap: balance;
}

.bm26-mission__statement strong {
  color: var(--bm26-gold-dark);
  font-weight: inherit;
}

.bm26-mission__copy {
  align-self: end;
  max-width: 38rem;
}

.bm26-mission__copy p {
  margin: 0 0 1.2rem;
}

/* News */
.bm26-post-grid {
  display: grid;
  gap: 1rem;
}

.bm26-post-card {
  display: flex;
  min-width: 0;
  min-height: 18rem;
  padding: clamp(1.35rem, 5vw, 2rem);
  flex-direction: column;
  border: 1px solid var(--bm26-line);
  background: var(--bm26-paper);
  transition: border-color 220ms ease, transform 260ms var(--bm26-ease);
}

.bm26-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  margin: calc(clamp(1.35rem, 5vw, 2rem) * -1) calc(clamp(1.35rem, 5vw, 2rem) * -1) 1.5rem;
  overflow: hidden;
  background: var(--bm26-charcoal);
}

.bm26-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
  transition: filter 400ms ease, transform 650ms var(--bm26-ease);
}

.bm26-post-card:hover .bm26-post-card__media img {
  filter: saturate(1);
  transform: scale(1.035);
}

.bm26-post-card:hover {
  border-color: var(--bm26-gold-dark);
  transform: translateY(-0.25rem);
}

.bm26-post-card__meta,
.bm26-entry-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  color: var(--bm26-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bm26-post-card__title {
  margin: auto 0 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.35rem, 5vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.bm26-post-card__title a {
  text-decoration: none;
}

.bm26-post-card__excerpt {
  margin: 1rem 0 0;
  color: var(--bm26-muted);
  font-size: 0.86rem;
}

.bm26-post-card__link {
  margin-top: 1rem;
}

.bm26-pagination {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.bm26-pagination .page-numbers {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0.4rem;
  place-items: center;
  border: 1px solid var(--bm26-line);
  text-decoration: none;
}

.bm26-pagination .current,
.bm26-pagination a:hover {
  border-color: var(--bm26-black);
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-empty {
  padding: clamp(2rem, 8vw, 5rem);
  border: 1px solid var(--bm26-line);
  text-align: center;
}

/* Company and CTA */
.bm26-company-strip {
  overflow: hidden;
  border-block: 1px solid var(--bm26-line);
  background: var(--bm26-paper);
}

.bm26-company-strip__grid {
  display: grid;
  width: var(--bm26-shell);
  margin-inline: auto;
  padding-block: clamp(3rem, 8vw, 6rem);
  gap: 2.25rem;
}

.bm26-definition-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--bm26-line);
}

.bm26-definition-list > div {
  display: grid;
  padding-block: 1rem;
  border-bottom: 1px solid var(--bm26-line);
  gap: 0.35rem;
}

.bm26-definition-list dt {
  color: var(--bm26-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bm26-definition-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.bm26-final-cta {
  position: relative;
  overflow: hidden;
  background: var(--bm26-gold);
  color: var(--bm26-black);
  isolation: isolate;
}

.bm26-final-cta::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -7rem;
  width: 22rem;
  aspect-ratio: 1;
  border: 1px solid rgba(9, 9, 9, 0.22);
  content: "";
  transform: translateY(-50%) rotate(30deg);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.bm26-final-cta .bm26-section-title {
  max-width: 15ch;
}

/* Footer */
.bm26-site-footer {
  padding: clamp(3.5rem, 9vw, 6rem) 0 1.5rem;
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-site-footer__grid {
  display: grid;
  width: var(--bm26-shell);
  margin-inline: auto;
  gap: 2.5rem;
}

.bm26-site-footer__brand {
  max-width: 27rem;
}

.bm26-site-footer__brand p {
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.84rem;
}

.bm26-site-footer__nav,
.bm26-site-footer__legal {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  list-style: none;
}

.bm26-site-footer__links {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
  list-style: none;
}

.bm26-site-footer__nav a,
.bm26-site-footer__legal a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 253, 248, 0.74);
  text-decoration: none;
}

.bm26-site-footer__nav a:hover,
.bm26-site-footer__legal a:hover {
  color: var(--bm26-gold-bright);
}

.bm26-site-footer__bottom {
  display: flex;
  width: var(--bm26-shell);
  margin: 2.5rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bm26-line-dark);
  color: rgba(255, 253, 248, 0.45);
  font-size: 0.7rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.bm26-site-footer__bottom p {
  margin: 0;
}

.bm26-site-footer__bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

/* Inner pages and editorial content */
.bm26-page-hero {
  position: relative;
  display: grid;
  min-height: clamp(24rem, 64svh, 40rem);
  padding-block: clamp(4rem, 11vw, 8rem);
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(208, 165, 63, 0.2), transparent 24rem),
    var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-page-hero::after {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(120deg, transparent 0 3.2rem, rgba(208, 165, 63, 0.055) 3.25rem 3.3rem);
  content: "";
  pointer-events: none;
}

.bm26-page-hero > * {
  position: relative;
  z-index: 1;
}

.bm26-breadcrumbs {
  margin-bottom: 1.5rem;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.72rem;
}

.bm26-breadcrumbs a {
  color: inherit;
}

.bm26-content,
.bm26-entry {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bm26-privacy {
  padding-block: 0;
}

.bm26-not-found {
  display: grid;
  width: 100%;
  min-height: calc(100svh - var(--bm26-header-h));
  margin: 0;
  padding-block: var(--bm26-space-section);
  align-items: center;
}

.bm26-shell--narrow {
  max-width: 58rem;
}

.bm26-entry-header {
  width: 100%;
  max-width: none;
  margin: 0;
}

.bm26-entry-header__title {
  margin: 1rem 0 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(2rem, 8vw, 4.5rem);
  letter-spacing: -0.04em;
  line-height: 1.24;
  text-wrap: balance;
}

.bm26-entry-header__thumbnail,
.bm26-entry__thumbnail {
  aspect-ratio: 16 / 9;
  margin-top: clamp(2rem, 6vw, 4rem);
  overflow: hidden;
  background: var(--bm26-charcoal);
}

.bm26-entry-header__thumbnail img,
.bm26-entry__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm26-entry__thumbnail {
  width: min(100%, 66rem);
  margin-inline: auto;
  margin-bottom: clamp(2rem, 7vw, 4rem);
}

.bm26-entry__navigation {
  width: min(100%, 46rem);
  margin: clamp(3rem, 8vw, 5rem) auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bm26-line);
}

.bm26-entry__navigation .nav-links {
  display: grid;
  gap: 0.75rem;
}

.bm26-entry__navigation a {
  display: grid;
  min-height: 44px;
  padding: 0.8rem 0;
  align-content: center;
  color: var(--bm26-ink);
  font-family: var(--bm26-font-display);
  font-weight: 700;
  text-decoration: none;
}

.bm26-entry__navigation a span {
  color: var(--bm26-muted);
  font-family: var(--bm26-font-sans);
  font-size: 0.7rem;
}

.bm26-entry__content,
.bm26-prose {
  width: min(100%, 46rem);
  margin-inline: auto;
  overflow-wrap: anywhere;
}

.bm26-entry__content > * + *,
.bm26-prose > * + * {
  margin-top: 1.4em;
}

.bm26-entry__content h2,
.bm26-prose h2 {
  margin-top: 2.5em;
  padding-top: 0.7em;
  border-top: 1px solid var(--bm26-line);
  font-family: var(--bm26-font-display);
  font-size: clamp(1.65rem, 5vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.bm26-entry__content h3,
.bm26-prose h3 {
  margin-top: 2.2em;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.3rem, 4vw, 1.75rem);
  line-height: 1.5;
}

.bm26-entry__content a,
.bm26-prose a {
  color: var(--bm26-gold-dark);
  font-weight: 700;
}

.bm26-entry__content blockquote,
.bm26-prose blockquote {
  margin-inline: 0;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--bm26-gold);
  background: var(--bm26-paper);
  font-family: var(--bm26-font-display);
  font-size: 1.1em;
}

.bm26-entry__content table,
.bm26-prose table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  white-space: nowrap;
}

.bm26-entry__content th,
.bm26-entry__content td,
.bm26-prose th,
.bm26-prose td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--bm26-line);
  text-align: left;
}

/* Contact form */
.bm26-form-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bm26-contact-grid__aside h2 {
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.6rem, 6vw, 2.8rem);
  line-height: 1.35;
}

.bm26-contact-steps {
  display: grid;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--bm26-line);
  list-style: none;
}

.bm26-contact-steps li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  padding-block: 1rem;
  border-bottom: 1px solid var(--bm26-line);
  gap: 0.75rem;
}

.bm26-contact-steps li > span {
  color: var(--bm26-gold-dark);
  font-family: var(--bm26-font-display);
  font-size: 0.76rem;
  font-weight: 800;
}

.bm26-contact-steps p {
  margin: 0;
  color: var(--bm26-muted);
  font-size: 0.86rem;
}

.bm26-company-detail > .bm26-prose {
  margin-top: clamp(2rem, 6vw, 4rem);
}

.bm26-contact-grid {
  align-items: start;
}

.bm26-form-shell form,
.bm26-form-shell .wpcf7-form {
  display: grid;
  gap: 1.25rem;
}

.bm26-form-shell label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.bm26-form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.bm26-form-shell select,
.bm26-form-shell textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(21, 19, 16, 0.28);
  border-radius: 0;
  background: var(--bm26-paper);
  color: var(--bm26-ink);
  line-height: 1.5;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bm26-form-shell textarea {
  min-height: 10rem;
  resize: vertical;
}

.bm26-form-shell input:focus,
.bm26-form-shell select:focus,
.bm26-form-shell textarea:focus {
  border-color: var(--bm26-gold-dark);
  box-shadow: 0 0 0 3px rgba(208, 165, 63, 0.2);
  outline: 0;
}

.bm26-form-shell input[type="checkbox"],
.bm26-form-shell input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: var(--bm26-gold-dark);
}

.bm26-form-shell input[type="submit"],
.bm26-form-shell button[type="submit"] {
  min-width: min(100%, 20rem);
  min-height: 54px;
  padding: 0.8rem 1.5rem;
  background: var(--bm26-black);
  color: var(--bm26-paper);
  font-weight: 800;
  cursor: pointer;
}

.bm26-form-shell .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.35rem;
  color: #a32525;
  font-size: 0.78rem;
}

.bm26-form-shell .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 0.85rem 1rem !important;
  border-color: var(--bm26-gold-dark) !important;
}

.bm26-not-found {
  text-align: center;
}

.bm26-not-found__code {
  margin: 0 0 -1.25rem;
  color: rgba(208, 165, 63, 0.22);
  font-family: var(--bm26-font-display);
  font-size: clamp(8rem, 42vw, 22rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.bm26-not-found .bm26-section-title {
  margin-inline: auto;
}

/* Progressive enhancement: content is visible when JS is unavailable. */
.has-js [data-reveal] {
  transition: opacity 700ms var(--bm26-ease), transform 700ms var(--bm26-ease);
}

.has-js [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(1.5rem);
}

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

/* WordPress compatibility */
.alignwide {
  width: min(100%, 70rem);
  max-width: none;
  margin-inline: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
}

.wp-caption,
.gallery,
.wp-block-image {
  max-width: 100%;
}

.wp-caption-text,
.wp-element-caption {
  margin-top: 0.55rem;
  color: var(--bm26-muted);
  font-size: 0.74rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  clip: auto;
  background: var(--bm26-paper);
  color: var(--bm26-black);
  white-space: normal;
}

@media (min-width: 36rem) {
  :root {
    --bm26-shell: min(100% - 3rem, 82rem);
  }

  .bm26-hero__actions {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .bm26-stat-grid,
  .bm26-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm26-stat:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-stat:nth-child(even) {
    padding-left: 1.5rem;
  }

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

  .bm26-definition-list > div {
    grid-template-columns: minmax(7rem, 0.38fr) 1fr;
    gap: 1rem;
  }
}

@media (min-width: 48rem) {
  .admin-bar .bm26-site-header {
    top: 32px;
  }

  .admin-bar .bm26-nav {
    inset-block-start: calc(var(--bm26-header-h) + 32px);
  }

  .bm26-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.8fr);
  }

  .bm26-hero__visual {
    width: 100%;
  }

  .bm26-section-head {
    grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.65fr);
    align-items: end;
  }

  .bm26-section-head .bm26-section-kicker {
    grid-column: 1 / -1;
  }

  .bm26-section-lede {
    justify-self: end;
  }

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

  .bm26-flow__item {
    padding: 2rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-story__grid,
  .bm26-mission__grid,
  .bm26-contact-grid,
  .bm26-company-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm26-story__media {
    aspect-ratio: 3 / 4;
  }

  .bm26-site-footer__grid {
    grid-template-columns: 1.25fr 0.8fr 0.8fr;
  }
}

@media (min-width: 60.0625rem) {
  :root {
    --bm26-header-h: 5.25rem;
  }

  body.has-open-menu {
    overflow: visible;
  }

  .bm26-site-header__inner {
    width: min(100% - 3rem, 90rem);
  }

  .bm26-nav-toggle {
    display: none;
  }

  .bm26-nav {
    position: static;
    display: block;
    padding: 0;
    overflow: visible;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .bm26-nav__list {
    display: flex;
    width: auto;
    align-items: center;
    gap: clamp(0.15rem, 1.25vw, 1.15rem);
  }

  .bm26-nav__link,
  .bm26-nav__list > li > a {
    position: relative;
    min-height: 44px;
    padding-inline: 0.35rem;
    border: 0;
    font-family: var(--bm26-font-sans);
    font-size: clamp(0.7rem, 0.8vw, 0.82rem);
    letter-spacing: 0.03em;
  }

  .bm26-nav__link::before,
  .bm26-nav__list > li > a::before {
    position: absolute;
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
    height: 1px;
    background: var(--bm26-gold);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms var(--bm26-ease);
  }

  .bm26-nav__link::after,
  .bm26-nav__list > li > a::after {
    content: none;
  }

  .bm26-nav__link:hover,
  .bm26-nav__link[aria-current="page"],
  .bm26-nav__link[aria-current="location"],
  .bm26-nav__list > li > a:hover,
  .bm26-nav__list > li.current-menu-item > a,
  .bm26-nav__list > li.current-menu-ancestor > a {
    color: var(--bm26-gold-bright);
  }

  .bm26-nav__link:hover::before,
  .bm26-nav__link[aria-current="page"]::before,
  .bm26-nav__link[aria-current="location"]::before,
  .bm26-nav__list > li > a:hover::before,
  .bm26-nav__list > li.current-menu-item > a::before,
  .bm26-nav__list > li.current-menu-ancestor > a::before {
    transform: scaleX(1);
    transform-origin: left;
  }

  .bm26-header-cta {
    display: inline-flex;
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    align-items: center;
    justify-content: center;
    background: var(--bm26-gold);
    color: var(--bm26-black);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
  }

  .bm26-brand__name {
    font-size: 0.92rem;
  }

  .bm26-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(27rem, 0.85fr);
    padding-block: clamp(5rem, 8vw, 8.5rem);
  }

  .bm26-hero__visual {
    margin-right: -4vw;
  }

  .bm26-hero__frame {
    aspect-ratio: 5 / 6;
  }

  .bm26-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bm26-stat,
  .bm26-stat:nth-child(odd),
  .bm26-stat:nth-child(even) {
    padding: 2rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-stat:last-child {
    border-right: 0;
  }

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

  .bm26-flow__item {
    min-height: 19rem;
    align-content: end;
  }

  .bm26-flow__number {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
  }

  .bm26-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .bm26-service-card:not(:last-child) {
    border-right: 0;
  }

  .bm26-story__grid {
    grid-template-columns: minmax(24rem, 0.85fr) minmax(0, 1.15fr);
  }

  .bm26-story__media {
    margin-left: max(-8vw, -8rem);
  }

  .bm26-mission__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(22rem, 0.7fr);
  }

  .bm26-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .bm26-post-card:not(:last-child) {
    border-right: 0;
  }
}

@media (min-width: 80rem) {
  .bm26-hero__content {
    margin-left: clamp(0rem, 3vw, 3rem);
  }

  .bm26-section-head {
    grid-template-columns: minmax(0, 1.35fr) minmax(24rem, 0.65fr);
  }

  .bm26-story__content {
    padding-left: clamp(2rem, 5vw, 6rem);
  }
}

@media (max-width: 25rem) {
  :root {
    --bm26-shell: min(100% - 1.25rem, 82rem);
  }

  .bm26-site-header__inner {
    width: calc(100% - 1rem);
  }

  .bm26-brand__name {
    max-width: 10rem;
    font-size: 0.72rem;
  }

  .bm26-hero__title {
    font-size: clamp(2rem, 10.8vw, 2.5rem);
  }

  .bm26-button {
    width: 100%;
  }

  .bm26-hero__proof {
    width: 100%;
  }
}

/*
 * Corporate magazine direction
 *
 * The first version of the front page borrowed too heavily from a service
 * landing page: gold-filled surfaces, proof cards and animated decoration.
 * These late-cascade rules deliberately turn the same component vocabulary
 * into a restrained corporate/editorial system while keeping the inner-page
 * contracts intact.
 */
:root {
  --bm26-black: #070707;
  --bm26-ink: #141414;
  --bm26-charcoal: #171715;
  --bm26-charcoal-soft: #242421;
  --bm26-ivory: #f2f0eb;
  --bm26-ivory-deep: #e4e0d7;
  --bm26-paper: #faf9f5;
  --bm26-gold: #b7933e;
  --bm26-gold-bright: #caaa5b;
  --bm26-gold-dark: #79601f;
  --bm26-muted: #696760;
  --bm26-line: rgba(20, 20, 20, 0.18);
  --bm26-line-dark: rgba(250, 249, 245, 0.2);
  --bm26-space-section: clamp(4rem, 8vw, 7.5rem);
  --bm26-shadow: none;
  --bm26-header-h: 4.75rem;
}

body,
.bm26-site {
  background: var(--bm26-ivory);
}

/* Quiet, exact header: navigation first, contact second. */
.bm26-site-header,
.bm26-site-header.is-scrolled {
  border-bottom-color: rgba(250, 249, 245, 0.16);
  background: rgba(7, 7, 7, 0.96);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.bm26-site-header__inner {
  width: min(100% - 1.5rem, 88rem);
}

.bm26-header-cta,
.bm26-header-cta.bm26-button--ghost {
  border: 1px solid rgba(250, 249, 245, 0.42);
  background: transparent;
  color: var(--bm26-paper);
}

.bm26-header-cta:hover,
.bm26-header-cta.bm26-button--ghost:hover {
  border-color: var(--bm26-gold-bright);
  background: transparent;
  color: var(--bm26-gold-bright);
}

/* Gold is a notation color, never a large painted surface. */
.bm26-button {
  min-height: 48px;
  padding: 0.7rem 1.1rem;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.bm26-button:hover {
  transform: none;
}

.bm26-button--primary {
  border-color: var(--bm26-paper);
  background: var(--bm26-paper);
  color: var(--bm26-black);
}

.bm26-button--primary:hover {
  border-color: var(--bm26-gold-bright);
  background: transparent;
  color: var(--bm26-gold-bright);
}

.bm26-button--dark {
  border-color: var(--bm26-black);
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-button--dark:hover {
  border-color: var(--bm26-gold-dark);
  background: transparent;
  color: var(--bm26-black);
}

.bm26-link-arrow,
.bm26-service-card__link,
.bm26-post-card__link {
  color: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.bm26-link-arrow > span[aria-hidden="true"],
.bm26-service-card__link > span[aria-hidden="true"],
.bm26-post-card__link > span[aria-hidden="true"] {
  color: var(--bm26-gold-dark);
}

.bm26-section--dark .bm26-link-arrow > span[aria-hidden="true"],
.bm26-section--dark .bm26-service-card__link > span[aria-hidden="true"],
.bm26-section--dark .bm26-post-card__link > span[aria-hidden="true"] {
  color: var(--bm26-gold-bright);
}

.bm26-eyebrow,
.bm26-section-kicker {
  margin-bottom: 0.85rem;
  color: var(--bm26-gold-dark);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

.bm26-eyebrow::before,
.bm26-section-kicker::before {
  width: 1.25rem;
}

.bm26-section-title {
  max-width: 21ch;
  font-size: clamp(1.9rem, 6.8vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.bm26-section-title > span,
.bm26-section--dark .bm26-section-title > span,
.bm26-hero .bm26-section-title > span,
.bm26-page-hero .bm26-section-title > span {
  color: inherit;
}

.bm26-section-lede {
  font-size: clamp(0.94rem, 2.5vw, 1.02rem);
}

/* Cover-style hero: a corporate thesis, not a sales pitch. */
.bm26-hero {
  min-height: max(38rem, calc(100svh - var(--bm26-header-h)));
  background: var(--bm26-black);
}

.bm26-hero.bm26-section {
  padding-block: 0;
}

.bm26-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.98), rgba(7, 7, 7, 0.88) 56%, rgba(7, 7, 7, 0.94)),
    var(--bm26-black);
}

.bm26-hero::after {
  height: 8rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.42));
}

.bm26-hero__grid {
  min-height: min(54rem, calc(100svh - var(--bm26-header-h)));
  padding-block: clamp(4.5rem, 10vw, 8rem) clamp(2.75rem, 7vw, 5rem);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.bm26-hero__content {
  min-width: 0;
  max-width: 58rem;
}

.bm26-hero__title {
  max-width: 16ch;
  overflow-wrap: anywhere;
  font-size: clamp(2.35rem, 9.2vw, 4.5rem);
  letter-spacing: -0.045em;
  line-height: 1.2;
}

@media (max-width: 60rem) {
  .bm26-header-cta,
  .bm26-header-cta.bm26-button--ghost {
    display: none;
  }
}

.bm26-hero__title em,
.bm26-hero__title strong,
.bm26-hero__title > span {
  color: var(--bm26-paper);
}

.bm26-hero__mobile-break {
  display: none;
}

.bm26-hero__lede {
  max-width: 38rem;
  margin-top: 1.6rem;
  color: rgba(250, 249, 245, 0.68);
  font-size: clamp(0.92rem, 2.6vw, 1.03rem);
  line-height: 2;
}

.bm26-hero__actions,
.bm26-hero__proof {
  display: none;
}

.bm26-hero__visual {
  width: 100%;
  max-width: 34rem;
  transform: none !important;
  transition: none;
}

.bm26-hero__frame {
  display: grid;
  aspect-ratio: auto;
  min-height: 22rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  align-content: space-between;
  overflow: visible;
  border: 0;
  border-left: 1px solid var(--bm26-line-dark);
  background: transparent;
  box-shadow: none;
}

.bm26-hero__frame::after {
  content: none;
}

.bm26-hero__frame > img:not(.bm26-hero__wordmark),
.bm26-hero__frame > picture,
.bm26-hero__frame > video,
.bm26-hero__frame picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: grayscale(1) contrast(1.08);
}

.bm26-hero__label {
  right: auto;
  bottom: 0;
  left: clamp(1.5rem, 5vw, 3rem);
  padding: 0;
  background: transparent;
  color: rgba(250, 249, 245, 0.48);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.bm26-hero__manifesto {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100%;
  align-content: space-between;
  gap: 3rem;
}

.bm26-hero__frame > img.bm26-hero__wordmark {
  position: relative;
  inset: auto;
  display: block;
  width: min(100%, 19rem);
  height: auto;
  margin: 0;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

.bm26-hero__thesis {
  max-width: 18ch;
  margin: 0;
  color: rgba(250, 249, 245, 0.78);
  font-family: var(--bm26-font-display);
  font-size: clamp(1.35rem, 4.8vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.bm26-hero__ambient {
  background: radial-gradient(circle at 74% 48%, rgba(183, 147, 62, 0.055), transparent 28rem);
}

.bm26-honeycomb {
  inset: 0;
  opacity: 0.035;
  transform: none !important;
  transition: none;
}

.bm26-honeycomb::before {
  opacity: 0.36;
  animation: none;
  filter: none;
}

.bm26-honeycomb::after,
.bm26-hex {
  display: none;
  animation: none;
}

.bm26-hero__scroll {
  color: rgba(250, 249, 245, 0.38);
}

/* The hero index behaves like a magazine contents page. */
.bm26-chapter-nav {
  position: relative;
  z-index: 5;
  width: var(--bm26-shell);
  margin: 0 auto clamp(1.5rem, 4vw, 3rem);
  border-block: 1px solid var(--bm26-line-dark);
}

.bm26-chapter-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm26-chapter-nav__item {
  min-width: 0;
  border-bottom: 1px solid var(--bm26-line-dark);
}

.bm26-chapter-nav__item:nth-child(odd) {
  border-right: 1px solid var(--bm26-line-dark);
}

.bm26-chapter-nav__item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.bm26-chapter-nav__item > a,
a.bm26-chapter-nav__item {
  display: grid;
  min-height: 64px;
  padding: 0.8rem 0.9rem;
  align-content: center;
  gap: 0.2rem;
  color: var(--bm26-paper);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.bm26-chapter-nav__item > a:hover,
a.bm26-chapter-nav__item:hover {
  background: rgba(250, 249, 245, 0.035);
  color: var(--bm26-gold-bright);
}

.bm26-chapter-nav__index {
  color: var(--bm26-gold-bright);
  font-family: var(--bm26-font-sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.bm26-chapter-nav__label {
  overflow-wrap: anywhere;
  font-size: clamp(0.74rem, 2.8vw, 0.88rem);
  font-weight: 700;
  line-height: 1.45;
}

/* Editorial cadence: not every section has the same vertical weight. */
.bm26-section {
  padding-block: var(--bm26-space-section);
}

#mission,
.bm26-mission {
  padding-block: clamp(5rem, 10vw, 9rem);
}

#service {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

#news,
#about,
.bm26-company-strip {
  padding-block: clamp(3.25rem, 6vw, 5.25rem);
}

.bm26-section-head {
  margin-bottom: clamp(2rem, 5vw, 3.75rem);
}

.bm26-section--light:nth-of-type(even) {
  background: var(--bm26-ivory);
}

/* Legacy proof/process content remains readable but no longer dominates. */
#proof,
#approach {
  padding-block: clamp(3.25rem, 6vw, 5rem);
}

.bm26-stat-grid {
  gap: 0;
}

.bm26-stat {
  padding: 1.35rem 0;
}

.bm26-stat__value {
  color: var(--bm26-ink);
  font-family: var(--bm26-font-sans);
  font-size: clamp(2.35rem, 8vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.bm26-section--dark .bm26-stat__value {
  color: var(--bm26-paper);
}

.bm26-stat__value span {
  color: var(--bm26-gold-dark);
  font-size: 0.45em;
}

.bm26-flow {
  grid-template-columns: 1fr;
}

.bm26-flow__item {
  min-height: 0;
  padding: 1.25rem 0;
  border-right: 0;
  align-content: initial;
}

.bm26-flow__number {
  position: static;
  font-size: 0.68rem;
}

.bm26-flow__item h3 {
  font-family: var(--bm26-font-sans);
  font-size: clamp(1.15rem, 4vw, 1.45rem);
}

/* Portfolio rows instead of equal sales cards. */
.bm26-card-grid--services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-bottom: 1px solid var(--bm26-line);
}

.bm26-card-grid--services .bm26-service-card {
  display: grid;
  min-height: 0;
  padding: clamp(1.75rem, 5vw, 3rem) 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--bm26-line);
  background: transparent;
  box-shadow: none;
  gap: 0.7rem;
  transition: color 180ms ease, border-color 180ms ease;
}

.bm26-card-grid--services .bm26-service-card::before {
  content: none;
}

.bm26-card-grid--services .bm26-service-card:hover {
  border-color: var(--bm26-gold-dark);
  box-shadow: none;
  transform: none;
}

.bm26-card-grid--services .bm26-service-card__media {
  aspect-ratio: 16 / 10;
  margin: 0 0 1rem;
  background: var(--bm26-charcoal);
}

.bm26-card-grid--services .bm26-service-card__media img {
  filter: grayscale(0.65) saturate(0.55) contrast(1.04);
  transition: filter 220ms ease;
}

.bm26-card-grid--services .bm26-service-card:hover .bm26-service-card__media img {
  filter: grayscale(0.35) saturate(0.7) contrast(1.04);
  transform: none;
}

.bm26-card-grid--services .bm26-service-card__number {
  align-self: start;
  margin: 0;
  color: var(--bm26-gold-dark);
  font-family: var(--bm26-font-sans);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

.bm26-card-grid--services .bm26-eyebrow {
  margin: 0;
  color: var(--bm26-muted);
}

.bm26-card-grid--services .bm26-eyebrow::before {
  content: none;
}

.bm26-card-grid--services .bm26-service-card__title {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.55rem, 5vw, 2.45rem);
}

.bm26-card-grid--services .bm26-service-card__text {
  max-width: 36rem;
  margin-top: 0.45rem;
}

.bm26-card-grid--services .bm26-service-card__link {
  margin-top: 0.5rem;
}

.bm26-section--dark .bm26-card-grid--services {
  border-color: var(--bm26-line-dark);
}

.bm26-section--dark .bm26-card-grid--services .bm26-service-card {
  border-color: var(--bm26-line-dark);
  color: var(--bm26-paper);
}

.bm26-section--dark .bm26-card-grid--services .bm26-service-card:hover {
  border-color: var(--bm26-gold-bright);
}

.bm26-section--dark .bm26-card-grid--services .bm26-service-card__number,
.bm26-section--dark .bm26-card-grid--services .bm26-service-card__link {
  color: var(--bm26-gold-bright);
}

.bm26-section--dark .bm26-card-grid--services .bm26-eyebrow,
.bm26-section--dark .bm26-card-grid--services .bm26-service-card__text {
  color: rgba(250, 249, 245, 0.62);
}

/* Mission, principles and leadership read like features, not offers. */
.bm26-mission__grid,
.bm26-story__grid,
.bm26-values-grid {
  gap: clamp(2.5rem, 8vw, 7rem);
}

.bm26-mission__statement {
  max-width: 38rem;
  font-size: inherit;
}

.bm26-mission__statement strong {
  color: inherit;
}

.bm26-mission__statement .bm26-section-title {
  max-width: 10ch;
  font-size: clamp(2.4rem, 8.5vw, 4.75rem);
}

.bm26-mission__statement > p:last-child:not(.bm26-section-kicker) {
  max-width: 38rem;
  margin: clamp(1.4rem, 3vw, 2.25rem) 0 0;
  color: var(--bm26-muted);
  font-family: var(--bm26-font-sans);
  font-size: clamp(0.94rem, 2.4vw, 1.04rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

.bm26-mission__copy h3 {
  font-family: var(--bm26-font-display);
  font-size: clamp(1.35rem, 4.5vw, 2rem);
  line-height: 1.5;
}

.bm26-mission__vision {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-block: clamp(1.75rem, 5vw, 3rem);
  align-content: end;
  border-block: 1px solid var(--bm26-line);
  gap: 0.8rem;
}

.bm26-vision-card {
  display: grid;
  padding: 0;
  border: 0;
  gap: 0.55rem;
}

.bm26-vision-card > * {
  margin: 0;
}

.bm26-vision-card small,
.bm26-vision-card__label,
.bm26-vision-card .bm26-section-kicker {
  color: var(--bm26-gold-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bm26-message,
#story.bm26-section--gold {
  background: var(--bm26-paper);
  color: var(--bm26-ink);
}

.bm26-message .bm26-section-kicker,
.bm26-message .bm26-eyebrow,
#story.bm26-section--gold .bm26-section-kicker,
#story.bm26-section--gold .bm26-eyebrow {
  color: var(--bm26-gold-dark);
}

.bm26-story__media {
  aspect-ratio: 4 / 5;
}

.bm26-story__media img,
.bm26-story__media picture,
.bm26-story__media picture img,
.bm26-story__media video {
  filter: grayscale(0.35) saturate(0.7);
}

.bm26-story__quote {
  font-size: clamp(1.55rem, 5.5vw, 3rem);
  line-height: 1.48;
}

.bm26-story__lead {
  max-width: 25ch;
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.45rem, 3.6vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.6;
}

.bm26-story__body {
  max-width: 38rem;
  margin: 1.25rem 0 0;
  color: var(--bm26-muted);
  font-size: clamp(0.94rem, 2.4vw, 1.04rem);
  line-height: 2;
}

.bm26-story__quote::before {
  color: var(--bm26-gold-dark);
}

.bm26-message .bm26-story__quote::before,
#story.bm26-section--gold .bm26-story__quote::before {
  color: var(--bm26-gold-dark);
}

.bm26-story__meta,
.bm26-section--gold .bm26-story__meta {
  color: var(--bm26-muted);
}

.bm26-philosophy {
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-philosophy .bm26-section-kicker {
  color: var(--bm26-gold-bright);
}

.bm26-philosophy .bm26-section-title {
  color: var(--bm26-paper);
}

.bm26-values-grid {
  display: grid;
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  border-bottom: 1px solid var(--bm26-line-dark);
}

.bm26-value-card {
  display: grid;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  border-top: 1px solid var(--bm26-line-dark);
  background: transparent;
  gap: 0.75rem;
}

.bm26-value-card__label {
  color: var(--bm26-gold-bright);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.bm26-value-card__title {
  margin: 0;
  font-family: var(--bm26-font-display);
  font-size: clamp(1.3rem, 4vw, 1.8rem);
  line-height: 1.45;
}

.bm26-value-card__text {
  max-width: 34rem;
  margin: 0;
  color: rgba(250, 249, 245, 0.62);
  font-size: 0.9rem;
}

/* News is a reading list, not a grid of conversion cards. */
.bm26-post-grid {
  gap: 0;
  border-bottom: 1px solid var(--bm26-line);
}

.bm26-post-card {
  min-height: 0;
  padding: clamp(1.35rem, 4vw, 2rem) 0;
  border: 0;
  border-top: 1px solid var(--bm26-line);
  background: transparent;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.bm26-post-card:hover {
  border-color: var(--bm26-gold-dark);
  box-shadow: none;
  transform: none;
}

.bm26-post-card__media {
  margin: 0 0 1.25rem;
}

.bm26-post-card__media img {
  filter: grayscale(0.7) saturate(0.5);
  transition: filter 220ms ease;
}

.bm26-post-card:hover .bm26-post-card__media img {
  filter: grayscale(0.4) saturate(0.7);
  transform: none;
}

.bm26-post-card__title {
  margin-top: 1rem;
  font-family: var(--bm26-font-sans);
  font-size: clamp(1.05rem, 3.6vw, 1.4rem);
  letter-spacing: -0.015em;
}

.bm26-post-card__excerpt {
  max-width: 42rem;
}

.bm26-company-strip {
  border-block-color: var(--bm26-line-dark);
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-company-strip__grid {
  padding-block: 0;
}

/* A quiet closing invitation; no full-width gold billboard. */
.bm26-final-cta,
.bm26-final-cta.bm26-section--gold,
.bm26-contact {
  background: var(--bm26-black);
  color: var(--bm26-paper);
}

.bm26-final-cta::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  aspect-ratio: auto;
  background: var(--bm26-gold);
  clip-path: none;
  opacity: 0.7;
  transform: none;
}

.bm26-final-cta .bm26-section-title {
  max-width: 17ch;
}

.bm26-final-cta > .bm26-shell,
.bm26-contact > .bm26-shell {
  display: grid;
  gap: 1rem;
}

.bm26-final-cta p,
.bm26-contact p {
  max-width: 42rem;
  color: rgba(250, 249, 245, 0.62);
}

.bm26-final-cta .bm26-button--dark,
.bm26-contact .bm26-button--dark {
  width: fit-content;
  border-color: rgba(250, 249, 245, 0.42);
  background: transparent;
  color: var(--bm26-paper);
}

.bm26-final-cta .bm26-button--dark:hover,
.bm26-contact .bm26-button--dark:hover {
  border-color: var(--bm26-gold-bright);
  color: var(--bm26-gold-bright);
}

/* Motion is reserved for orientation, never spectacle. */
.has-js [data-reveal] {
  transition: opacity 260ms ease-out, transform 260ms ease-out;
}

.has-js [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(0.5rem);
}

.bm26-service-card,
.bm26-post-card,
.bm26-service-card__media img,
.bm26-post-card__media img {
  box-shadow: none;
}

.bm26-service-card:hover {
  box-shadow: none;
  transform: none;
}

.bm26-service-card:hover .bm26-service-card__media img {
  transform: none;
}

@media (min-width: 36rem) {
  .bm26-chapter-nav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bm26-chapter-nav__item,
  .bm26-chapter-nav__item:nth-child(odd) {
    border-right: 1px solid var(--bm26-line-dark);
  }

  .bm26-chapter-nav__item:nth-child(3n) {
    border-right: 0;
  }

  .bm26-chapter-nav__item:nth-last-child(-n + 3) {
    border-bottom: 0;
  }

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

  .bm26-flow__item:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-flow__item:nth-child(even) {
    padding-left: 1.5rem;
  }
}

@media (min-width: 48rem) {
  .bm26-hero__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(17rem, 0.62fr);
  }

  .bm26-hero__frame {
    min-height: 30rem;
  }

  .bm26-mission__grid,
  .bm26-story__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.75fr);
  }

  .bm26-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 0;
  }

  .bm26-value-card {
    padding: 1.75rem;
    border-right: 1px solid var(--bm26-line-dark);
    border-bottom: 1px solid var(--bm26-line-dark);
  }

  .bm26-value-card:last-child {
    border-right: 0;
  }

  .bm26-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bm26-post-card {
    padding: 1.75rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-post-grid .bm26-post-card:not(:last-child) {
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-post-card:last-child {
    border-right: 0;
  }
}

@media (min-width: 60.0625rem) {
  :root {
    --bm26-header-h: 5rem;
  }

  .bm26-site-header__inner {
    width: min(100% - 3rem, 88rem);
  }

  .bm26-header-cta,
  .bm26-header-cta.bm26-button--ghost {
    display: inline-flex;
    min-height: 44px;
    padding: 0.5rem 0.85rem;
    background: transparent;
    color: var(--bm26-paper);
  }

  .bm26-hero__grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(22rem, 0.62fr);
    padding-block: clamp(5.5rem, 8vw, 8rem) clamp(3rem, 5vw, 4.5rem);
  }

  .bm26-hero__content {
    margin-left: 0;
  }

  .bm26-hero__visual {
    margin-right: 0;
  }

  .bm26-hero__frame {
    aspect-ratio: auto;
  }

  .bm26-chapter-nav__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .bm26-chapter-nav__item,
  .bm26-chapter-nav__item:nth-child(odd),
  .bm26-chapter-nav__item:nth-child(3n) {
    border-right: 1px solid var(--bm26-line-dark);
    border-bottom: 0;
  }

  .bm26-chapter-nav__item:last-child {
    border-right: 0;
  }

  .bm26-card-grid--services {
    grid-template-columns: 1fr;
  }

  .bm26-card-grid--services .bm26-service-card,
  .bm26-card-grid--services .bm26-service-card:not(:last-child) {
    grid-template-columns: minmax(15rem, 0.72fr) 3rem minmax(0, 1.08fr);
    grid-template-areas:
      "media number eyebrow"
      "media number title"
      "media number text"
      "media number link";
    column-gap: clamp(1.5rem, 4vw, 4rem);
  }

  .bm26-card-grid--services .bm26-service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.08fr) 3rem minmax(15rem, 0.72fr);
    grid-template-areas:
      "eyebrow number media"
      "title number media"
      "text number media"
      "link number media";
  }

  .bm26-card-grid--services .bm26-service-card__media {
    grid-area: media;
    margin: 0;
  }

  .bm26-card-grid--services .bm26-service-card__number {
    grid-area: number;
    justify-self: center;
    writing-mode: vertical-rl;
  }

  .bm26-card-grid--services .bm26-eyebrow {
    grid-area: eyebrow;
  }

  .bm26-card-grid--services .bm26-service-card__title {
    grid-area: title;
  }

  .bm26-card-grid--services .bm26-service-card__text {
    grid-area: text;
  }

  .bm26-card-grid--services .bm26-service-card__link {
    grid-area: link;
  }

  .bm26-story__media {
    margin-left: 0;
  }

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

  .bm26-flow__item,
  .bm26-flow__item:nth-child(odd),
  .bm26-flow__item:nth-child(even) {
    min-height: 0;
    padding: 1.5rem;
    border-right: 1px solid var(--bm26-line);
  }

  .bm26-flow__item:last-child {
    border-right: 0;
  }
}

@media (min-width: 80rem) {
  .bm26-story__content {
    padding-left: 0;
  }
}

@media (max-width: 25rem) {
  .bm26-hero__grid {
    padding-top: 3.5rem;
  }

  .bm26-hero__title {
    font-size: clamp(2rem, 10.2vw, 2.45rem);
  }

  .bm26-hero__mobile-break {
    display: block;
  }

  .bm26-hero__frame {
    min-height: 18rem;
    padding-inline: 1.25rem;
  }

  .bm26-chapter-nav__item > a,
  a.bm26-chapter-nav__item {
    min-height: 60px;
    padding-inline: 0.7rem;
  }

  .bm26-final-cta .bm26-button--dark,
  .bm26-contact .bm26-button--dark {
    width: 100%;
  }
}

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

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

  .bm26-honeycomb,
  .bm26-hero__visual {
    transform: none !important;
  }

  .has-js [data-reveal]:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .bm26-site-header,
  .bm26-site-footer,
  .bm26-nav,
  .bm26-hero__actions,
  .bm26-final-cta,
  .bm26-honeycomb {
    display: none !important;
  }

  body,
  .bm26-site,
  .bm26-section,
  .bm26-page-hero {
    background: #fff !important;
    color: #000 !important;
  }

  .bm26-section,
  .bm26-content,
  .bm26-entry {
    padding-block: 1.5rem;
  }
}
