/* Brawus Еда — bespoke editorial case. All rules are route-scoped. */
body.brawus-v2[data-route="/brawusEda-mobile"] {
  overflow-x: clip;
  background: #f5efe4;
}

body.brawus-v2[data-route="/brawusEda-mobile"] :is(#callback-fab, .scroll-top) {
  display: none !important;
}

.brawus-food-case {
  --bf-ink: #091c2f;
  --bf-navy: #071a2d;
  --bf-navy-2: #0d2942;
  --bf-saffron: #f5be2d;
  --bf-saffron-deep: #d9980d;
  --bf-cream: #f5efe4;
  --bf-paper: #fbf8f2;
  --bf-ice: #eaf1f4;
  --bf-white: #fff;
  --bf-copy: #4e5d68;
  --bf-muted: #82909a;
  --bf-line: rgba(9, 28, 47, .15);
  --bf-line-light: rgba(255, 255, 255, .16);
  --bf-ease: cubic-bezier(.16, 1, .3, 1);
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: var(--bf-ink);
  background: var(--bf-cream);
  font-family: Mont, Arial, sans-serif;
}

.brawus-food-case *,
.brawus-food-case *::before,
.brawus-food-case *::after {
  box-sizing: border-box;
}

.brawus-food-case :is(h1, h2, h3, p, figure, dl, dd, ol, ul) {
  margin: 0;
}

.brawus-food-case :is(ol, ul) {
  padding: 0;
  list-style: none;
}

.brawus-food-case img {
  display: block;
  width: 100%;
  max-width: 100%;
  filter: none !important;
}

body.brawus-v2[data-route="/brawusEda-mobile"] .brawus-food-case :is(.brawus-food-case__hero-board, .brawus-food-case__board) > img,
body.brawus-v2[data-route="/brawusEda-mobile"] .brawus-food-case :is(.brawus-food-case__hero-board, .brawus-food-case__board):hover > img,
body.brawus-v2[data-route="/brawusEda-mobile"] .brawus-food-case figure:hover > img.ed-real-media {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.brawus-food-case a {
  color: inherit;
  text-decoration: none;
}

.brawus-food-case__shell {
  width: min(1440px, calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
}

.brawus-food-case__hero {
  position: relative;
  padding: clamp(154px, 13vw, 202px) 0 clamp(82px, 8.5vw, 132px);
  overflow: hidden;
  color: var(--bf-white);
  background:
    radial-gradient(circle at 88% 13%, rgba(245, 190, 45, .2), transparent 26rem),
    radial-gradient(circle at 10% 84%, rgba(234, 241, 244, .06), transparent 34rem),
    var(--bf-navy);
}

.brawus-food-case__hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 76px 76px;
  -webkit-mask-image: linear-gradient(#000, transparent 86%);
  mask-image: linear-gradient(#000, transparent 86%);
  content: "";
  opacity: .66;
  pointer-events: none;
}

.brawus-food-case__hero-orbit {
  position: absolute;
  top: clamp(168px, 14vw, 236px);
  right: max(-16vw, -250px);
  width: clamp(360px, 48vw, 760px);
  aspect-ratio: 1;
  pointer-events: none;
}

.brawus-food-case__hero-orbit i {
  position: absolute;
  inset: calc(var(--orbit, 0) * 14%);
  border: 1px solid rgba(245, 190, 45, calc(.2 - var(--orbit, 0) * .045));
  border-radius: 50%;
}

.brawus-food-case__hero-orbit i:nth-child(2) { --orbit: 1; }
.brawus-food-case__hero-orbit i:nth-child(3) { --orbit: 2; }

.brawus-food-case__topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--bf-line-light);
}

.brawus-food-case__back {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .22s ease;
}

.brawus-food-case__back span {
  color: var(--bf-saffron);
  transition: transform .22s ease;
}

.brawus-food-case__back:hover,
.brawus-food-case__back:focus-visible {
  color: var(--bf-white) !important;
}

.brawus-food-case__back:hover span,
.brawus-food-case__back:focus-visible span {
  transform: translate(2px, -2px);
}

.brawus-food-case__back:focus-visible,
.brawus-food-case__hero-note a:focus-visible,
.brawus-food-case__button:focus-visible,
.brawus-food-case__text-link:focus-visible {
  outline: 2px solid var(--bf-saffron);
  outline-offset: 6px;
}

.brawus-food-case__topline > p {
  color: rgba(255, 255, 255, .46) !important;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brawus-food-case__hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(48px, 8vw, 136px);
  align-items: end;
  padding: clamp(58px, 7vw, 106px) 0 clamp(54px, 6vw, 90px);
}

.brawus-food-case__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px !important;
  color: var(--bf-white) !important;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.035em;
}

.brawus-food-case__brand span {
  color: var(--bf-saffron);
}

