/* Designer revision pass — 2026-08-31. Loaded after the route styles. */

body.brawus-v2 .br-header {
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .24s ease !important;
  will-change: transform;
}

body.brawus-v2 .br-header.is-scroll-hidden {
  opacity: .94;
  transform: translateY(calc(-100% - 38px)) !important;
}

body.brawus-v2.page-home .eh-hero {
  display: flex !important;
  min-height: min(940px, 100dvh) !important;
  padding: clamp(112px, 13vh, 148px) clamp(18px, 3.4vw, 58px) clamp(42px, 5vw, 72px) !important;
  color: #f7f4ed !important;
  background: #090c11 !important;
}

body.brawus-v2.page-home .eh-hero-shell--split {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: min(100%, 1660px) !important;
  min-height: clamp(690px, calc(100dvh - 190px), 840px) !important;
  margin: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px 42px 42px 42px;
  background: #11151c;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .3);
}

body.brawus-v2.page-home .eh-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: inherit;
  padding: clamp(30px, 4.4vw, 72px);
}

body.brawus-v2.page-home .eh-hero-kicker {
  position: static !important;
  margin: 0 !important;
  color: rgba(247, 244, 237, .72) !important;
}

body.brawus-v2.page-home .eh-hero-kicker i {
  background: #6879ec !important;
}

body.brawus-v2.page-home .eh-hero-title {
  max-width: none !important;
  margin: auto 0 0 !important;
  color: #f7f4ed !important;
  font-size: clamp(54px, 5.1vw, 92px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
  letter-spacing: -.067em !important;
  text-wrap: nowrap;
}

body.brawus-v2.page-home .eh-hero-title span,
body.brawus-v2.page-home .eh-hero-title em {
  display: block !important;
  color: inherit !important;
  font-style: normal !important;
  white-space: nowrap;
}

body.brawus-v2.page-home .eh-hero-lead {
  max-width: 56ch;
  margin: clamp(20px, 2vw, 30px) 0 0;
  color: rgba(247, 244, 237, .7);
  font-size: clamp(16px, 1.12vw, 20px);
  line-height: 1.48;
}

body.brawus-v2.page-home .eh-hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px 28px !important;
  margin-top: clamp(24px, 3vw, 38px) !important;
}

body.brawus-v2.page-home .eh-hero-actions .eh-button {
  min-height: 58px !important;
  color: #11141a !important;
  border-color: #f3f0e9 !important;
  background: #f3f0e9 !important;
}

body.brawus-v2.page-home .eh-hero-actions .eh-button:hover {
  color: #f7f4ed !important;
  background: transparent !important;
}

body.brawus-v2.page-home .eh-hero-actions .eh-text-link {
  color: #f7f4ed !important;
}

body.brawus-v2.page-home .eh-hero-proof {
  display: flex;
  gap: clamp(22px, 3vw, 42px);
  width: min(100%, 510px);
  margin-top: clamp(28px, 3.5vw, 46px);
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(247, 244, 237, .58);
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
}

body.brawus-v2.page-home .eh-hero-proof span {
  display: grid;
  gap: 4px;
}

body.brawus-v2.page-home .eh-hero-proof strong {
  color: #f7f4ed;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.03em;
  text-transform: none;
}

body.brawus-v2.page-home .eh-hero-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #11151c;
}

body.brawus-v2.page-home .eh-hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .9) 0%, rgba(5, 7, 10, .68) 42%, rgba(5, 7, 10, .14) 74%, rgba(5, 7, 10, .34) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .08) 45%, rgba(5, 7, 10, .72) 100%);
}

body.brawus-v2.page-home .eh-hero-visual > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.06) brightness(.9);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

body.brawus-v2.page-home .eh-hero-visual:hover > video {
  transform: scale(1.025);
}

body.brawus-v2.page-home .eh-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4.4vw, 72px);
  bottom: clamp(28px, 4.4vw, 72px);
  left: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px 22px;
  align-items: end;
  width: min(390px, 31vw);
  padding: 17px 19px;
  color: #f7f4ed;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  background: rgba(12, 14, 20, .58);
  backdrop-filter: blur(14px);
}

