.elementor-13 .elementor-element.elementor-element-c1d0d34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-5b87a1a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-dd6ad9b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13 .elementor-element.elementor-element-587720e{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-13 .elementor-element.elementor-element-9c104cb{--display:flex;}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-13 .elementor-element.elementor-element-35ab21a{--grid-columns:3;--grid-row-gap:0px;--grid-column-gap:0px;}@media(max-width:1024px){.elementor-13 .elementor-element.elementor-element-dd6ad9b{--gap:25px 25px;--row-gap:25px;--column-gap:25px;}.elementor-13 .elementor-element.elementor-element-35ab21a{--grid-columns:2;}}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-587720e{--e-filter-direction:column;--e-filter-white-space:initial;}.elementor-13 .elementor-element.elementor-element-35ab21a{--grid-columns:1;}}/* Start custom CSS *//* =========================================
   RUBA — WORK PAGE
========================================= */

.rc-work-page {
  min-height: 100vh;
  background: #080809;
  color: #e8e1d8;
}

/* Shared width */

.rc-work-archive-hero,
.rc-work-archive {
  width: min(1120px, calc(100% - 72px)) !important;
  margin-inline: auto !important;
}

/* Hero */

.rc-work-archive-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: clamp(48px, 8vw, 120px) !important;

  padding-top: clamp(150px, 13vw, 210px) !important;
  padding-bottom: clamp(90px, 8vw, 130px) !important;
}

.rc-work-archive-title {
  max-width: 640px !important;
  margin: 16px 0 0 !important;

  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(64px, 6.4vw, 104px) !important;
  font-weight: 300 !important;
  line-height: .94 !important;
  letter-spacing: -.045em !important;

  color: #e8e1d8 !important;
}

.rc-work-archive-intro {
  max-width: 480px !important;
  margin-top: 30px !important;

  font-size: 13px !important;
  line-height: 1.65 !important;

  color: rgba(232,225,216,.62) !important;
}

/* Filter */

.rc-work-filter {
  justify-self: end !important;
  margin: 0 0 16px !important;
}

.rc-work-filter,
.rc-work-filter .e-filter {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(28px, 4vw, 58px) !important;
  flex-wrap: wrap !important;
}

.rc-work-filter .e-filter-item {
  padding: 0 0 8px !important;

  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;

  color: rgba(232,225,216,.44) !important;

  transition: color .25s ease, border-color .25s ease;
}

.rc-work-filter .e-filter-item:hover,
.rc-work-filter .e-filter-item[aria-pressed="true"],
.rc-work-filter .e-filter-item.e-filter-item--active {
  color: #d8b09d !important;
  border-color: #d8b09d !important;
}

/* Archive */

.rc-work-archive {
  padding-bottom: clamp(120px, 12vw, 190px) !important;
}

/* Loop grid */

.rc-project-loop .elementor-loop-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(64px, 7vw, 96px) clamp(24px, 3vw, 38px) !important;
}

.rc-project-loop .e-loop-item {
  width: 100% !important;
}




/* Responsive */

@media (max-width: 1024px) {
  .rc-project-loop .elementor-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .rc-work-archive-hero {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .rc-work-filter {
    justify-self: start !important;
    margin: 0 !important;
  }

  .rc-work-filter,
  .rc-work-filter .e-filter {
    justify-content: flex-start !important;
    gap: 18px 26px !important;
  }
}

@media (max-width: 700px) {
  .rc-work-archive-hero,
  .rc-work-archive {
    width: calc(100% - 40px) !important;
  }

  .rc-work-archive-hero {
    padding-top: 120px !important;
    padding-bottom: 72px !important;
  }

  .rc-work-archive-title {
    font-size: clamp(48px, 14vw, 68px) !important;
  }

  .rc-project-loop .elementor-loop-container {
    grid-template-columns: 1fr !important;
    gap: 64px !important;
  }

  .rc-project-image img,
  .rc-project-loop .e-loop-item:nth-child(4n) .rc-project-image img,
  .rc-project-loop .e-loop-item:nth-child(5n) .rc-project-image img {
    aspect-ratio: 4 / 5 !important;
  }

  .rc-project-teaser {
    max-width: 100% !important;
  }
}/* End custom CSS */