.brawus-food-case__brand i {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 4px;
  border: 2px solid var(--bf-saffron);
  border-radius: 11px 11px 15px 15px;
  transform: rotate(3deg);
}

.brawus-food-case__brand i::before,
.brawus-food-case__brand i::after {
  position: absolute;
  content: "";
}

.brawus-food-case__brand i::before {
  inset: 7px;
  border-radius: 50%;
  background: var(--bf-saffron);
}

.brawus-food-case__brand i::after {
  top: -7px;
  left: 50%;
  width: 18px;
  height: 8px;
  border-top: 2px solid var(--bf-saffron);
  border-radius: 50%;
  transform: translateX(-50%);
}

.brawus-food-case__hero h1 {
  max-width: 1050px;
  color: var(--bf-white) !important;
  font-family: Mont, Arial, sans-serif !important;
  font-size: clamp(58px, 8vw, 122px) !important;
  font-weight: 520 !important;
  line-height: .89 !important;
  letter-spacing: -.067em !important;
  text-transform: none !important;
  text-wrap: balance;
}

.brawus-food-case__hero h1 em,
.brawus-food-case__chapter-head h2 em,
.brawus-food-case__constructor-copy h2 em,
.brawus-food-case__white-label-copy h2 em,
.brawus-food-case__result-copy h2 em,
.brawus-food-case__cta-panel h2 em {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.045em;
}

.brawus-food-case__hero h1 em {
  color: var(--bf-saffron);
}

.brawus-food-case__hero-note {
  padding: 27px 0 3px clamp(24px, 3.5vw, 48px);
  border-left: 1px solid var(--bf-line-light);
}

.brawus-food-case__hero-note > span,
.brawus-food-case__eyebrow {
  display: block;
  color: var(--bf-saffron-deep) !important;
  font-size: 10px;
  font-weight: 740;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brawus-food-case__hero-note > span {
  color: var(--bf-saffron) !important;
}

.brawus-food-case__hero-note p {
  max-width: 36ch;
  margin-top: 19px !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.65;
}

.brawus-food-case__hero-note a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 29px;
  color: var(--bf-white) !important;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .05em;
}

.brawus-food-case__hero-note a i {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: var(--bf-ink);
  background: var(--bf-saffron);
  font-style: normal;
  transition: transform .24s var(--bf-ease);
}

.brawus-food-case__hero-note a:hover i {
  transform: translateY(4px);
}

.brawus-food-case__hero-board,
.brawus-food-case__board {
  position: relative;
  overflow: hidden;
  background: var(--bf-white);
}

.brawus-food-case__hero-board {
  z-index: 2;
  border-radius: clamp(22px, 3vw, 46px);
  box-shadow: 0 44px 90px rgba(0, 7, 16, .34);
}

.brawus-food-case__hero-board img {
  aspect-ratio: 117 / 70;
  object-fit: cover;
}

