/* Client delta: same Figma typography, colours and native Bricks content. */
.arse .arse-fundadores__img {
  border: 3px solid var(--wood);
  border-radius: 50%;
}
.arse .arse-fundadores__img img {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.arse .arse-team-grid--sep25 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(40 * var(--u));
  margin-top: calc(160 * var(--u));
  align-items: stretch;
}
.arse .arse-team-grid--sep25 .arse-person {
  min-width: 0;
  min-height: calc(395 * var(--u));
  padding: calc(109.5 * var(--u)) calc(28 * var(--u)) calc(40 * var(--u));
}
.arse .arse-team-grid--sep25 .arse-person__img img {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  object-fit: cover;
  object-position: center 18%;
}
.arse .arse-team-grid--sep25 .arse-micro {
  white-space: normal;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arse .arse-team-grid--sep25 .arse-more { align-self: center; padding-top: 24px; }
.arse .arse-factory-list { gap: 0; }
.arse .arse-factory {
  position: relative;
  padding: calc(32 * var(--u)) 0 calc(32 * var(--u)) calc(40 * var(--u));
}
.arse .arse-factory:first-child { padding-top: 0; }
.arse .arse-factory + .arse-factory { border-top: 1px solid #000; }
.arse .arse-factory-pin {
  position: absolute;
  left: 0;
  top: calc(40 * var(--u));
  color: #ba7842;
  font-size: calc(29 * var(--u));
  width: calc(29 * var(--u));
  height: calc(29 * var(--u));
  fill: none;
  line-height: 1;
}
.arse .arse-factory:first-child .arse-factory-pin { top: calc(8 * var(--u)); }
.arse .arse-partner-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: calc(60 * var(--u));
  margin-top: calc(33 * var(--u));
}
.arse .arse-partner-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0;
}
.arse .arse-partner-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 auto;
  width: max-content;
  gap: clamp(48px, 5vw, 96px);
  padding-right: clamp(48px, 5vw, 96px);
}
.arse .arse-partner-marquee .arse-partner {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(140px, 12vw, 230px);
  height: clamp(64px, 5vw, 96px);
  max-width: none;
}
.arse .arse-partner-marquee .arse-partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1279px) {
  .arse .arse-team-grid--sep25 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 112px 28px; margin-top: 128px; }
  .arse .arse-team-grid--sep25 .arse-person { min-height: 370px; padding: 104px 24px 32px; }
  .arse .arse-factory { padding: 28px 0 28px 36px; }
  .arse .arse-factory-pin { top: 36px; font-size: 26px; width: 26px; height: 26px; }
  .arse .arse-factory:first-child .arse-factory-pin { top: 8px; }
  .arse .arse-partner-marquee { padding-block: 48px; margin-top: 0; }
}
@media (max-width: 767px) {
  .arse .arse-team-grid--sep25 { grid-template-columns: minmax(0, 1fr); }
  .arse .arse-factory-pin { top: 31px; }
  .arse .arse-factory:first-child .arse-factory-pin { top: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  .arse .arse-partner-track, .arse .arse-partner-group { width: 100%; }
  .arse .arse-partner-group { flex-wrap: wrap; justify-content: center; padding-right: 0; gap: 40px; }
  .arse .arse-partner-group[aria-hidden] { display: none; }
}
/* Real catalogue names must wrap inside the original measured spec columns. */
.arse .arse-spec__cell{min-width:0}
.arse .arse-spec__row .arse-spec__value{min-width:0;max-width:100%;white-space:normal;overflow-wrap:break-word}
