/*
 * Brawus editorial home
 * Page-specific composition for the local redesign. This layer intentionally
 * sits above the legacy compatibility stylesheet without changing shared files.
 */

@font-face {
  font-family: "Tilda Sans";
  src: url("/assets/newFonts/TildaSans-VF.woff") format("woff");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* The home header overlays the hero, so in-page chapters can land flush. */
html.brawus-v2-html:has(body.brawus-v2.page-home) {
  scroll-padding-top: 0 !important;
}

body.brawus-v2.page-home {
  --eh-black: #080808;
  --eh-black-soft: #101010;
  --eh-panel: #151515;
  --eh-paper: #efefeb;
  --eh-paper-soft: #e7e7e1;
  --eh-ink: #111111;
  --eh-white: #f4f4ef;
  --eh-gray: #989894;
  --eh-gray-dark: #575754;
  --eh-blue: #5877ff;
  --eh-line-dark: rgba(244, 244, 239, 0.18);
  --eh-line-light: rgba(17, 17, 17, 0.2);
  --eh-shell: min(92vw, 1580px);
  --eh-gutter: clamp(22px, 4vw, 72px);
  --eh-section: clamp(112px, 13vw, 220px);
  --eh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--eh-white) !important;
  background: var(--eh-black) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  padding: 0 !important;
}

body.brawus-v2.page-home::before {
  display: none;
}

body.brawus-v2.page-home .br-noise {
  z-index: 150;
  opacity: 0.025;
}

body.brawus-v2.page-home .br-page-content {
  z-index: 1;
  min-height: 100vh;
  padding: 0 !important;
  overflow: clip;
}

body.brawus-v2.page-home .editorial-home,
body.brawus-v2.page-home .editorial-home * {
  box-sizing: border-box;
}

body.brawus-v2.page-home .editorial-home {
  position: relative;
  width: 100%;
  color: var(--eh-white);
  background: var(--eh-black);
  font-family: "Tilda Sans", "Mont", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

body.brawus-v2.page-home .editorial-home h1,
body.brawus-v2.page-home .editorial-home h2,
body.brawus-v2.page-home .editorial-home h3,
body.brawus-v2.page-home .editorial-home p,
body.brawus-v2.page-home .editorial-home figure,
body.brawus-v2.page-home .editorial-home blockquote,
body.brawus-v2.page-home .editorial-home ol {
  margin: 0;
}

body.brawus-v2.page-home .editorial-home h1,
body.brawus-v2.page-home .editorial-home h2,
body.brawus-v2.page-home .editorial-home h3,
body.brawus-v2.page-home .editorial-home strong,
body.brawus-v2.page-home .editorial-home b {
  color: inherit !important;
  font-family: inherit !important;
}

body.brawus-v2.page-home .editorial-home p,
body.brawus-v2.page-home .editorial-home li,
body.brawus-v2.page-home .editorial-home button {
  color: inherit;
  font-family: inherit;
}

body.brawus-v2.page-home .editorial-home img,
body.brawus-v2.page-home .editorial-home video {
  display: block;
  width: 100%;
}

body.brawus-v2.page-home .editorial-home a {
  color: inherit !important;
  text-decoration: none;
}

body.brawus-v2.page-home .eh-shell {
  width: var(--eh-shell);
  max-width: none;
  margin-inline: auto;
}

body.brawus-v2.page-home .eh-paper {
  color: var(--eh-ink);
  background: var(--eh-paper);
}

body.brawus-v2.page-home .eh-label {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: none;
  color: inherit !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-label::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--eh-blue);
}

body.brawus-v2.page-home .editorial-home summary {
  list-style: none;
}

body.brawus-v2.page-home .editorial-home summary::-webkit-details-marker {
  display: none;
}

body.brawus-v2.page-home .editorial-home :focus-visible {
  outline: 2px solid var(--eh-blue) !important;
  outline-offset: 5px !important;
}

/* -------------------------------------------------------------------------- */
/* Header over the cinematic first screen                                      */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .br-header {
  position: fixed !important;
  z-index: 120;
  top: 20px;
  min-height: 78px;
  color: var(--eh-white) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}

body.brawus-v2.page-home .br-header-shell {
  width: min(calc(100% - clamp(24px, 6vw, 76px)), 1840px);
  min-height: 78px;
  gap: clamp(24px, 3vw, 56px);
  padding: 0 18px;
  border: 1px solid rgba(242, 242, 238, .15);
  border-radius: 16px;
  background: rgba(12, 12, 12, .76);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  pointer-events: auto;
}

body.brawus-v2.page-home .br-brand img {
  width: 148px;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

body.brawus-v2.page-home .br-nav .navigation {
  gap: clamp(18px, 1.8vw, 34px);
}

body.brawus-v2.page-home .br-nav .navigation > li > a {
  min-height: 76px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}

body.brawus-v2.page-home .br-nav .navigation > li:hover > a,
body.brawus-v2.page-home .br-nav .navigation > li:focus-within > a,
body.brawus-v2.page-home .br-nav .navigation > li.is-active > a {
  color: #fff !important;
}

body.brawus-v2.page-home .br-nav .navigation > li > a::before {
  bottom: 12px;
  background: #fff;
}

body.brawus-v2.page-home .br-calc-link {
  display: none;
}

body.brawus-v2.page-home .br-header .br-primary-action {
  min-height: 54px;
  padding: 0 28px !important;
  color: #080808 !important;
  border: 1px solid var(--eh-paper) !important;
  border-radius: 12px !important;
  background: var(--eh-paper) !important;
  box-shadow: none !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

body.brawus-v2.page-home .br-header .br-primary-action:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.58) !important;
  background: transparent !important;
  transform: translateY(-1px);
}

body.brawus-v2.page-home .br-header .br-primary-action::before {
  display: none;
}

body.brawus-v2.page-home .br-project-modal {
  z-index: 20000 !important;
}

body.brawus-v2.page-home .br-mobile-menu {
  z-index: 15000 !important;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  color: var(--eh-white);
  background: #080808;
  isolation: isolate;
}

body.brawus-v2.page-home .eh-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}

body.brawus-v2.page-home .eh-hero-photo {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08) brightness(0.56);
  transform: scale(1.015);
}

body.brawus-v2.page-home .eh-hero-film {
  position: absolute;
  z-index: 2;
  right: max(4vw, 36px);
  bottom: 148px;
  width: clamp(290px, 25vw, 440px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: #080808;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

body.brawus-v2.page-home .eh-hero-film::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 10px solid rgba(0, 0, 0, .12);
  pointer-events: none;
}

body.brawus-v2.page-home .eh-hero-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  filter: grayscale(1) contrast(1.08) brightness(.72);
}

body.brawus-v2.page-home .eh-hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.14) 82%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 40%, rgba(0, 0, 0, 0.78) 100%);
}

body.brawus-v2.page-home .eh-hero-shell {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: var(--eh-shell);
  min-height: max(760px, 100svh);
  margin-inline: auto;
  padding: 132px 0 42px;
}