.brawus-food-case__hero-board figcaption,
.brawus-food-case__board figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 21px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 38px rgba(9, 28, 47, .13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brawus-food-case__hero-board figcaption span,
.brawus-food-case__board figcaption span {
  flex: 0 0 auto;
  color: var(--bf-saffron-deep);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brawus-food-case__hero-board figcaption strong,
.brawus-food-case__board figcaption strong {
  max-width: 48ch;
  color: var(--bf-ink);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 650;
  line-height: 1.35;
  text-align: right;
}

.brawus-food-case__hero-stamp {
  position: absolute;
  top: clamp(22px, 2.6vw, 39px);
  right: clamp(22px, 2.6vw, 39px);
  display: grid;
  place-items: center;
  width: clamp(88px, 9vw, 130px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--bf-ink);
  background: var(--bf-saffron);
  box-shadow: 0 20px 42px rgba(217, 152, 13, .34);
  transform: rotate(7deg);
}

.brawus-food-case__hero-stamp::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(9, 28, 47, .28);
  border-radius: inherit;
  content: "";
}

.brawus-food-case__hero-stamp span {
  font-family: Georgia, serif;
  font-size: clamp(14px, 1.5vw, 21px);
  font-style: italic;
  line-height: .9;
  text-align: center;
}

.brawus-food-case__hero-stamp small {
  position: absolute;
  right: 21%;
  bottom: 18%;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
}

.brawus-food-case__facts {
  border-bottom: 1px solid var(--bf-line);
  background: var(--bf-paper);
}

.brawus-food-case__facts dl {
  display: grid;
  grid-template-columns: 1.15fr 1.3fr 1fr .9fr .85fr;
}

.brawus-food-case__facts dl > div {
  min-width: 0;
  padding: 28px clamp(16px, 2.4vw, 34px) 31px;
  border-left: 1px solid var(--bf-line);
}

.brawus-food-case__facts dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.brawus-food-case__facts dt,
.brawus-food-case__constructor-copy dt {
  margin-bottom: 8px;
  color: var(--bf-muted);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brawus-food-case__facts dd {
  color: var(--bf-ink);
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 650;
  line-height: 1.4;
}

.brawus-food-case__thesis,
.brawus-food-case__customer,
.brawus-food-case__white-label,
.brawus-food-case__technology {
  padding: clamp(92px, 10vw, 160px) 0;
}

.brawus-food-case__thesis {
  background: var(--bf-cream);
}

.brawus-food-case__thesis-grid,
.brawus-food-case__feature-head,
.brawus-food-case__operations-head,
.brawus-food-case__technology-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: end;
}

.brawus-food-case__chapter-head h2,
.brawus-food-case__constructor-copy h2,
.brawus-food-case__white-label-copy h2,
.brawus-food-case__result-copy h2,
.brawus-food-case__cta-panel h2 {
  margin-top: 24px !important;
  color: var(--bf-ink) !important;
  font-family: Mont, Arial, sans-serif !important;
  font-size: clamp(46px, 5.8vw, 88px) !important;
  font-weight: 540 !important;
  line-height: .96 !important;
  letter-spacing: -.058em !important;
  text-transform: none !important;
  text-wrap: balance;
}

.brawus-food-case__chapter-head h2 em,
.brawus-food-case__constructor-copy h2 em,
.brawus-food-case__white-label-copy h2 em,
.brawus-food-case__result-copy h2 em {
  color: var(--bf-saffron-deep);
}

.brawus-food-case__thesis-copy {
  padding-left: clamp(22px, 3vw, 44px);
  border-left: 1px solid var(--bf-line);
}

.brawus-food-case__thesis-copy p,
.brawus-food-case__feature-head > div > p,
.brawus-food-case__operations-head > p,
.brawus-food-case__technology-grid .brawus-food-case__chapter-head > p:last-child,
.brawus-food-case__constructor-copy > p,
.brawus-food-case__white-label-copy > p,
.brawus-food-case__result-copy > p:last-child {
  max-width: 56ch;
  color: var(--bf-copy) !important;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
}

.brawus-food-case__thesis-copy .brawus-food-case__lead {
  margin-bottom: 24px !important;
  color: var(--bf-ink) !important;
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 560;
  line-height: 1.38;
  letter-spacing: -.025em;
}

.brawus-food-case__system-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.7fr);
  margin-top: clamp(64px, 8vw, 116px);
  overflow: hidden;
  border: 1px solid var(--bf-line);
  border-radius: 28px;
  background: var(--bf-paper);
  box-shadow: 0 30px 80px rgba(9, 28, 47, .08);
}

.brawus-food-case__map-core {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: clamp(32px, 4vw, 56px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  color: var(--bf-white);
  background:
    radial-gradient(circle at 105% 5%, rgba(245, 190, 45, .24), transparent 16rem),
    var(--bf-navy);
}

.brawus-food-case__map-core::after {
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 300px;
  aspect-ratio: 1;
  border: 46px solid rgba(245, 190, 45, .13);
  border-radius: 50%;
  content: "";
}

.brawus-food-case__map-core span,
.brawus-food-case__map-core small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.brawus-food-case__map-core strong {
  position: relative;
  z-index: 1;
  color: var(--bf-saffron);
  font-size: clamp(39px, 4.5vw, 67px);
  font-weight: 590;
  line-height: .87;
  letter-spacing: -.07em;
}

.brawus-food-case__system-map ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.brawus-food-case__system-map li {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 13px;
  align-content: space-between;
  min-height: 195px;
  padding: clamp(25px, 3vw, 39px);
  border-left: 1px solid var(--bf-line);
  border-bottom: 1px solid var(--bf-line);
}

.brawus-food-case__system-map li:nth-child(n + 3) {
  border-bottom: 0;
}

.brawus-food-case__system-map li > span {
  display: grid;
  place-items: center;
  align-self: start;
  width: 33px;
  height: 33px;
  border: 1px solid var(--bf-line);
  border-radius: 50%;
  color: var(--bf-saffron-deep);
  font-size: 8px;
  font-weight: 770;
}

.brawus-food-case__system-map li strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-ink);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 670;
  line-height: 1.15;
}

.brawus-food-case__system-map li p {
  max-width: 27ch;
  color: var(--bf-copy) !important;
  font-size: 12px;
  line-height: 1.5;
}

