/* MAXBETON flagship case — scoped product-story system. */
.maxbeton-case {
  --mb-night: #090b0e;
  --mb-panel: #11151b;
  --mb-panel-2: #171c23;
  --mb-line: rgba(255, 255, 255, .12);
  --mb-gold: #d6b85c;
  --mb-green: #50bd87;
  --mb-blue: #59a9d9;
  --mb-violet: #8f72e8;
  background: var(--paper);
}
.maxbeton-case .site-header { background: rgba(9, 11, 14, .88); color: var(--white); border-color: var(--mb-line); }
.maxbeton-case .site-header .brand { color: var(--white); }
.maxbeton-case .site-header .brand-mark,
.maxbeton-case .site-header .brand-name span { color: var(--mb-gold); }
.maxbeton-case .site-header .desktop-nav a { color: rgba(255,255,255,.7); }
.maxbeton-case .site-header .desktop-nav a:hover,
.maxbeton-case .site-header .desktop-nav a[aria-current="page"] { color: var(--white); }
.maxbeton-case .site-header .desktop-nav a::after { background: var(--mb-gold); }
.maxbeton-case .site-header .header-cta { color: var(--white); border-color: rgba(255,255,255,.62); }
.maxbeton-case .site-header .header-cta:hover { color: var(--ink); border-color: var(--mb-gold); background: var(--mb-gold); }
.maxbeton-case .site-header .menu-toggle span { background: var(--white); }
.maxbeton-case .mobile-nav { color: var(--ink); background: var(--paper); }
.maxbeton-case .mobile-nav a { color: var(--ink); }
.maxbeton-case .mobile-nav a:last-child { color: var(--ink); border-color: var(--ink); }
.maxbeton-case main { overflow: visible; }
.maxbeton-case [data-case-section],
.maxbeton-case #maxbeton-demo { scroll-margin-top: 44px; }
.maxbeton-case .maxbeton-case-nav {
  position: sticky;
  top: 70px;
  z-index: 900;
  height: 54px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: rgba(9,11,14,.94);
  color: var(--white);
  backdrop-filter: blur(16px);
}
.maxbeton-case .maxbeton-case-nav > .container {
  height: 100%;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(20px,3vw,46px);
}
.maxbeton-case .maxbeton-case-nav-label {
  color: var(--mb-gold);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  white-space: nowrap;
}
.maxbeton-case .maxbeton-case-nav-links {
  min-width: 0;
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.maxbeton-case .maxbeton-case-nav-links::-webkit-scrollbar { display: none; }
.maxbeton-case .maxbeton-case-nav-links a {
  position: relative;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 0 clamp(10px,1.1vw,16px);
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}
.maxbeton-case .maxbeton-case-nav-links a::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 2px;
  background: var(--mb-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--ease);
}
.maxbeton-case .maxbeton-case-nav-links a:hover,
.maxbeton-case .maxbeton-case-nav-links a[aria-current="location"] { color: var(--white); }
.maxbeton-case .maxbeton-case-nav-links a[aria-current="location"]::after { transform: scaleX(1); }
.maxbeton-case .maxbeton-case-nav-links a:focus-visible { outline-color: var(--mb-gold); outline-offset: -3px; }
.maxbeton-case .maxbeton-case-nav-cta {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mb-gold);
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.maxbeton-case .maxbeton-case-nav-cta span { transition: transform .2s ease; }
.maxbeton-case .maxbeton-case-nav-cta:hover span { transform: translate(2px,-2px); }
.maxbeton-case .maxbeton-hero {
  position: relative;
  padding: clamp(118px, 12vw, 176px) 0 clamp(72px, 8vw, 116px);
  background:
    radial-gradient(circle at 82% 12%, rgba(214, 184, 92, .16), transparent 27%),
    linear-gradient(180deg, #090b0e 0%, #0b0e12 76%, #11151b 100%);
  color: #f6f4ee;
  border-bottom: 1px solid var(--mb-line);
}
.maxbeton-case .maxbeton-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}
.maxbeton-case .maxbeton-hero > * { position: relative; }
.maxbeton-case .maxbeton-hero .page-code { color: rgba(255,255,255,.36); }
.maxbeton-case .maxbeton-hero .breadcrumb { margin-bottom: clamp(58px, 7vw, 96px); color: rgba(255,255,255,.52); }
.maxbeton-case .maxbeton-hero .breadcrumb a:hover { color: var(--white); }
.maxbeton-case .maxbeton-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(48px, 7vw, 116px);
}
.maxbeton-case .maxbeton-hero-copy { min-width: 0; }
.maxbeton-case .maxbeton-hero .eyebrow { color: rgba(255,255,255,.55); }
.maxbeton-case .maxbeton-hero .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .maxbeton-hero h1 {
  margin: 22px 0 0;
  font-weight: 760;
}
.maxbeton-case .maxbeton-hero-name {
  display: block;
  font-size: clamp(78px, 10.5vw, 164px);
  line-height: .82;
  letter-spacing: -.075em;
}
.maxbeton-case .maxbeton-hero-category {
  display: block;
  max-width: 48ch;
  margin-top: 28px;
  color: var(--mb-gold);
  font-family: var(--mono);
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.maxbeton-case .maxbeton-hero-statement {
  max-width: 840px;
  margin: clamp(34px, 4vw, 58px) 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(26px, 3.1vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.maxbeton-case .maxbeton-hero-side { padding-bottom: 4px; }
.maxbeton-case .maxbeton-hero-lede {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}
.maxbeton-case .maxbeton-pilot-badge {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 14px;
  align-items: start;
  margin: 32px 0 0;
  padding: 20px 0;
  border-block: 1px solid var(--mb-line);
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.55;
}
.maxbeton-case .maxbeton-pilot-badge i {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--mb-green);
  box-shadow: 0 0 0 5px rgba(80,189,135,.12), 0 0 18px rgba(80,189,135,.5);
}
.maxbeton-case .maxbeton-pilot-badge strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.maxbeton-case .maxbeton-pilot-badge a { color: var(--white); text-underline-offset: 3px; }
.maxbeton-case .maxbeton-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 30px; }
.maxbeton-case .maxbeton-hero-actions .text-link,
.maxbeton-case .pilot-proof-actions .text-link { min-height: 44px; display: inline-flex; align-items: center; }
.maxbeton-case .maxbeton-hero-actions .text-link { color: rgba(255,255,255,.68); }
.maxbeton-case .maxbeton-hero-actions .text-link:hover { color: var(--white); }

.maxbeton-case .product-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(17,18,15,.18);
  border-radius: 18px;
  background: #0a0d11;
  box-shadow: 0 28px 86px rgba(15, 18, 15, .18);
}
.maxbeton-case .product-frame-hero {
  margin-top: clamp(64px, 8vw, 120px);
  border-color: rgba(255,255,255,.15);
  box-shadow: 0 46px 120px rgba(0,0,0,.52), 0 0 0 1px rgba(214,184,92,.05) inset;
}
.maxbeton-case .product-frame-bar {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #11151a;
  color: rgba(255,255,255,.64);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.maxbeton-case .product-frame-bar span:last-child { text-align: right; }
.maxbeton-case .product-frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--mb-green); box-shadow: 0 0 14px rgba(80,189,135,.55); }
.maxbeton-case .product-frame-viewport { overflow: hidden; background: #080a0d; }
.maxbeton-case .product-frame-viewport > a { position: relative; display: block; width: 100%; height: 100%; }
.maxbeton-case .product-frame-viewport > a::after { content: "УВЕЛИЧИТЬ ↗"; position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 8px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 3px; background: rgba(8,10,13,.88); color: rgba(255,255,255,.9); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; transition: color .2s ease, background .2s ease; }
.maxbeton-case .product-frame-viewport > a:hover::after { background: var(--mb-gold); color: var(--ink); }
.maxbeton-case .product-frame-viewport > a:focus-visible { outline: 0; box-shadow: inset 0 0 0 3px var(--mb-gold); }
.maxbeton-case .product-frame-viewport > a:focus-visible::after { background: var(--mb-gold); color: var(--ink); }
.maxbeton-case .product-frame-viewport img { width: 100%; }
.maxbeton-case .product-frame-hero .product-frame-viewport { aspect-ratio: 16 / 8.35; }
.maxbeton-case .product-frame-hero .product-frame-viewport img { height: 100%; object-fit: cover; object-position: top; }
.maxbeton-case .product-frame figcaption {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) 1fr;
  gap: 30px;
  padding: 20px 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  background: #11151a;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  line-height: 1.55;
}
.maxbeton-case .product-frame figcaption span { color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.maxbeton-case .product-frame figcaption p { max-width: 78ch; margin: 0; }
.maxbeton-case .maxbeton-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(36px, 4vw, 58px) 0 0;
  border-block: 1px solid var(--mb-line);
}
.maxbeton-case .maxbeton-proof-strip > div { min-height: 118px; padding: 25px 24px; }
.maxbeton-case .maxbeton-proof-strip > div + div { border-left: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-proof-strip dt { color: rgba(255,255,255,.64); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.maxbeton-case .maxbeton-proof-strip dd { margin: 15px 0 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.5; }

.maxbeton-case .maxbeton-executive {
  padding-block: clamp(76px,8vw,118px);
  border-bottom: 1px solid var(--line);
  background: #e8e2d5;
}
.maxbeton-case .maxbeton-executive-heading { display: grid; grid-template-columns: minmax(150px,.24fr) 1fr; gap: clamp(36px,7vw,112px); align-items: start; }
.maxbeton-case .maxbeton-executive-heading h2 { margin: 0; font-size: clamp(44px,5.4vw,78px); line-height: .96; letter-spacing: -.052em; }
.maxbeton-case .maxbeton-executive-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(56px,7vw,96px); border: 1px solid var(--line); }
.maxbeton-case .maxbeton-executive-grid article { min-height: 330px; display: flex; flex-direction: column; padding: clamp(24px,2.5vw,36px); }
.maxbeton-case .maxbeton-executive-grid article + article { border-left: 1px solid var(--line); }
.maxbeton-case .maxbeton-executive-grid article > span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .maxbeton-executive-grid h3 { max-width: 14ch; margin: 64px 0 0; font-size: clamp(23px,2vw,30px); line-height: 1.06; letter-spacing: -.04em; }
.maxbeton-case .maxbeton-executive-grid p { margin: 20px 0 0; color: var(--text-secondary); font-size: 12px; line-height: 1.65; }
.maxbeton-case .maxbeton-executive-grid a { width: max-content; margin-top: auto; padding-top: 22px; color: var(--signal-ink); font-size: 11px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.maxbeton-case .maxbeton-role-router {
  display: grid;
  grid-template-columns: minmax(190px,.75fr) repeat(5,1fr);
  margin-top: 20px;
  border: 1px solid var(--line);
}
.maxbeton-case .maxbeton-role-router-intro,
.maxbeton-case .maxbeton-role-router a {
  min-width: 0;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}
.maxbeton-case .maxbeton-role-router a {
  position: relative;
  color: var(--ink);
  text-decoration: none;
  border-left: 1px solid var(--line);
  transition: background .25s ease, color .25s ease;
}
.maxbeton-case .maxbeton-role-router a:hover { background: var(--ink); color: var(--white); }
.maxbeton-case .maxbeton-role-router-intro span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; }
.maxbeton-case .maxbeton-role-router-intro strong { max-width: 13ch; margin-top: auto; font-size: 18px; line-height: 1.1; }
.maxbeton-case .maxbeton-role-router a strong { max-width: 14ch; font-size: 14px; line-height: 1.2; }
.maxbeton-case .maxbeton-role-router a small { max-width: 21ch; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.45; transition: color .25s ease; }
.maxbeton-case .maxbeton-role-router a:hover small { color: rgba(255,255,255,.64); }
.maxbeton-case .maxbeton-role-router a i { margin-top: auto; color: var(--signal-ink); font-style: normal; font-size: 13px; transition: transform .2s ease; }
.maxbeton-case .maxbeton-role-router a:hover i { transform: translate(3px,3px); }

.maxbeton-case .maxbeton-context { background: var(--paper); }
.maxbeton-case .maxbeton-editorial-grid { display: grid; grid-template-columns: minmax(130px, .22fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 140px); }
.maxbeton-case .maxbeton-section-index { padding-top: 5px; color: var(--signal-ink); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.maxbeton-case .maxbeton-editorial-copy { max-width: 1020px; }
.maxbeton-case .maxbeton-editorial-copy h2,
.maxbeton-case .maxbeton-section-heading h2,
.maxbeton-case .maxbeton-story-copy h2,
.maxbeton-case .pilot-proof-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(45px, 6vw, 88px);
  line-height: .97;
  letter-spacing: -.052em;
}
.maxbeton-case .maxbeton-big-copy {
  max-width: 980px;
  margin: clamp(48px, 6vw, 80px) 0 0;
  font-size: clamp(24px, 2.55vw, 38px);
  line-height: 1.23;
  letter-spacing: -.035em;
}
.maxbeton-case .maxbeton-editorial-copy > p:not(.eyebrow):not(.maxbeton-big-copy) { max-width: 74ch; margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.maxbeton-case .maxbeton-challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(64px, 8vw, 110px); }
.maxbeton-case .maxbeton-challenge-grid article { min-height: 310px; padding: clamp(26px, 3vw, 44px); border: 1px solid var(--line); }
.maxbeton-case .maxbeton-challenge-grid article + article { border-left: 0; }
.maxbeton-case .maxbeton-challenge-grid span { color: var(--signal-ink); font-family: var(--mono); font-size: 10px; }
.maxbeton-case .maxbeton-challenge-grid h3 { max-width: 17ch; margin: 68px 0 0; font-size: clamp(22px, 2vw, 30px); line-height: 1.08; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-challenge-grid p { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.maxbeton-case .maxbeton-flow-section { background: var(--mb-night); color: var(--white); }
.maxbeton-case .maxbeton-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: clamp(40px, 8vw, 128px); }
.maxbeton-case .maxbeton-flow-section .maxbeton-section-heading > p,
.maxbeton-case .maxbeton-atlas .maxbeton-section-heading > p,
.maxbeton-case .maxbeton-bsu-section .maxbeton-section-heading > p,
.maxbeton-case .maxbeton-architecture .maxbeton-section-heading > p,
.maxbeton-case .maxbeton-register .maxbeton-section-heading > p,
.maxbeton-case .maxbeton-supply-story .maxbeton-section-heading > p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.7; }
.maxbeton-case .maxbeton-flow-section .eyebrow { color: rgba(255,255,255,.64); }
.maxbeton-case .maxbeton-flow-section .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .maxbeton-loops { margin-top: clamp(64px, 8vw, 112px); border: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-loops > article { display: grid; grid-template-columns: minmax(180px, .28fr) 1fr; }
.maxbeton-case .maxbeton-loops > article + article { border-top: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-loops article header { padding: 28px; border-right: 1px solid var(--mb-line); background: rgba(255,255,255,.025); }
.maxbeton-case .maxbeton-loops article header span { color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.maxbeton-case .maxbeton-loops article header h3 { display: block; max-width: 13ch; margin: 70px 0 0; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-loops ol { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.maxbeton-case .maxbeton-loops li { min-height: 210px; padding: 25px 20px; border-right: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-loops li:last-child { border-right: 0; }
.maxbeton-case .maxbeton-loops li span { color: rgba(255,255,255,.62); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .maxbeton-loops li b { display: block; margin-top: 72px; font-size: 15px; }
.maxbeton-case .maxbeton-loops li small { display: block; margin-top: 8px; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.45; }
.maxbeton-case .maxbeton-cross-layer { display: grid; grid-template-columns: minmax(180px, .28fr) 1fr; border-top: 1px solid var(--mb-line); background: rgba(214,184,92,.07); }
.maxbeton-case .maxbeton-cross-layer span { padding: 19px 28px; color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; border-right: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-cross-layer p { margin: 0; padding: 18px 22px; color: rgba(255,255,255,.62); font-family: var(--mono); font-size: 9px; line-height: 1.6; letter-spacing: .03em; }

.maxbeton-case .maxbeton-atlas { background: #11151b; color: var(--white); }
.maxbeton-case .maxbeton-atlas .eyebrow { color: rgba(255,255,255,.64); }
.maxbeton-case .maxbeton-atlas .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .module-atlas-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(60px, 8vw, 110px); border: 1px solid var(--mb-line); }
.maxbeton-case .module-atlas-grid article { min-height: 300px; display: flex; flex-direction: column; padding: clamp(24px, 2.4vw, 34px); border-right: 1px solid var(--mb-line); border-bottom: 1px solid var(--mb-line); }
.maxbeton-case .module-atlas-grid article:nth-child(4n) { border-right: 0; }
.maxbeton-case .module-atlas-grid article:nth-last-child(-n+4) { border-bottom: 0; }
.maxbeton-case .module-atlas-grid article > span { color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; }
.maxbeton-case .module-atlas-grid h3 { max-width: 13ch; margin: 48px 0 0; font-size: clamp(23px, 2vw, 30px); line-height: 1.06; letter-spacing: -.04em; }
.maxbeton-case .module-atlas-grid p { max-width: 27ch; margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.maxbeton-case .module-atlas-grid small { display: block; margin-top: auto; padding-top: 24px; color: rgba(214,184,92,.8); font-family: var(--mono); font-size: 9px; line-height: 1.55; letter-spacing: .03em; }
.maxbeton-case .maxbeton-atlas-link { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; padding: 10px 14px; border: 1px solid rgba(214,184,92,.55); background: rgba(214,184,92,.06); color: var(--mb-gold); font-size: 12px; font-weight: 750; text-decoration: none; }
.maxbeton-case .maxbeton-atlas-link span { transition: transform .2s ease; }
.maxbeton-case .maxbeton-atlas-link:hover span { transform: translate(2px,2px); }

.maxbeton-case .maxbeton-delivery { background: #f0ece3; }
.maxbeton-case .maxbeton-delivery .maxbeton-section-heading > p { margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
.maxbeton-case .maxbeton-trace-grid { display: grid; grid-template-columns: repeat(7,1fr); margin-top: clamp(64px,8vw,110px); border: 1px solid var(--line); }
.maxbeton-case .maxbeton-trace-grid article { position: relative; min-width: 0; min-height: 370px; display: flex; flex-direction: column; padding: 24px 18px; }
.maxbeton-case .maxbeton-trace-grid article + article { border-left: 1px solid var(--line); }
.maxbeton-case .maxbeton-trace-grid article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 23px; right: -10px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--signal); color: var(--ink); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .maxbeton-trace-grid article > span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .maxbeton-trace-grid h3 { margin: 74px 0 0; font-size: clamp(17px,1.4vw,22px); line-height: 1.05; letter-spacing: -.035em; hyphens: auto; overflow-wrap: break-word; }
.maxbeton-case .maxbeton-trace-grid p { margin: 20px 0 0; color: var(--text-secondary); font-size: 12px; line-height: 1.6; }
.maxbeton-case .maxbeton-trace-grid small { display: block; margin-top: auto; padding-top: 24px; color: var(--signal-ink); font-family: var(--mono); font-size: 9px; line-height: 1.55; text-transform: uppercase; }
.maxbeton-case .maxbeton-swipe-hint { display: none; }
.maxbeton-case .maxbeton-trace-thread { display: grid; grid-template-columns: minmax(160px,.22fr) minmax(330px,.58fr) 1fr; gap: 28px; align-items: center; min-height: 106px; margin-top: 20px; padding: 22px 26px; border: 1px solid var(--line); background: var(--ink); color: var(--white); }
.maxbeton-case .maxbeton-trace-thread span { color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .09em; }
.maxbeton-case .maxbeton-trace-thread strong { font-family: var(--mono); font-size: 12px; line-height: 1.5; }
.maxbeton-case .maxbeton-trace-thread p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.6; }
.maxbeton-case .maxbeton-trace-proof { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; border: 1px solid var(--line); }
.maxbeton-case .maxbeton-trace-proof article { min-height: 245px; padding: clamp(24px,2.5vw,34px); }
.maxbeton-case .maxbeton-trace-proof article + article { border-left: 1px solid var(--line); }
.maxbeton-case .maxbeton-trace-proof span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .maxbeton-trace-proof h3 { max-width: 18ch; margin: 48px 0 0; font-size: clamp(21px,2vw,29px); line-height: 1.06; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-trace-proof p { max-width: 60ch; margin: 18px 0 0; color: var(--text-secondary); font-size: 12px; line-height: 1.65; }

.maxbeton-case .maxbeton-screen-story { background: var(--paper); }
.maxbeton-case .maxbeton-story-grid,
.maxbeton-case .maxbeton-quality-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
}
.maxbeton-case .maxbeton-story-copy h2 { font-size: clamp(42px, 5.2vw, 76px); }
.maxbeton-case .maxbeton-story-copy > p:not(.eyebrow) { max-width: 66ch; margin: 32px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.maxbeton-case .scenario-steps { margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.maxbeton-case .scenario-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.maxbeton-case .scenario-steps li > span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .scenario-steps p { display: grid; grid-template-columns: minmax(150px, .8fr) 1fr; gap: 18px; margin: 0; }
.maxbeton-case .scenario-steps strong { font-size: 13px; }
.maxbeton-case .scenario-steps small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.maxbeton-case .decision-note { display: grid; grid-template-columns: 110px 1fr; gap: 24px; margin-top: 42px; padding: 22px; border-left: 2px solid var(--signal); background: rgba(214,184,92,.1); }
.maxbeton-case .decision-note span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .08em; }
.maxbeton-case .decision-note p { margin: 0; font-size: 11px; line-height: 1.65; }
.maxbeton-case .product-frame-story { transform: none; }
.maxbeton-case .product-frame-story .product-frame-viewport { aspect-ratio: 16 / 8.35; }
.maxbeton-case .product-frame-story .product-frame-viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.maxbeton-case .maxbeton-quality-story { --muted: #555750; background: #dfd9cb; }
.maxbeton-case .maxbeton-quality-grid { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); }
.maxbeton-case .product-frame-quality { transform: none; }
.maxbeton-case .product-frame-quality .product-frame-viewport { aspect-ratio: 16 / 9; }
.maxbeton-case .product-frame-quality .product-frame-viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.maxbeton-case .maxbeton-quality-story .maxbeton-story-copy { padding-left: clamp(0px, 2vw, 30px); }
.maxbeton-case .maxbeton-evidence-list { margin: 46px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.maxbeton-case .maxbeton-evidence-list li { display: grid; grid-template-columns: minmax(120px, .42fr) 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.maxbeton-case .maxbeton-evidence-list strong { font-size: 12px; }
.maxbeton-case .maxbeton-evidence-list span { color: var(--muted); font-size: 11px; line-height: 1.55; }

.maxbeton-case .maxbeton-supply-story { background: var(--mb-night); color: var(--white); }
.maxbeton-case .maxbeton-supply-story .eyebrow { color: rgba(255,255,255,.64); }
.maxbeton-case .maxbeton-supply-story .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .maxbeton-screen-pair { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(20px, 2.7vw, 40px); margin-top: clamp(64px, 8vw, 112px); }
.maxbeton-case .maxbeton-screen-pair .product-frame { border-color: rgba(255,255,255,.13); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.maxbeton-case .product-frame-viewport-tall { aspect-ratio: 1 / 1.08; }
.maxbeton-case .product-frame-viewport-tall img { width: 100%; height: 108%; object-fit: cover; object-position: top; }
.maxbeton-case .maxbeton-contextual-cta {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 34px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  background: rgba(214,184,92,.06);
  color: var(--signal-ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}
.maxbeton-case .maxbeton-contextual-cta span { transition: transform .2s ease; }
.maxbeton-case .maxbeton-contextual-cta:hover span { transform: translate(2px,2px); }
.maxbeton-case .maxbeton-contextual-cta-light { color: var(--mb-gold); }

.maxbeton-case .maxbeton-bsu-section { background: #d2d8d5; color: #11120f; }
.maxbeton-case .maxbeton-bsu-section .eyebrow { color: rgba(17,18,15,.76); }
.maxbeton-case .maxbeton-bsu-section .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .maxbeton-bsu-section .maxbeton-section-heading > p { color: rgba(17,18,15,.76); }
.maxbeton-case .bsu-diagram { display: grid; grid-template-columns: repeat(5,1fr); align-items: stretch; margin: clamp(62px, 8vw, 108px) 0 0; padding: 0; border: 1px solid rgba(17,18,15,.28); list-style: none; }
.maxbeton-case .bsu-diagram > li { position: relative; min-width: 0; min-height: 190px; display: flex; flex-direction: column; padding: 22px; scroll-snap-align: start; }
.maxbeton-case .bsu-diagram > li + li { border-left: 1px solid rgba(17,18,15,.2); }
.maxbeton-case .bsu-diagram > li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -11px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #11120f; color: var(--mb-gold); font-family: var(--mono); font-size: 9px; transform: translateY(-50%); }
.maxbeton-case .bsu-diagram > li span { font-family: var(--mono); font-size: 9px; opacity: .76; }
.maxbeton-case .bsu-diagram > li strong { margin-top: auto; font-size: 17px; line-height: 1.1; }
.maxbeton-case .bsu-diagram > li small { display: block; margin-top: 7px; font-size: 9px; line-height: 1.45; opacity: .76; }
.maxbeton-case .bsu-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; border: 1px solid rgba(17,18,15,.28); }
.maxbeton-case .bsu-proof-grid article { min-height: 250px; padding: clamp(24px, 2.5vw, 34px); }
.maxbeton-case .bsu-proof-grid article + article { border-left: 1px solid rgba(17,18,15,.22); }
.maxbeton-case .bsu-proof-grid article > span { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; opacity: .76; }
.maxbeton-case .bsu-proof-grid h3 { max-width: 13ch; margin: 62px 0 0; font-size: 26px; line-height: 1.05; letter-spacing: -.035em; }
.maxbeton-case .bsu-proof-grid p { margin: 18px 0 0; font-size: 12px; line-height: 1.62; opacity: .8; }
.maxbeton-case .maxbeton-boundary-note { margin: 22px 0 0; padding: 18px 22px; border: 1px dashed rgba(17,18,15,.38); font-family: var(--mono); font-size: 10px; line-height: 1.65; }
.maxbeton-case .bsu-diagram > li:not(:last-child)::after { background: var(--mb-gold); color: #11120f; }

.maxbeton-case .maxbeton-architecture { background: #f7f4ec; }
.maxbeton-case .maxbeton-architecture .maxbeton-section-heading > p { color: var(--muted); }
.maxbeton-case .architecture-stack { margin-top: clamp(64px, 8vw, 112px); border: 1px solid var(--line); }
.maxbeton-case .architecture-stack > div { display: grid; grid-template-columns: minmax(160px, .25fr) minmax(260px, .7fr) 1fr; gap: 30px; align-items: center; min-height: 126px; padding: 24px 28px; }
.maxbeton-case .architecture-stack > div + div { border-top: 1px solid var(--line); }
.maxbeton-case .architecture-stack span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .architecture-stack strong { font-size: 14px; line-height: 1.5; }
.maxbeton-case .architecture-stack p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.maxbeton-case .maxbeton-tech-passport { margin-top: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.maxbeton-case .maxbeton-tech-passport > summary { min-height: 116px; display: grid; grid-template-columns: minmax(160px,.28fr) 1fr 28px; gap: 28px; align-items: center; padding: 24px 28px; cursor: pointer; list-style: none; }
.maxbeton-case .maxbeton-tech-passport > summary::-webkit-details-marker { display: none; }
.maxbeton-case .maxbeton-tech-passport > summary span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .maxbeton-tech-passport > summary strong { font-size: clamp(19px,2vw,28px); line-height: 1.1; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-tech-passport > summary i { position: relative; width: 24px; height: 24px; }
.maxbeton-case .maxbeton-tech-passport > summary i::before,
.maxbeton-case .maxbeton-tech-passport > summary i::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 1px; background: var(--ink); transition: transform .25s var(--ease); }
.maxbeton-case .maxbeton-tech-passport > summary i::after { transform: rotate(90deg); }
.maxbeton-case .maxbeton-tech-passport[open] > summary i::after { transform: rotate(0); }
.maxbeton-case .maxbeton-tech-passport-body { padding: 0 24px 28px; border-top: 1px solid var(--line); }
.maxbeton-case .maxbeton-tech-passport-body .architecture-ledger { margin-top: 24px; }
.maxbeton-case .architecture-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; border: 1px solid var(--line); }
.maxbeton-case .architecture-ledger > div { min-height: 210px; padding: 28px; }
.maxbeton-case .architecture-ledger > div + div { border-left: 1px solid var(--line); }
.maxbeton-case .architecture-ledger strong { display: block; font-size: clamp(54px, 6vw, 88px); line-height: .9; letter-spacing: -.07em; }
.maxbeton-case .architecture-ledger span { display: block; margin-top: 45px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.maxbeton-case .architecture-ledger-note { max-width: 78ch; margin: 18px 0 0; color: var(--muted); font-family: var(--mono); font-size: 9px; line-height: 1.65; }
.maxbeton-case .maxbeton-regression-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 32px; border: 1px solid var(--line); }
.maxbeton-case .maxbeton-regression-strip > div { min-height: 122px; padding: 22px; }
.maxbeton-case .maxbeton-regression-strip > div + div { border-left: 1px solid var(--line); }
.maxbeton-case .maxbeton-regression-strip strong { display: block; font-family: var(--mono); font-size: clamp(20px,2vw,30px); line-height: 1; }
.maxbeton-case .maxbeton-regression-strip span { display: block; margin-top: 32px; color: var(--text-secondary); font-size: 9px; line-height: 1.5; }

.maxbeton-case .maxbeton-register { background: var(--mb-night); color: var(--white); }
.maxbeton-case .maxbeton-register .eyebrow { color: rgba(255,255,255,.64); }
.maxbeton-case .maxbeton-register .eyebrow span { background: var(--mb-gold); }
.maxbeton-case .maxbeton-status-legend { display: grid; grid-template-columns: repeat(4,1fr); margin: clamp(52px,7vw,90px) 0 0; padding: 0; border-block: 1px solid var(--mb-line); list-style: none; }
.maxbeton-case .maxbeton-status-legend li { min-height: 86px; display: flex; align-items: center; gap: 10px; padding: 18px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }
.maxbeton-case .maxbeton-status-legend li + li { border-left: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-status-legend b { flex: 0 0 auto; color: var(--mb-gold); font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .07em; }
.maxbeton-case .function-register { margin-top: 28px; border-top: 1px solid var(--mb-line); }
.maxbeton-case .function-register details { border-bottom: 1px solid var(--mb-line); }
.maxbeton-case .function-register summary { min-height: 98px; display: grid; grid-template-columns: 52px 1fr auto 24px; gap: 20px; align-items: center; padding: 0 8px; cursor: pointer; list-style: none; }
.maxbeton-case .function-register summary::-webkit-details-marker { display: none; }
.maxbeton-case .function-register summary > span { color: rgba(255,255,255,.64); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .function-register summary strong { font-size: clamp(18px, 2vw, 28px); font-weight: 580; letter-spacing: -.025em; }
.maxbeton-case .function-register summary small { padding: 7px 9px; border: 1px solid rgba(214,184,92,.32); color: var(--mb-gold); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; }
.maxbeton-case .function-register summary i { position: relative; width: 20px; height: 20px; }
.maxbeton-case .function-register summary i::before,
.maxbeton-case .function-register summary i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 1px; background: rgba(255,255,255,.65); transition: transform .25s var(--ease); }
.maxbeton-case .function-register summary i::after { transform: rotate(90deg); }
.maxbeton-case .function-register details[open] summary i::after { transform: rotate(0); }
.maxbeton-case .function-register details > div { padding: 0 84px 34px; }
.maxbeton-case .function-register details > div p { max-width: 102ch; margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.8; }
.maxbeton-case .function-register details > div .function-register-boundary { margin-top: 16px; padding: 14px 16px; border-left: 2px solid var(--mb-gold); background: rgba(214,184,92,.07); color: rgba(255,255,255,.76); }
.maxbeton-case .function-register-boundary strong { color: var(--mb-gold); }

.maxbeton-case .maxbeton-rollout { background: #151a21; color: var(--white); }
.maxbeton-case .maxbeton-rollout .eyebrow { color: rgba(255,255,255,.62); }
.maxbeton-case .maxbeton-rollout .eyebrow span { background: var(--mb-green); }
.maxbeton-case .maxbeton-rollout .maxbeton-section-heading > p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }
.maxbeton-case .maxbeton-rollout-steps { margin: clamp(64px,8vw,108px) 0 0; padding: 0; border-top: 1px solid var(--mb-line); list-style: none; }
.maxbeton-case .maxbeton-rollout-steps li { min-height: 132px; display: grid; grid-template-columns: 58px 1fr minmax(130px,.28fr); gap: 28px; align-items: center; padding: 24px 8px; border-bottom: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-rollout-steps li > span { color: var(--mb-green); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .maxbeton-rollout-steps li > div { display: grid; grid-template-columns: minmax(180px,.36fr) 1fr; gap: 30px; align-items: center; }
.maxbeton-case .maxbeton-rollout-steps strong { font-size: clamp(20px,1.8vw,27px); line-height: 1.05; letter-spacing: -.035em; hyphens: auto; overflow-wrap: break-word; }
.maxbeton-case .maxbeton-rollout-steps p { max-width: 68ch; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.maxbeton-case .maxbeton-rollout-steps small { justify-self: end; color: var(--mb-green); font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .07em; text-align: right; }
.maxbeton-case .maxbeton-rollout-contract { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-rollout-contract article { min-height: 180px; padding: 28px; }
.maxbeton-case .maxbeton-rollout-contract article + article { border-left: 1px solid var(--mb-line); }
.maxbeton-case .maxbeton-rollout-contract article h3 { margin: 0; color: var(--mb-green); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.maxbeton-case .maxbeton-rollout-contract article p { max-width: 58ch; margin: 48px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.maxbeton-case .maxbeton-rollout-contract > p { grid-column: 1 / -1; margin: 0; padding: 20px 28px; border-top: 1px solid var(--mb-line); color: rgba(255,255,255,.64); font-family: var(--mono); font-size: 9px; line-height: 1.65; }

.maxbeton-case .maxbeton-pilot { --muted: #555750; --text-secondary: #555750; background: #dcd5c6; }
.maxbeton-case .pilot-proof { display: grid; grid-template-columns: minmax(140px, .24fr) minmax(360px, .9fr) minmax(260px, .48fr); gap: clamp(34px, 6vw, 96px); align-items: start; }
.maxbeton-case .pilot-evidence-card { min-height: 290px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(17,18,15,.2); background: #11151b; color: var(--white); text-decoration: none; box-shadow: 0 24px 70px rgba(17,18,15,.12); transition: transform .25s var(--ease), box-shadow .25s ease; }
.maxbeton-case .pilot-evidence-card:hover { transform: translateY(-4px); box-shadow: 0 32px 80px rgba(17,18,15,.18); }
.maxbeton-case .pilot-evidence-card > span { color: var(--mb-gold); font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .08em; }
.maxbeton-case .pilot-evidence-card strong { max-width: 6ch; margin-top: 56px; font-size: clamp(28px,3vw,42px); line-height: .95; letter-spacing: -.055em; }
.maxbeton-case .pilot-evidence-card small { margin-top: 16px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.5; }
.maxbeton-case .pilot-evidence-card i { margin-top: auto; color: var(--mb-gold); font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .04em; }
.maxbeton-case .pilot-proof-copy h2 { font-size: clamp(42px, 5.3vw, 78px); }
.maxbeton-case .pilot-proof-copy > p:not(.eyebrow) { max-width: 68ch; margin: 30px 0 0; color: var(--text-secondary); font-size: 14px; line-height: 1.75; }
.maxbeton-case .pilot-proof-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 38px; }
.maxbeton-case .pilot-proof-ledger { margin: 0; border-top: 1px solid var(--line); }
.maxbeton-case .pilot-proof-ledger > div { padding: 19px 0; border-bottom: 1px solid var(--line); }
.maxbeton-case .pilot-proof-ledger dt { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.maxbeton-case .pilot-proof-ledger dd { margin: 8px 0 0; font-size: 12px; line-height: 1.5; }
.maxbeton-case .pilot-measurement { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(230px,1.15fr) repeat(3,1fr); margin-top: 4px; border: 1px solid var(--line); }
.maxbeton-case .pilot-measurement > * { min-height: 194px; padding: 24px; }
.maxbeton-case .pilot-measurement > * + * { border-left: 1px solid var(--line); }
.maxbeton-case .pilot-measurement-heading { display: flex; flex-direction: column; }
.maxbeton-case .pilot-measurement span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maxbeton-case .pilot-measurement-heading h3 { max-width: 18ch; margin: 34px 0 0; font-size: 20px; line-height: 1.08; letter-spacing: -.035em; }
.maxbeton-case .pilot-measurement-heading small { margin-top: auto; color: var(--muted); font-size: 10px; line-height: 1.5; }
.maxbeton-case .pilot-measurement article { display: flex; flex-direction: column; }
.maxbeton-case .pilot-measurement article h4 { margin: 34px 0 0; font-size: 16px; line-height: 1.12; }
.maxbeton-case .pilot-measurement article p { margin: auto 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.maxbeton-case .maxbeton-result { background: var(--paper); }
.maxbeton-case .maxbeton-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 68px; border: 1px solid var(--line); }
.maxbeton-case .maxbeton-result-grid > div { min-height: 260px; padding: clamp(25px, 3vw, 40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.maxbeton-case .maxbeton-result-grid > div:nth-child(2n) { border-right: 0; }
.maxbeton-case .maxbeton-result-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.maxbeton-case .maxbeton-result-grid span { color: var(--signal-ink); font-family: var(--mono); font-size: 9px; }
.maxbeton-case .maxbeton-result-grid h3 { margin: 66px 0 0; font-size: 26px; line-height: 1.06; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-result-grid p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.maxbeton-case .maxbeton-result-cta { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; padding: 10px 14px; border: 1px solid currentColor; background: rgba(214,184,92,.08); color: var(--signal-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.maxbeton-case .maxbeton-result-cta span { transition: transform .2s ease; }
.maxbeton-case .maxbeton-result-cta:hover span { transform: translate(2px,2px); }
.maxbeton-case .maxbeton-buyer-faq { background: #f7f4ec; }
.maxbeton-case .maxbeton-buyer-faq .maxbeton-section-heading > p { margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.7; }
.maxbeton-case .maxbeton-buyer-questions { display: grid; grid-template-columns: repeat(2,1fr); margin: clamp(62px,8vw,108px) 0 0; border: 1px solid var(--line); }
.maxbeton-case .maxbeton-buyer-questions details { border-bottom: 1px solid var(--line); }
.maxbeton-case .maxbeton-buyer-questions details:nth-child(odd) { border-right: 1px solid var(--line); }
.maxbeton-case .maxbeton-buyer-questions details:nth-last-child(-n+2) { border-bottom: 0; }
.maxbeton-case .maxbeton-buyer-questions summary { min-height: 126px; display: grid; grid-template-columns: 1fr 24px; gap: 24px; align-items: center; padding: 26px clamp(24px,2.8vw,40px); cursor: pointer; list-style: none; }
.maxbeton-case .maxbeton-buyer-questions summary::-webkit-details-marker { display: none; }
.maxbeton-case .maxbeton-buyer-questions summary span { max-width: 25ch; font-size: clamp(19px,1.7vw,25px); font-weight: 700; line-height: 1.1; letter-spacing: -.035em; }
.maxbeton-case .maxbeton-buyer-questions summary i { position: relative; width: 22px; height: 22px; }
.maxbeton-case .maxbeton-buyer-questions summary i::before,
.maxbeton-case .maxbeton-buyer-questions summary i::after { content: ""; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--signal-ink); transition: transform .25s var(--ease); }
.maxbeton-case .maxbeton-buyer-questions summary i::after { transform: rotate(90deg); }
.maxbeton-case .maxbeton-buyer-questions details[open] summary i::after { transform: rotate(0); }
.maxbeton-case .maxbeton-buyer-questions details[open] { background: rgba(214,184,92,.08); }
.maxbeton-case .maxbeton-buyer-questions details p { max-width: 60ch; margin: 0; padding: 0 clamp(72px,6vw,96px) 34px clamp(24px,2.8vw,40px); color: var(--text-secondary); font-size: 13px; line-height: 1.68; }
.maxbeton-case .maxbeton-conversion { background: var(--mb-gold); }
.maxbeton-case .maxbeton-conversion .button { background: var(--ink); color: var(--white); }
.maxbeton-case .maxbeton-conversion .text-link { color: var(--ink); }
.maxbeton-case .maxbeton-demo-grid { display: grid; grid-template-columns: minmax(340px,.8fr) minmax(480px,1.05fr); gap: clamp(48px,7vw,108px); align-items: start; }
.maxbeton-case .maxbeton-demo-copy h2 { margin: 22px 0 0; font-size: clamp(44px,5.6vw,82px); line-height: .96; letter-spacing: -.052em; }
.maxbeton-case .maxbeton-demo-copy > p:not(.eyebrow) { max-width: 62ch; margin: 30px 0 0; color: rgba(17,18,15,.72); font-size: 15px; line-height: 1.7; }
.maxbeton-case .maxbeton-demo-points { margin: 48px 0 32px; padding: 0; border-top: 1px solid rgba(17,18,15,.24); list-style: none; }
.maxbeton-case .maxbeton-demo-points li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(17,18,15,.24); }
.maxbeton-case .maxbeton-demo-points li > span { font-family: var(--mono); font-size: 9px; }
.maxbeton-case .maxbeton-demo-points p { display: flex; flex-direction: column; margin: 0; }
.maxbeton-case .maxbeton-demo-points strong { font-size: 12px; }
.maxbeton-case .maxbeton-demo-points small { margin-top: 4px; color: rgba(17,18,15,.68); font-size: 10px; line-height: 1.5; }
.maxbeton-case .maxbeton-demo-form { border-color: rgba(255,255,255,.14); box-shadow: 0 34px 90px rgba(17,18,15,.22); }
.maxbeton-case .maxbeton-demo-form .button-primary { min-height: 52px; white-space: normal; line-height: 1.25; background: var(--mb-gold); color: var(--ink); }
.maxbeton-case .maxbeton-demo-form .button-primary:hover { background: #e2c66f; }
.maxbeton-case .maxbeton-direct-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; }
.maxbeton-case .maxbeton-direct-contact > span { color: rgba(255,255,255,.72); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.maxbeton-case .maxbeton-direct-contact a { min-height: 44px; display: inline-flex; align-items: center; color: var(--white); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.38); }
.maxbeton-case .maxbeton-direct-contact a:hover { color: var(--mb-gold); border-color: currentColor; }
.maxbeton-case .maxbeton-demo-form .field label span,
.maxbeton-case .maxbeton-demo-form .form-submit-row p { color: rgba(255,255,255,.72); }
.maxbeton-case .maxbeton-bsu-section :focus-visible,
.maxbeton-case .maxbeton-conversion :focus-visible { outline-color: var(--ink); }
.maxbeton-case .maxbeton-demo-form :focus-visible { outline-color: var(--white); }
.maxbeton-case .case-next { background: #11151b; color: var(--white); border-color: var(--mb-line); }

@media (max-width: 1180px) {
  .maxbeton-case .maxbeton-case-nav-label { display: none; }
  .maxbeton-case .maxbeton-case-nav > .container { grid-template-columns: minmax(0,1fr) auto; }
  .maxbeton-case .maxbeton-hero-grid { grid-template-columns: 1fr .55fr; gap: 50px; }
  .maxbeton-case .maxbeton-executive-grid { grid-template-columns: repeat(2,1fr); }
  .maxbeton-case .maxbeton-executive-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-executive-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-role-router { grid-template-columns: repeat(5,1fr); }
  .maxbeton-case .maxbeton-role-router-intro { grid-column: 1 / -1; min-height: 88px; flex-direction: row; align-items: center; gap: 18px; }
  .maxbeton-case .maxbeton-role-router-intro strong { max-width: none; margin-top: 0; }
  .maxbeton-case .maxbeton-role-router a { min-height: 144px; }
  .maxbeton-case .maxbeton-role-router a:first-of-type { border-left: 0; }
  .maxbeton-case .maxbeton-loops ol { grid-template-columns: repeat(3, 1fr); }
  .maxbeton-case .maxbeton-loops li { min-height: 165px; border-bottom: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-loops li:nth-child(3n) { border-right: 0; }
  .maxbeton-case .maxbeton-loops li:nth-last-child(-n+3) { border-bottom: 0; }
  .maxbeton-case .maxbeton-loops li b { margin-top: 42px; }
  .maxbeton-case .module-atlas-grid { grid-template-columns: repeat(2, 1fr); }
  .maxbeton-case .module-atlas-grid article:nth-child(4n) { border-right: 1px solid var(--mb-line); }
  .maxbeton-case .module-atlas-grid article:nth-child(2n) { border-right: 0; }
  .maxbeton-case .module-atlas-grid article:nth-last-child(-n+4) { border-bottom: 1px solid var(--mb-line); }
  .maxbeton-case .module-atlas-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .maxbeton-case .maxbeton-status-legend { grid-template-columns: repeat(2,1fr); }
  .maxbeton-case .maxbeton-status-legend li:nth-child(3) { border-left: 0; border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-status-legend li:nth-child(4) { border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-trace-grid { grid-template-columns: repeat(4,1fr); }
  .maxbeton-case .maxbeton-trace-grid article { border-bottom: 1px solid var(--line); }
  .maxbeton-case .maxbeton-trace-grid article:nth-child(4n+1) { border-left: 0; }
  .maxbeton-case .maxbeton-trace-grid article:nth-last-child(-n+3) { border-bottom: 0; }
  .maxbeton-case .maxbeton-trace-grid article:nth-child(4)::after { display: none; }
}

@media (max-width: 960px) {
  .maxbeton-case .pilot-proof,
  .maxbeton-case .maxbeton-demo-grid { grid-template-columns: 1fr; }
  .maxbeton-case .pilot-proof-copy { order: -1; }
  .maxbeton-case .pilot-evidence-card { max-width: 420px; }
  .maxbeton-case .maxbeton-demo-copy { max-width: 760px; }
}

@media (max-width: 900px) {
  .maxbeton-case .maxbeton-case-nav > .container { grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .maxbeton-case .maxbeton-case-nav-links { padding-right: 22px; -webkit-mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent); mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent); }
  .maxbeton-case .maxbeton-case-nav-cta { display: inline-flex; }
  .maxbeton-case .maxbeton-hero-grid,
  .maxbeton-case .maxbeton-section-heading,
  .maxbeton-case .maxbeton-story-grid,
  .maxbeton-case .maxbeton-quality-grid,
  .maxbeton-case .pilot-proof { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-hero-side { max-width: 680px; }
  .maxbeton-case .maxbeton-executive-heading { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-hero-name { font-size: clamp(72px, 17vw, 132px); }
  .maxbeton-case .maxbeton-role-router { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(226px,min(78vw,360px)); overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-color: var(--signal) transparent; }
  .maxbeton-case .maxbeton-role-router-intro { grid-column: auto; min-height: 150px; flex-direction: column; align-items: flex-start; gap: 0; scroll-snap-align: start; }
  .maxbeton-case .maxbeton-role-router-intro strong { margin-top: auto; }
  .maxbeton-case .maxbeton-role-router a { min-height: 150px; border-left: 1px solid var(--line) !important; scroll-snap-align: start; }
  .maxbeton-case .maxbeton-proof-strip { grid-template-columns: repeat(2, 1fr); }
  .maxbeton-case .maxbeton-proof-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-proof-strip > div:nth-child(4) { border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-editorial-grid { grid-template-columns: 1fr; gap: 32px; }
  .maxbeton-case .maxbeton-section-index { padding-top: 0; }
  .maxbeton-case .maxbeton-challenge-grid { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-challenge-grid article { min-height: 240px; }
  .maxbeton-case .maxbeton-challenge-grid article + article { border-left: 1px solid var(--line); border-top: 0; }
  .maxbeton-case .maxbeton-challenge-grid h3 { margin-top: 44px; }
  .maxbeton-case .maxbeton-section-heading > p { max-width: 68ch; }
  .maxbeton-case .maxbeton-trace-thread { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .maxbeton-case .maxbeton-trace-proof { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-trace-proof article { min-height: 210px; }
  .maxbeton-case .maxbeton-trace-proof article + article { border-left: 0; border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-loops > article { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-loops article header { border-right: 0; border-bottom: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-loops article header h3 { margin-top: 24px; max-width: none; }
  .maxbeton-case .maxbeton-cross-layer { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-cross-layer span { border-right: 0; border-bottom: 1px solid var(--mb-line); }
  .maxbeton-case .product-frame-story,
  .maxbeton-case .product-frame-quality { transform: none; }
  .maxbeton-case .maxbeton-quality-story .maxbeton-story-copy { padding-left: 0; }
  .maxbeton-case .maxbeton-screen-pair { grid-template-columns: 1fr; gap: 34px; }
  .maxbeton-case .product-frame-viewport-tall { aspect-ratio: auto; }
  .maxbeton-case .product-frame-viewport-tall img { height: auto; object-fit: contain; }
  .maxbeton-case .bsu-proof-grid { grid-template-columns: 1fr; }
  .maxbeton-case .bsu-proof-grid article { min-height: 210px; }
  .maxbeton-case .bsu-proof-grid article + article { border-left: 0; border-top: 1px solid rgba(17,18,15,.22); }
  .maxbeton-case .bsu-proof-grid h3 { margin-top: 42px; }
  .maxbeton-case .architecture-stack > div { grid-template-columns: minmax(140px, .3fr) 1fr; }
  .maxbeton-case .architecture-stack p { grid-column: 2; }
  .maxbeton-case .architecture-ledger { grid-template-columns: repeat(2, 1fr); }
  .maxbeton-case .architecture-ledger > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .maxbeton-case .architecture-ledger > div:nth-child(4) { border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-tech-passport > summary { grid-template-columns: minmax(140px,.36fr) 1fr 26px; }
  .maxbeton-case .maxbeton-rollout-steps li > div { grid-template-columns: minmax(180px,.42fr) 1fr; }
  .maxbeton-case .maxbeton-demo-grid { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-demo-copy { max-width: 760px; }
  .maxbeton-case .pilot-proof-ledger { margin-top: 10px; }
  .maxbeton-case .pilot-proof-copy { order: -1; }
  .maxbeton-case .pilot-evidence-card { max-width: 420px; }
  .maxbeton-case .pilot-measurement { grid-template-columns: repeat(3,1fr); }
  .maxbeton-case .pilot-measurement-heading { grid-column: 1 / -1; min-height: 132px; }
  .maxbeton-case .pilot-measurement-heading h3 { margin-top: 24px; }
  .maxbeton-case .pilot-measurement-heading small { margin-top: 16px; }
  .maxbeton-case .pilot-measurement article:first-of-type { border-left: 0; border-top: 1px solid var(--line); }
  .maxbeton-case .pilot-measurement article { border-top: 1px solid var(--line); }
  .maxbeton-case .bsu-diagram { grid-template-columns: repeat(5,minmax(190px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
  .maxbeton-case .maxbeton-buyer-questions { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-buyer-questions details { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .maxbeton-case .maxbeton-buyer-questions details:last-child { border-bottom: 0 !important; }
}

@media (max-width: 680px) {
  .maxbeton-case [data-case-section],
  .maxbeton-case #maxbeton-demo { scroll-margin-top: 32px; }
  .maxbeton-case .maxbeton-case-nav { top: 70px; height: 48px; }
  .maxbeton-case .maxbeton-case-nav-links a { padding-inline: 12px; font-size: 10px; }
  .maxbeton-case .maxbeton-case-nav-cta { gap: 5px; font-size: 0; }
  .maxbeton-case .maxbeton-case-nav-cta::before { content: "ДЕМО"; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
  .maxbeton-case .maxbeton-case-nav-cta span { font-size: 10px; }
  .maxbeton-case .maxbeton-hero { padding-top: 82px; }
  .maxbeton-case .maxbeton-hero .breadcrumb { margin-bottom: 34px; }
  .maxbeton-case .maxbeton-hero-grid { gap: 34px; }
  .maxbeton-case .maxbeton-hero-name { font-size: clamp(57px, 18.4vw, 104px); }
  .maxbeton-case .maxbeton-hero-category { max-width: 34ch; margin-top: 22px; font-size: 10px; }
  .maxbeton-case .maxbeton-hero-statement { margin-top: 30px; font-size: clamp(24px, 7vw, 34px); }
  .maxbeton-case .maxbeton-hero-statement br { display: none; }
  .maxbeton-case .maxbeton-hero-side { display: flex; flex-direction: column; }
  .maxbeton-case .maxbeton-hero-lede { font-size: 16px; line-height: 1.6; }
  .maxbeton-case .maxbeton-hero-actions { order: -1; align-items: stretch; flex-direction: column; margin: 0 0 30px; }
  .maxbeton-case .maxbeton-hero-actions .button { width: 100%; }
  .maxbeton-case .product-frame { border-radius: 11px; }
  .maxbeton-case .product-frame-bar { min-height: 34px; padding: 0 10px; font-size: 8px; }
  .maxbeton-case .product-frame-hero { margin-top: 54px; }
  .maxbeton-case .product-frame-hero .product-frame-viewport { aspect-ratio: 16 / 9; }
  .maxbeton-case .product-frame figcaption { grid-template-columns: 1fr; gap: 8px; padding: 14px; }
  .maxbeton-case .maxbeton-executive-heading h2 { font-size: clamp(38px,11.5vw,56px); }
  .maxbeton-case .maxbeton-executive-grid { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-executive-grid article { min-height: 285px; border-left: 0 !important; border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-executive-grid article:first-child { border-top: 0; }
  .maxbeton-case .maxbeton-executive-grid h3 { margin-top: 48px; }
  .maxbeton-case .maxbeton-proof-strip { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-proof-strip > div { min-height: 94px; padding: 20px 0; }
  .maxbeton-case .maxbeton-proof-strip > div + div { border-left: 0; border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-editorial-copy h2,
  .maxbeton-case .maxbeton-section-heading h2,
  .maxbeton-case .maxbeton-story-copy h2,
  .maxbeton-case .pilot-proof-copy h2 { font-size: clamp(38px, 11.5vw, 56px); hyphens: none; }
  .maxbeton-case .maxbeton-big-copy { font-size: 23px; }
  .maxbeton-case .maxbeton-challenge-grid article { min-height: 225px; padding: 24px; }
  .maxbeton-case .maxbeton-loops ol { grid-template-columns: 1fr 1fr; }
  .maxbeton-case .maxbeton-loops li { min-height: 145px; }
  .maxbeton-case .maxbeton-loops li:nth-child(3n) { border-right: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-loops li:nth-child(2n) { border-right: 0; }
  .maxbeton-case .maxbeton-loops li:nth-last-child(-n+3) { border-bottom: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-loops li:nth-last-child(-n+2) { border-bottom: 0; }
  .maxbeton-case .module-atlas-grid { grid-template-columns: 1fr; }
  .maxbeton-case .module-atlas-grid article { min-height: 245px; border-right: 0 !important; border-bottom: 1px solid var(--mb-line) !important; }
  .maxbeton-case .module-atlas-grid article:last-child { border-bottom: 0 !important; }
  .maxbeton-case .module-atlas-grid h3 { margin-top: 48px; }
  .maxbeton-case .maxbeton-trace-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(248px,82vw); overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-color: var(--signal) transparent; }
  .maxbeton-case .maxbeton-trace-grid article { min-height: 330px; border-top: 0; border-bottom: 0 !important; border-left: 1px solid var(--line) !important; scroll-snap-align: start; }
  .maxbeton-case .maxbeton-trace-grid article:first-child { border-left: 0 !important; }
  .maxbeton-case .maxbeton-trace-grid article::after { display: grid !important; }
  .maxbeton-case .maxbeton-trace-grid article:last-child::after { display: none !important; }
  .maxbeton-case .maxbeton-swipe-hint { display: flex; justify-content: space-between; margin: 10px 0 0; color: var(--signal-ink); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
  .maxbeton-case .maxbeton-trace-thread { padding: 20px; }
  .maxbeton-case .maxbeton-trace-proof h3 { margin-top: 38px; }
  .maxbeton-case .scenario-steps p { grid-template-columns: 1fr; gap: 5px; }
  .maxbeton-case .decision-note { grid-template-columns: 1fr; gap: 10px; }
  .maxbeton-case .maxbeton-evidence-list li { grid-template-columns: 1fr; gap: 7px; }
  .maxbeton-case .bsu-diagram { grid-template-columns: 1fr; overflow: visible; scroll-snap-type: none; }
  .maxbeton-case .bsu-diagram > li { min-height: 128px; }
  .maxbeton-case .bsu-diagram > li + li { border-left: 0; border-top: 1px solid rgba(17,18,15,.2); }
  .maxbeton-case .bsu-diagram > li:not(:last-child)::after { top: auto; right: auto; bottom: -11px; left: 20px; content: "↓"; transform: none; }
  .maxbeton-case .bsu-diagram > li strong { margin-top: 32px; }
  .maxbeton-case .architecture-stack > div { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
  .maxbeton-case .architecture-stack p { grid-column: auto; }
  .maxbeton-case .maxbeton-tech-passport > summary { min-height: 128px; grid-template-columns: 1fr 24px; gap: 14px; padding: 20px; }
  .maxbeton-case .maxbeton-tech-passport > summary span { grid-column: 1; }
  .maxbeton-case .maxbeton-tech-passport > summary strong { grid-column: 1; }
  .maxbeton-case .maxbeton-tech-passport > summary i { grid-column: 2; grid-row: 1 / 3; }
  .maxbeton-case .maxbeton-tech-passport-body { padding: 0 14px 18px; }
  .maxbeton-case .architecture-ledger { grid-template-columns: 1fr 1fr; }
  .maxbeton-case .architecture-ledger > div { min-height: 165px; padding: 20px; }
  .maxbeton-case .architecture-ledger strong { font-size: 52px; }
  .maxbeton-case .architecture-ledger span { margin-top: 28px; font-size: 9px; }
  .maxbeton-case .maxbeton-regression-strip { grid-template-columns: 1fr 1fr; }
  .maxbeton-case .maxbeton-regression-strip > div { min-height: 112px; }
  .maxbeton-case .maxbeton-regression-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .maxbeton-case .maxbeton-regression-strip > div:nth-child(4) { border-top: 1px solid var(--line); }
  .maxbeton-case .function-register summary { min-height: 96px; grid-template-columns: 28px 1fr 18px; grid-template-rows: auto auto; gap: 5px 10px; padding: 16px 0; }
  .maxbeton-case .function-register summary > span { grid-row: 1 / 3; }
  .maxbeton-case .function-register summary strong { grid-column: 2; grid-row: 1; }
  .maxbeton-case .function-register summary small { grid-column: 2; grid-row: 2; justify-self: start; display: block; padding: 5px 7px; font-size: 9px; }
  .maxbeton-case .function-register summary i { grid-column: 3; grid-row: 1 / 3; }
  .maxbeton-case .function-register summary strong { font-size: 17px; }
  .maxbeton-case .function-register details > div { padding: 0 28px 28px; }
  .maxbeton-case .function-register details > div p { font-size: 13px; }
  .maxbeton-case .maxbeton-status-legend { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-status-legend li { min-height: 68px; border-left: 0 !important; border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-status-legend li:first-child { border-top: 0; }
  .maxbeton-case .maxbeton-rollout-steps li { grid-template-columns: 32px 1fr; gap: 12px; align-items: start; padding: 22px 0; }
  .maxbeton-case .maxbeton-rollout-steps li > div { grid-template-columns: 1fr; gap: 12px; }
  .maxbeton-case .maxbeton-rollout-steps small { grid-column: 2; justify-self: start; text-align: left; }
  .maxbeton-case .maxbeton-rollout-contract { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-rollout-contract article { min-height: 160px; }
  .maxbeton-case .maxbeton-rollout-contract article + article { border-left: 0; border-top: 1px solid var(--mb-line); }
  .maxbeton-case .maxbeton-rollout-contract article p { margin-top: 34px; }
  .maxbeton-case .pilot-evidence-card { min-height: 240px; }
  .maxbeton-case .pilot-measurement { grid-template-columns: 1fr; }
  .maxbeton-case .pilot-measurement > * { min-height: 146px; border-left: 0 !important; border-top: 1px solid var(--line); }
  .maxbeton-case .pilot-measurement > *:first-child { border-top: 0; }
  .maxbeton-case .pilot-measurement-heading { grid-column: auto; }
  .maxbeton-case .pilot-measurement article h4 { margin-top: 26px; }
  .maxbeton-case .pilot-measurement article p { margin-top: 28px; }
  .maxbeton-case .pilot-proof-actions { align-items: stretch; flex-direction: column; }
  .maxbeton-case .pilot-proof-actions .button { width: 100%; }
  .maxbeton-case .maxbeton-result-grid { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-result-grid > div { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .maxbeton-case .maxbeton-result-grid > div:last-child { border-bottom: 0 !important; }
  .maxbeton-case .maxbeton-result-grid h3 { margin-top: 42px; }
  .maxbeton-case .maxbeton-buyer-questions { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-buyer-questions details { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .maxbeton-case .maxbeton-buyer-questions details:last-child { border-bottom: 0 !important; }
  .maxbeton-case .maxbeton-buyer-questions summary { min-height: 102px; padding: 22px; }
  .maxbeton-case .maxbeton-buyer-questions details p { padding: 0 56px 28px 22px; }
  .maxbeton-case .maxbeton-contextual-cta,
  .maxbeton-case .maxbeton-result-cta { width: 100%; justify-content: space-between; }
  .maxbeton-case .maxbeton-demo-copy h2 { font-size: clamp(38px,11.5vw,56px); }
  .maxbeton-case .maxbeton-result-cta { font-size: 12px; }
}

@media (max-width: 600px) {
  .maxbeton-case [data-case-section],
  .maxbeton-case #maxbeton-demo { scroll-margin-top: 44px; }
  .maxbeton-case .maxbeton-case-nav { top: 66px; }
}

@media (max-width: 380px) {
  .maxbeton-case .maxbeton-hero-name { font-size: 56px; letter-spacing: -.065em; }
  .maxbeton-case .maxbeton-executive-heading h2,
  .maxbeton-case .maxbeton-editorial-copy h2,
  .maxbeton-case .maxbeton-section-heading h2,
  .maxbeton-case .maxbeton-story-copy h2,
  .maxbeton-case .pilot-proof-copy h2,
  .maxbeton-case .maxbeton-demo-copy h2 { font-size: 35px; letter-spacing: -.045em; }
  .maxbeton-case .maxbeton-loops ol { grid-template-columns: 1fr; }
  .maxbeton-case .maxbeton-loops li { min-height: 124px; border-right: 0 !important; border-bottom: 1px solid var(--mb-line) !important; }
  .maxbeton-case .maxbeton-loops li:last-child { border-bottom: 0 !important; }
  .maxbeton-case .maxbeton-loops li b { margin-top: 30px; }
  .maxbeton-case .architecture-ledger { grid-template-columns: 1fr; }
  .maxbeton-case .architecture-ledger > div { border-left: 0 !important; border-top: 1px solid var(--line); }
  .maxbeton-case .architecture-ledger > div:first-child { border-top: 0; }
}

@media print {
  .maxbeton-case .maxbeton-case-nav,
  .maxbeton-case .maxbeton-conversion { display: none !important; }
  .maxbeton-case .maxbeton-hero,
  .maxbeton-case .maxbeton-flow-section,
  .maxbeton-case .maxbeton-atlas,
  .maxbeton-case .maxbeton-supply-story,
  .maxbeton-case .maxbeton-register,
  .maxbeton-case .maxbeton-rollout { background: #fff; color: #000; }
  .maxbeton-case .maxbeton-hero *,
  .maxbeton-case .maxbeton-flow-section *,
  .maxbeton-case .maxbeton-atlas *,
  .maxbeton-case .maxbeton-supply-story *,
  .maxbeton-case .maxbeton-register *,
  .maxbeton-case .maxbeton-rollout * { color: #000 !important; border-color: rgba(0,0,0,.25) !important; }
  .maxbeton-case .product-frame-bar,
  .maxbeton-case .product-frame figcaption,
  .maxbeton-case .maxbeton-trace-thread { background: #fff; color: #000; }
  .maxbeton-case .product-frame { break-inside: avoid; box-shadow: none; }
  .maxbeton-case .product-frame-viewport > a::after,
  .maxbeton-case .maxbeton-hero::before { display: none !important; }
  .maxbeton-case .function-register details { break-inside: avoid; }
  .maxbeton-case .function-register details > div,
  .maxbeton-case .maxbeton-tech-passport-body,
  .maxbeton-case .maxbeton-buyer-questions details p { display: block !important; }
}