body.brawus-v2.page-home .eh-hero-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-hero-kicker i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--eh-blue);
}

body.brawus-v2.page-home .eh-hero-title {
  align-self: center;
  max-width: 14ch;
  margin: clamp(30px, 5vh, 72px) 0 50px !important;
  color: var(--eh-white) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(68px, 7.2vw, 132px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.066em !important;
  line-height: 0.88 !important;
  text-wrap: normal;
}

body.brawus-v2.page-home .eh-hero-title span,
body.brawus-v2.page-home .eh-hero-title em {
  display: block;
}

body.brawus-v2.page-home .eh-hero-title em {
  color: rgba(235, 235, 229, 0.46);
  font-style: normal;
  font-weight: 430;
}

body.brawus-v2.page-home .eh-hero-bottom {
  display: grid;
  grid-template-columns: minmax(360px, 540px) auto auto;
  gap: clamp(34px, 5vw, 92px);
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 22px;
}

body.brawus-v2.page-home .eh-hero-intro p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(17px, 1.18vw, 21px);
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-hero-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
  margin-left: 48px;
}

body.brawus-v2.page-home .eh-button {
  display: inline-flex;
  gap: 42px;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 560;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease;
}

body.brawus-v2.page-home .eh-button:hover {
  color: #080808;
  background: #fff;
}

body.brawus-v2.page-home .eh-text-link {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  padding: 8px 0;
  font-size: 15px;
  font-weight: 520;
}

body.brawus-v2.page-home .eh-sound {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-self: end;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  border: 0;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

body.brawus-v2.page-home .eh-sound .volume-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

body.brawus-v2.page-home .eh-sound .volume-icon path:first-child {
  fill: currentColor;
  stroke: none;
}

body.brawus-v2.page-home .eh-sound .volume-icon--on {
  display: none;
}

body.brawus-v2.page-home .eh-sound.is-unmuted .volume-icon--muted {
  display: none;
}

body.brawus-v2.page-home .eh-sound.is-unmuted .volume-icon--on {
  display: block;
}

body.brawus-v2.page-home .eh-scroll-cue {
  display: grid;
  gap: 14px;
  justify-items: end;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-right: 104px;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-scroll-cue i {
  position: relative;
  display: block;
  width: 82px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

body.brawus-v2.page-home .eh-scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #fff;
  transform: translateX(-100%);
  animation: eh-scroll-line 2.4s var(--eh-ease) infinite;
}

@keyframes eh-scroll-line {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

/* -------------------------------------------------------------------------- */
/* Statement                                                                   */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-thesis {
  padding: var(--eh-section) 0;
}

body.brawus-v2.page-home .eh-thesis-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.23fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 130px);
  align-items: start;
}

body.brawus-v2.page-home .eh-thesis h2 {
  max-width: 12.5ch;
  color: var(--eh-ink) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(58px, 7.6vw, 136px) !important;
  font-weight: 510 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.91 !important;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-thesis-foot {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(340px, 1fr);
  gap: clamp(50px, 9vw, 160px);
  align-items: start;
  margin-top: clamp(74px, 9vw, 145px);
  padding-top: 22px;
  border-top: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-thesis-foot > p {
  max-width: 38ch;
  color: #494946 !important;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-thesis-result {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
}

body.brawus-v2.page-home .eh-thesis-result span {
  color: #6d6d68;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-thesis-result strong {
  max-width: 31ch;
  font-size: clamp(19px, 1.8vw, 30px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

/* -------------------------------------------------------------------------- */
/* Services: split-screen horizontal accordion                                */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-services {
  display: grid;
  grid-template-columns: minmax(420px, 46%) minmax(0, 54%);
  height: max(760px, 100svh);
  min-height: max(760px, 100svh);
  color: var(--eh-white);
  background: var(--eh-black);
}

body.brawus-v2.page-home .eh-services-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(84px, 8vw, 145px) clamp(36px, 5vw, 90px) clamp(44px, 5vw, 76px) max(4vw, calc((100vw - 1580px) / 2));
  border-right: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  max-width: none;
  margin: 0 0 clamp(54px, 8vh, 98px) !important;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--eh-blue);
}

body.brawus-v2.page-home .eh-services-intro h2 {
  max-width: 8.6ch;
  color: var(--eh-white) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(58px, 5.75vw, 106px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.06em !important;
  line-height: 0.9 !important;
  text-wrap: normal;
}

body.brawus-v2.page-home .eh-services-note {
  display: grid;
  grid-template-columns: minmax(180px, 320px) auto;
  gap: 35px;
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-services-note p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 13px;
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-services-note a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-self: end;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 11px;
  white-space: nowrap;
}

body.brawus-v2.page-home .eh-services-note a i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--eh-blue);
}

body.brawus-v2.page-home .eh-services-rail {
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: max(760px, 100svh);
  overflow: hidden;
}

body.brawus-v2.page-home .eh-service {
  display: grid;
  flex: 0 0 clamp(62px, 5.1vw, 92px);
  grid-template-columns: clamp(62px, 5.1vw, 92px) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-right: 1px solid var(--eh-line-dark);
  background: var(--eh-black);
  transition: flex-basis 650ms var(--eh-ease), background 350ms ease;
}

body.brawus-v2.page-home .eh-service:last-child {
  border-right: 0;
}

body.brawus-v2.page-home .eh-service[open] {
  flex: 1 1 auto;
  background: #131313;
}

body.brawus-v2.page-home .eh-service summary {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 100%;
  padding: 35px 18px 31px;
  cursor: pointer;
}

body.brawus-v2.page-home .eh-service summary:hover {
  background: rgba(255, 255, 255, 0.035);
}

body.brawus-v2.page-home .eh-service-number {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

body.brawus-v2.page-home .eh-service-summary-title {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: opacity 250ms ease;
}

body.brawus-v2.page-home .eh-service[open] .eh-service-summary-title {
  opacity: 0.28;
}

body.brawus-v2.page-home .eh-service-body {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 0.9fr) minmax(260px, 1.1fr);
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

body.brawus-v2.page-home .eh-service-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(45px, 5vw, 84px) clamp(34px, 4vw, 72px) clamp(34px, 4vw, 66px);
}

body.brawus-v2.page-home .eh-service-copy h3 {
  max-width: 8ch;
  margin: 0 0 28px !important;
  color: var(--eh-white) !important;
  font-size: clamp(38px, 4.1vw, 76px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.055em !important;
  line-height: 0.93 !important;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-service-copy p {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 14px;
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-service-meta {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-service-copy a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 260px);
  margin-top: 35px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 11px;
}

body.brawus-v2.page-home .eh-service-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #222;
}

body.brawus-v2.page-home .eh-service-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.42));
}

body.brawus-v2.page-home .eh-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transition: filter 700ms ease, transform 1.1s var(--eh-ease);
}