.brawus-food-case__system-map li small {
  grid-column: 2;
  color: var(--bf-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brawus-food-case__demo-wrap {
  position: relative;
  z-index: 2;
  background: var(--bf-paper);
}

.brawus-food-case__customer {
  padding-bottom: clamp(124px, 13vw, 200px);
  background: var(--bf-paper);
}

.brawus-food-case__feature-head > div > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 31px;
}

.brawus-food-case__feature-head > div > ul li {
  position: relative;
  padding: 13px 0 13px 18px;
  border-top: 1px solid var(--bf-line);
  color: var(--bf-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.brawus-food-case__feature-head > div > ul li::before {
  position: absolute;
  top: 18px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bf-saffron);
  content: "";
}

.brawus-food-case__customer-stage {
  position: relative;
  margin-top: clamp(62px, 8vw, 112px);
  padding-right: clamp(24px, 7vw, 110px);
}

.brawus-food-case__board {
  border-radius: clamp(20px, 2.5vw, 36px);
  box-shadow: 0 34px 80px rgba(9, 28, 47, .12);
}

.brawus-food-case__board img {
  aspect-ratio: 117 / 70;
  object-fit: cover;
}

.brawus-food-case__board--customer {
  transform: rotate(-1.1deg);
}

.brawus-food-case__order-ticket {
  position: absolute;
  right: 0;
  bottom: clamp(-72px, -5vw, -46px);
  width: min(260px, 26vw);
  padding: 25px;
  border-radius: 21px;
  color: var(--bf-white);
  background: var(--bf-navy);
  box-shadow: 0 28px 55px rgba(7, 26, 45, .26);
  transform: rotate(3deg);
}

.brawus-food-case__order-ticket > p {
  padding-bottom: 17px;
  border-bottom: 1px dashed rgba(255, 255, 255, .23);
  color: var(--bf-saffron) !important;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brawus-food-case__order-ticket li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.brawus-food-case__order-ticket li:last-child {
  border-bottom: 0;
}

.brawus-food-case__order-ticket li span {
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.brawus-food-case__order-ticket li strong {
  color: var(--bf-white);
  font-size: 12px;
  font-weight: 620;
}

.brawus-food-case__constructor {
  padding: clamp(96px, 11vw, 168px) 0;
  background: var(--bf-ice);
}

.brawus-food-case__constructor-grid {
  display: grid;
  grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.brawus-food-case__constructor-copy > p {
  margin-top: 29px !important;
}

.brawus-food-case__constructor-copy dl {
  margin-top: 37px;
  border-top: 1px solid var(--bf-line);
}

.brawus-food-case__constructor-copy dl > div {
  display: grid;
  grid-template-columns: minmax(88px, .5fr) 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bf-line);
}

.brawus-food-case__constructor-copy dt {
  margin: 0;
  color: var(--bf-saffron-deep);
}

.brawus-food-case__constructor-copy dd {
  color: var(--bf-ink);
  font-size: 12px;
  font-weight: 620;
}

.brawus-food-case__board--catalog {
  transform: rotate(1.25deg);
}

.brawus-food-case__operations {
  position: relative;
  padding: clamp(100px, 11vw, 172px) 0;
  overflow: hidden;
  color: var(--bf-white);
  background: var(--bf-navy);
}

.brawus-food-case__ops-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .034) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000 0, transparent 67%);
  mask-image: radial-gradient(circle at 70% 30%, #000 0, transparent 67%);
  pointer-events: none;
}

.brawus-food-case__operations .brawus-food-case__eyebrow {
  color: var(--bf-saffron) !important;
}

.brawus-food-case__operations .brawus-food-case__chapter-head h2 {
  color: var(--bf-white) !important;
}

.brawus-food-case__operations .brawus-food-case__chapter-head h2 em {
  color: var(--bf-saffron);
}

.brawus-food-case__operations-head > p {
  padding-left: clamp(22px, 3vw, 44px);
  border-left: 1px solid var(--bf-line-light);
  color: rgba(255, 255, 255, .64) !important;
}

.brawus-food-case__flow {
  position: relative;
  margin-top: clamp(60px, 7vw, 100px);
  overflow: hidden;
  border: 1px solid var(--bf-line-light);
  border-radius: 26px;
  background: rgba(255, 255, 255, .035);
}

.brawus-food-case__flow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.brawus-food-case__flow li {
  position: relative;
  min-height: 220px;
  padding: clamp(25px, 3vw, 38px);
  border-left: 1px solid var(--bf-line-light);
}

.brawus-food-case__flow li:first-child {
  border-left: 0;
}

.brawus-food-case__flow li:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: -8px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: var(--bf-navy);
  background: var(--bf-saffron);
  content: "›";
  font-size: 12px;
  font-weight: 900;
}

.brawus-food-case__flow li > span {
  display: block;
  margin-bottom: clamp(50px, 5vw, 76px);
  color: var(--bf-saffron);
  font-size: 9px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.brawus-food-case__flow li strong {
  display: block;
  color: var(--bf-white);
  font-size: clamp(18px, 1.7vw, 23px);
  font-weight: 630;
  line-height: 1.15;
}

.brawus-food-case__flow li p {
  max-width: 24ch;
  margin-top: 10px !important;
  color: rgba(255, 255, 255, .49) !important;
  font-size: 11px;
  line-height: 1.55;
}

.brawus-food-case__flow-status {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px clamp(25px, 3vw, 38px);
  border-top: 1px solid var(--bf-line-light);
  color: rgba(255, 255, 255, .54) !important;
  font-size: 10px;
  letter-spacing: .08em;
}

.brawus-food-case__flow-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bf-saffron);
  box-shadow: 0 0 0 6px rgba(245, 190, 45, .1);
}

