@media (min-width: 1025px) {

  .elementor-section-wrap,
  .e-con.e-parent {
    transform: translateX(-48px);
  }

  .auf-side-menu,
  .elementor-location-header {
    transform: none !important;
  }

  body {
    padding-right: 96px;
  }

  /* WRAPPER NAGŁÓWKA ELEMENTORA */
  .elementor-location-header {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 96px !important;
    max-width: 96px !important;
    height: 100vh !important;
    z-index: 9999;
    overflow: visible !important;
    pointer-events: none;
  }

  /* GŁÓWNY KONTENER MENU BOCZNEGO */
  .auf-side-menu {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 96px !important;
    max-width: 96px !important;
    height: 100vh !important;
    z-index: 9999;
    background: transparent;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: auto;
  }

  .auf-side-menu,
  .auf-side-menu * {
    box-sizing: border-box;
  }

  .auf-side-menu > .e-con-inner,
  .auf-side-menu .elementor-widget-html,
  .auf-side-menu .elementor-widget-container {
    width: 96px !important;
    max-width: 96px !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* CAŁE MENU */
  .auf-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 96px;
    height: 100vh;
    border-left: 1px solid #111;
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: visible;
    z-index: 10000;
  }

  /* LOGO A/U/F */
  .auf-brand {
    width: 96px;
    flex: 0 0 auto;
    overflow: visible;
  }
.auf-brand-link {
  position: relative;
  display: block;
  width: 96px;
  height: 84px;
  border-bottom: 1px solid #111;
  text-decoration: none;
  overflow: visible;
  z-index: 5;
}
.auf-brand-inner {
  display: flex;
  flex-direction: row;
  width: 192px;
  height: 84px;
  transform: translateX(0);
  transition: transform 0.35s ease;
}

.auf-brand-link:hover .auf-brand-inner {
  transform: translateX(-96px);
}
.auf-brand-label {
  flex: 0 0 96px;
  width: 96px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

.auf-brand-icon {
  flex: 0 0 96px;
  width: 96px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: -1px 0 0 #111, 0 1px 0 #111, 0 -1px 0 #111;
}

.auf-brand-icon img {
  width: 74px;
  height: 74px;
  display: block;
}

  /* PUSTA PRZESTRZEŃ */
  .auf-spacer {
    flex: 1 1 auto;
    width: 96px;
    border-bottom: 1px solid #111;
    background: transparent;
  }

  /* STRZAŁKA */
  .auf-scroll {
    width: 96px;
    height: 86px;
    min-height: 86px;
    max-height: 86px;
    flex: 0 0 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #111;
    color: #111;
    background: transparent;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    transition: background 0.25s ease, color 0.25s ease;
  }

  .auf-scroll:hover {
    background: #111;
    color: #fff;
  }

  /* MENU DOLNE */
  .auf-menu {
    width: 96px;
    flex: 0 0 auto;
  }

  .auf-menu-item {
    width: 96px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #111;
    color: #111;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: background 0.25s ease, color 0.25s ease;
  }

  .auf-menu-item:hover,
  .auf-menu-item.is-active {
    background: #111;
    color: #fff;
  }

	
	/* OSOBNE KOLORY MENU  */
	
/* ============================================
   WARIANTY KOLORYSTYCZNE MENU BOCZNEGO
   ============================================ */

/* ============================================
   WARIANTY KOLORYSTYCZNE MENU BOCZNEGO
   ============================================ */

/* --- SZARE: Home + Portfolio --- */
.home .auf-nav,
.page-id-163 .auf-nav {
  background: rgb(144, 145, 145);
  border-left-color: #111;
}

.home .auf-nav .auf-spacer,
.page-id-163 .auf-nav .auf-spacer,
.home .auf-nav .auf-brand-link,
.page-id-163 .auf-nav .auf-brand-link,
.home .auf-nav .auf-scroll,
.page-id-163 .auf-nav .auf-scroll,
.home .auf-nav .auf-menu-item,
.page-id-163 .auf-nav .auf-menu-item {
  border-bottom-color: #111;
}

.home .auf-nav .auf-scroll,
.page-id-163 .auf-nav .auf-scroll,
.home .auf-nav .auf-menu-item,
.page-id-163 .auf-nav .auf-menu-item {
  color: #111;
}

.home .auf-nav .auf-menu-item:hover,
.home .auf-nav .auf-menu-item.is-active,
.page-id-163 .auf-nav .auf-menu-item:hover,
.page-id-163 .auf-nav .auf-menu-item.is-active {
  background: #111;
  color: #fff;
}
	
	.home .auf-brand-icon,
.page-id-163 .auf-brand-icon {
  background: rgb(144, 145, 145);
  box-shadow: -1px 0 0 #111, 0 1px 0 #111, 0 -1px 0 #111;
}
.home .auf-nav .auf-scroll:hover,
.page-id-163 .auf-nav .auf-scroll:hover {
  background: #111;
  color: #fff;
}


/* --- SZARE BEZ TŁA POD AUF: Mission --- */
.page-id-181 .auf-nav {
  background: rgb(144, 145, 145);
  border-left-color: #111;
}

.page-id-181 .auf-brand-icon {
  background: transparent;
  box-shadow: none;
}

.page-id-181 .auf-nav .auf-spacer,
.page-id-181 .auf-nav .auf-brand-link,
.page-id-181 .auf-nav .auf-scroll,
.page-id-181 .auf-nav .auf-menu-item {
  border-bottom-color: #111;
}

.page-id-181 .auf-nav .auf-scroll,
.page-id-181 .auf-nav .auf-menu-item {
  color: #111;
}

.page-id-181 .auf-nav .auf-menu-item:hover,
.page-id-181 .auf-nav .auf-menu-item.is-active {
  background: #111;
  color: #fff;
}
	
.page-id-181 .auf-nav .auf-scroll:hover {
  background: #111;
  color: #fff;
}

/* --- CZARNE: Contact --- */
.page-id-179 .auf-nav {
  background: rgb(29, 29, 27);
  border-left-color: #fff;
}

.page-id-179 .auf-nav .auf-spacer,
.page-id-179 .auf-nav .auf-brand-link,
.page-id-179 .auf-nav .auf-scroll,
.page-id-179 .auf-nav .auf-menu-item {
  border-bottom-color: #fff;
}

.page-id-179 .auf-brand-icon {
  background: rgb(29, 29, 27);
  box-shadow: -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.page-id-179 .auf-nav .auf-scroll,
.page-id-179 .auf-nav .auf-menu-item {
  color: #fff;
}

.page-id-179 .auf-nav .auf-menu-item:hover,
.page-id-179 .auf-nav .auf-menu-item.is-active {
  background: #fff;
  color: rgb(29, 29, 27);
}

.page-id-179 .auf-brand-icon img[alt="A"] {
  content: url('https://auf.studiodi4.pl/wp-content/uploads/2026/06/circle_a_white.svg');
}

.page-id-179 .auf-brand-icon img[alt="U"] {
  content: url('https://auf.studiodi4.pl/wp-content/uploads/2026/06/circle_u_white.svg');
}

.page-id-179 .auf-brand-icon img[alt="F"] {
  content: url('https://auf.studiodi4.pl/wp-content/uploads/2026/06/circle_f_white.svg');
}

.page-id-179 .auf-brand-label {
  background: #fff;
  color: #111;
}
	
}


/* BUTTONY */
.auf-btn {
  display: inline-flex !important;
  width: auto !important;
  align-self: flex-start;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 20px 0 6px !important;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  border-radius: 0 !important;
  transition: background 0.25s ease;
}

.auf-btn::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url('https://auf.studiodi4.pl/wp-content/uploads/2026/01/icon-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease;
}
.auf-btn:hover::before {
  transform: translateX(3px);
}

/* SECONDARY — About Us, bez kółka, z ramką */
.auf-btn-secondary {
  background: transparent !important;
  color: #111 !important;
  padding: 0 20px !important;
}

.auf-btn-secondary::before {
  display: none;
}

.auf-btn-secondary:hover {
  background: #111 !important;
  color: #fff !important;
}

/* Wyłączenie bocznego MENU na mobile */
@media (max-width: 1024px) {
  .auf-side-menu {
    display: none !important;
  }
}