body.brawus-v2.page-home .eh-service[open]:hover .eh-service-media img {
  filter: grayscale(0.25) contrast(1.03);
  transform: scale(1.035);
}

/* -------------------------------------------------------------------------- */
/* Gapless project gallery                                                     */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-projects-head {
  padding: clamp(105px, 12vw, 195px) 0 clamp(86px, 10vw, 156px);
}

body.brawus-v2.page-home .eh-projects-meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-bottom: clamp(70px, 9vw, 135px);
  color: #575754;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-projects-meta i {
  height: 1px;
  background: var(--eh-line-light);
}

body.brawus-v2.page-home .eh-projects-meta a {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  color: var(--eh-ink) !important;
}

body.brawus-v2.page-home .eh-projects-meta b {
  font-size: 17px;
  font-weight: 400;
}

body.brawus-v2.page-home .eh-projects-head h2 {
  max-width: 11ch;
  color: var(--eh-ink) !important;
  font-size: clamp(76px, 10.5vw, 190px) !important;
  font-weight: 510 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.8 !important;
  text-wrap: normal;
}

body.brawus-v2.page-home .eh-project-gallery {
  display: grid;
  grid-template-columns: 61.5% 38.5%;
  grid-template-rows: repeat(2, minmax(300px, 50svh));
  min-height: 100svh;
  background: #090909;
}

body.brawus-v2.page-home .eh-project-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #fff !important;
  background: #191919;
}

body.brawus-v2.page-home .eh-project-card--lead {
  grid-row: 1 / span 2;
}

body.brawus-v2.page-home .eh-project-card--top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.brawus-v2.page-home .eh-project-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: grayscale(1) brightness(0.78) contrast(1.06);
  transition: filter 700ms ease, transform 1.1s var(--eh-ease);
}

body.brawus-v2.page-home .eh-project-card--lead img {
  object-position: 47% center;
}

body.brawus-v2.page-home .eh-project-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.78));
  transition: background 450ms ease;
}

body.brawus-v2.page-home .eh-project-number {
  position: absolute;
  top: 30px;
  left: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

body.brawus-v2.page-home .eh-project-copy {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 28px;
  align-items: end;
}

body.brawus-v2.page-home .eh-project-copy small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-project-copy strong {
  font-size: clamp(34px, 4vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

body.brawus-v2.page-home .eh-project-card:not(.eh-project-card--lead) .eh-project-copy strong {
  font-size: clamp(26px, 2.8vw, 48px);
}

body.brawus-v2.page-home .eh-project-copy > span {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.brawus-v2.page-home .eh-project-copy i {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}

body.brawus-v2.page-home .eh-project-card:hover img {
  filter: grayscale(0.12) brightness(0.9) contrast(1.04);
  transform: scale(1.028);
}

body.brawus-v2.page-home .eh-project-card:hover .eh-project-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 40%, rgba(0, 0, 0, 0.68));
}

/* -------------------------------------------------------------------------- */
/* Pinned case                                                                 */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-case-story {
  min-height: 170svh;
  color: var(--eh-white);
  background: var(--eh-black);
}

body.brawus-v2.page-home .eh-case-pin {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: max(760px, 100svh);
  overflow: hidden;
}

body.brawus-v2.page-home .eh-case-copy {
  display: flex;
  flex-direction: column;
  min-height: max(760px, 100svh);
  padding: 38px clamp(34px, 5vw, 88px) 42px max(4vw, calc((100vw - 1580px) / 2));
  border-right: 1px solid var(--eh-line-dark);
  background: var(--eh-black);
}

body.brawus-v2.page-home .eh-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--eh-line-dark);
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-case-copy h2 {
  max-width: 9.5ch;
  margin: clamp(62px, 10vh, 128px) 0 30px !important;
  color: var(--eh-white) !important;
  font-size: clamp(52px, 5.4vw, 100px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.065em !important;
  line-height: 0.87 !important;
  text-wrap: normal;
}

body.brawus-v2.page-home .eh-case-copy > p {
  max-width: 43ch;
  color: rgba(255, 255, 255, 0.53) !important;
  font-size: 13px;
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-case-nav {
  display: grid;
  gap: 0;
  margin-top: auto;
  padding: 0;
  list-style: none;
}

body.brawus-v2.page-home .eh-case-nav li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.32) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  transition: color 250ms ease, padding-left 250ms ease;
}

body.brawus-v2.page-home .eh-case-nav li.is-active,
body.brawus-v2.page-home .eh-case-nav li:hover {
  padding-left: 8px;
  color: rgba(255, 255, 255, 0.92) !important;
}

body.brawus-v2.page-home .eh-case-nav li span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
}

body.brawus-v2.page-home .eh-case-stack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-case-stack strong {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 9px;
  font-weight: 500;
}

body.brawus-v2.page-home .eh-case-stack i {
  margin: 0 4px;
  color: var(--eh-blue);
  font-style: normal;
}

body.brawus-v2.page-home .eh-case-visual {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  min-height: max(760px, 100svh);
  padding: 38px clamp(34px, 4vw, 70px) 36px;
  color: var(--eh-ink);
  background: var(--eh-paper);
}

body.brawus-v2.page-home .eh-case-visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  color: #64645f;
  border-bottom: 1px solid var(--eh-line-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-case-image {
  position: relative;
  align-self: stretch;
  min-height: 0;
  margin: clamp(26px, 4vh, 48px) 0;
  overflow: hidden;
  background: #d6d6d0;
}

body.brawus-v2.page-home .eh-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.03);
  transition: filter 600ms ease, transform 900ms var(--eh-ease);
}

body.brawus-v2.page-home .eh-case-action {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  gap: 28px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: rgba(8, 8, 8, 0.9);
  font-size: 10px;
  transition: color 200ms ease, background 200ms ease;
}

body.brawus-v2.page-home .eh-case-action i {
  font-size: 16px;
  font-style: normal;
}

body.brawus-v2.page-home .eh-case-image:hover img {
  filter: grayscale(0.05) contrast(1.02);
  transform: scale(1.02);
}

body.brawus-v2.page-home .eh-case-image:hover .eh-case-action {
  color: #090909;
  background: #fff;
}