.brawus-food-case__board--platform {
  margin-top: clamp(64px, 8vw, 118px);
}

.brawus-food-case__white-label {
  background: var(--bf-cream);
}

.brawus-food-case__white-label-grid {
  display: grid;
  grid-template-columns: minmax(330px, .75fr) minmax(0, 1.25fr);
  gap: clamp(62px, 10vw, 160px);
  align-items: center;
}

.brawus-food-case__white-label-copy > p {
  margin-top: 28px !important;
}

.brawus-food-case__launch-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 17px;
  align-items: end;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--bf-line);
}

.brawus-food-case__launch-note > span {
  align-self: center;
  color: var(--bf-saffron-deep);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brawus-food-case__launch-note strong {
  color: var(--bf-ink);
  font-size: clamp(32px, 3.7vw, 54px);
  font-weight: 580;
  line-height: .95;
  letter-spacing: -.055em;
}

.brawus-food-case__launch-note p {
  grid-column: 2;
  max-width: 30ch;
  color: var(--bf-copy) !important;
  font-size: 11px;
  line-height: 1.5;
}

.brawus-food-case__brand-system {
  position: relative;
  min-height: 550px;
}

.brawus-food-case__brand-system::before,
.brawus-food-case__brand-system::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(9, 28, 47, .09);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.brawus-food-case__brand-system::before {
  width: 485px;
  height: 485px;
}

.brawus-food-case__brand-system::after {
  width: 340px;
  height: 340px;
}

.brawus-food-case__brand-core,
.brawus-food-case__brand-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 28px 70px rgba(9, 28, 47, .14);
}

.brawus-food-case__brand-core {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 230px;
  height: 250px;
  padding: 27px;
  border-radius: 52px 16px 52px 16px;
  color: var(--bf-white);
  background: var(--bf-navy);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.brawus-food-case__brand-core span,
.brawus-food-case__brand-core small,
.brawus-food-case__brand-card span,
.brawus-food-case__brand-card small {
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brawus-food-case__brand-core span,
.brawus-food-case__brand-core small {
  color: rgba(255, 255, 255, .47);
}

.brawus-food-case__brand-core strong {
  color: var(--bf-saffron);
  font-size: 42px;
  font-weight: 580;
  line-height: .88;
  letter-spacing: -.075em;
}

.brawus-food-case__brand-card {
  z-index: 3;
  width: 160px;
  height: 145px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  color: var(--bf-ink);
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.brawus-food-case__brand-card span,
.brawus-food-case__brand-card small {
  color: var(--bf-muted);
}

.brawus-food-case__brand-card strong {
  color: var(--bf-ink);
  font-size: 16px;
  font-weight: 660;
}

.brawus-food-case__brand-card--one {
  top: 12px;
  left: 8%;
  transform: rotate(-7deg);
}

.brawus-food-case__brand-card--two {
  top: 66px;
  right: 1%;
  background: var(--bf-saffron);
  transform: rotate(5deg);
}

.brawus-food-case__brand-card--two :is(span, small) {
  color: rgba(9, 28, 47, .56);
}

.brawus-food-case__brand-card--three {
  right: 9%;
  bottom: 13px;
  transform: rotate(-4deg);
}

.brawus-food-case__board--ecosystem {
  margin-top: clamp(72px, 9vw, 130px);
}

.brawus-food-case__technology {
  background: var(--bf-paper);
}

.brawus-food-case__technology-grid {
  align-items: start;
}

.brawus-food-case__technology-grid .brawus-food-case__chapter-head > p:last-child {
  margin-top: 29px !important;
}

.brawus-food-case__stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--bf-line);
  border-left: 1px solid var(--bf-line);
}

.brawus-food-case__stack > div {
  display: flex;
  min-height: 170px;
  padding: clamp(23px, 2.7vw, 36px);
  border-right: 1px solid var(--bf-line);
  border-bottom: 1px solid var(--bf-line);
  flex-direction: column;
  justify-content: space-between;
  background: var(--bf-white);
  transition: transform .26s var(--bf-ease), background-color .26s ease;
}

.brawus-food-case__stack > div:hover {
  z-index: 1;
  background: #fffdf7;
  transform: translateY(-4px);
}

.brawus-food-case__stack span,
.brawus-food-case__stack small {
  color: var(--bf-muted);
  font-size: 8px;
  font-weight: 710;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.brawus-food-case__stack strong {
  color: var(--bf-ink);
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 610;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.brawus-food-case__board--development {
  margin-top: clamp(66px, 8vw, 116px);
}

.brawus-food-case__result {
  position: relative;
  padding: clamp(100px, 11vw, 170px) 0;
  overflow: hidden;
  color: var(--bf-white);
  background: var(--bf-navy-2);
}

.brawus-food-case__result::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(245, 190, 45, .15) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent 34%, #000);
  mask-image: linear-gradient(90deg, transparent 34%, #000);
  content: "";
  opacity: .72;
}

.brawus-food-case__result-glow {
  position: absolute;
  right: -10vw;
  bottom: -28vw;
  width: 62vw;
  aspect-ratio: 1;
  border: 8vw solid rgba(245, 190, 45, .08);
  border-radius: 50%;
}

.brawus-food-case__result-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.brawus-food-case__result .brawus-food-case__eyebrow {
  color: var(--bf-saffron) !important;
}

.brawus-food-case__result-copy h2 {
  color: var(--bf-white) !important;
}

.brawus-food-case__result-copy h2 em {
  color: var(--bf-saffron);
}

.brawus-food-case__result-copy > p:last-child {
  margin-top: 29px !important;
  color: rgba(255, 255, 255, .62) !important;
}

.brawus-food-case__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--bf-line-light);
  border-left: 1px solid var(--bf-line-light);
}

.brawus-food-case__metrics > div {
  min-height: 190px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--bf-line-light);
  border-bottom: 1px solid var(--bf-line-light);
}