body.brawus-v2.page-home .eh-hero-visual figcaption span {
  grid-column: 1 / -1;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-hero-visual figcaption strong {
  font-size: clamp(18px, 1.65vw, 26px);
  font-weight: 500;
  letter-spacing: -.04em;
}

body.brawus-v2.page-home .eh-hero-visual figcaption a {
  color: #f7f4ed;
  font-size: 13px;
  text-decoration: none;
}

body.brawus-v2.page-home .eh-services {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding-block: clamp(90px, 10vw, 150px) !important;
  background: #080a0d !important;
}

body.brawus-v2.page-home .eh-services-intro {
  position: static !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr) !important;
  gap: clamp(42px, 7vw, 120px) !important;
  align-items: end !important;
  width: min(calc(100% - clamp(28px, 6vw, 100px)), 1740px);
  min-height: 0 !important;
  margin-inline: auto !important;
  margin-bottom: clamp(42px, 6vw, 76px) !important;
  padding: 0 !important;
  border: 0 !important;
}

body.brawus-v2.page-home .eh-services-intro > * {
  min-width: 0;
  max-width: 100%;
}

body.brawus-v2.page-home .eh-services-intro h2 {
  width: 100%;
  max-width: 11ch !important;
  font-size: clamp(52px, 5vw, 82px) !important;
  line-height: .9 !important;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-services-intro .eh-pill {
  margin-bottom: clamp(30px, 4vw, 54px) !important;
}

body.brawus-v2.page-home .eh-services-note {
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

body.brawus-v2.page-home .eh-services-note p {
  max-width: 38ch;
}

body.brawus-v2.page-home .eh-services-workbench {
  width: min(calc(100% - clamp(28px, 6vw, 100px)), 1740px);
  margin: 0 auto;
}

body.brawus-v2.page-home .eh-services-tabs {
  display: flex;
  gap: 10px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  scrollbar-width: none;
}

body.brawus-v2.page-home .eh-services-tabs::-webkit-scrollbar { display: none; }

body.brawus-v2.page-home button.eh-service-tab {
  display: flex;
  flex: 0 0 64px;
  gap: 14px;
  align-items: center;
  min-width: 64px;
  min-height: 58px;
  padding: 0 19px;
  overflow: hidden;
  color: rgba(255, 255, 255, .58);
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: flex-basis .46s cubic-bezier(.22, 1, .36, 1), color .24s ease, background .24s ease, border-color .24s ease;
}

body.brawus-v2.page-home button.eh-service-tab:hover,
body.brawus-v2.page-home button.eh-service-tab:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
}

body.brawus-v2.page-home button.eh-service-tab.is-active {
  flex-basis: 310px;
  color: #11141a;
  background: #f3f0e9;
}

body.brawus-v2.page-home .eh-service-tab > span {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
}

body.brawus-v2.page-home .eh-service-tab > strong {
  max-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: max-width .46s cubic-bezier(.22, 1, .36, 1), opacity .24s ease;
}

body.brawus-v2.page-home .eh-service-tab.is-active > strong {
  max-width: 240px;
  opacity: 1;
}

body.brawus-v2.page-home .eh-service-panels {
  margin-top: 16px;
}

body.brawus-v2.page-home .eh-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(430px, .7fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px 34px 34px 34px;
  background: #12161d;
  animation: rev-panel-in .5s cubic-bezier(.22, 1, .36, 1) both;
}

body.brawus-v2.page-home .eh-service-panel[hidden] { display: none !important; }

body.brawus-v2.page-home .eh-service-panel .eh-service-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(28px, 3vw, 48px) !important;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-meta {
  margin-bottom: auto;
  color: #8e98ab;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-copy h3 {
  width: 100%;
  margin: 0 0 20px;
  color: #f4f1ea;
  max-width: none !important;
  font-size: clamp(34px, 2.55vw, 46px) !important;
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
  white-space: normal;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-copy p {
  max-width: 42ch;
  margin: 0 0 28px;
  color: #aeb4c0;
  font-size: 16px;
  line-height: 1.55;
}

body.brawus-v2.page-home .eh-service-panel .eh-service-copy a {
  width: fit-content;
  color: #f4f1ea;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}

@keyframes rev-panel-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

body.brawus-v2.page-home .eh-process,
body.brawus-v2.page-home .eh-process.eh-paper {
  color: #11141a !important;
  background: #f3f0e9 !important;
}

body.brawus-v2.page-home .eh-process :is(h2, h3) { color: #11141a !important; }
body.brawus-v2.page-home .eh-process :is(p, small) { color: #656b75 !important; }
body.brawus-v2.page-home .eh-process-list,
body.brawus-v2.page-home .eh-process-list li { border-color: rgba(17, 20, 26, .17) !important; }

body.brawus-v2.page-home .eh-projects {
  padding-bottom: clamp(100px, 12vw, 180px);
  overflow: clip;
  background: #f3f0e9;
}

body.brawus-v2.page-home .eh-projects-head {
  padding-block: clamp(88px, 9vw, 144px) clamp(72px, 7.5vw, 118px) !important;
}

body.brawus-v2.page-home .eh-projects-head .eh-shell {
  width: min(88vw, 1580px) !important;
}

body.brawus-v2.page-home .eh-projects-head .eh-projects-meta {
  margin-bottom: clamp(52px, 5.5vw, 88px) !important;
}

body.brawus-v2.page-home .eh-projects-meta > span:last-child {
  color: rgba(244, 241, 234, .56);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-projects-head h2 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none !important;
  margin: 0 auto !important;
  color: #f4f1ea !important;
  font-size: clamp(70px, 7.3vw, 142px) !important;
  line-height: .82 !important;
  text-align: center;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-projects-head h2 > span,
body.brawus-v2.page-home .eh-projects-head h2 > span:last-child {
  display: block;
  max-width: 100%;
  margin-left: 0 !important;
  white-space: nowrap;
}

body.brawus-v2.page-home .eh-project-gallery {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, clamp(270px, 18vw, 350px)) !important;
  grid-auto-rows: clamp(270px, 18vw, 350px) !important;
  gap: clamp(12px, 1vw, 18px) !important;
  width: min(88vw, 1580px) !important;
  margin-inline: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.brawus-v2.page-home .eh-project-card,
body.brawus-v2.page-home .eh-project-card--top,
body.brawus-v2.page-home .eh-project-card--bottom,
body.brawus-v2.page-home .eh-project-card--service,
body.brawus-v2.page-home .eh-project-card--fitness {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px !important;
  box-shadow: 0 22px 60px rgba(12, 16, 22, .13);
}

body.brawus-v2.page-home .eh-project-card--lead {
  grid-column: 1 / span 7 !important;
  grid-row: 1 / span 2 !important;
  min-height: 0 !important;
  border-radius: 34px 16px 16px 34px !important;
}

body.brawus-v2.page-home .eh-project-card--top {
  grid-column: 8 / -1 !important;
  grid-row: 1 !important;
  border-radius: 16px 34px 16px 16px !important;
}

body.brawus-v2.page-home .eh-project-card--bottom { grid-column: 8 / -1 !important; grid-row: 2 !important; }
body.brawus-v2.page-home .eh-project-card--service {
  grid-column: 1 / span 5 !important;
  grid-row: 3 !important;
  border-radius: 34px 16px 16px 34px !important;
}

body.brawus-v2.page-home .eh-project-card--fitness {
  grid-column: 6 / -1 !important;
  grid-row: 3 !important;
  border-radius: 16px 16px 34px 16px !important;
}

body.brawus-v2.page-home .eh-project-card img { transition-duration: .75s !important; }

body.brawus-v2.page-home .eh-project-card--top .eh-project-copy,
body.brawus-v2.page-home .eh-project-card--bottom .eh-project-copy,
body.brawus-v2.page-home .eh-project-card--fitness .eh-project-copy {
  right: clamp(74px, 5.25vw, 104px) !important;
}

body.brawus-v2.page-home .eh-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

body.brawus-v2.page-home .eh-projects-footer a {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  color: #f4f1ea;
  border-radius: 10px;
  background: #11141a;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease;
}

body.brawus-v2.page-home .eh-projects-footer a:hover { background: #6879ec; transform: translateY(-2px); }

@media (min-width: 761px) and (max-width: 1100px) {
  body.brawus-v2.page-home .eh-projects-head .eh-shell,
  body.brawus-v2.page-home .eh-project-gallery {
    width: calc(100% - 52px) !important;
  }

  body.brawus-v2.page-home .eh-projects-head h2 {
    font-size: clamp(66px, 10.7vw, 102px) !important;
  }

  body.brawus-v2.page-home .eh-project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: clamp(450px, 61vw, 620px) repeat(2, clamp(300px, 39vw, 400px)) !important;
    grid-auto-rows: clamp(300px, 39vw, 400px) !important;
  }

  body.brawus-v2.page-home .eh-project-card--lead {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    border-radius: 30px 30px 16px 16px !important;
  }

  body.brawus-v2.page-home .eh-project-card--top { grid-column: 1 !important; grid-row: 2 !important; border-radius: 16px !important; }
  body.brawus-v2.page-home .eh-project-card--bottom { grid-column: 2 !important; grid-row: 2 !important; }
  body.brawus-v2.page-home .eh-project-card--service { grid-column: 1 !important; grid-row: 3 !important; border-radius: 16px 16px 16px 30px !important; }
  body.brawus-v2.page-home .eh-project-card--fitness { grid-column: 2 !important; grid-row: 3 !important; border-radius: 16px 16px 30px 16px !important; }
}

body.brawus-v2.page-home .eh-proof { background: #f3f0e9 !important; }

body.brawus-v2.page-home .eh-proof-metrics {
  padding-block: clamp(100px, 11vw, 164px);
  color: #f4f1ea;
  background:
    radial-gradient(circle at 82% 18%, rgba(104, 121, 236, .14), transparent 28rem),
    #0c1016;
}

body.brawus-v2.page-home .eh-proof-metrics .eh-proof-head h2 { color: #f4f1ea !important; }
body.brawus-v2.page-home .eh-proof-metrics .eh-proof-head p { color: #9ba3b2 !important; }

body.brawus-v2.page-home .eh-proof-metrics .eh-metrics {
  margin-top: 70px;
  border-color: rgba(255, 255, 255, .15) !important;
}

body.brawus-v2.page-home .eh-proof-metrics .eh-metric {
  color: #f4f1ea !important;
  border-color: rgba(255, 255, 255, .15) !important;
  background: transparent !important;
}

body.brawus-v2.page-home .eh-proof-metrics .eh-metric strong { color: #f4f1ea !important; }
body.brawus-v2.page-home .eh-proof-metrics .eh-metric span { color: #969eac !important; }

body.brawus-v2.page-home .eh-proof-reviews {
  padding-block: clamp(92px, 10vw, 150px);
  color: #11141a;
  background: #f3f0e9;
}

body.brawus-v2.page-home .eh-reviews-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 48px;
}

body.brawus-v2.page-home .eh-reviews-heading h2 {
  max-width: 11ch;
  margin: 0;
  color: #11141a !important;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
}

body.brawus-v2.page-home .eh-review-rail {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-columns: auto !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  gap: 18px !important;
  width: calc(100% - clamp(36px, 6vw, 96px)) !important;
  max-width: 1740px;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  scroll-snap-type: none !important;
}

body.brawus-v2.page-home .eh-review {
  grid-column: span 6;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  min-height: 390px !important;
  padding: clamp(28px, 2.6vw, 42px) !important;
  overflow: hidden !important;
  color: #11141a !important;
  border: 1px solid rgba(17, 20, 26, .15) !important;
  border-radius: 14px 30px 30px 30px !important;
  background: #fbf8f1 !important;
  box-shadow: none !important;
  scroll-snap-align: none !important;
}

body.brawus-v2.page-home .eh-review:nth-child(6n + 1),
body.brawus-v2.page-home .eh-review:nth-child(6n + 4),
body.brawus-v2.page-home .eh-review:nth-child(6n + 5) { grid-column: span 7; }

body.brawus-v2.page-home .eh-review:nth-child(6n + 2),
body.brawus-v2.page-home .eh-review:nth-child(6n + 3),
body.brawus-v2.page-home .eh-review:nth-child(6n + 6) { grid-column: span 5; }

body.brawus-v2.page-home .eh-review::after {
  color: rgba(17, 20, 26, .035) !important;
}

body.brawus-v2.page-home .eh-review-person {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 15px !important;
  margin-bottom: 26px !important;
  padding-bottom: 22px !important;
  border-color: rgba(17, 20, 26, .11) !important;
}

body.brawus-v2.page-home .eh-review-logo {
  width: 58px !important;
  height: 58px !important;
  padding: 10px !important;
  border-color: rgba(17, 20, 26, .1) !important;
  background: #f0eee8 !important;
}

body.brawus-v2.page-home .eh-review blockquote {
  max-width: 49ch !important;
  color: #22262e !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.5 !important;
}

body.brawus-v2.page-home .eh-review-identity strong {
  color: #11141a !important;
  font-size: clamp(16px, 1.12vw, 19px) !important;
}

body.brawus-v2.page-home .eh-review-identity span {
  color: #717782 !important;
  font-size: 12px !important;
}

body.brawus-v2.page-home .eh-review-footer {
  display: block !important;
  width: 100%;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-color: rgba(17, 20, 26, .11) !important;
}

body.brawus-v2.page-home .eh-review-actions {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  width: 100%;
}

body.brawus-v2.page-home .eh-review footer .eh-review-actions a {
  width: 100%;
  min-height: 48px !important;
  padding: 12px 16px !important;
  color: #11141a !important;
  border-color: rgba(17, 20, 26, .24) !important;
  background: transparent !important;
}

body.brawus-v2.page-home .eh-review footer .eh-review-actions a:last-child {
  color: #f6f3ec !important;
  border-color: #11141a !important;
  background: #11141a !important;
  box-shadow: none !important;
}

body.brawus-v2.page-home .eh-review footer .eh-review-actions a:hover {
  color: #f6f3ec !important;
  border-color: #6879ec !important;
  background: #6879ec !important;
}

body.brawus-v2.page-home .eh-news,
body.brawus-v2.page-home .eh-news.eh-paper {
  padding-block: clamp(96px, 11vw, 160px) !important;
  color: #11141a !important;
  background: #f3f0e9 !important;
}

body.brawus-v2.page-home .eh-news :is(h2, h3, a) { color: #11141a !important; }
body.brawus-v2.page-home .eh-news p,
body.brawus-v2.page-home .eh-news-copy > span { color: #707680 !important; }

body.brawus-v2.page-home .eh-news-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, .825fr)) !important;
  grid-template-rows: none !important;
  grid-auto-columns: auto !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  gap: 16px !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  scroll-snap-type: none !important;
}

body.brawus-v2.page-home .eh-news-card,
body.brawus-v2.page-home .eh-news-card--lead {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(235px, 42%) minmax(0, 1fr) !important;
  min-height: 560px !important;
  padding: 10px !important;
  overflow: hidden !important;
  color: #11141a !important;
  border: 1px solid rgba(17, 20, 26, .14) !important;
  border-radius: 14px 26px 26px 26px !important;
  background: #fbf8f1 !important;
  scroll-snap-align: none !important;
}

body.brawus-v2.page-home .eh-news-card:first-child {
  grid-template-rows: minmax(280px, 52%) minmax(0, 1fr) !important;
}

body.brawus-v2.page-home .eh-news-card .eh-news-image,
body.brawus-v2.page-home .eh-news-card--lead .eh-news-image {
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  border-radius: 10px 18px 18px 18px !important;
}

body.brawus-v2.page-home .eh-news-card .eh-news-copy,
body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 0 !important;
  padding: clamp(22px, 2.1vw, 30px) !important;
}

body.brawus-v2.page-home .eh-news-card .eh-news-copy h3,
body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy h3 {
  margin: 18px 0 14px !important;
  font-size: clamp(23px, 1.75vw, 30px) !important;
  line-height: 1.06 !important;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-news-card .eh-news-copy p,
body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy p {
  display: block !important;
  grid-column: auto !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-wrap: pretty;
}

body.brawus-v2.page-home .eh-news-card .eh-news-link,
body.brawus-v2.page-home .eh-news-card--lead .eh-news-link {
  grid-column: auto !important;
  grid-row: auto !important;
  margin: auto 0 0 !important;
  padding: 22px 0 4px !important;
  border: 0 !important;
  font-size: 11px !important;
}

@media (max-width: 1100px) {
  body.brawus-v2.page-home .eh-review,
  body.brawus-v2.page-home .eh-review:nth-child(n) {
    grid-column: span 6;
  }

  body.brawus-v2.page-home .eh-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.brawus-v2.page-home .eh-news-card:first-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
    grid-template-rows: minmax(360px, auto) !important;
    min-height: 0 !important;
  }
}

body.brawus-v2:is(.page-home,.page-mobile-development) .real-demo__back {
  display: inline-flex !important;
  gap: 10px;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 15px;
  color: #f4f1ea !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, .06) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.brawus-v2:is(.page-home,.page-mobile-development) .real-demo__back[hidden] { display: none !important; }
body.brawus-v2:is(.page-home,.page-mobile-development) .real-demo__back--stage { display: none !important; }
body.brawus-v2:is(.page-home,.page-mobile-development) .real-demo__status { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
body.brawus-v2:is(.page-home,.page-mobile-development) .home-live-demo__footer { justify-content: flex-end !important; }

.br-client-strip {
  padding-block: clamp(74px, 8vw, 116px);
  color: #11141a;
  background: #f3f0e9;
  border-top: 1px solid rgba(17, 20, 26, .13);
}

.br-client-strip__head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 42px;
}

.br-client-strip__head > span {
  color: #747a84;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.br-client-strip__head h2 {
  max-width: 14ch;
  margin: 0;
  color: #11141a !important;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.05em;
}

.br-client-strip__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 20, 26, .14);
  border-left: 1px solid rgba(17, 20, 26, .14);
}

.br-client-strip__rail figure {
  display: grid;
  place-items: center;
  min-height: 128px;
  margin: 0;
  padding: 24px;
  border-right: 1px solid rgba(17, 20, 26, .14);
  border-bottom: 1px solid rgba(17, 20, 26, .14);
}

.br-client-strip__rail img {
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(1) contrast(.78);
  opacity: .72;
  transition: filter .25s ease, opacity .25s ease;
}

.br-client-strip__rail figure:hover img { filter: none; opacity: 1; }

@media (max-width: 1100px) {
  body.brawus-v2.page-home .eh-hero { min-height: 0 !important; }
  body.brawus-v2.page-home .eh-hero-shell--split { min-height: 720px !important; }
  body.brawus-v2.page-home .eh-hero-copy { max-width: none; }
  body.brawus-v2.page-home .eh-hero-title { max-width: none !important; }
  body.brawus-v2.page-home .eh-hero-visual { min-height: 0; }
  body.brawus-v2.page-home .eh-service-panel { grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); }
  body.brawus-v2.page-home button.eh-service-tab.is-active { flex-basis: 260px; }
}

@media (max-width: 820px) {
  body.brawus-v2:is(.page-home,.page-mobile-development) .real-demo__back--stage:not([hidden]) {
    position: absolute;
    z-index: 18;
    top: 14px;
    left: 14px;
    display: inline-flex !important;
    min-height: 38px;
    margin: 0;
    padding-inline: 12px;
    color: #10131a !important;
    border-color: rgba(16, 19, 26, .16) !important;
    background: rgba(246, 243, 236, .9) !important;
    box-shadow: 0 10px 30px rgba(15, 18, 25, .16);
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 760px) {
  body.brawus-v2 .br-header.is-scroll-hidden { transform: translateY(calc(-100% - 26px)) !important; }
  body.brawus-v2.page-home .eh-hero { padding: 104px 14px 24px !important; }
  body.brawus-v2.page-home .eh-hero-shell--split { min-height: 700px !important; border-radius: 10px 28px 28px 28px; }
  body.brawus-v2.page-home .eh-hero-copy { padding: 24px 10px 28px; }
  body.brawus-v2.page-home .eh-hero-kicker { font-size: 9px; }
  body.brawus-v2.page-home .eh-hero-title { left: auto !important; right: auto !important; width: 100% !important; max-width: none !important; align-self: stretch !important; font-size: clamp(24px, 7.8vw, 42px) !important; }
  body.brawus-v2.page-home .eh-hero-lead { font-size: 16px; }
  body.brawus-v2.page-home .eh-hero-proof { gap: 18px; }
  body.brawus-v2.page-home .eh-hero-visual { min-height: 0; border-radius: inherit; }
  body.brawus-v2.page-home .eh-hero-visual::after { background: linear-gradient(180deg, rgba(5, 7, 10, .38), rgba(5, 7, 10, .7) 42%, rgba(5, 7, 10, .92)); }
  body.brawus-v2.page-home .eh-hero-visual > video { object-position: 58% center; }
  body.brawus-v2.page-home .eh-hero-visual figcaption { display: none; }
  body.brawus-v2.page-home .eh-services-intro { grid-template-columns: 1fr !important; gap: 28px !important; width: calc(100% - 28px); }
  body.brawus-v2.page-home .eh-services-intro h2 { max-width: 9ch !important; font-size: clamp(44px, 13vw, 58px) !important; }
  body.brawus-v2.page-home .eh-services-note { grid-template-columns: 1fr; gap: 18px; justify-self: start; }
  body.brawus-v2.page-home .eh-services-note a { justify-self: start; }
  body.brawus-v2.page-home .eh-services-workbench { width: calc(100% - 28px); }
  body.brawus-v2.page-home .eh-services-tabs { overflow-x: auto; }
  body.brawus-v2.page-home button.eh-service-tab { flex-basis: 56px; min-width: 56px; padding-inline: 16px; }
  body.brawus-v2.page-home button.eh-service-tab.is-active { flex-basis: 280px; }
  body.brawus-v2.page-home .eh-service-panel { grid-template-columns: 1fr; min-height: 0; border-radius: 12px 24px 24px 24px; }
  body.brawus-v2.page-home .eh-service-panel .eh-service-media { min-height: 300px; }
  body.brawus-v2.page-home .eh-service-panel .eh-service-copy { min-height: 300px; padding: 28px 22px; }
  body.brawus-v2.page-home .eh-projects-head {
    padding-block: 74px 54px !important;
  }
  body.brawus-v2.page-home .eh-projects-head .eh-shell,
  body.brawus-v2.page-home .eh-project-gallery {
    width: calc(100% - 28px) !important;
  }
  body.brawus-v2.page-home .eh-projects-head .eh-projects-meta {
    gap: 10px;
    margin-bottom: 38px !important;
  }
  body.brawus-v2.page-home .eh-projects-head .eh-projects-meta > span:last-child {
    font-size: 9px;
    letter-spacing: .055em;
  }
  body.brawus-v2.page-home .eh-projects-head h2 {
    font-size: clamp(38px, 10.1vw, 43px) !important;
    line-height: .88 !important;
  }
  body.brawus-v2.page-home .eh-projects-head h2 > span,
  body.brawus-v2.page-home .eh-projects-head h2 > span:last-child {
    white-space: nowrap;
  }
  body.brawus-v2.page-home .eh-project-gallery { grid-template-columns: 1fr !important; grid-template-rows: none !important; grid-auto-rows: auto !important; gap: 12px !important; }
  body.brawus-v2.page-home .eh-project-card,
  body.brawus-v2.page-home .eh-project-card--lead,
  body.brawus-v2.page-home .eh-project-card--top,
  body.brawus-v2.page-home .eh-project-card--bottom,
  body.brawus-v2.page-home .eh-project-card--service,
  body.brawus-v2.page-home .eh-project-card--fitness {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: clamp(350px, 105vw, 420px) !important;
    border-radius: 14px !important;
  }
  body.brawus-v2.page-home .eh-project-card--lead {
    min-height: clamp(420px, 122vw, 480px) !important;
    border-radius: 26px 26px 14px 14px !important;
  }
  body.brawus-v2.page-home .eh-project-card--fitness {
    border-radius: 14px 14px 26px 26px !important;
  }
  body.brawus-v2.page-home .eh-project-card .eh-project-copy,
  body.brawus-v2.page-home .eh-project-card--top .eh-project-copy,
  body.brawus-v2.page-home .eh-project-card--bottom .eh-project-copy,
  body.brawus-v2.page-home .eh-project-card--fitness .eh-project-copy {
    right: 28px !important;
    bottom: 82px !important;
    left: 28px !important;
  }
  body.brawus-v2.page-home .eh-projects-footer {
    margin-top: 36px;
  }
  body.brawus-v2.page-home .eh-reviews-heading,
  .br-client-strip__head { grid-template-columns: 1fr; }

  body.brawus-v2.page-home .eh-reviews-heading {
    gap: 20px;
    margin-bottom: 32px;
  }

  body.brawus-v2.page-home .eh-reviews-heading h2 {
    max-width: 10ch;
    font-size: clamp(42px, 13vw, 58px);
  }

  body.brawus-v2.page-home .eh-review-rail {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: calc(100% - 28px) !important;
  }

  body.brawus-v2.page-home .eh-review,
  body.brawus-v2.page-home .eh-review:nth-child(n) {
    grid-column: 1 !important;
    min-height: 0 !important;
    padding: 22px 18px !important;
    border-radius: 12px 24px 24px 24px !important;
  }

  body.brawus-v2.page-home .eh-review-person {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 13px !important;
    margin-bottom: 20px !important;
    padding-bottom: 18px !important;
  }

  body.brawus-v2.page-home .eh-review-logo {
    width: 50px !important;
    height: 50px !important;
    padding: 8px !important;
  }

  body.brawus-v2.page-home .eh-review blockquote {
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  body.brawus-v2.page-home .eh-review-footer {
    margin-top: 22px !important;
    padding-top: 18px !important;
  }

  body.brawus-v2.page-home .eh-review-actions {
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 8px !important;
  }

  body.brawus-v2.page-home .eh-review footer .eh-review-actions a {
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
  }

  body.brawus-v2.page-home .eh-news-head {
    margin-bottom: 34px !important;
  }

  body.brawus-v2.page-home .eh-news-grid {
    grid-template-columns: 1fr !important;
    grid-auto-columns: auto !important;
    gap: 12px !important;
  }

  body.brawus-v2.page-home .eh-news-card,
  body.brawus-v2.page-home .eh-news-card--lead,
  body.brawus-v2.page-home .eh-news-card:first-child {
    grid-column: 1 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
    padding: 8px !important;
  }

  body.brawus-v2.page-home .eh-news-card .eh-news-image,
  body.brawus-v2.page-home .eh-news-card--lead .eh-news-image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  body.brawus-v2.page-home .eh-news-card .eh-news-copy,
  body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy {
    padding: 22px 18px 20px !important;
  }

  body.brawus-v2.page-home .eh-news-card .eh-news-copy h3,
  body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy h3 {
    font-size: clamp(25px, 7.4vw, 31px) !important;
  }

  body.brawus-v2.page-home .eh-news-card .eh-news-link,
  body.brawus-v2.page-home .eh-news-card--lead .eh-news-link {
    padding-top: 24px !important;
  }

  .br-client-strip__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .br-client-strip__rail figure { min-height: 104px; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  body.brawus-v2 .br-header,
  body.brawus-v2.page-home .eh-hero-visual > video,
  body.brawus-v2.page-home button.eh-service-tab,
  body.brawus-v2.page-home .eh-service-tab > strong { transition: none !important; }
}