body.brawus-v2.page-home .eh-case-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-case-features > div {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 19px 20px 0 0;
  border-right: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-case-features > div + div {
  padding-left: 20px;
}

body.brawus-v2.page-home .eh-case-features > div:last-child {
  border-right: 0;
}

body.brawus-v2.page-home .eh-case-features span {
  color: #888883;
  font-size: 9px;
}

body.brawus-v2.page-home .eh-case-features strong {
  margin-top: 19px;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

body.brawus-v2.page-home .eh-case-features small {
  margin-top: 6px;
  color: #74746f;
  font-size: 10px;
  line-height: 1.35;
}

/* -------------------------------------------------------------------------- */
/* Proof                                                                        */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-proof {
  padding: var(--eh-section) 0 0;
  overflow: hidden;
  color: var(--eh-white);
  background: var(--eh-black);
}

body.brawus-v2.page-home .eh-proof-head {
  display: grid;
  grid-template-columns: 0.26fr 1fr;
  gap: clamp(35px, 7vw, 125px);
  align-items: start;
}

body.brawus-v2.page-home .eh-proof-head h2 {
  max-width: 11ch;
  color: var(--eh-white) !important;
  font-size: clamp(60px, 7.5vw, 136px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.066em !important;
  line-height: 0.88 !important;
}

body.brawus-v2.page-home .eh-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(86px, 10vw, 150px);
  border-top: 1px solid var(--eh-line-dark);
  border-bottom: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-metric {
  display: grid;
  align-content: space-between;
  min-height: clamp(230px, 21vw, 340px);
  padding: clamp(26px, 3vw, 48px) clamp(24px, 3vw, 46px);
  border-right: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-metric:first-child {
  padding-left: 0;
}

body.brawus-v2.page-home .eh-metric:last-child {
  padding-right: 0;
  border-right: 0;
}

body.brawus-v2.page-home .eh-metric strong {
  font-size: clamp(54px, 6.2vw, 112px);
  font-weight: 440;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

body.brawus-v2.page-home .eh-metric span {
  max-width: 21ch;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.35;
}

body.brawus-v2.page-home .eh-review-rail {
  display: flex;
  gap: clamp(28px, 4vw, 72px);
  width: 100%;
  padding: clamp(105px, 13vw, 210px) max(4vw, calc((100vw - 1580px) / 2));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: #555 #111;
  scroll-padding-inline: max(4vw, calc((100vw - 1580px) / 2));
  scroll-snap-type: x mandatory;
}

body.brawus-v2.page-home .eh-review {
  display: grid;
  flex: 0 0 min(78vw, 1120px);
  grid-template-columns: minmax(90px, 0.18fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 84px);
  min-height: 530px;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  scroll-snap-align: start;
}

body.brawus-v2.page-home .eh-review-mark {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 8px;
}

body.brawus-v2.page-home .eh-review-mark img {
  width: min(100%, 122px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.72;
}

body.brawus-v2.page-home .eh-review blockquote {
  max-width: 20ch;
  color: var(--eh-white);
  font-size: clamp(34px, 3.8vw, 68px);
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-wrap: balance;
}

body.brawus-v2.page-home .eh-review footer {
  grid-column: 2;
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
  margin-top: auto;
}

body.brawus-v2.page-home .eh-review footer > div {
  display: grid;
  gap: 6px;
}

body.brawus-v2.page-home .eh-review footer strong {
  font-size: 13px;
  font-weight: 500;
}

body.brawus-v2.page-home .eh-review footer span {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

body.brawus-v2.page-home .eh-review footer > div:last-child {
  grid-auto-flow: column;
  gap: 24px;
}

body.brawus-v2.page-home .eh-review footer a {
  color: rgba(255, 255, 255, 0.66) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  padding-bottom: 5px;
  font-size: 10px;
  white-space: nowrap;
}

body.brawus-v2.page-home .eh-client-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(160px, 1fr));
  min-width: 1280px;
  border-top: 1px solid var(--eh-line-dark);
  border-bottom: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-client-rail figure {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 38px 24px;
  border-right: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-client-rail figure:last-child {
  border-right: 0;
}

body.brawus-v2.page-home .eh-client-rail img {
  width: min(100%, 118px);
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.45;
  transition: opacity 220ms ease;
}

body.brawus-v2.page-home .eh-client-rail figure:hover img {
  opacity: 0.9;
}

/* -------------------------------------------------------------------------- */
/* Process                                                                     */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-process {
  padding: var(--eh-section) 0;
}

body.brawus-v2.page-home .eh-process-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: clamp(72px, 11vw, 200px);
  align-items: start;
}

body.brawus-v2.page-home .eh-process-intro {
  position: sticky;
  top: 120px;
}

body.brawus-v2.page-home .eh-process-intro h2 {
  max-width: 9ch;
  margin: 55px 0 38px !important;
  color: var(--eh-ink) !important;
  font-size: clamp(56px, 6vw, 106px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.062em !important;
  line-height: 0.9 !important;
}

body.brawus-v2.page-home .eh-process-intro > p:last-child {
  max-width: 39ch;
  color: #585854 !important;
  font-size: 14px;
  line-height: 1.5;
}

body.brawus-v2.page-home .eh-process-list {
  padding: 0;
  border-top: 1px solid var(--eh-line-light);
  list-style: none;
}

body.brawus-v2.page-home .eh-process-list li {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  min-height: 270px;
  padding: 34px 0;
  color: var(--eh-ink) !important;
  border-bottom: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-process-number {
  color: #777772;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

body.brawus-v2.page-home .eh-process-list h3 {
  max-width: 15ch;
  margin: 0 0 24px !important;
  color: var(--eh-ink) !important;
  font-size: clamp(32px, 3.3vw, 58px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
  line-height: 1 !important;
}

body.brawus-v2.page-home .eh-process-list p {
  max-width: 49ch;
  color: #555551 !important;
  font-size: 13px;
  line-height: 1.48;
}

body.brawus-v2.page-home .eh-process-list small {
  align-self: start;
  color: #777772;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */
/* FAQ                                                                         */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-faq {
  padding: var(--eh-section) 0;
  color: var(--eh-white);
  background: var(--eh-black);
}

body.brawus-v2.page-home .eh-faq-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: clamp(72px, 11vw, 200px);
  align-items: start;
}

body.brawus-v2.page-home .eh-faq h2 {
  max-width: 8ch;
  margin: 55px 0 40px !important;
  color: var(--eh-white) !important;
  font-size: clamp(56px, 6vw, 106px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.062em !important;
  line-height: 0.9 !important;
}

body.brawus-v2.page-home .eh-faq-intro {
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 13px;
}

body.brawus-v2.page-home .eh-faq-intro button {
  padding: 0 0 2px;
  color: rgba(255, 255, 255, 0.88);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  background: transparent;
  cursor: pointer;
}

body.brawus-v2.page-home .eh-faq-list {
  border-top: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-faq-list details {
  border-bottom: 1px solid var(--eh-line-dark);
}

body.brawus-v2.page-home .eh-faq-list summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  min-height: 126px;
  cursor: pointer;
}

body.brawus-v2.page-home .eh-faq-list summary > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

body.brawus-v2.page-home .eh-faq-list summary strong {
  font-size: clamp(19px, 1.75vw, 29px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

body.brawus-v2.page-home .eh-faq-list summary i {
  position: relative;
  width: 24px;
  height: 24px;
}

body.brawus-v2.page-home .eh-faq-list summary i::before,
body.brawus-v2.page-home .eh-faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  transition: transform 250ms ease;
}

body.brawus-v2.page-home .eh-faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.brawus-v2.page-home .eh-faq-list details[open]:not(.is-closing) summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

body.brawus-v2.page-home .eh-faq-list details > p {
  max-width: 62ch;
  padding: 0 52px 36px 64px;
  color: rgba(255, 255, 255, 0.51) !important;
  font-size: 14px;
  line-height: 1.5;
}

/* -------------------------------------------------------------------------- */
/* News                                                                        */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .eh-news {
  padding: var(--eh-section) 0;
}

body.brawus-v2.page-home .eh-news-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(72px, 9vw, 138px);
}

body.brawus-v2.page-home .eh-news-head h2 {
  max-width: 10.5ch;
  margin: 54px 0 0 !important;
  color: var(--eh-ink) !important;
  font-size: clamp(62px, 7.3vw, 132px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.066em !important;
  line-height: 0.88 !important;
}

body.brawus-v2.page-home .eh-news-head > a {
  display: inline-flex;
  gap: 42px;
  align-items: center;
  padding: 13px 0;
  color: var(--eh-ink) !important;
  border-top: 1px solid var(--eh-line-light);
  border-bottom: 1px solid var(--eh-line-light);
  font-size: 11px;
}

body.brawus-v2.page-home .eh-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.85fr);
  grid-template-rows: repeat(2, minmax(290px, auto));
  gap: 0;
  border-top: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-news-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(220px, 1.15fr);
  min-width: 0;
  padding: 32px 0 32px 32px;
  border-bottom: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-news-card--lead {
  grid-row: 1 / span 2;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(430px, 1fr) auto;
  padding: 32px 32px 0 0;
  border-right: 1px solid var(--eh-line-light);
}

body.brawus-v2.page-home .eh-news-image {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #d5d5cf;
}

body.brawus-v2.page-home .eh-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02);
  transition: filter 500ms ease, transform 800ms var(--eh-ease);
}

body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) .eh-news-image {
  min-height: 225px;
}

body.brawus-v2.page-home .eh-news-image:hover img {
  filter: grayscale(0.1);
  transform: scale(1.025);
}

body.brawus-v2.page-home .eh-news-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2px 0 0 28px;
}

body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy {
  display: grid;
  grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr) auto;
  gap: 34px;
  align-items: start;
  padding: 28px 0 35px;
}

body.brawus-v2.page-home .eh-news-copy > span {
  color: #74746f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.brawus-v2.page-home .eh-news-copy h3 {
  margin: 20px 0 13px !important;
  color: var(--eh-ink) !important;
  font-size: clamp(20px, 1.9vw, 32px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
}

body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy h3 {
  margin: 0 !important;
  font-size: clamp(28px, 3vw, 54px) !important;
}

body.brawus-v2.page-home .eh-news-copy p {
  max-width: 38ch;
  color: #666661 !important;
  font-size: 12px;
  line-height: 1.45;
}

body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy p {
  grid-column: 2;
  margin-top: 14px;
}

body.brawus-v2.page-home .eh-news-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: #444440 !important;
  font-size: 10px;
}

body.brawus-v2.page-home .eh-news-card--lead .eh-news-link {
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--eh-line-light);
}

/* -------------------------------------------------------------------------- */
/* Home-specific closing CTA and footer                                        */
/* -------------------------------------------------------------------------- */

body.brawus-v2.page-home .br-contact-cta {
  padding: clamp(110px, 14vw, 230px) 0 !important;
  color: var(--eh-ink) !important;
  border: 0 !important;
  border-top: 1px solid var(--eh-line-light) !important;
  background: var(--eh-paper) !important;
}

body.brawus-v2.page-home .br-contact-cta::before {
  display: none;
}

body.brawus-v2.page-home .br-contact-cta .br-shell {
  width: var(--eh-shell);
  max-width: none;
}

body.brawus-v2.page-home .br-contact-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(65px, 10vw, 190px);
  align-items: end;
}

body.brawus-v2.page-home .br-contact-cta .br-eyebrow {
  color: #656560 !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.brawus-v2.page-home .br-contact-grid h2 {
  max-width: 10.5ch;
  margin-top: 48px;
  color: var(--eh-ink) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(66px, 8vw, 145px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.068em !important;
  line-height: 0.86 !important;
}

body.brawus-v2.page-home .br-contact-copy p {
  max-width: 36ch;
  margin-bottom: 36px;
  color: #555551 !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.48;
}

body.brawus-v2.page-home .br-contact-cta .br-primary-action {
  width: 100%;
  min-height: 64px;
  padding: 0 22px !important;
  color: #fff !important;
  border: 1px solid var(--eh-black) !important;
  border-radius: 0 !important;
  background: var(--eh-black) !important;
  box-shadow: none !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
  font-size: clamp(17px, 1.15vw, 21px) !important;
  font-weight: 560 !important;
  letter-spacing: -0.025em;
}

body.brawus-v2.page-home .br-contact-cta .br-primary-action:hover {
  color: var(--eh-black) !important;
  background: transparent !important;
  transform: none;
}

body.brawus-v2.page-home .br-contact-cta .br-primary-action::before {
  display: none;
}

body.brawus-v2.page-home .br-footer {
  padding: clamp(72px, 8vw, 124px) 0 30px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  background: var(--eh-black) !important;
  font-family: "Tilda Sans", "Mont", Arial, sans-serif !important;
}

body.brawus-v2.page-home .br-footer .br-shell {
  width: var(--eh-shell);
  max-width: none;
}

body.brawus-v2.page-home .br-footer-top,
body.brawus-v2.page-home .br-footer-nav,
body.brawus-v2.page-home .br-footer-bottom {
  border-color: var(--eh-line-dark);
}

body.brawus-v2.page-home .br-footer-brand img {
  filter: grayscale(1) brightness(0) invert(1) !important;
}

body.brawus-v2.page-home .br-footer-top > p {
  color: rgba(255, 255, 255, 0.43) !important;
  font-family: inherit;
}

body.brawus-v2.page-home .br-footer-contact a {
  color: var(--eh-white) !important;
  font-family: inherit;
}

body.brawus-v2.page-home .br-footer-nav span,
body.brawus-v2.page-home .br-footer-bottom {
  color: rgba(255, 255, 255, 0.36) !important;
  font-family: inherit;
}

body.brawus-v2.page-home .br-footer-nav a,
body.brawus-v2.page-home .br-footer-bottom a {
  color: rgba(255, 255, 255, 0.66) !important;
  font-family: inherit;
}

body.brawus-v2.page-home .br-footer-nav a:hover {
  color: #fff !important;
}

/* -------------------------------------------------------------------------- */
/* Subtle viewport reveals                                                     */
/* -------------------------------------------------------------------------- */

@supports (animation-timeline: view()) {
  body.brawus-v2.page-home .eh-thesis h2,
  body.brawus-v2.page-home .eh-projects-head h2,
  body.brawus-v2.page-home .eh-proof-head h2,
  body.brawus-v2.page-home .eh-news-head h2 {
    animation: eh-title-in both linear;
    animation-range: entry 10% cover 35%;
    animation-timeline: view();
  }

  body.brawus-v2.page-home .eh-project-card img,
  body.brawus-v2.page-home .eh-case-image img {
    animation: eh-image-in both linear;
    animation-range: entry 0% cover 52%;
    animation-timeline: view();
  }
}

@keyframes eh-title-in {
  from { opacity: 0.82; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes eh-image-in {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 1320px) {
  body.brawus-v2.page-home .eh-services {
    grid-template-columns: 40% 60%;
  }

  body.brawus-v2.page-home .eh-services-intro {
    padding-right: 48px;
  }

  body.brawus-v2.page-home .eh-services-note {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-services-note a {
    justify-self: start;
  }

  body.brawus-v2.page-home .eh-service,
  body.brawus-v2.page-home .eh-service[open] {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  body.brawus-v2.page-home .eh-service {
    flex-basis: 66px;
  }

  body.brawus-v2.page-home .eh-case-pin {
    grid-template-columns: 40% 60%;
  }

  body.brawus-v2.page-home .eh-case-copy {
    padding-right: 45px;
  }
}

@media (max-width: 1180px) {
  body.brawus-v2.page-home .br-header-shell {
    grid-template-columns: auto 1fr auto;
  }

  body.brawus-v2.page-home .br-nav .navigation {
    gap: 16px;
  }

  body.brawus-v2.page-home .br-nav .navigation > li > a {
    font-size: 14px !important;
  }

  body.brawus-v2.page-home .eh-hero-title {
    max-width: 16ch;
    font-size: clamp(58px, 7.2vw, 92px) !important;
  }

  body.brawus-v2.page-home .eh-thesis-grid,
  body.brawus-v2.page-home .eh-proof-head {
    grid-template-columns: 0.2fr 1fr;
  }

  body.brawus-v2.page-home .eh-services {
    display: block;
    height: auto;
    min-height: 0;
  }

  body.brawus-v2.page-home .eh-services-intro {
    min-height: 72svh;
    padding: 110px var(--eh-gutter) 58px;
    border-right: 0;
    border-bottom: 1px solid var(--eh-line-dark);
  }

  body.brawus-v2.page-home .eh-services-intro h2 {
    max-width: 10ch;
  }

  body.brawus-v2.page-home .eh-services-note {
    grid-template-columns: minmax(220px, 380px) auto;
  }

  body.brawus-v2.page-home .eh-services-note a {
    justify-self: end;
  }

  body.brawus-v2.page-home .eh-services-rail {
    height: 82svh;
    min-height: 82svh;
  }

  body.brawus-v2.page-home .eh-service-body {
    grid-template-rows: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  }

  body.brawus-v2.page-home .eh-case-story {
    min-height: 0;
  }

  body.brawus-v2.page-home .eh-case-pin {
    position: relative;
    display: block;
    min-height: 0;
  }

  body.brawus-v2.page-home .eh-case-copy,
  body.brawus-v2.page-home .eh-case-visual {
    min-height: 92svh;
  }

  body.brawus-v2.page-home .eh-case-copy {
    padding: 52px var(--eh-gutter) 48px;
    border-right: 0;
  }

  body.brawus-v2.page-home .eh-case-copy h2 {
    max-width: 12ch;
    font-size: clamp(60px, 8.2vw, 104px) !important;
  }

  body.brawus-v2.page-home .eh-case-visual {
    padding: 48px var(--eh-gutter);
  }

  body.brawus-v2.page-home .eh-process-grid,
  body.brawus-v2.page-home .eh-faq-grid {
    grid-template-columns: minmax(280px, 0.58fr) 1fr;
    gap: 72px;
  }

  body.brawus-v2.page-home .eh-news-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) .eh-news-copy {
    padding: 24px 0 0;
  }
}

@media (max-width: 980px) {
  body.brawus-v2.page-home .br-header,
  body.brawus-v2.page-home .br-header-shell {
    min-height: 82px;
  }

  body.brawus-v2.page-home .br-nav {
    display: none;
  }

  body.brawus-v2.page-home .br-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
  }

  body.brawus-v2.page-home .br-menu-toggle span {
    background: #fff;
  }

  body.brawus-v2.page-home .eh-hero-shell {
    min-height: max(720px, 100svh);
    padding-top: 116px;
  }

  body.brawus-v2.page-home .eh-hero-title {
    max-width: 18ch;
    font-size: clamp(62px, 10.7vw, 103px) !important;
  }

  body.brawus-v2.page-home .eh-hero-bottom {
    grid-template-columns: minmax(260px, 1fr) auto;
  }

  body.brawus-v2.page-home .eh-scroll-cue {
    display: none;
    margin-right: 0;
  }

  body.brawus-v2.page-home .eh-thesis-grid,
  body.brawus-v2.page-home .eh-proof-head {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  body.brawus-v2.page-home .eh-thesis-foot {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  body.brawus-v2.page-home .eh-project-gallery {
    grid-template-columns: 58% 42%;
  }

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

  body.brawus-v2.page-home .eh-metric:nth-child(2) {
    border-right: 0;
  }

  body.brawus-v2.page-home .eh-metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--eh-line-dark);
  }

  body.brawus-v2.page-home .eh-metric:nth-child(3) {
    padding-left: 0;
  }

  body.brawus-v2.page-home .eh-review {
    flex-basis: 86vw;
    grid-template-columns: 90px 1fr;
  }

  body.brawus-v2.page-home .eh-process-grid,
  body.brawus-v2.page-home .eh-faq-grid {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  body.brawus-v2.page-home .eh-process-intro {
    position: static;
  }

  body.brawus-v2.page-home .eh-process-intro h2,
  body.brawus-v2.page-home .eh-faq h2 {
    max-width: 11ch;
  }

  body.brawus-v2.page-home .eh-news-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  body.brawus-v2.page-home .eh-news-card--lead {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-rows: minmax(450px, 60svh) auto;
    padding-right: 0;
    border-right: 0;
  }

  body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) {
    padding: 32px 0 0;
  }

  body.brawus-v2.page-home .eh-news-card:nth-child(2) {
    padding-right: 24px;
    border-right: 1px solid var(--eh-line-light);
  }

  body.brawus-v2.page-home .eh-news-card:nth-child(3) {
    padding-left: 24px;
  }

  body.brawus-v2.page-home .br-contact-grid {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .br-contact-copy {
    max-width: 440px;
  }
}

@media (max-width: 740px) {
  body.brawus-v2.page-home {
    --eh-shell: calc(100vw - 36px);
    --eh-gutter: 18px;
    --eh-section: clamp(88px, 25vw, 142px);
  }

  body.brawus-v2.page-home .br-header,
  body.brawus-v2.page-home .br-header-shell {
    min-height: 72px;
  }

  body.brawus-v2.page-home .br-header .br-primary-action {
    display: none !important;
  }

  body.brawus-v2.page-home .br-brand img {
    width: 112px;
  }

  body.brawus-v2.page-home .br-menu-toggle {
    width: 44px;
    height: 44px;
  }

  body.brawus-v2.page-home .eh-hero {
    height: max(680px, 100svh);
    min-height: max(680px, 100svh);
  }

  body.brawus-v2.page-home .eh-hero-media {
    inset: 0;
  }

  body.brawus-v2.page-home .eh-hero-photo {
    object-position: 52% center;
    filter: grayscale(1) contrast(1.06) brightness(.42);
  }

  body.brawus-v2.page-home .eh-hero-film {
    top: 94px;
    right: 18px;
    bottom: auto;
    width: calc(100% - 36px);
  }

  body.brawus-v2.page-home .eh-hero-media video {
    object-position: 84% center;
    filter: grayscale(1) contrast(1.05) brightness(0.58);
  }

  body.brawus-v2.page-home .eh-hero-vignette {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.12)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.16) 22%, rgba(0, 0, 0, 0.88) 100%);
  }

  body.brawus-v2.page-home .eh-hero-shell {
    height: max(680px, 100svh);
    min-height: max(680px, 100svh);
    padding: 98px 0 25px;
  }

  body.brawus-v2.page-home .eh-hero-title {
    align-self: end;
    max-width: 9.8ch;
    margin: 36px 0 24px !important;
    font-size: clamp(49px, 15vw, 90px) !important;
    line-height: 0.84 !important;
  }

  body.brawus-v2.page-home .eh-hero-title br {
    display: block;
  }

  body.brawus-v2.page-home .eh-hero-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    padding-bottom: 100px;
    padding-top: 18px;
  }

  body.brawus-v2.page-home .eh-hero-intro p {
    font-size: 15px;
  }

  body.brawus-v2.page-home .eh-hero-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
  }

  body.brawus-v2.page-home .eh-button {
    flex: 1 1 auto;
    width: auto;
    gap: 12px;
  }

  body.brawus-v2.page-home .eh-text-link {
    flex: 0 0 auto;
    gap: 10px;
    justify-content: flex-start;
  }

  body.brawus-v2.page-home .eh-sound {
    align-self: end;
    margin-bottom: 8px;
  }

  body.brawus-v2.page-home .eh-sound span {
    display: none;
  }

  body.brawus-v2.page-home .eh-thesis-grid {
    gap: 52px;
  }

  body.brawus-v2.page-home .eh-thesis h2 {
    font-size: clamp(50px, 15vw, 82px) !important;
  }

  body.brawus-v2.page-home .eh-thesis-foot {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 75px;
  }

  body.brawus-v2.page-home .eh-thesis-result {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.brawus-v2.page-home .eh-services-intro {
    min-height: 84svh;
    padding: 90px 18px 120px;
  }

  body.brawus-v2.page-home .eh-services-intro h2 {
    font-size: clamp(51px, 15vw, 78px) !important;
  }

  body.brawus-v2.page-home .eh-services-note {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.brawus-v2.page-home .eh-services-note a {
    justify-self: start;
  }

  body.brawus-v2.page-home .eh-services-rail {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  body.brawus-v2.page-home .eh-service,
  body.brawus-v2.page-home .eh-service[open] {
    display: block;
    min-height: 0;
    height: auto;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--eh-line-dark);
  }

  body.brawus-v2.page-home .eh-service summary {
    display: grid;
    grid-template-columns: 35px 1fr auto;
    gap: 18px;
    align-items: center;
    height: auto;
    min-height: 82px;
    padding: 0 18px;
    scroll-margin-top: 18px;
  }

  body.brawus-v2.page-home .eh-service summary::after {
    content: "+";
    color: rgba(255, 255, 255, 0.55);
    font-size: 19px;
    font-weight: 300;
  }

  body.brawus-v2.page-home .eh-service[open] summary::after {
    content: "−";
  }

  body.brawus-v2.page-home .eh-service-summary-title,
  body.brawus-v2.page-home .eh-service[open] .eh-service-summary-title {
    overflow: visible;
    opacity: 1;
    font-size: 17px;
    line-height: 1.15;
    text-overflow: clip;
    white-space: normal;
    writing-mode: initial;
    transform: none;
  }

  body.brawus-v2.page-home .eh-service-body {
    display: block;
    height: auto;
  }

  body.brawus-v2.page-home .eh-service-copy {
    padding: 38px 18px 44px;
  }

  body.brawus-v2.page-home .eh-service-copy h3 {
    max-width: 10ch;
    font-size: clamp(40px, 12vw, 64px) !important;
  }

  body.brawus-v2.page-home .eh-service-media {
    min-height: 70vw;
  }

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

  body.brawus-v2.page-home .eh-project-gallery {
    display: block;
    min-height: 0;
  }

  body.brawus-v2.page-home .eh-project-card {
    display: block;
    height: 70svh;
    min-height: 480px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  body.brawus-v2.page-home .eh-project-card--lead {
    height: 84svh;
  }

  body.brawus-v2.page-home .eh-project-copy {
    right: 18px;
    bottom: 24px;
    left: 18px;
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-project-copy strong,
  body.brawus-v2.page-home .eh-project-card:not(.eh-project-card--lead) .eh-project-copy strong {
    font-size: clamp(36px, 11vw, 58px);
  }

  body.brawus-v2.page-home .eh-project-copy > span {
    justify-content: space-between;
    margin-top: 12px;
  }

  body.brawus-v2.page-home .eh-project-number {
    top: 22px;
    left: 18px;
  }

  body.brawus-v2.page-home .eh-case-copy,
  body.brawus-v2.page-home .eh-case-visual {
    min-height: auto;
    padding: 34px 18px;
  }

  body.brawus-v2.page-home .eh-case-copy {
    min-height: 90svh;
  }

  body.brawus-v2.page-home .eh-case-copy h2 {
    margin-top: 74px !important;
    font-size: clamp(50px, 14vw, 76px) !important;
  }

  body.brawus-v2.page-home .eh-case-nav {
    margin-top: 65px;
  }

  body.brawus-v2.page-home .eh-case-stack {
    display: grid;
    gap: 10px;
  }

  body.brawus-v2.page-home .eh-case-visual-head {
    align-items: flex-start;
    gap: 30px;
  }

  body.brawus-v2.page-home .eh-case-visual-head span:last-child {
    text-align: right;
  }

  body.brawus-v2.page-home .eh-case-image {
    min-height: 72vw;
    margin: 30px 0;
  }

  body.brawus-v2.page-home .eh-case-features {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-case-features > div,
  body.brawus-v2.page-home .eh-case-features > div + div {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--eh-line-light);
  }

  body.brawus-v2.page-home .eh-case-features > div:last-child {
    border-bottom: 0;
  }

  body.brawus-v2.page-home .eh-proof-head h2,
  body.brawus-v2.page-home .eh-news-head h2 {
    font-size: clamp(51px, 15vw, 82px) !important;
  }

  body.brawus-v2.page-home .eh-metrics {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-metric,
  body.brawus-v2.page-home .eh-metric:first-child,
  body.brawus-v2.page-home .eh-metric:nth-child(3),
  body.brawus-v2.page-home .eh-metric:last-child {
    min-height: 190px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--eh-line-dark);
  }

  body.brawus-v2.page-home .eh-metric:last-child {
    border-bottom: 0;
  }

  body.brawus-v2.page-home .eh-metric strong {
    font-size: clamp(66px, 22vw, 110px);
  }

  body.brawus-v2.page-home .eh-review-rail {
    gap: 24px;
    padding: 110px 18px;
    scroll-padding-inline: 18px;
  }

  body.brawus-v2.page-home .eh-review {
    flex-basis: calc(100vw - 54px);
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 600px;
  }

  body.brawus-v2.page-home .eh-review-mark img {
    width: 94px;
    height: 46px;
  }

  body.brawus-v2.page-home .eh-review blockquote {
    font-size: clamp(29px, 8.7vw, 46px);
  }

  body.brawus-v2.page-home .eh-review footer {
    grid-column: auto;
    display: grid;
    gap: 26px;
  }

  body.brawus-v2.page-home .eh-review footer > div:last-child {
    grid-auto-flow: row;
    justify-items: start;
  }

  body.brawus-v2.page-home .eh-client-rail {
    display: flex;
    min-width: 0;
    overflow-x: auto;
  }

  body.brawus-v2.page-home .eh-client-rail figure {
    flex: 0 0 185px;
  }

  body.brawus-v2.page-home .eh-process-grid,
  body.brawus-v2.page-home .eh-faq-grid {
    gap: 70px;
  }

  body.brawus-v2.page-home .eh-process-intro h2,
  body.brawus-v2.page-home .eh-faq h2 {
    margin-top: 44px !important;
    font-size: clamp(50px, 14vw, 78px) !important;
  }

  body.brawus-v2.page-home .eh-process-list li {
    grid-template-columns: 34px 1fr;
    gap: 18px;
    min-height: 0;
    padding: 35px 0 50px;
  }

  body.brawus-v2.page-home .eh-process-list small {
    grid-column: 2;
  }

  body.brawus-v2.page-home .eh-process-list h3 {
    font-size: clamp(30px, 9vw, 47px) !important;
  }

  body.brawus-v2.page-home .eh-faq-list summary {
    grid-template-columns: 30px 1fr 24px;
    gap: 13px;
    min-height: 108px;
  }

  body.brawus-v2.page-home .eh-faq-list summary strong {
    font-size: 18px;
  }

  body.brawus-v2.page-home .eh-faq-list details > p {
    padding: 0 20px 30px 43px;
    font-size: 13px;
  }

  body.brawus-v2.page-home .eh-news-head {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.brawus-v2.page-home .eh-news-head > a {
    width: 100%;
    justify-content: space-between;
  }

  body.brawus-v2.page-home .eh-news-grid {
    display: block;
  }

  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:not(.eh-news-card--lead),
  body.brawus-v2.page-home .eh-news-card:nth-child(2),
  body.brawus-v2.page-home .eh-news-card:nth-child(3) {
    display: block;
    padding: 28px 0;
    border-right: 0;
  }

  body.brawus-v2.page-home .eh-news-card--lead .eh-news-image,
  body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) .eh-news-image {
    min-height: 65vw;
  }

  body.brawus-v2.page-home .eh-news-copy,
  body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy,
  body.brawus-v2.page-home .eh-news-card:not(.eh-news-card--lead) .eh-news-copy {
    display: flex;
    padding: 25px 0 0;
  }

  body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy h3,
  body.brawus-v2.page-home .eh-news-copy h3 {
    margin: 20px 0 13px !important;
    font-size: clamp(28px, 9vw, 45px) !important;
  }

  body.brawus-v2.page-home .eh-news-card--lead .eh-news-copy p {
    grid-column: auto;
    margin-top: 0;
  }

  body.brawus-v2.page-home .eh-news-card--lead .eh-news-link {
    grid-column: auto;
    grid-row: auto;
    margin-top: 28px;
    padding-top: 0;
  }

  body.brawus-v2.page-home .br-contact-cta {
    padding: 112px 0 !important;
  }

  body.brawus-v2.page-home .br-contact-grid h2 {
    font-size: clamp(56px, 16vw, 86px) !important;
  }

  body.brawus-v2.page-home .br-contact-cta .br-primary-action {
    min-height: 58px;
  }

  body.brawus-v2.page-home #callback-fab {
    right: 18px !important;
    bottom: 18px !important;
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
  }

  body.brawus-v2.page-home .scroll-top {
    right: 18px !important;
    bottom: 82px !important;
  }
}

@media (max-width: 440px) {
  body.brawus-v2.page-home .eh-hero-kicker span:last-child {
    display: none;
  }

  body.brawus-v2.page-home .eh-hero-title {
    font-size: clamp(45px, 14.5vw, 64px) !important;
  }

  body.brawus-v2.page-home .eh-hero-bottom {
    grid-template-columns: 1fr;
  }

  body.brawus-v2.page-home .eh-sound {
    position: absolute;
    right: 0;
    bottom: 28px;
  }

  body.brawus-v2.page-home .eh-thesis h2,
  body.brawus-v2.page-home .eh-projects-head h2,
  body.brawus-v2.page-home .eh-proof-head h2,
  body.brawus-v2.page-home .eh-news-head h2 {
    font-size: 48px !important;
  }

  body.brawus-v2.page-home .eh-services-intro h2,
  body.brawus-v2.page-home .eh-case-copy h2,
  body.brawus-v2.page-home .eh-process-intro h2,
  body.brawus-v2.page-home .eh-faq h2,
  body.brawus-v2.page-home .br-contact-grid h2 {
    font-size: 48px !important;
  }

  body.brawus-v2.page-home .eh-project-card,
  body.brawus-v2.page-home .eh-project-card--lead {
    height: 68svh;
    min-height: 440px;
  }

  body.brawus-v2.page-home .eh-case-action {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 380px) {
  body.brawus-v2.page-home .eh-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  body.brawus-v2.page-home .eh-button {
    width: 100%;
  }

  body.brawus-v2.page-home .eh-text-link {
    width: fit-content;
    max-width: 100%;
  }
}

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

  body.brawus-v2.page-home .eh-thesis h2,
  body.brawus-v2.page-home .eh-projects-head h2,
  body.brawus-v2.page-home .eh-proof-head h2,
  body.brawus-v2.page-home .eh-news-head h2,
  body.brawus-v2.page-home .eh-project-card img,
  body.brawus-v2.page-home .eh-case-image img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.brawus-v2.page-home .editorial-home *,
  body.brawus-v2.page-home .editorial-home *::before,
  body.brawus-v2.page-home .editorial-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body.brawus-v2.page-home .eh-case-pin,
  body.brawus-v2.page-home .eh-process-intro {
    position: static;
  }

  body.brawus-v2.page-home .eh-case-story {
    min-height: 0;
  }
}