.brawus-food-case__metrics > div:last-child {
  grid-column: 1 / -1;
  min-height: 150px;
  background: rgba(245, 190, 45, .08);
}

.brawus-food-case__metrics dt {
  color: var(--bf-saffron);
  font-size: clamp(55px, 6.5vw, 94px);
  font-weight: 540;
  line-height: .8;
  letter-spacing: -.07em;
  font-variant-numeric: tabular-nums;
}

.brawus-food-case__metrics dt span {
  margin-left: 7px;
  font-size: .22em;
  font-weight: 710;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.brawus-food-case__metrics dd {
  max-width: 18ch;
  margin-top: 22px;
  color: rgba(255, 255, 255, .56);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brawus-food-case__cta {
  padding: clamp(70px, 8vw, 112px) 0 clamp(88px, 10vw, 148px);
  background: var(--bf-saffron);
}

.brawus-food-case__cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr) minmax(220px, .32fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid rgba(9, 28, 47, .3);
}

.brawus-food-case__cta-index {
  align-self: start;
  color: rgba(9, 28, 47, .48) !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.brawus-food-case__cta-panel > div > p {
  color: rgba(9, 28, 47, .55) !important;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.brawus-food-case__cta-panel h2 {
  max-width: 900px;
  margin-top: 20px !important;
  font-size: clamp(39px, 5vw, 72px) !important;
}

.brawus-food-case__cta-panel h2 em {
  color: var(--bf-paper);
}

.brawus-food-case__cta-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}

.brawus-food-case__button {
  display: flex;
  min-height: 58px;
  padding: 0 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 11px;
  color: var(--bf-white) !important;
  background: var(--bf-navy);
  font-size: 12px;
  font-weight: 710;
  transition: transform .24s var(--bf-ease), box-shadow .24s ease;
}

.brawus-food-case__button:hover {
  box-shadow: 0 18px 36px rgba(9, 28, 47, .22);
  transform: translateY(-3px);
}

.brawus-food-case__button:active {
  transform: scale(.985);
}

.brawus-food-case__text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--bf-ink) !important;
  font-size: 11px;
  font-weight: 690;
}

.brawus-food-case__text-link span {
  transition: transform .22s ease;
}

.brawus-food-case__text-link:hover span {
  transform: translateY(-3px);
}

@media (min-width: 861px) and (max-height: 800px) {
  .brawus-food-case__hero {
    padding-top: 116px;
    padding-bottom: 76px;
  }

  .brawus-food-case__hero-orbit {
    top: 118px;
  }

  .brawus-food-case__topline {
    padding-bottom: 17px;
  }

  .brawus-food-case__hero-copy {
    gap: clamp(40px, 5vw, 70px);
    padding: 32px 0 38px;
  }

  .brawus-food-case__brand {
    margin-bottom: 20px !important;
  }

  .brawus-food-case__hero h1 {
    font-size: clamp(58px, 5.45vw, 74px) !important;
    line-height: .9 !important;
  }

  .brawus-food-case__hero-note {
    padding-top: 18px;
  }

  .brawus-food-case__hero-note p {
    margin-top: 14px !important;
    font-size: 14px;
    line-height: 1.55;
  }

  .brawus-food-case__hero-note a {
    margin-top: 20px;
  }
}

@media (max-width: 1100px) {
  .brawus-food-case__hero-copy,
  .brawus-food-case__thesis-grid,
  .brawus-food-case__feature-head,
  .brawus-food-case__operations-head,
  .brawus-food-case__technology-grid,
  .brawus-food-case__result-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 58px;
  }

  .brawus-food-case__constructor-grid,
  .brawus-food-case__white-label-grid {
    gap: 58px;
  }

  .brawus-food-case__brand-system {
    transform: scale(.9);
  }
}

@media (max-width: 860px) {
  .brawus-food-case__hero-copy,
  .brawus-food-case__thesis-grid,
  .brawus-food-case__feature-head,
  .brawus-food-case__constructor-grid,
  .brawus-food-case__operations-head,
  .brawus-food-case__white-label-grid,
  .brawus-food-case__technology-grid,
  .brawus-food-case__result-grid {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__hero-copy {
    gap: 45px;
  }

  .brawus-food-case__hero-note {
    max-width: 520px;
  }

  .brawus-food-case__facts dl {
    grid-template-columns: repeat(3, 1fr);
  }

  .brawus-food-case__facts dl > div:nth-child(4) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--bf-line);
  }

  .brawus-food-case__facts dl > div:nth-child(5) {
    border-top: 1px solid var(--bf-line);
  }

  .brawus-food-case__system-map {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__map-core {
    min-height: 250px;
  }

  .brawus-food-case__customer-stage {
    padding-right: 0;
  }

  .brawus-food-case__order-ticket {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, calc(100% - 40px));
    margin: -35px 20px 0 auto;
  }

  .brawus-food-case__flow ol {
    grid-template-columns: 1fr 1fr;
  }

  .brawus-food-case__flow li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--bf-line-light);
  }

  .brawus-food-case__flow li:nth-child(4) {
    border-top: 1px solid var(--bf-line-light);
  }

  .brawus-food-case__flow li:nth-child(2)::after {
    display: none;
  }

  .brawus-food-case__brand-system {
    width: min(600px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .brawus-food-case__cta-panel {
    grid-template-columns: 55px minmax(0, 1fr);
  }

  .brawus-food-case__cta-actions {
    grid-column: 2;
    width: min(340px, 100%);
  }
}

@media (max-width: 620px) {
  .brawus-food-case__shell {
    width: calc(100% - 32px);
  }

  .brawus-food-case__hero {
    padding: 126px 0 74px;
  }

  .brawus-food-case__topline > p {
    display: none;
  }

  .brawus-food-case__hero-copy {
    padding: 49px 0 46px;
  }

  .brawus-food-case__brand {
    margin-bottom: 26px !important;
  }

  .brawus-food-case__hero h1 {
    font-size: clamp(45px, 14vw, 67px) !important;
    line-height: .91 !important;
  }

  .brawus-food-case__hero-note {
    padding: 23px 0 0 20px;
  }

  .brawus-food-case__hero-note p {
    font-size: 14px;
  }

  .brawus-food-case__hero-stamp {
    top: 13px;
    right: 13px;
    width: 74px;
  }

  .brawus-food-case__hero-stamp::before {
    inset: 6px;
  }

  .brawus-food-case__hero-stamp small {
    display: none;
  }

  .brawus-food-case__hero-board figcaption,
  .brawus-food-case__board figcaption {
    position: static;
    display: block;
    padding: 14px 15px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--bf-white);
  }

  .brawus-food-case__hero-board figcaption span,
  .brawus-food-case__board figcaption span {
    display: block;
    margin-bottom: 6px;
  }

  .brawus-food-case__hero-board figcaption strong,
  .brawus-food-case__board figcaption strong {
    display: block;
    text-align: left;
  }

  .brawus-food-case__facts dl {
    grid-template-columns: 1fr 1fr;
  }

  .brawus-food-case__facts dl > div {
    min-height: 90px;
    padding: 20px 14px 22px;
    border-top: 1px solid var(--bf-line);
  }

  .brawus-food-case__facts dl > div:nth-child(-n + 2) {
    border-top: 0;
  }

  .brawus-food-case__facts dl > div:nth-child(3),
  .brawus-food-case__facts dl > div:nth-child(5) {
    padding-left: 0;
    border-left: 0;
  }

  .brawus-food-case__facts dl > div:nth-child(4) {
    padding-left: 14px;
    border-left: 1px solid var(--bf-line);
  }

  .brawus-food-case__facts dl > div:first-child {
    padding-left: 0;
  }

  .brawus-food-case__thesis,
  .brawus-food-case__customer,
  .brawus-food-case__white-label,
  .brawus-food-case__technology {
    padding: 78px 0;
  }

  .brawus-food-case__chapter-head h2,
  .brawus-food-case__constructor-copy h2,
  .brawus-food-case__white-label-copy h2,
  .brawus-food-case__result-copy h2 {
    font-size: clamp(39px, 11.6vw, 54px) !important;
    line-height: .98 !important;
  }

  .brawus-food-case__thesis-grid,
  .brawus-food-case__feature-head,
  .brawus-food-case__constructor-grid,
  .brawus-food-case__operations-head,
  .brawus-food-case__white-label-grid,
  .brawus-food-case__technology-grid,
  .brawus-food-case__result-grid {
    gap: 38px;
  }

  .brawus-food-case__thesis-copy,
  .brawus-food-case__operations-head > p {
    padding-left: 18px;
  }

  .brawus-food-case__system-map {
    margin-top: 52px;
    border-radius: 21px;
  }

  .brawus-food-case__map-core {
    min-height: 220px;
    padding: 27px;
  }

  .brawus-food-case__system-map ol {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__system-map li {
    min-height: 155px;
    padding: 23px;
    border-left: 0;
    border-bottom: 1px solid var(--bf-line) !important;
  }

  .brawus-food-case__system-map li:last-child {
    border-bottom: 0 !important;
  }

  .brawus-food-case__feature-head > div > ul {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__customer-stage,
  .brawus-food-case__board--platform,
  .brawus-food-case__board--ecosystem,
  .brawus-food-case__board--development {
    margin-top: 50px;
  }

  .brawus-food-case__board--customer,
  .brawus-food-case__board--catalog {
    transform: none;
  }

  .brawus-food-case__order-ticket {
    width: calc(100% - 20px);
    margin: -17px 0 0 20px;
    transform: rotate(1deg);
  }

  .brawus-food-case__constructor,
  .brawus-food-case__operations,
  .brawus-food-case__result {
    padding: 80px 0;
  }

  .brawus-food-case__flow {
    margin-top: 49px;
    border-radius: 20px;
  }

  .brawus-food-case__flow ol {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__flow li {
    min-height: 155px;
    border-top: 1px solid var(--bf-line-light);
    border-left: 0;
  }

  .brawus-food-case__flow li:first-child {
    border-top: 0;
  }

  .brawus-food-case__flow li:not(:last-child)::after {
    top: auto;
    right: 28px;
    bottom: -8px;
    transform: rotate(90deg);
  }

  .brawus-food-case__flow li:nth-child(2)::after {
    display: grid;
  }

  .brawus-food-case__flow li > span {
    margin-bottom: 30px;
  }

  .brawus-food-case__brand-system {
    min-height: 465px;
  }

  .brawus-food-case__brand-system::before {
    width: 390px;
    height: 390px;
  }

  .brawus-food-case__brand-system::after {
    width: 285px;
    height: 285px;
  }

  .brawus-food-case__brand-core {
    width: 190px;
    height: 218px;
  }

  .brawus-food-case__brand-core strong {
    font-size: 34px;
  }

  .brawus-food-case__brand-card {
    width: 132px;
    height: 124px;
    padding: 16px;
  }

  .brawus-food-case__brand-card--one {
    left: 0;
  }

  .brawus-food-case__brand-card--two {
    right: 0;
  }

  .brawus-food-case__brand-card--three {
    right: 1%;
  }

  .brawus-food-case__stack {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__stack > div {
    min-height: 135px;
  }

  .brawus-food-case__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .brawus-food-case__metrics > div {
    min-height: 145px;
    padding: 24px;
  }

  .brawus-food-case__metrics > div:last-child {
    min-height: 125px;
  }

  .brawus-food-case__cta {
    padding: 65px 0 86px;
  }

  .brawus-food-case__cta-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brawus-food-case__cta-index {
    display: none;
  }

  .brawus-food-case__cta-panel h2 {
    font-size: clamp(36px, 11vw, 50px) !important;
  }

  .brawus-food-case__cta-actions {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .brawus-food-case__shell {
    width: calc(100% - 24px);
  }

  .brawus-food-case__hero h1 {
    font-size: 42px !important;
  }

  .brawus-food-case__hero-stamp {
    display: none;
  }

  .brawus-food-case__facts dd {
    font-size: 11px;
  }

  .brawus-food-case__brand-system {
    min-height: 430px;
    transform: scale(.92);
  }

  .brawus-food-case__brand-card {
    width: 122px;
  }

  .brawus-food-case__metrics {
    grid-template-columns: 1fr;
  }

  .brawus-food-case__metrics > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brawus-food-case *,
  .brawus-food-case *::before,
  .brawus-food-case *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
